🧠 Per-Phase Model Routing
The biggest change in 0.6.6: every multi-phase skill now declares per-phase model allocation. Users see the model on a banner before each dispatch and in every response prefix.
- New docs/skill-model-architecture.md — single source of truth for per-skill / per-phase model choices (Haiku 4.5 / Sonnet 4.6 / Opus 4.7)
- 20 Opus agents upgraded:
claude-opus-4-6→claude-opus-4-7 - 6 skills promoted main thread Haiku → Sonnet for reasoning headroom on critical-path work:
analyze-cbo-obj,analyze-code,analyze-symptom,compare-programs,create-object,create-program - New Phase Banner convention:
▶ phase=3 (spec) · agent=sap-writer · model=Opus 4.7
🧱 New sap-stocker agent
- Sonnet 4.6, R/O on SAP + R/W on
.sc4sap/cbo/ - Handles CBO inventory, where-used graphs, reusable-object cataloging
- Consumed by
/sc4sap:analyze-cbo-obj,/sc4sap:create-programCBO reuse gate, and 15 module consultants via their new<CBO_Stocking_Delegation>block
📊 HUD Improvements
- Context capacity warning — third HUD line (5-language i18n: EN/KO/JA/ZH/DE)
- 🟡 Yellow (70–89%): "your context capacity is about to full, consider /compact"
- 🔴 Red (90%+): "your context capacity is full, consider /compact"
- Opus 4.7 1M-context entry in pricing registry → accurate context % for long sessions
- Centralized HUD cache at
~/.sc4sap/hud-cache/(was polluting cwd)
🧹 Housekeeping
- MCP server pin bumped:
abap-mcp-adt-powerup@4.8.2(transport read bug fixes —ListTransportsparser +GetTransportstub-on-failure + ECC content-negotiation) .gitignoreadds.entire/,.claude/,.cursor/- 200-line cap compliance: split oversize files into companions (
skills/compare-programs/dispatch-prompts.md,skills/create-object/dispatch-prompts.md,skills/create-program/inventory-lookups.md)
📦 Install / Upgrade
npm install -g @babamba2/superclaude-for-sap@0.6.6Or inside Claude Code: /plugin update sc4sap.
Full changelog: v0.6.5...v0.6.6