consciousness/thalamus
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
..
schema rename: poc-agent → agent, poc-daemon → thalamus 2026-03-25 01:03:51 -04:00
src move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
build.rs rename: poc-agent → agent, poc-daemon → thalamus 2026-03-25 01:03:51 -04:00
Cargo.toml rename: poc-agent → agent, poc-daemon → thalamus 2026-03-25 01:03:51 -04:00