Skip to content

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

Description

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions