Code analysis toolkit
| archive/overcomplicated | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| COMPLEXITY_SCORE_SPEC.md | ||
| cstat-agent-use.md | ||
| demo_glossary.rs | ||
| PROJECT_GROUNDING.md | ||
| README.md | ||
cstat
Terminal CLI tool to examine a codebase through a statistical lens
helpful commands
cstat --help # cli options
cstat scorecard --path . --json # machine-readable code complexity cost
cstat loc --path . -v # size-shape analysis plus explanations
cstat test-reachability --path . --json # structured static test/bench reachability