We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0d59e commit 96cc3f3Copy full SHA for 96cc3f3
1 file changed
AGENTS.md
@@ -28,3 +28,12 @@ See CLAUDE.md. This overrides every rule below.
28
format directly;
29
- only use casts/reshapes as explicit graph decisions, not hidden adapter
30
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