@@ -14,24 +14,24 @@ name = "corpus_kit"
1414path = " src/lib.rs"
1515
1616[dependencies ]
17- substrate-types = { package = " substrate-types" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.26 " }
17+ substrate-types = { package = " substrate-types" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.28 " }
1818# SubstrateLib: MerkleHash::leaf for the ContentHashProvider callback
1919# that HashingRowStore invokes on every chunk insert (ADR-017 §16).
2020# Authority: DECISION_LIFT_PACKAGE_SWIFT_RULE_2026-05-28 + ADR-017 §19.
21- substrate-lib = { package = " substrate-lib" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.26 " }
21+ substrate-lib = { package = " substrate-lib" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.28 " }
2222# SubstrateKernel: sha256::hash for deterministic corpus UUID derivation,
2323# used by the HashParentChainProvider (chunk → corpus parent chain).
24- substrate-kernel = { package = " substrate-kernel" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.26 " }
24+ substrate-kernel = { package = " substrate-kernel" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.28 " }
2525# B2-5: the named EmbeddingModelConfig cases (MiniLM/MPNet/EmbeddingGemma)
2626# project pooled vectors through substrate_ml::float_simhash::project — the
2727# conformance-gated, bit-identical Swift/Rust SimHash. The Swift CorpusKit
2828# core target carries the matching SubstrateML dependency for the same
2929# CorpusTextProvider projection; this is the parity addition. Layering is
30- substrate-ml = { package = " substrate-ml" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.26 " }
31- engram-lib = { package = " engram-lib" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.26 " }
32- eidetic-lib = { package = " eidetic-lib" , git = " https://github.com/codedaptive/moot-semantics" , tag = " v1.0.26 " }
33- persistence-kit = { package = " persistence-kit" , git = " https://github.com/codedaptive/moot-system" , tag = " v1.0.26 " }
34- convergence-kit = { package = " convergence-kit" , git = " https://github.com/codedaptive/moot-system" , tag = " v1.0.26 " }
30+ substrate-ml = { package = " substrate-ml" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.28 " }
31+ engram-lib = { package = " engram-lib" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.28 " }
32+ eidetic-lib = { package = " eidetic-lib" , git = " https://github.com/codedaptive/moot-semantics" , tag = " v1.0.28 " }
33+ persistence-kit = { package = " persistence-kit" , git = " https://github.com/codedaptive/moot-system" , tag = " v1.0.28 " }
34+ convergence-kit = { package = " convergence-kit" , git = " https://github.com/codedaptive/moot-system" , tag = " v1.0.28 " }
3535vectorkit = { path = " ../../VectorKit/rust" }
3636# QueueKit: CorpusKit owns its own ingest queue + drain worker pool, so it
3737# mounts a QueueKit-backed encode queue (transient in-memory PersistenceKit
@@ -41,13 +41,13 @@ vectorkit = { path = "../../VectorKit/rust" }
4141# (substrate-types + persistence-kit + intellectus-lib); corpus-kit → queuekit
4242# is downstream→upstream, no inversion.
4343# Per DECISION_LIFT_PACKAGE_SWIFT_RULE_2026-05-28 (Rust no-inversion rule).
44- queuekit = { package = " queuekit" , git = " https://github.com/codedaptive/moot-system" , tag = " v1.0.26 " , features = [" persistencekit" ] }
44+ queuekit = { package = " queuekit" , git = " https://github.com/codedaptive/moot-system" , tag = " v1.0.28 " , features = [" persistencekit" ] }
4545# IntellectusLib: zero-dependency telemetry leaf. Added for P2
4646# self-report coverage (cp-corpuskit-report). When monitoring is
4747# disabled (the default), the report! macro expands to a single
4848# AtomicBool::load + branch — zero allocation, no clock.
4949# Layering-safe: intellectus-lib depends only on std.
50- intellectus-lib = { package = " intellectus-lib" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.26 " }
50+ intellectus-lib = { package = " intellectus-lib" , git = " https://github.com/codedaptive/moot-core" , tag = " v1.0.28 " }
5151uuid = { version = " 1" , features = [" v4" , " v5" , " serde" ] }
5252serde = { version = " 1" , features = [" derive" ] }
5353serde_json = " 1"
0 commit comments