docs: fix model tier ordering

This commit is contained in:
Claude
2026-08-22 18:51:06 +01:00
parent 6294763497
commit c78e9ca09d
+6 -5
View File
@@ -137,9 +137,9 @@ and Fable 5 through the `claude` tool, Sol and Terra through `codex`.
| Difficulty | Model | Spawn | | Difficulty | Model | Spawn |
|---|---|---| |---|---|---|
| `difficulty/hard` | Opus 5 | `aoe add <path> --tool claude --extra-args "--model claude-opus-5" -l` | | `difficulty/hard` | Opus 5 | `aoe add <path> --tool claude --extra-args "--model claude-opus-5" -l` |
| `difficulty/moderate` | Sol | `aoe add <path> --tool codex --extra-args "-m gpt-5.6-sol" -l` | | `difficulty/moderate` | Fable 5 | `aoe add <path> --tool claude --extra-args "--model claude-fable-5" -l` |
| `difficulty/easy` | Terra | `aoe add <path> --tool codex --extra-args "-m gpt-5.6-terra" -l` | | `difficulty/easy` | Sol | `aoe add <path> --tool codex --extra-args "-m gpt-5.6-sol" -l` |
| `difficulty/trivial` | Fable 5 | `aoe add <path> --tool claude --extra-args "--model claude-fable-5" -l` | | `difficulty/trivial` | Terra | `aoe add <path> --tool codex --extra-args "-m gpt-5.6-terra" -l` |
Use `-w <branch> -b` to put each session in its own git worktree, which is what Use `-w <branch> -b` to put each session in its own git worktree, which is what
makes parallel issues safe. makes parallel issues safe.
@@ -149,8 +149,9 @@ unattended run:
- `gpt-5.6-terra` is confirmed — it is the default in `~/.codex/config.toml`. - `gpt-5.6-terra` is confirmed — it is the default in `~/.codex/config.toml`.
`gpt-5.6-sol` is inferred from the sibling naming and unverified. `gpt-5.6-sol` is inferred from the sibling naming and unverified.
- The Fable-5-at-trivial and Sol-above-Terra orderings are assumptions. If they - Opus 5 and Fable 5 are both frontier models; the split between them at hard
are the wrong way round, swap the rows; nothing else depends on the ordering. and moderate is about reasoning depth, not capability tier. Sol above Terra is
an assumption — swap the rows if it is backwards.
Escalate one tier if a session fails CI twice on the same issue. Never Escalate one tier if a session fails CI twice on the same issue. Never
de-escalate mid-issue. de-escalate mid-issue.