Skip to content

by the numbers

Bryan edited this page Jun 13, 2026 · 1 revision

By the numbers

Data collected on 2026-06-12 at commit a86b00af27b8ba9c555ee734fa4d7398930ff6a4.

Size

The repository has 55 tracked files, 434,932 bytes, and 7,810 total lines. The largest tracked file is uv.lock, while the largest source files are src/lode/indexer.py, src/lode/graph.py, and src/lode/storage.py.

xychart-beta
    title "Lines by file type"
    x-axis ["Python", "Lock", "Markdown", "YAML", "TOML", "Other"]
    y-axis "Lines" 0 --> 5500
    bar [5233, 1141, 587, 470, 97, 282]
Loading
Category Files Lines Bytes
Source 14 2,946 103,563
Tests 6 1,300 49,751
Scripts 8 669 21,471
Docs and skills 7 766 29,647
Config and infra 19 1,811 218,742
Benchmarks 1 318 11,758

Activity

Git history has 14 commits across three short eras: the 2026-06-01 MVP, the 2026-06-10 graph expansion, and the 2026-06-12 readiness pass.

Hotspot in last 90 days Touching commits Churn
uv.lock 4 1,145
src/lode/indexer.py 5 895
src/lode/graph.py 4 844
src/lode/storage.py 4 749
tests/test_graph.py 4 632
src/lode/cli.py 5 489

Bot-attributed commits

The lower-bound bot-attributed commit count is 0 of 14. This only counts bot-like author or committer identities in git history. It does not measure inline AI assistance that leaves no git identity signal.

Complexity signals

File Lines Why it matters
src/lode/graph.py 680 Central resolver and blast-radius traversal.
src/lode/indexer.py 691 Source scanning, parsing, and per-file fact creation.
src/lode/storage.py 553 SQLite schema, writes, search, and embedding persistence.
tests/test_graph.py 496 Regression coverage for resolver and impact behavior.

Related pages

Clone this wiki locally