Skip to content

Commit c7e204a

Browse files
committed
fix: correct adversarial-pass description in references/README.md and add docs/ gitignore entry
references/README.md described model-routing.md as "adversarial always runs on at least Sonnet" — inconsistent with the fix landed in model-routing.md itself (PR #6 nit). Updated to match: "always runs on Opus and cannot be downgraded". .gitignore: add docs/ entry (was present locally, never committed).
1 parent 8aa7a90 commit c7e204a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
docs/
12
backlog/
23

34
# Claude Code local settings (contains machine-specific paths)

skills/mssql-performance-review/references/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Load a reference file when its situation applies. The orchestrator does not need
4141

4242
**When to load:** Determining which model to assign to a phase or subagent. Also when the user asks about cost or passes `--model-tier` / `--no-adversarial`.
4343

44-
**What it covers:** Full phase-to-model mapping for the three default tiers (economy / standard / maximum), the per-sub-skill default model assignments, cost profile worked example, quality safeguards (why adversarial always runs on at least Sonnet), and the per-phase cost breakdown format that appears in the Summary block.
44+
**What it covers:** Full phase-to-model mapping for the three default tiers (economy / standard / maximum), the per-sub-skill default model assignments, cost profile worked example, quality safeguards (why adversarial always runs on Opus and cannot be downgraded), and the per-phase cost breakdown format that appears in the Summary block.
4545

4646
### skill-dag.md
4747

0 commit comments

Comments
 (0)