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
15
16
---
source: crates/sephera_cli/tests/loc_cli.rs
description: LOC command should print a formatted table report
expression: normalized
---
Scanning: [TEMP_PATH]

╭──────────┬──────┬─────────┬───────┬──────────────╮
│ Language ┆ Code ┆ Comment ┆ Empty ┆ Size (bytes) │
╞══════════╪══════╪═════════╪═══════╪══════════════╡
│ Rust     ┆    1 ┆       1 ┆     0 ┆           24 │
│ Totals   ┆    1 ┆       1 ┆     0 ┆           24 │
╰──────────┴──────┴─────────┴───────┴──────────────╯
Files scanned: 1
Languages detected: 1
Elapsed: [TIMING]