No description
- Rust 82.7%
- Python 10.2%
- TeX 5.6%
- Cap'n Proto 0.7%
- Shell 0.5%
- Other 0.3%
mod.rs was 937 lines with all Store methods in one block. Split into three files by responsibility: - persist.rs (318 lines): load, save, replay, append, snapshot — all disk IO and cache management - ops.rs (300 lines): upsert, delete, modify, mark_used/wrong, decay, fix_categories, cap_degree — all mutations - mod.rs (356 lines): re-exports, key resolution, ingestion, rendering, search — read-only operations No behavioral changes; cargo check + full smoke test pass. |
||
|---|---|---|
| prompts | ||
| schema | ||
| scripts | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||