// crates/exocortex-ingest/src/lib.rs
//! The Ingestion Protocol server (§7.13, §18): the single validated write
//! path. `IngestService.Submit` runs the kernel validation pipeline
//! (fingerprint, source admission + ceiling, R-T11a no-widening, R-T17
//! triples, idempotency by (producer_id, batch_id), HMAC authentication
//! before anything else — R-I8) and commits atomically.
pub use ;
pub use EntityExtractor;
pub use IngestServer;