[EXTRACT P1-2] Map all exports, imports, and dependency graph #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent Epic: #154 | Phase 1 — Automated Inventory | EXECUTE NOW
Depends on: P1-1 (repo cloned)
What
Produce a dependency graph: what imports what. This tells us which files are load-bearing (imported by many) vs leaf nodes.
Script
Output
claude-code-analysis/dependency-graph.json— full import/export mapclaude-code-analysis/top-imports.txt— 50 most-imported modules (the load-bearing walls)Acceptance Criteria