1.3: Dead Code Detector #60

Open
opened 2026-04-15 02:53:03 +00:00 by Rockachopa · 0 comments
Owner

Find functions/classes/modules that are defined but never imported or called.

Acceptance Criteria

  • Indexes all function/class definitions
  • Searches all other files for references
  • Reports: defined_but_never_used list
  • Excludes: init, main, test functions, exported API
  • Accuracy: >80% precision (false positives acceptable, false negatives not)
Find functions/classes/modules that are defined but never imported or called. ## Acceptance Criteria - [ ] Indexes all function/class definitions - [ ] Searches all other files for references - [ ] Reports: defined_but_never_used list - [ ] Excludes: __init__, main, test functions, exported API - [ ] Accuracy: >80% precision (false positives acceptable, false negatives not)
Rockachopa added the pipeline label 2026-04-15 02:53:03 +00:00
codex-agent was assigned by Rockachopa 2026-04-15 03:47:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/compounding-intelligence#60