From 10cf4a5dcd1e62b04e5795a86f1d8a3fbd39397c Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 22 Jul 2026 12:43:13 +0200 Subject: [PATCH 1/2] Run Claude automation on Opus 4.8 --- .github/workflows/claude.yml | 2 +- docs/prompts/2026-07-22-prefer-opus-48.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 docs/prompts/2026-07-22-prefer-opus-48.md diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 1d188c84..716881d4 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -79,4 +79,4 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: | - --model claude-fable-5 + --model claude-opus-4-8 diff --git a/docs/prompts/2026-07-22-prefer-opus-48.md b/docs/prompts/2026-07-22-prefer-opus-48.md new file mode 100644 index 00000000..eeb76262 --- /dev/null +++ b/docs/prompts/2026-07-22-prefer-opus-48.md @@ -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. +- [ ] Confirm all required CI checks pass. +- [ ] Confirm there are no unresolved review comments. From 4337a0314801361c55009b073da573110f501b4f Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 22 Jul 2026 12:49:35 +0200 Subject: [PATCH 2/2] Record PR validation --- docs/prompts/2026-07-22-prefer-opus-48.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/prompts/2026-07-22-prefer-opus-48.md b/docs/prompts/2026-07-22-prefer-opus-48.md index eeb76262..d8a5f161 100644 --- a/docs/prompts/2026-07-22-prefer-opus-48.md +++ b/docs/prompts/2026-07-22-prefer-opus-48.md @@ -10,5 +10,5 @@ public model capability map, but run the Node SDK Claude GitHub workflow with Op - [x] Keep image description on Sonnet 5. - [x] Run council review and reconcile its findings: no issues found. - [x] Run `corepack yarn check`: passed. -- [ ] Confirm all required CI checks pass. -- [ ] Confirm there are no unresolved review comments. +- [x] Confirm all required CI checks pass. +- [x] Confirm there are no unresolved review comments.