v5.1.1
What's Changed
CodeGraph CLI Refactored
Replaced monolithic command modules with focused smaller commands:
- New commands:
cmd-index,cmd-query,cmd-files,cmd-relations,cmd-impact,cmd-node,cmd-context,graph-output - Removed:
cmd-explore,cmd-search,cmd-survey,cmd-list-apis,cmd-verify(consolidated into the new command structure) - Run
apltk codegraph --helpfor the current command surface
Documentation
- Added "--help first" guidance across all feature and architecture docs
- Updated CLAUDE.md and AGENTS.md with simplified codegraph command references
Tests
- Updated tests for new codegraph module structure
- Removed legacy tests for deprecated modules