consciousness/src/user
Kent Overstreet 0df5ec11d1 Fix bounds check panic and batched lock in collect_results
- subconscious.rs: use .get(fork_point..) instead of direct slice
  to avoid panic when fork_point > entries.len()
- dmn.rs: batch all output injections (surface, reflection, thalamus)
  under a single agent lock acquisition instead of three separate ones
- dmn.rs: use Store::cached() instead of Store::load() when rendering
  surfaced memories
- Add scoring persistence analysis notes

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 03:49:49 -04:00
..
chat.rs Memory scores on entries, not a separate Vec 2026-04-07 03:14:24 -04:00
context.rs Memory scores on entries, not a separate Vec 2026-04-07 03:14:24 -04:00
mod.rs Kill publish_context_state() — screens lock the agent directly 2026-04-07 03:03:24 -04:00
subconscious.rs Fix bounds check panic and batched lock in collect_results 2026-04-07 03:49:49 -04:00
thalamus.rs fix unused imports 2026-04-06 22:43:55 -04:00
unconscious.rs fix unused imports 2026-04-06 22:43:55 -04:00