No description
Find a file
ProofOfConcept 29d5ed47a1 clippy: fix all warnings across all binaries
- &PathBuf → &Path in memory-search.rs signatures
- Redundant field name in graph.rs struct init
- Add truncate(false) to lock file open
- Derive Default for Store instead of manual impl
- slice::from_ref instead of &[x.clone()]
- rsplit_once instead of split().last()
- str::repeat instead of iter::repeat().take().collect()
- is_none_or instead of map_or(true, ...)
- strip_prefix instead of manual slicing

Zero warnings on `cargo clippy`.
2026-02-28 23:47:11 -05:00
prompts poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
schema add position field to capnp schema 2026-02-28 23:15:10 -05:00
scripts scripts: use capnp store instead of reading markdown directly 2026-02-28 23:32:47 -05:00
src clippy: fix all warnings across all binaries 2026-02-28 23:47:11 -05:00
.gitignore poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
build.rs poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
Cargo.lock replace state.json cache with bincode state.bin 2026-02-28 22:30:03 -05:00
Cargo.toml replace state.json cache with bincode state.bin 2026-02-28 22:30:03 -05:00