No description
Find a file
ProofOfConcept 0ea86b8d54 refactor: extract Store methods, clean up shell-outs
- Add Store::upsert() — generic create-or-update, used by cmd_write
- Add Store::insert_node() — for pre-constructed nodes (journal entries)
- Add Store::delete_node() — soft-delete with version bump
- Simplify cmd_write (20 → 8 lines), cmd_node_delete (16 → 7 lines),
  cmd_journal_write (removes manual append/insert/save boilerplate)
- Replace generate_cookie shell-out to head/urandom with direct
  /dev/urandom read + const alphabet table

main.rs: 1137 → 1109 lines.
2026-02-28 23:49:43 -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 refactor: extract Store methods, clean up shell-outs 2026-02-28 23:49:43 -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