consciousness/src/hippocampus
Kent Overstreet 5877fd857a store: remove nodes and uuid_to_key HashMaps
All node access now goes through index → capnp:
- scoring.rs: consolidation_priority, replay_queue, consolidation_plan
- admin.rs: cmd_init, cmd_fsck, cmd_dedup
- engine.rs: run_generator, eval_filter, run_transform
- parser.rs: resolve_field, execute_query

Added Store::remove_from_index() for dedup cleanup.

The relations Vec remains for now (used for graph building).

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-13 19:49:09 -04:00
..
neuro store: remove nodes and uuid_to_key HashMaps 2026-04-13 19:49:09 -04:00
query store: remove nodes and uuid_to_key HashMaps 2026-04-13 19:49:09 -04:00
store store: remove nodes and uuid_to_key HashMaps 2026-04-13 19:49:09 -04:00
counters.rs Reduce pub visibility: hippocampus, subconscious internals 2026-04-07 17:29:12 -04:00
graph.rs migrate more files to use index-based node access 2026-04-13 19:37:11 -04:00
local.rs migrate local.rs and memory.rs to use index 2026-04-13 19:34:45 -04:00
lookups.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00
memory.rs migrate local.rs and memory.rs to use index 2026-04-13 19:34:45 -04:00
mod.rs Remove Store::cached(), consolidate on access_local() 2026-04-13 18:11:58 -04:00
spectral.rs Remove dead functions from spectral.rs and identity.rs 2026-04-07 13:33:45 -04:00
transcript.rs Reduce pub visibility: hippocampus, subconscious internals 2026-04-07 17:29:12 -04:00