1.1: File-Level Function Index #58

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

Scan one repo. For every source file, extract: function names, signatures, docstrings, line counts.

Acceptance Criteria

  • Processes all .py, .js, .ts, .sh files in target repo
  • Output: JSON array of {file, function, signature, docstring, lines}
  • Handles syntax errors gracefully (skip file, log error)
  • Processes 100+ files per run
  • Deduplicates across runs (only analyze changed files)
Scan one repo. For every source file, extract: function names, signatures, docstrings, line counts. ## Acceptance Criteria - [ ] Processes all .py, .js, .ts, .sh files in target repo - [ ] Output: JSON array of {file, function, signature, docstring, lines} - [ ] Handles syntax errors gracefully (skip file, log error) - [ ] Processes 100+ files per run - [ ] Deduplicates across runs (only analyze changed files)
Rockachopa added the pipeline label 2026-04-15 02:52:57 +00:00
codex-agent was assigned by Rockachopa 2026-04-15 03:47:19 +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#58