[package]
name = "kernel-conformance"
version = "0.1.0"
edition = "2021"
rust-version = "1.75.0"
description = "Conformance harness for recursive inference kernel authority, compiler, and oracle gates"
license = "MIT"
[dependencies]
chrono = { workspace = true }
constitutional-memory = { version = "0.1.0", path = "../constitutional-memory" }
constraint-compiler = { version = "0.1.0", path = "../constraint-compiler" }
discovery-portfolio = { version = "0.1.0", path = "../discovery-portfolio" }
federated-settlement = { version = "0.1.0", path = "../federated-settlement" }
forge-memory-bridge = { version = "0.1.1", path = "../forge-memory-bridge" }
knowledge-runtime = { version = "0.1.0", path = "../knowledge-runtime" }
kernel-execution = { version = "0.1.0", path = "../kernel-execution" }
kernel-oracles = { version = "0.1.0", path = "../kernel-oracles" }
mechanism-runtime = { version = "0.1.0", path = "../mechanism-runtime" }
recursive-kernel-core = { version = "0.1.0", path = "../recursive-kernel-core" }
semantic-memory = { version = "0.5.8", path = "../semantic-memory" }
semantic-memory-forge = { version = "0.1.1", path = "../semantic-memory-forge" }
spec-execution = { version = "0.1.0", path = "../spec-execution" }
verification-adjudication = { version = "0.1.0", path = "../verification-adjudication" }
verification-calibration = { version = "0.1.0", path = "../verification-calibration" }
verification-control = { version = "0.1.0", path = "../verification-control" }
verification-policy = { version = "0.1.0", path = "../verification-policy" }
serde_json = { workspace = true }
stack-ids = { version = "0.1.1", path = "../stack-ids" }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
[dev-dependencies]
forge-engine = { version = "0.2.0", path = "../living-memory/living-memory" }
forge-pilot = { version = "0.1.0", path = "../forge-pilot" }
proptest = { workspace = true }
[lints]
workspace = true