[codex] Remove child AGENTS.md prompt experiment - #28993
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 011beedcc1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| id: Feature::ApplyPatchFreeform, | ||
| key: "apply_patch_freeform", |
There was a problem hiding this comment.
Preserve
child_agents_md as a removed compatibility flag
When a user or wrapper still passes --enable child_agents_md, or runs --strict-config with [features].child_agents_md in config.toml, this key is now unknown because is_known_feature_key only recognizes entries from FEATURES and legacy aliases. That blocks CLI startup or strict config loading instead of treating the removed experiment as a no-op; keep a Stage::Removed registry entry/alias for child_agents_md like the other removed feature flags.
AGENTS.md reference: AGENTS.md:L103-L110
Useful? React with 👍 / 👎.
Why
child_agents_mdis a disabled, under-development experiment that adds a second model-visible explanation of hierarchicalAGENTS.mdbehavior. Keeping it leaves unused prompt, configuration, documentation, and test surface.What changed
ChildAgentsMdfeature andchild_agents_mdconfig schema entryapply_patch_streaming_eventsNormal project
AGENTS.mddiscovery and composition are unchanged.Testing
just test -p codex-featuresjust test -p codex-promptsjust test -p codex-core agents_mdjust test -p codex-core unstable_features_warning