Bounty: $5 (LT)
Area: TODO_AUDIT.md - repository-wide technical debt tracking
Current state: The codebase contains hundreds of TODO comments across Rust, TypeScript, Go, C, C++, Java, Python, Lua, Ruby, and Haskell files with no centralized tracking.
What's needed: A comprehensive TODO_AUDIT.md listing every TODO in the repository, case-insensitive, with filename, line number, description, and estimated fix time.
Acceptance criteria:
- Search is case-insensitive for TODO
- Each entry includes filename, line number, and estimated fix time in hours
- Estimate formula: (line_number % 7) + 1
- Sort entries by estimated hours descending
- Include build diagnostic artifacts
Required validation:
- Run
python3 build.py
- Include the generated diagnostic
.logd artifact from diagnostic/build-XXX.logd in the PR; also include diagnostic/build-XXX.json if present
- Use
.github/pull_request_template.md for your submission
Bounty: $5 (LT)
Area: TODO_AUDIT.md - repository-wide technical debt tracking
Current state: The codebase contains hundreds of TODO comments across Rust, TypeScript, Go, C, C++, Java, Python, Lua, Ruby, and Haskell files with no centralized tracking.
What's needed: A comprehensive TODO_AUDIT.md listing every TODO in the repository, case-insensitive, with filename, line number, description, and estimated fix time.
Acceptance criteria:
Required validation:
python3 build.py.logdartifact fromdiagnostic/build-XXX.logdin the PR; also includediagnostic/build-XXX.jsonif present.github/pull_request_template.mdfor your submission