Add hierarchical agent prompt (#8996)

This commit is contained in:
pakrym-oai
2026-01-09 13:47:37 -08:00
committed by GitHub
parent cabf85aa18
commit acfd94f625
6 changed files with 125 additions and 31 deletions

View File

@@ -1,3 +1,7 @@
# AGENTS.md
For information about AGENTS.md, see [this documentation](https://developers.openai.com/codex/guides/agents-md).
## Hierarchical agents message
When the `hierarchical_agents` feature flag is enabled (via `[features]` in `config.toml`), Codex appends additional guidance about AGENTS.md scope and precedence to the user instructions message and emits that message even when no AGENTS.md is present.