-
Notifications
You must be signed in to change notification settings - Fork 1
by the numbers
Bryan edited this page Jun 13, 2026
·
1 revision
Data collected on 2026-06-12 at commit a86b00af27b8ba9c555ee734fa4d7398930ff6a4.
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]
| 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 |
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 |
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.
| 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. |