sephera 0.4.0

Local-first Rust CLI for repository metrics and deterministic LLM context packs with AST compression and MCP.
Documentation
1
2
3
4
5
6
7
mod discovery;
mod load;
pub mod resolve;
pub mod types;

pub use resolve::resolve_context_options;
pub use types::{ResolvedContextCommand, ResolvedContextOptions};