21da29e73e
New dated plan at docs/superpowers/plans/2026-05-19-post-slm-unlock.md covers the work surfaced during this session that hasn't shipped yet: Phase A — two-stage tool routing (last item from the original smallcode audit; gates on local + small-context arms; saves ~70% of schema tokens per request). Phase B — CLI agent binary override. [cli_agents] config section lets users map canonical agent names (claude / gemini / vibe) onto local aliases (claude-priv, gemini-work, etc.). Phase C — user profiles. Multiple named configs (work / private / experiment) layered over a base config.toml, switchable via --profile flag, [config].default_profile, and a /profile TUI command. Phase D — per-arm capability tags (Phase-4 prep). Per-arm Strengths []TaskType and CostWeight to make the router actually pick Opus over Gemini for Planning/SecurityReview etc., not just for cost reasons. Phase E — compound tools (deferred until SLM-arm telemetry shows which chain patterns fail). Plus an explicit drop list of things we considered and won't ship. TODO.md updated to point at the new plan and note that the original roadmap's Phase 4 is now superseded.