feat(workflow): dispatch durable lanes without root model#4336
Merged
Conversation
|
Claude finished @Hmbown's task in 2m 31s —— View job Review in progress
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
codewhale workflow rundirectly through the host-owned Workflow tool, without an operator-model turnRelease issues
Verification
cargo test -p codewhale-protocol --quiet: 43 unit + 13 parity passedcargo test -p codewhale-workflow --quiet: 102 passedcargo test -p codewhale-lane --quiet: 17 passedcargo test -p codewhale-cli --quiet: 130 library + 1 shim passedcargo test -p codewhale-tui --test workflow_tool_stream_acceptance --quiet: 3 passedcodewhale-tuisuite with onlyGROK_HOMEisolated: 6,310 passed, 0 failed, 2 ignoredGROK_HOME-isolatedcargo test --workspace --all-features --locked --quiet: all workspace, acceptance, and doctest targets passed; the all-feature TUI binary reported 6,325 passed, 0 failed, 2 ignoredscripts/release/check-versions.shpassedcargo check -p codewhale-lane --target x86_64-pc-windows-gnu --lockedpassedcargo check -p codewhale-lane --target aarch64-linux-android --lockedpassedTMUX_TMPDIRdrifte021d2cae: 18 successful, 4 intentionally skipped, 0 failed/pending; Windows passed in 9m59s and macOS plus offline eval passed in 11m21sThe ambient full TUI run inherited a live Grok OAuth catalog and reproduced seven model-picker fixture failures on the clean base. Isolating only
GROK_HOMEpreserved the normal Codewhale/Codex catalogs and produced the clean results above. The local host lacksx86_64-w64-mingw32-gcc, but the complete GitHub Windows workspace run is green.Release boundary
scripts/release/check-published.sh 0.8.68truthfully reports that npm and the release crates are not published yet