Skip to content

feat: add TODO audit report tool per issue #1#67

Open
zero00004 wants to merge 7 commits into
cuentaprueba244w-dotcom:mainfrom
zero00004:todo-audit
Open

feat: add TODO audit report tool per issue #1#67
zero00004 wants to merge 7 commits into
cuentaprueba244w-dotcom:mainfrom
zero00004:todo-audit

Conversation

@zero00004

Copy link
Copy Markdown

Summary

Implements #1: Generate TODO audit report

Changes

  • New tools/todo_audit.py — scans repo for TODO/FIXME/BUG/HACK/XXX markers
  • Found 252 markers across 50+ files

Usage

python tools/todo_audit.py .
python tools/todo_audit.py . --json -o report.json

Closes #1

zero00004 and others added 7 commits June 20, 2026 15:28
Remove the erroneous output_format override that broke --format both.
The conditions already correctly handle 'both' by checking
if output_format in ("json", "both") and ("csv", "both"),
but the override changed 'both' to 'json' before the checks ran.
Add legacy_caps_audit.py script that scans for legacy files and verifies LEGACY comment markers. Auto-fix all 40 violations.

Closes #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[$5 BOUNTY] [Python] Generate TODO audit report

1 participant