consciousness/src/user
Kent Overstreet d2a82d4327 memory tools: forward to daemon when not in daemon process
Add STORE_HANDLE global that daemon sets at startup. When set, tools
access store directly. When unset (external process), tools forward
to daemon via MCP socket.

This allows consciousness-claude and poc-memory to import and call
memory tools directly - they'll automatically route through the
daemon socket.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-12 21:45:59 -04:00
..
chat.rs chat: guard pop_line against empty list 2026-04-12 16:04:43 -04:00
context.rs Drop redundant system prompt — all info is in memory nodes 2026-04-12 01:36:59 -04:00
mod.rs memory tools: forward to daemon when not in daemon process 2026-04-12 21:45:59 -04:00
scroll_pane.rs user: fix text selection on wrapped lines 2026-04-12 15:49:57 -04:00
selectable.rs selectable: silence unused method warning 2026-04-12 16:10:58 -04:00
subconscious.rs subconscious screen: show full context window 2026-04-12 01:45:10 -04:00
thalamus.rs user: remove dead scroll state from thalamus and unconscious screens 2026-04-11 01:35:15 -04:00
unconscious.rs user: remove dead scroll state from thalamus and unconscious screens 2026-04-11 01:35:15 -04:00
widgets.rs Convert SectionTree and all remaining callers to ScrollPane 2026-04-11 01:42:49 -04:00