mati 0.1.4

An enforcement layer for codebase knowledge: confirmed gotchas gate what AI agents read and edit at the hook level. Not a passive memory store.
Documentation
// MCP stdio server — rmcp (M-07, M-11)
// Tools: mem_get, mem_query, mem_bootstrap, mem_set
// Keep the surface intentional: each tool should have concise MCP-facing
// metadata because Codex surfaces this list directly in `/mcp`.

pub mod daemon_lifecycle;
pub mod daemon_log;
pub mod dispatch_v2;
pub mod handlers;
pub mod metadata;
pub mod metrics;
pub mod protocol;
pub mod server;
pub mod tools;
pub mod types;

/// Pins the behavioural gap between the two live gotcha write paths
/// (`store::gotcha_ops` vs the v2 handlers). See the module docs.
#[cfg(test)]
mod write_path_equivalence;

pub use server::serve;