@company-semantics/contracts 18.0.0 → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,22 +22,22 @@ Defines the semantic contract between backend (producer) and site (renderer).
22
22
 
23
23
  ## Public API
24
24
 
25
- - `AggregatedCapabilities` _(type)_
26
- - `CapabilityInvariants` _(type)_
27
- - `CapabilityManifest` _(type)_
28
- - `DiagramEdge` _(type)_
29
- - `DiagramEdgeRelation` _(type)_
30
- - `DiagramMode` _(type)_
31
- - `DiagramNode` _(type)_
32
- - `DiagramNodeKind` _(type)_
33
- - `DiagramSnapshot` _(type)_
34
- - `DiagramSpec` _(type)_
35
- - `EdgeDirection` _(type)_
25
+ - `AggregatedCapabilities` _(type)_ — Aggregated capabilities from all repositories.
26
+ - `CapabilityInvariants` _(type)_ — Semantic invariants for a capability.
27
+ - `CapabilityManifest` _(type)_ — Manifest of capabilities from a single repository.
28
+ - `DiagramEdge` _(type)_ — An edge connecting two nodes.
29
+ - `DiagramEdgeRelation` _(type)_ — The semantic relationship between nodes.
30
+ - `DiagramMode` _(type)_ — Diagram projection modes.
31
+ - `DiagramNode` _(type)_ — A node in the diagram graph.
32
+ - `DiagramNodeKind` _(type)_ — The semantic role of a node in the diagram. v0.18.0: Added 'repo' for repository-level containment
33
+ - `DiagramSnapshot` _(type)_ — Snapshot of a diagram for cross-repo distribution.
34
+ - `DiagramSpec` _(type)_ — Complete diagram specification.
35
+ - `EdgeDirection` _(type)_ — Edge direction semantics.
36
36
  - `FeatureStatus` _(type)_
37
- - `FlowStage` _(type)_
38
- - `PipelinePhase` _(type)_
39
- - `RepoCapability` _(type)_
40
- - `RepoId` _(type)_
37
+ - `FlowStage` _(type)_ — Architecture layers for horizontal organization.
38
+ - `PipelinePhase` _(type)_ — Data lifecycle phase for coloring/filtering.
39
+ - `RepoCapability` _(type)_ — Repository Capability Extends DiagramNode with repo-specific fields.
40
+ - `RepoId` _(type)_ — Valid repository identifiers.
41
41
  - `SystemCapability` _(type)_
42
42
  - `SystemCapabilityManifest` _(type)_
43
43
  - `SystemLayer` _(type)_