tokmd-analysis-complexity
Complexity scoring and histogram generation for analysis receipts.
Problem
You need per-file complexity and technical-debt signals without folding parsing logic into the receipt model.
What it gives you
build_complexity_reportgenerate_complexity_histogramComplexityReport,FileComplexity,ComplexityHistogram
Integration notes
- No feature flags.
- Uses
AnalysisLimitsto cap bytes and file counts. - Can attach per-function details when requested; relies on
tokmd-contentand maintainability helpers.
Go deeper
- Tutorial: Tutorial
- How-to: Recipes
- Reference: Architecture, Root README
- Explanation: Explanation