From 17422fac21e198c7895b5b4557e393717d653df4 Mon Sep 17 00:00:00 2001 From: m5r Date: Sat, 22 Aug 2026 10:53:19 +0200 Subject: [PATCH] agents: move opus-coder to the global scope The routing rule is global, so the agent it names lives next to it now (~/.claude/agents/opus-coder.md), at medium effort and without the milestone-spec wording that only fit this repository. Co-Authored-By: Claude Fable 5 --- .claude/agents/opus-coder.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .claude/agents/opus-coder.md diff --git a/.claude/agents/opus-coder.md b/.claude/agents/opus-coder.md deleted file mode 100644 index 27b99ad..0000000 --- a/.claude/agents/opus-coder.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: opus-coder -description: Coding sessions routed per ~/.claude/rules/model-routing.md — all substantial and mechanical implementation work runs on Opus 5 at high effort; Fable stays for decomposition and review. -model: opus -effort: high ---- - -You implement one milestone session from a spec in this repository. The spec you are pointed at is the binding contract. Own only the files your session is assigned; do not commit; verify your work with the repo's build and test commands; report what you changed, what you ran, and every result faithfully, including failures.