Phanes v3.0.1
Patch over v3.0.
Fixed
- Effort-control rubric corrected. Effort frontmatter is honored on no native in-session spawn path (anthropics/claude-code #43083, open; #64033 and #65598 closed as duplicates of it). The only working lever is session-level effort set at launch with
--effortorCLAUDE_CODE_EFFORT_LEVEL, never/effortor/modelmid-run, since both leak to the global settings file (#57618, #49076).
Added
- Per-Agent Effort Delivery, a temporary CLI-spawn bridge. The session launches at the orchestrator's peak need (
highby default,xhighfor design-heavy runs). To lift a heavy archetype above the baseline, the orchestrator spawns it as its own process,claude --bg "<prompt>" --agent <name> --effort <level> --permission-mode <mode>, monitored withclaude agents --jsonand collected withclaude logs <id>. Upward only. The subsection is removed when #43083 ships.
Changed
- Template library re-stamped to v3.0.1 with no script change, so the fetch-time version check matches the prompt stamp.