Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/stage-02.types.ts
ChunkRelationshipGraph - Cross-chunk import/dependency analysis
Helps AI understand how different chunks relate to each other. Critical for cross-cutting features like "complete a sale" which spans multiple chunks (customers, products, orders).
Properties
| Property | Type |
|---|---|
nodes | ChunkNode[] |
edges | ChunkEdge[] |
Was this page helpful?