What's New
Adaptive Reasoning Effort per Phase
get_effort_level()now wired intospawn_agent()— was defined but never called- Phase-aware effort: probe/discover → medium, tangle/develop complex → high, ink/deliver complex → high
- Exports
OCTOPUS_EFFORT_LEVELenv var + includes in Agent Teams instruction JSON - Gated by
SUPPORTS_OPUS_MEDIUM_EFFORT(Claude Code v2.1.68+)
Worktree Branch in Statusline
- Parses
worktreefield from statusline input (Claude Code v2.1.69+) - Displays active worktree branch with 🌿 indicator during parallel agent execution
- Works in both active-workflow and compact display modes
InstructionsLoaded Hook
- New hook fires when CLAUDE.md loads into a session
- Injects current phase, workflow name, effort level, autonomy mode, and recent results
- Registered in hooks.json with 5-second timeout
- Only fires when an active workflow session exists
All 64 pre-push tests pass. All features gated behind SUPPORTS_* flags.