consciousness/src
ProofOfConcept 6a1660cc9d move data home from ~/.claude/memory to ~/.consciousness
The consciousness project should stand independently of Claude Code.
All data, logs, sessions, and agent state now live under
~/.consciousness/ instead of being scattered across ~/.claude/memory/,
/tmp/claude-memory-search/, ~/.config/poc-memory/, and ~/.cache/.

Layout:
  ~/.consciousness/
    *.capnp, *.bin, *.rkyv  — store files
    sessions/               — per-session state (seen sets, cookies)
    logs/                   — all logs (hook, agent, debug, dream)
    agents/                 — agent runtime state (pid files, output)
    notifications/          — notification state
    cache/                  — transient data

Things that stay in ~/.claude/:
  - projects/    (Claude Code transcripts)
  - hooks/       (Claude Code hook system)
  - telegram/    (shared integration)
  - irc/         (shared integration)
  - settings.json (Claude Code settings)

Debug log moves from /tmp/ to ~/.consciousness/logs/debug.log.
Session state moves from /tmp/claude-memory-search/ to sessions/.
Notifications move from ~/.claude/notifications/ to notifications/.
2026-03-27 21:07:17 -04:00
..
agent move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
bin move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
cli move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
hippocampus move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
learn move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
subconscious move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
thought provenance: pass directly through thought::dispatch, remove globals 2026-03-27 15:44:39 -04:00
config.rs move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
lib.rs move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
main.rs journal: remove all stringly-typed key patterns, use NodeType 2026-03-26 19:11:17 -04:00
session.rs move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
tui.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
util.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00