Skip to content

0.8.0

Choose a tag to compare

@clawdeeo clawdeeo released this 29 Apr 22:00
· 54 commits to main since this release
441bf79

[email protected] | 2026-04-29

Added

  • scripts/lib/cli_entrypoint.py — shared CLI entrypoint helper for command modules
  • tests/test_cli_entrypoint.py — tests for CLI entrypoint argument parsing and dispatch
  • tests/test_error_contracts.py — error contract tests across command modules
  • tests/test_config.py — expanded config detection tests with multi-language fixtures
  • tests/test_graph.py — expanded import resolution and dependency graph tests
  • tests/test_measure.py — measurement tests for indentation, line length, and blank lines
  • tests/test_scan.py — expanded scan tests including symlink and skip-directory handling
  • tests/test_symbols.py — expanded symbol extraction tests for Python, JS/TS, Go, Rust
  • ROADMAP.md — 0.10.0 milestone for CLI and skill split

Changed

  • Command modules (config, git, graph, measure, scan, symbols, tests) now use shared CLI entrypoint helper
  • scan and walk skip symlinked files and directories
  • constants.py and walk.py updated for improved test discovery
  • Import resolution and symbol extraction improved with better edge cases