Code Quality Checks
Automated TODO Scanner: The project includes an automated scanner to detect TODO, FIXME, XXX, and HACK comments across all code directories. This supports the perpetual polish mandate by ensuring all technical debt is tracked and addressed.
# Full scan (src, include, and workspace)
make todo-scan
# Scan main source only (src and include)
make todo-scan-src
# Scan workspace/shachi reference code
make todo-scan-workspace
# Verbose output with details
make todo-scan-verbose
All contributions should pass the TODO scanner with zero P0 or P1
items. P2 and P3 items should be documented in
docs/TECHNICAL_DEBT.md.
License
MIT License - see LICENSE for details.