[codex] Add recurrence manifest for Codex subagent projection#77
[codex] Add recurrence manifest for Codex subagent projection#77
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f8ec50e7ca
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 39284c3063
ℹ️ 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".
| "rollback_anchors": [ | ||
| "docs/CODEX_SUBAGENT_PROJECTION.md", | ||
| "generated/codex_agents/projection_manifest.json", | ||
| "generated/codex_agents/config.subagents.generated.toml" |
There was a problem hiding this comment.
Add wiring config to rollback anchors
rollback_anchors does not include config/codex_subagent_wiring.v2.json, even though this manifest declares that file as a source input. If projection drift is caused by wiring edits, a rollback process driven by this manifest cannot restore the wiring state, so the component can remain inconsistent after a failed refresh. Include the wiring file in rollback_anchors so rollback can fully revert projection inputs.
Useful? React with 👍 / 👎.
What changed
Why
This gives the recurrence control plane an owner-routed contract for subagent projection refresh and downstream handoff.
Impact
aoa-sdkcan now seeaoa-agentsas a recurrence owner surface instead of treating projection drift as implicit knowledge.Validation
python scripts/validate_agents.py