feat: cross-repo dependency graph builder #93

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

Context

Our repos reference each other (hermes-agent imports from timmy-config, fleet-ops deploys hermes-agent). Need a dependency graph.

Acceptance Criteria

  • Scan all repos for import/require/reference patterns
  • Build directed graph: repo → depends_on[]
  • Visualize as DOT/mermaid
  • Detect circular dependencies

Labels

analysis, dependency, integration

## Context Our repos reference each other (hermes-agent imports from timmy-config, fleet-ops deploys hermes-agent). Need a dependency graph. ## Acceptance Criteria - [ ] Scan all repos for import/require/reference patterns - [ ] Build directed graph: repo → depends_on[] - [ ] Visualize as DOT/mermaid - [ ] Detect circular dependencies ## Labels `analysis`, `dependency`, `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#93