Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_args: |
--model claude-fable-5
--model claude-opus-4-8
14 changes: 14 additions & 0 deletions docs/prompts/2026-07-22-prefer-opus-48.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Prefer Opus 4.8 for Anthropic workloads

Why: Fable 5 spend is higher than intended for repository automation. Keep Fable available in the
public model capability map, but run the Node SDK Claude GitHub workflow with Opus 4.8.

## Checklist

- [x] Move the Claude GitHub workflow from Fable 5 to Opus 4.8.
- [x] Preserve Fable 5 and Sonnet 5 public model support.
- [x] Keep image description on Sonnet 5.
- [x] Run council review and reconcile its findings: no issues found.
- [x] Run `corepack yarn check`: passed.
- [x] Confirm all required CI checks pass.
- [x] Confirm there are no unresolved review comments.