sephera 0.5.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
8
9
10
11
12
13
14
mod context_json;
mod context_markdown;
mod graph;
mod profiles;
mod table;
mod timing;
mod write;

pub use context_json::render_context_json;
pub use context_markdown::render_context_markdown;
pub use graph::render_graph;
pub use profiles::print_available_profiles;
pub use table::{print_report, render_report_table};
pub use write::emit_rendered_output;