constraint-compiler
Deterministic projection-to-inference graph compiler for the canonical lane.
Usage
use ;
Scope
This crate compiles canonical projection import batches into bounded inference graph artifacts: nodes, hyperedges, constraints, invalidation cones, degradations, and oracle candidates.
Non-goals
- no authority over source truth
- no runtime repair or scheduler policy
- no fabrication of semantics from thin exports
Ecosystem
Depends on:
stack-ids-- identity primitives (ConstraintId,ContentDigest,OracleSliceId,RegionId,ScopeKey)forge-memory-bridge-- projection import batch typesrecursive-kernel-core-- kernel operator metadata and constraint unitssemantic-memory-forge-- constraint seed kinds and export record semantics
Depended on by:
kernel-executionkernel-oracleskernel-conformanceknowledge-runtimeforge-pilotcontract-schema-gen
stack-ids integration
Uses ConstraintId, ContentDigest, OracleSliceId, RegionDigestId,
RegionId, and ScopeKey from stack-ids for all compiler artifact
identifiers and content addressing.