Skip to content

v5.1.1

Choose a tag to compare

@LaiTszKin LaiTszKin released this 09 Jun 20:44
· 16 commits to main since this release

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 --help for 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