docs: put fable 5 at the top tier

This commit is contained in:
Claude
2026-08-22 18:51:34 +01:00
parent c78e9ca09d
commit dfd8440e10
+4 -2
View File
@@ -136,8 +136,8 @@ and Fable 5 through the `claude` tool, Sol and Terra through `codex`.
| Difficulty | Model | Spawn |
|---|---|---|
| `difficulty/hard` | Opus 5 | `aoe add <path> --tool claude --extra-args "--model claude-opus-5" -l` |
| `difficulty/moderate` | Fable 5 | `aoe add <path> --tool claude --extra-args "--model claude-fable-5" -l` |
| `difficulty/hard` | Fable 5 | `aoe add <path> --tool claude --extra-args "--model claude-fable-5" -l` |
| `difficulty/moderate` | Opus 5 | `aoe add <path> --tool claude --extra-args "--model claude-opus-5" -l` |
| `difficulty/easy` | Sol | `aoe add <path> --tool codex --extra-args "-m gpt-5.6-sol" -l` |
| `difficulty/trivial` | Terra | `aoe add <path> --tool codex --extra-args "-m gpt-5.6-terra" -l` |
@@ -152,6 +152,8 @@ unattended run:
- Opus 5 and Fable 5 are both frontier models; the split between them at hard
and moderate is about reasoning depth, not capability tier. Sol above Terra is
an assumption — swap the rows if it is backwards.
- `area/web` issues run on Fable 5 regardless of their difficulty label, since
they go through the `impeccable` skill.
Escalate one tier if a session fails CI twice on the same issue. Never
de-escalate mid-issue.