Context Detection in CLI
Context detection now works in orchestrate.sh CLI, not just skill instructions.
CLI Enhancements
auto_route()shows context - When usingautocommand, detected context[Dev]or[Knowledge]is displayed- Phase banners include context -
🔍 [Dev] DISCOVERinstead of🔍 PROBE (Discover Phase) kmcommand supportsauto- Use/co:km autoto return to auto-detection mode
Knowledge Mode Toggle Updates
The km command now supports three modes:
./scripts/orchestrate.sh km on # Force Knowledge context
./scripts/orchestrate.sh km off # Force Dev context
./scripts/orchestrate.sh km auto # Return to auto-detection (new!)
./scripts/orchestrate.sh km # Show current statusFixed
- CLI-REFERENCE.md - Updated to use new phase names (
discover,define,develop,deliver) as primary with old names as aliases - Phase display boxes - Changed from
PROBE (Discover)toDISCOVERwith context indicator
Housekeeping
- Cleaned up working files from previous session
- Updated all version references to 7.8.1
Full Changelog: https://github.com/nyldn/claude-octopus/blob/main/CHANGELOG.md