Skip to content

Commit 96cc3f3

Browse files
committed
docs: require gpt-5.6-sol native agents
1 parent 3b0d59e commit 96cc3f3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ See CLAUDE.md. This overrides every rule below.
2828
format directly;
2929
- only use casts/reshapes as explicit graph decisions, not hidden adapter
3030
staging.
31+
32+
## Native subagents
33+
34+
- Use Codex native subagents for independent, bounded parallel work when it
35+
materially improves throughput.
36+
- Every native subagent must use `gpt-5.6-sol` with `ultra` or `max`
37+
reasoning. Use `ultra` by default.
38+
- Do not use another model or a lower reasoning level unless the user
39+
explicitly overrides this rule.

0 commit comments

Comments
 (0)