Expand description
Engine facade methods for graph algorithms.
These wrap lock acquisition + graph algorithm calls so the MCP/API transport layers don’t interact with the graph mutex directly.
Structs§
- Change
Entry - A commit entry in a temporal change report.
- Cycle
Group - A single cycle group (SCC with >= 2 nodes).
- Cycle
Report - Report on detected circular dependencies (strongly connected components).
- Drift
Report - Report on architectural drift between two time periods.
- Graph
Stats - In-memory graph statistics snapshot.
- Ranked
Node - A node with its PageRank score.
- Stale
File - A file that may be stale (not modified recently but still referenced).
- Temporal
Snapshot - Snapshot of the graph at a point in time.
- TestHit
- A test discovered by impact analysis.
- Test
Impact Result - Result of test impact analysis.