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
use std::process::ExitCode;

fn main() -> ExitCode {
    sephera::main_exit_code()
}