consciousness/src/mind
Kent Overstreet bef1bfbb33 Fix deadlock: lock subconscious before store (store is bottom-most)
subconscious_snapshots() was acquiring store→subconscious while
collect_results() holds subconscious→store — classic ABBA deadlock.

Fix: always acquire subconscious first, store second. Store is the
bottom-most lock in the ordering.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 19:27:36 -04:00
..
dmn.rs Shared persistent state across all subconscious agents 2026-04-07 19:23:08 -04:00
identity.rs Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
log.rs fix logging assistant messages 2026-04-06 23:04:08 -04:00
mod.rs Fix deadlock: lock subconscious before store (store is bottom-most) 2026-04-07 19:27:36 -04:00