kimetsu-brain 1.0.0

Project + user-scope memory, hybrid retrieval (lexical + cosine), ambient context, secret redaction at ingest for kimetsu.
Documentation
pub mod ambient;
pub mod analytics;
#[cfg(feature = "embeddings")]
pub mod ann;
pub mod benchmark;
pub mod conflict;
pub mod context;
pub mod embeddings;
pub mod eval;
pub mod ingest;
pub mod lock;
pub mod migrate;
pub mod project;
pub mod projector;
pub mod redact;
pub mod reindex;
pub mod schema;
pub mod trace;
pub mod user_brain;