Implement chrs-slurp: Context Intelligence layer with DR curation and Dolt integration

This commit is contained in:
anthonyrawlins
2026-03-03 17:37:06 +11:00
parent f134b1d060
commit ce5c2238dd
3 changed files with 107 additions and 2 deletions

17
chrs-slurp/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "chrs-slurp"
version = "0.1.0"
edition = "2021"
[dependencies]
chrs-graph = { path = "../chrs-graph" }
ucxl = { path = "../UCXL" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1.0", features = ["v4", "serde"] }
[dev-dependencies]
tempfile = "3"