Code analysis toolkit
Find a file
2026-07-29 12:52:06 +04:00
archive/overcomplicated Archive overcomplicated workspace, restore legacy cstat at root 2026-07-12 11:00:45 +04:00
src feat: add public api to complexity score 2026-07-29 12:52:06 +04:00
tests feat: add public api to complexity score 2026-07-29 12:52:06 +04:00
.gitignore Archive overcomplicated workspace, restore legacy cstat at root 2026-07-12 11:00:45 +04:00
Cargo.lock stash changes 2026-03-04 19:41:50 +07:00
Cargo.toml stash changes 2026-03-04 19:41:50 +07:00
COMPLEXITY_SCORE_SPEC.md feat: add public api to complexity score 2026-07-29 12:52:06 +04:00
cstat-agent-use.md feat: complexity score 2026-07-23 12:55:53 +04:00
demo_glossary.rs Archive overcomplicated workspace, restore legacy cstat at root 2026-07-12 11:00:45 +04:00
PROJECT_GROUNDING.md feat: complexity score 2026-07-23 12:55:53 +04:00
README.md feat: complexity score 2026-07-23 12:55:53 +04:00

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