Add Mission Control for Herdr 0.7.5#32
Merged
Merged
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
Adds the Mission Control phase for Herdr 0.7.5+ while preserving basic workload management on Herdr 0.7.3 and 0.7.4.
Mission Control turns the existing Observer workflow into a live, status-first control room for mixed local and SSH-backed Tether workloads. It uses Herdr's typed socket and event APIs for recognized agents, keeps bounded
tmuxcapture as the detached/non-agent fallback, and fails closed whenever identity or delivery is uncertain.What changed
prompt_agentcapability, defaulting tofalse; observation and interactive-open permissions never imply prompt authority.DETACHED,IDLE,WORKING,BLOCKED,DONE,UNKNOWN,UNREACHABLE, andSTALEstates; bounded multi-target review; and per-targetDELIVERED,REJECTED, orUNCERTAINresults.agent.read, while retaining safe fallback capture for detached and non-agent workloads.ssh_configInclude alias discovery.Safety and compatibility
state.jsonremains schema version 4;prompt_agentis additive and omitted when false.state.json.Commit structure
f410147— Mission Control implementation and automated coverage.3b7ec6a— documentation, README, security, troubleshooting, architecture, changelog, and Hermes integration pass.Verification
The implementation passed one complete same-run release verification:
cargo fmt --all -- --checkcargo clippy --locked --all-targets --all-features -- -D warningscargo test --locked --all-features— 387 tests passed across 14 suitesBoth live-product smokes verified actions, continuity, exact close behavior, and every placement mode.
The follow-up documentation commit additionally passed
git diff --check, the documentation contracts, all 78 Python quality tests, and the 54-file package-content check.