codebase-graph 1.1.6

Native codebaseGraph CLI and MCP server for local code knowledge graphs.
pub mod cli;
pub mod db_writer;
pub mod error;
mod execution;
mod graph_rows;
mod hash;
mod normalize;
mod parser;
mod partition_builder;
mod profiles;
pub mod protocol;
mod scan;
mod semantic_enrichment;
mod staging_writer;
mod syntax_materializer;

pub use execution::{
    materialize_syntax_batch, materialize_syntax_batch_json, plan_syntax_materialization,
};