File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -110,3 +110,16 @@ T-10 Implement metrics caching system
110110• Unit test: second run with unchanged files uses cache
111111• Unit test: modified file triggers reanalysis
112112• Integration test: verify cache speeds up pre-commit hooks
113+
114+ ⸻
115+
116+ T-11 Enhanced stats output with config targets
117+ • Add --show-targets flag to stats command
118+ • Load config file to extract metric thresholds
119+ • Modify output format to include target column (current vs target)
120+ • Color code values based on proximity to threshold (green/yellow/red)
121+ • Support showing targets for specific metrics when --metrics specified
122+ • Handle missing config gracefully (show N/A for targets)
123+ • Unit test: stats with targets shows threshold values
124+ • Unit test: values near threshold shown in yellow
125+ • Unit test: missing config doesn't crash, shows N/A
You can’t perform that action at this time.
0 commit comments