Refactor Compass control, continuity, and skill boundaries#257
Conversation
|
@codex review current head |
|
@codex review final current head |
|
@codex review |
|
@codex review |
|
Current-head evidence for
Current-head GitHub evidence is green: portable checks run 973 and orchestration ledger checks run 41 both completed successfully. This comment is implementation-owner evidence, not the required independent review. The PR remains draft pending the Codex review requested below. |
|
Codex Review: Didn't find any major issues. Bravo. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2011ad664a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ```powershell | ||
| .\scripts\orchestration-ledger.ps1 set-next ` | ||
| .\scripts\orchestration-ledger.ps1 -Action record-recovery-failure ` |
There was a problem hiding this comment.
Begin a new recovery before recording its failure
In this sequential example, the preceding record-recovery-failure with -DiscriminatingEvidence changes the circuit from active to closed. Calling record-recovery-failure again at revision 7 is therefore rejected by mutate() with “slice checkout must be active before recording failure.” Add another begin-recovery step for the next worker and adjust the subsequent expected revisions so the documented recovery workflow can actually be followed.
Useful? React with 👍 / 👎.
This imports the reviewed July Compass revision to make long-running control state resumable, clarify runtime ownership, and move specialist benchmark material out of the global portable bundle. Validated with doctor, install round-trip, portable Python and ledger suites, text checks, and MCP build plus smoke tests.