Refactor orchestration with a Rust lifecycle supervisor - #10
Draft
areshand wants to merge 8 commits into
Draft
Conversation
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
Runtime boundary
The lifecycle reconciler runs under the non-writing orchestrator identity because that identity owns the tmux socket. It trusts only the wrapper-generated
final status: ... exited rc=Nmarker; agent-authored “done” prose cannot trigger cleanup.Protected assignment and validation-lease changes cross the existing typed authority socket. The authority supervisor remains the only protected-state writer. Infrastructure retry is disabled by default and is bounded by the per-agent
--infra-retries Npolicy recorded at spawn time.Security model
Validation
cargo test --locked— 36 passed on macOS, 37 passed on Linuxcargo clippy --locked -- -D warningscargo fmt --all -- --checkbash tests/run.shtests/malicious-orchestrator.shThe lifecycle integration tests cover successful cleanup, assignment settlement, stale lease handling, blocked work preservation, exact-marker protection, retry execution, retry exhaustion, and idempotent reconciliation.