Skip to content

Switch agentic workflows to claude-opus-4.8 (translation stays sonnet-4.6)#2813

Merged
pethers merged 2 commits into
mainfrom
copilot/update-claude-opus-versions
May 28, 2026
Merged

Switch agentic workflows to claude-opus-4.8 (translation stays sonnet-4.6)#2813
pethers merged 2 commits into
mainfrom
copilot/update-claude-opus-versions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 28, 2026

claude-opus-4.8 was released as the successor to claude-opus-4.7. This adopts it as the engine model for the analysis/article-generating news workflows while keeping the high-volume news-translate fan-out on claude-sonnet-4.6, and refreshes the operational docs.

Workflow engine model

  • 13 news-*.md sources switched model: claude-sonnet-4.6claude-opus-4.8; news-translate.md deliberately left on claude-sonnet-4.6 for translation throughput.
  • All 14 .lock.yml siblings recompiled via gh aw compile (fetch-depth: 0 on safe_outputs checkouts preserved natively in gh-aw v0.77.0).

Test contract

  • tests/news-workflow-pass2-budget-contract.test.ts now asserts the content workflows resolve to claude-opus-4.8 and news-translate stays claude-sonnet-4.6.

Documentation

  • Article-Generation.md, WORKFLOWS.md (v7.6), ARCHITECTURE.md (v2.6), README.md, .github/copilot-instructions.md, and .github/workflows/README.md updated to document the model split.
  • Opus 4.7Opus 4.8 across the FUTURE_*.md and skill docs (the CIS Control | 4.7 | reference is intentionally preserved).

Out of scope

  • Published content under news/ and analysis/daily/ is unchanged — its Opus 4.7 mentions record which model produced each historical article.

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
@pethers pethers marked this pull request as ready for review May 28, 2026 22:59
Copilot AI review requested due to automatic review settings May 28, 2026 22:59
@github-actions github-actions Bot added documentation Documentation updates security Security improvements workflow GitHub Actions workflows isms ISMS compliance changes ci-cd CI/CD pipeline changes testing Test coverage skill Skill configuration news News articles and content generation agentic-workflow Agentic workflow changes agent Agent configuration size-l Large change (250-1000 lines) labels May 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🏷️ Automatic Labeling Summary

This PR has been automatically labeled based on the files changed and PR metadata.

Applied Labels: documentation,security,workflow,isms,ci-cd,testing,skill,size-l,news,agentic-workflow,agent

Label Categories

  • 🗳️ Content: news, dashboard, visualization, intelligence
  • 💻 Technology: html-css, javascript, workflow, security
  • 📊 Data: cia-data, riksdag-data, data-pipeline, schema
  • 🌍 I18n: i18n, translation, rtl
  • 🔒 ISMS: isms, iso-27001, nist-csf, cis-controls
  • 🏗️ Infrastructure: ci-cd, deployment, performance, monitoring
  • 🔄 Quality: testing, accessibility, documentation, refactor
  • 🤖 AI: agent, skill, agentic-workflow

For more information, see .github/labeler.yml.

@github-actions
Copy link
Copy Markdown
Contributor

🔍 Lighthouse Performance Audit

Category Score Status
Performance 85/100 🟡
Accessibility 95/100 🟢
Best Practices 90/100 🟢
SEO 95/100 🟢

📥 Download full Lighthouse report

Budget Compliance: Performance budgets enforced via budget.json

@github-actions
Copy link
Copy Markdown
Contributor

🔍 Lighthouse Performance Audit

Category Score Status
Performance 85/100 🟡
Accessibility 95/100 🟢
Best Practices 90/100 🟢
SEO 95/100 🟢

📥 Download full Lighthouse report

Budget Compliance: Performance budgets enforced via budget.json

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Switches the 13 analysis/article-generating agentic news workflows from claude-sonnet-4.6 to claude-opus-4.8 while keeping news-translate on Sonnet for high-volume translation throughput. All 14 .lock.yml siblings are recompiled, the pass-2 budget contract test is updated, and the model split is reflected across user-facing and future-state documentation.

Changes:

  • Set model: claude-opus-4.8 in 13 news-*.md sources and propagate to the 14 recompiled lock files (translate lock stays Sonnet).
  • Update tests/news-workflow-pass2-budget-contract.test.ts to assert the Opus model on content workflows and Sonnet on news-translate.
  • Refresh README.md, Article-Generation.md, WORKFLOWS.md (v7.6), ARCHITECTURE.md (v2.6), .github/copilot-instructions.md, .github/workflows/README.md, FUTURE_*.md, and skill docs to document the split (Opus 4.7 → 4.8).

Reviewed changes

Copilot reviewed 43 out of 43 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/news-*.md (13 files) Engine model bumped to claude-opus-4.8
.github/workflows/news-*.lock.yml (14 files) Recompiled lock files; 13 carry Opus, translate keeps Sonnet
tests/news-workflow-pass2-budget-contract.test.ts Contract updated to enforce the new model split
.github/copilot-instructions.md Engine block documents the Opus/Sonnet split
.github/workflows/README.md Tool/runtime table updated with model split
Article-Generation.md Engine row updated to Opus with translate caveat
ARCHITECTURE.md v2.6 changelog + Mermaid label Claude Opus 4.8
WORKFLOWS.md v7.6 changelog + Stage-6 narrative and diagram label
README.md Newsroom blurb and 2026 model row updated
FUTURE_ARCHITECTURE.md / FUTURE_SECURITY_ARCHITECTURE.md / FUTURE_WORKFLOWS.md / FUTURE_SWOT.md / FUTURE_STATEDIAGRAM.md / FUTURE_MINDMAP.md / FUTURE_FLOWCHART.md / FUTURE_DATA_MODEL.md Roadmap/AI-trajectory references bumped Opus 4.7 → 4.8
.github/skills/threat-modeling/SKILL.md, .github/skills/gh-aw-mcp-configuration/SKILL.md Skill docs updated to reference Opus 4.8

@pethers pethers merged commit 33d7175 into main May 28, 2026
16 checks passed
@pethers pethers deleted the copilot/update-claude-opus-versions branch May 28, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent Agent configuration agentic-workflow Agentic workflow changes ci-cd CI/CD pipeline changes documentation Documentation updates isms ISMS compliance changes news News articles and content generation security Security improvements size-l Large change (250-1000 lines) skill Skill configuration testing Test coverage workflow GitHub Actions workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants