@company-semantics/contracts 18.0.0 → 18.1.1

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.
@@ -16,27 +16,27 @@ TypeScript types for Ralph, an autonomous AI coding loop with graduated trust le
16
16
 
17
17
  ## Public API
18
18
 
19
- - `AllowedRepo` _(type)_
20
- - `REPO_PRECEDENCE`
21
- - `RalphAcceptanceCriteria` _(type)_
22
- - `RalphAgentContract` _(type)_
23
- - `RalphCapabilities` _(type)_
24
- - `RalphCommitPolicy` _(type)_
25
- - `RalphExecutionPolicy` _(type)_
26
- - `RalphFailurePolicy` _(type)_
27
- - `RalphFeatureGroup` _(type)_
28
- - `RalphInteractionFlow` _(type)_
29
- - `RalphIteration` _(type)_
30
- - `RalphMeta` _(type)_
31
- - `RalphMode` _(type)_
32
- - `RalphPRD` _(type)_
33
- - `RalphPRDCategory` _(type)_
34
- - `RalphPRDItem` _(type)_
35
- - `RalphPRDPriority` _(type)_
36
- - `RalphProgress` _(type)_
37
- - `RalphReferenceImplementation` _(type)_
38
- - `RalphScope` _(type)_
39
- - `RalphSuccessCriteria` _(type)_
19
+ - `AllowedRepo` _(type)_ — Valid repository names for cross-repo PRD features.
20
+ - `REPO_PRECEDENCE` — Allowed sibling repositories in the company-semantics release universe.
21
+ - `RalphAcceptanceCriteria` _(type)_ — Machine-verifiable acceptance criteria.
22
+ - `RalphAgentContract` _(type)_ — Agent behavioral constraints for execution.
23
+ - `RalphCapabilities` _(type)_ — Feature-scoped capability declarations.
24
+ - `RalphCommitPolicy` _(type)_ — Rollback and commit semantics.
25
+ - `RalphExecutionPolicy` _(type)_ — Controls how features within a group are distributed and executed.
26
+ - `RalphFailurePolicy` _(type)_ — Recovery semantics for failures.
27
+ - `RalphFeatureGroup` _(type)_ — A named group of related PRD features that share research context and have coordinated execution and…
28
+ - `RalphInteractionFlow` _(type)_ — Temporal behavior expectations.
29
+ - `RalphIteration` _(type)_ — Record of a single Ralph iteration.
30
+ - `RalphMeta` _(type)_ — Normalized metadata for PRD tracking.
31
+ - `RalphMode` _(type)_ — Ralph operation mode.
32
+ - `RalphPRD` _(type)_ — A complete Ralph PRD document.
33
+ - `RalphPRDCategory` _(type)_ — Category of PRD feature item.
34
+ - `RalphPRDItem` _(type)_ — A single feature item in a Ralph PRD.
35
+ - `RalphPRDPriority` _(type)_ — Priority level for feature ordering.
36
+ - `RalphProgress` _(type)_ — Complete progress state for a Ralph session.
37
+ - `RalphReferenceImplementation` _(type)_ — Code shape guidance for feature implementation.
38
+ - `RalphScope` _(type)_ — Path boundaries for file operations.
39
+ - `RalphSuccessCriteria` _(type)_ — PRD-level success criteria (multi-dimensional).
40
40
 
41
41
  <!-- END GENERATED: readme-public-api -->
42
42
 
@@ -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)_