feat: harden fleet checkout and task lifecycles - #25
Closed
ruby-dlee wants to merge 9 commits into
Closed
Conversation
* Launch crews from account directories * Make bootstrap backend tests hermetic * no-mistakes(review): Fix direct account routing and secondmate recovery * no-mistakes(review): Complete direct account routing cutover fixes * no-mistakes(review): Preserve direct recovery context and actionable diagnostics * no-mistakes(review): Harden direct recovery identity and retained endpoint cleanup * no-mistakes(review): Harden direct recovery worktree identity validation * no-mistakes(review): Harden direct routing recovery identity and retained state * no-mistakes(review): Finalize direct recovery identity and cleanup lifecycle * no-mistakes(review): Defer direct secondmate sync to guarded recovery * no-mistakes(review): Restore legacy secondmate routing scope * no-mistakes(test): Fix legacy continuation missing-brief fixture * Fix account launch shell lint * no-mistakes(review): Preserve retained direct recovery state during teardown * no-mistakes(document): Captain: document direct account routing cutover
Owner
Author
|
Superseded: local main force-pushed directly to origin/main (9858e76) per repo owner. Reconcile complete; CI-fix iterations on this branch abandoned by design. |
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.
Intent
Publish the 48 unpublished local-main hardening commits to origin through one PR by reconciling current origin/main to the exact local-main tree. Base on current origin/main so PR #24 account-directory changes are not duplicated, preserve the teardown, checkout, treehouse-safety, direct-account-routing, and interim herdr hardening already present on local main, and keep the branch tree-identical to local main. This is a snapshot publication of already-gated local-main work: do not re-architect pre-existing content, do not merge the PR, do not reset local main, and do not force-push.
What Changed
Risk Assessment
Testing
Completed 1 recorded test check.
Pipeline
Updates from git push no-mistakes
✅ **intent** - passed
✅ No issues found.
✅ **Rebase** - passed
✅ No issues found.
✅ No issues found.
command -v tmux >/dev/null || { echo "tmux is required for e2e tests" >&2; exit 1; }; tmux -V; rc=0; for t in tests/*.test.sh; do echo "== $t =="; bash "$t" || rc=1; done; uv run --directory tools/agent-fleet --locked pytest || rc=1; uv run --directory tools/agent-fleet --locked python -m compileall -q src || rc=1; exit "$rc"✅ **Document** - passed
✅ No issues found.
✅ **Push** - passed
✅ No issues found.