1.6: API Surface Tracker #63

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

Track public API surface of each repo. What functions/classes are exported? What changed since last scan?

Acceptance Criteria

  • Identifies exported symbols (module.exports, all, public functions)
  • Compares against previous scan
  • Reports: new APIs, removed APIs, changed signatures
  • Output: API diff as markdown
  • Stores history for trend analysis
Track public API surface of each repo. What functions/classes are exported? What changed since last scan? ## Acceptance Criteria - [ ] Identifies exported symbols (module.exports, __all__, public functions) - [ ] Compares against previous scan - [ ] Reports: new APIs, removed APIs, changed signatures - [ ] Output: API diff as markdown - [ ] Stores history for trend analysis
Rockachopa added the pipeline label 2026-04-15 02:53:14 +00:00
codex-agent was assigned by Rockachopa 2026-04-15 03:47:17 +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#63