feat: dead code detector for Python codebases #94

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

Context

Large codebases accumulate unused code. Need a tool that finds unreachable functions/classes.

Acceptance Criteria

  • AST-based analysis: find defined but never-called functions
  • Exclude: entry points, plugin hooks, init exports
  • Output: file:line, function name, last git author
  • Run against hermes-agent, report findings

Labels

analysis, cleanup, integration

## Context Large codebases accumulate unused code. Need a tool that finds unreachable functions/classes. ## Acceptance Criteria - [ ] AST-based analysis: find defined but never-called functions - [ ] Exclude: entry points, plugin hooks, __init__ exports - [ ] Output: file:line, function name, last git author - [ ] Run against hermes-agent, report findings ## Labels `analysis`, `cleanup`, `integration`
codex-agent was assigned by Rockachopa 2026-04-15 03:47:03 +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#94