Code structure review (stack-aware)
Run
Print a Markdown report to stdout:
bash
python3 logics/skills/logics-code-structure-reviewer/scripts/code_structure_review.py
Write the report to a file:
bash
python3 logics/skills/logics-code-structure-reviewer/scripts/code_structure_review.py --out logics/CODE_REVIEW.md
Useful flags
- •
--max-lines 400: Threshold for "large file" detection. - •
--top 20: Number of largest files to list. - •
--include-logics: Includelogics/**in the scan (off by default).