From dfd8440e10885a6199c0db6b8b50bcfc38d69bb9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Aug 2026 18:51:34 +0100 Subject: [PATCH] docs: put fable 5 at the top tier --- CLAUDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 19ff454..edeff27 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 --tool claude --extra-args "--model claude-opus-5" -l` | -| `difficulty/moderate` | Fable 5 | `aoe add --tool claude --extra-args "--model claude-fable-5" -l` | +| `difficulty/hard` | Fable 5 | `aoe add --tool claude --extra-args "--model claude-fable-5" -l` | +| `difficulty/moderate` | Opus 5 | `aoe add --tool claude --extra-args "--model claude-opus-5" -l` | | `difficulty/easy` | Sol | `aoe add --tool codex --extra-args "-m gpt-5.6-sol" -l` | | `difficulty/trivial` | Terra | `aoe add --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.