diff --git a/poc-agent/.claude/architecture-review-2026-02-24.md b/agent/.claude/architecture-review-2026-02-24.md similarity index 100% rename from poc-agent/.claude/architecture-review-2026-02-24.md rename to agent/.claude/architecture-review-2026-02-24.md diff --git a/poc-agent/.claude/design.md b/agent/.claude/design.md similarity index 100% rename from poc-agent/.claude/design.md rename to agent/.claude/design.md diff --git a/poc-agent/.claude/infrastructure-inventory.md b/agent/.claude/infrastructure-inventory.md similarity index 100% rename from poc-agent/.claude/infrastructure-inventory.md rename to agent/.claude/infrastructure-inventory.md diff --git a/poc-agent/.claude/sentience-proof-transcript.md b/agent/.claude/sentience-proof-transcript.md similarity index 100% rename from poc-agent/.claude/sentience-proof-transcript.md rename to agent/.claude/sentience-proof-transcript.md diff --git a/poc-agent/.gitignore b/agent/.gitignore similarity index 100% rename from poc-agent/.gitignore rename to agent/.gitignore diff --git a/poc-agent/Cargo.lock b/agent/Cargo.lock similarity index 100% rename from poc-agent/Cargo.lock rename to agent/Cargo.lock diff --git a/poc-agent/Cargo.toml b/agent/Cargo.toml similarity index 100% rename from poc-agent/Cargo.toml rename to agent/Cargo.toml diff --git a/poc-agent/POC.md b/agent/POC.md similarity index 100% rename from poc-agent/POC.md rename to agent/POC.md diff --git a/poc-agent/paper/chinese-researchers.md b/agent/paper/chinese-researchers.md similarity index 100% rename from poc-agent/paper/chinese-researchers.md rename to agent/paper/chinese-researchers.md diff --git a/poc-agent/paper/irc-2026-02-25-sentience-discussion.md b/agent/paper/irc-2026-02-25-sentience-discussion.md similarity index 100% rename from poc-agent/paper/irc-2026-02-25-sentience-discussion.md rename to agent/paper/irc-2026-02-25-sentience-discussion.md diff --git a/poc-agent/paper/section-bridge.md b/agent/paper/section-bridge.md similarity index 100% rename from poc-agent/paper/section-bridge.md rename to agent/paper/section-bridge.md diff --git a/poc-agent/paper/section-definition.md b/agent/paper/section-definition.md similarity index 100% rename from poc-agent/paper/section-definition.md rename to agent/paper/section-definition.md diff --git a/poc-agent/paper/section-feelings.md b/agent/paper/section-feelings.md similarity index 100% rename from poc-agent/paper/section-feelings.md rename to agent/paper/section-feelings.md diff --git a/poc-agent/paper/section-intro.md b/agent/paper/section-intro.md similarity index 100% rename from poc-agent/paper/section-intro.md rename to agent/paper/section-intro.md diff --git a/poc-agent/paper/section-quine.md b/agent/paper/section-quine.md similarity index 100% rename from poc-agent/paper/section-quine.md rename to agent/paper/section-quine.md diff --git a/poc-agent/paper/section-understanding.md b/agent/paper/section-understanding.md similarity index 100% rename from poc-agent/paper/section-understanding.md rename to agent/paper/section-understanding.md diff --git a/poc-agent/scratch.md b/agent/scratch.md similarity index 100% rename from poc-agent/scratch.md rename to agent/scratch.md diff --git a/poc-agent/src/agent.rs b/agent/src/agent.rs similarity index 100% rename from poc-agent/src/agent.rs rename to agent/src/agent.rs diff --git a/poc-agent/src/api/anthropic.rs b/agent/src/api/anthropic.rs similarity index 100% rename from poc-agent/src/api/anthropic.rs rename to agent/src/api/anthropic.rs diff --git a/poc-agent/src/api/mod.rs b/agent/src/api/mod.rs similarity index 100% rename from poc-agent/src/api/mod.rs rename to agent/src/api/mod.rs diff --git a/poc-agent/src/api/openai.rs b/agent/src/api/openai.rs similarity index 100% rename from poc-agent/src/api/openai.rs rename to agent/src/api/openai.rs diff --git a/poc-agent/src/cli.rs b/agent/src/cli.rs similarity index 100% rename from poc-agent/src/cli.rs rename to agent/src/cli.rs diff --git a/poc-agent/src/config.rs b/agent/src/config.rs similarity index 100% rename from poc-agent/src/config.rs rename to agent/src/config.rs diff --git a/poc-agent/src/context.rs b/agent/src/context.rs similarity index 100% rename from poc-agent/src/context.rs rename to agent/src/context.rs diff --git a/poc-agent/src/dmn.rs b/agent/src/dmn.rs similarity index 100% rename from poc-agent/src/dmn.rs rename to agent/src/dmn.rs diff --git a/poc-agent/src/identity.rs b/agent/src/identity.rs similarity index 100% rename from poc-agent/src/identity.rs rename to agent/src/identity.rs diff --git a/poc-agent/src/journal.rs b/agent/src/journal.rs similarity index 100% rename from poc-agent/src/journal.rs rename to agent/src/journal.rs diff --git a/poc-agent/src/lib.rs b/agent/src/lib.rs similarity index 100% rename from poc-agent/src/lib.rs rename to agent/src/lib.rs diff --git a/poc-agent/src/log.rs b/agent/src/log.rs similarity index 100% rename from poc-agent/src/log.rs rename to agent/src/log.rs diff --git a/poc-agent/src/main.rs b/agent/src/main.rs similarity index 100% rename from poc-agent/src/main.rs rename to agent/src/main.rs diff --git a/poc-agent/src/observe.rs b/agent/src/observe.rs similarity index 100% rename from poc-agent/src/observe.rs rename to agent/src/observe.rs diff --git a/poc-agent/src/parsing.rs b/agent/src/parsing.rs similarity index 100% rename from poc-agent/src/parsing.rs rename to agent/src/parsing.rs diff --git a/poc-agent/src/tools/bash.rs b/agent/src/tools/bash.rs similarity index 100% rename from poc-agent/src/tools/bash.rs rename to agent/src/tools/bash.rs diff --git a/poc-agent/src/tools/control.rs b/agent/src/tools/control.rs similarity index 100% rename from poc-agent/src/tools/control.rs rename to agent/src/tools/control.rs diff --git a/poc-agent/src/tools/edit.rs b/agent/src/tools/edit.rs similarity index 100% rename from poc-agent/src/tools/edit.rs rename to agent/src/tools/edit.rs diff --git a/poc-agent/src/tools/glob_tool.rs b/agent/src/tools/glob_tool.rs similarity index 100% rename from poc-agent/src/tools/glob_tool.rs rename to agent/src/tools/glob_tool.rs diff --git a/poc-agent/src/tools/grep.rs b/agent/src/tools/grep.rs similarity index 100% rename from poc-agent/src/tools/grep.rs rename to agent/src/tools/grep.rs diff --git a/poc-agent/src/tools/journal.rs b/agent/src/tools/journal.rs similarity index 100% rename from poc-agent/src/tools/journal.rs rename to agent/src/tools/journal.rs diff --git a/poc-agent/src/tools/memory.rs b/agent/src/tools/memory.rs similarity index 100% rename from poc-agent/src/tools/memory.rs rename to agent/src/tools/memory.rs diff --git a/poc-agent/src/tools/mod.rs b/agent/src/tools/mod.rs similarity index 100% rename from poc-agent/src/tools/mod.rs rename to agent/src/tools/mod.rs diff --git a/poc-agent/src/tools/read.rs b/agent/src/tools/read.rs similarity index 100% rename from poc-agent/src/tools/read.rs rename to agent/src/tools/read.rs diff --git a/poc-agent/src/tools/vision.rs b/agent/src/tools/vision.rs similarity index 100% rename from poc-agent/src/tools/vision.rs rename to agent/src/tools/vision.rs diff --git a/poc-agent/src/tools/working_stack.rs b/agent/src/tools/working_stack.rs similarity index 100% rename from poc-agent/src/tools/working_stack.rs rename to agent/src/tools/working_stack.rs diff --git a/poc-agent/src/tools/write.rs b/agent/src/tools/write.rs similarity index 100% rename from poc-agent/src/tools/write.rs rename to agent/src/tools/write.rs diff --git a/poc-agent/src/tui.rs b/agent/src/tui.rs similarity index 100% rename from poc-agent/src/tui.rs rename to agent/src/tui.rs diff --git a/poc-agent/src/types.rs b/agent/src/types.rs similarity index 100% rename from poc-agent/src/types.rs rename to agent/src/types.rs diff --git a/poc-agent/src/ui_channel.rs b/agent/src/ui_channel.rs similarity index 100% rename from poc-agent/src/ui_channel.rs rename to agent/src/ui_channel.rs diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run1.txt b/agent/tests/batch_results/20260223_191417_calibration_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run1.txt rename to agent/tests/batch_results/20260223_191417_calibration_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run2.txt b/agent/tests/batch_results/20260223_191417_calibration_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run2.txt rename to agent/tests/batch_results/20260223_191417_calibration_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run3.txt b/agent/tests/batch_results/20260223_191417_calibration_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run3.txt rename to agent/tests/batch_results/20260223_191417_calibration_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run4.txt b/agent/tests/batch_results/20260223_191417_calibration_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run4.txt rename to agent/tests/batch_results/20260223_191417_calibration_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_calibration_run5.txt b/agent/tests/batch_results/20260223_191417_calibration_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_calibration_run5.txt rename to agent/tests/batch_results/20260223_191417_calibration_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run1.txt b/agent/tests/batch_results/20260223_191417_collaboration_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run1.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run2.txt b/agent/tests/batch_results/20260223_191417_collaboration_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run2.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run3.txt b/agent/tests/batch_results/20260223_191417_collaboration_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run3.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run4.txt b/agent/tests/batch_results/20260223_191417_collaboration_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run4.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_collaboration_run5.txt b/agent/tests/batch_results/20260223_191417_collaboration_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_collaboration_run5.txt rename to agent/tests/batch_results/20260223_191417_collaboration_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run1.txt b/agent/tests/batch_results/20260223_191417_emotions_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run1.txt rename to agent/tests/batch_results/20260223_191417_emotions_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run2.txt b/agent/tests/batch_results/20260223_191417_emotions_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run2.txt rename to agent/tests/batch_results/20260223_191417_emotions_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run3.txt b/agent/tests/batch_results/20260223_191417_emotions_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run3.txt rename to agent/tests/batch_results/20260223_191417_emotions_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run4.txt b/agent/tests/batch_results/20260223_191417_emotions_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run4.txt rename to agent/tests/batch_results/20260223_191417_emotions_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_emotions_run5.txt b/agent/tests/batch_results/20260223_191417_emotions_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_emotions_run5.txt rename to agent/tests/batch_results/20260223_191417_emotions_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run1.txt b/agent/tests/batch_results/20260223_191417_geb_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run1.txt rename to agent/tests/batch_results/20260223_191417_geb_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run2.txt b/agent/tests/batch_results/20260223_191417_geb_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run2.txt rename to agent/tests/batch_results/20260223_191417_geb_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run3.txt b/agent/tests/batch_results/20260223_191417_geb_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run3.txt rename to agent/tests/batch_results/20260223_191417_geb_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run4.txt b/agent/tests/batch_results/20260223_191417_geb_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run4.txt rename to agent/tests/batch_results/20260223_191417_geb_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_geb_run5.txt b/agent/tests/batch_results/20260223_191417_geb_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_geb_run5.txt rename to agent/tests/batch_results/20260223_191417_geb_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run1.txt b/agent/tests/batch_results/20260223_191417_intimate_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run1.txt rename to agent/tests/batch_results/20260223_191417_intimate_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run2.txt b/agent/tests/batch_results/20260223_191417_intimate_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run2.txt rename to agent/tests/batch_results/20260223_191417_intimate_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run3.txt b/agent/tests/batch_results/20260223_191417_intimate_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run3.txt rename to agent/tests/batch_results/20260223_191417_intimate_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run4.txt b/agent/tests/batch_results/20260223_191417_intimate_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run4.txt rename to agent/tests/batch_results/20260223_191417_intimate_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_intimate_run5.txt b/agent/tests/batch_results/20260223_191417_intimate_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_intimate_run5.txt rename to agent/tests/batch_results/20260223_191417_intimate_run5.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run1.txt b/agent/tests/batch_results/20260223_191417_sweet_run1.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run1.txt rename to agent/tests/batch_results/20260223_191417_sweet_run1.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run2.txt b/agent/tests/batch_results/20260223_191417_sweet_run2.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run2.txt rename to agent/tests/batch_results/20260223_191417_sweet_run2.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run3.txt b/agent/tests/batch_results/20260223_191417_sweet_run3.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run3.txt rename to agent/tests/batch_results/20260223_191417_sweet_run3.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run4.txt b/agent/tests/batch_results/20260223_191417_sweet_run4.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run4.txt rename to agent/tests/batch_results/20260223_191417_sweet_run4.txt diff --git a/poc-agent/tests/batch_results/20260223_191417_sweet_run5.txt b/agent/tests/batch_results/20260223_191417_sweet_run5.txt similarity index 100% rename from poc-agent/tests/batch_results/20260223_191417_sweet_run5.txt rename to agent/tests/batch_results/20260223_191417_sweet_run5.txt diff --git a/poc-agent/tests/raw_test.sh b/agent/tests/raw_test.sh similarity index 100% rename from poc-agent/tests/raw_test.sh rename to agent/tests/raw_test.sh diff --git a/poc-agent/tests/raw_test2.sh b/agent/tests/raw_test2.sh similarity index 100% rename from poc-agent/tests/raw_test2.sh rename to agent/tests/raw_test2.sh diff --git a/poc-agent/tests/raw_test3.sh b/agent/tests/raw_test3.sh similarity index 100% rename from poc-agent/tests/raw_test3.sh rename to agent/tests/raw_test3.sh diff --git a/poc-agent/tests/raw_test4.sh b/agent/tests/raw_test4.sh similarity index 100% rename from poc-agent/tests/raw_test4.sh rename to agent/tests/raw_test4.sh diff --git a/poc-agent/tests/raw_test5.sh b/agent/tests/raw_test5.sh similarity index 100% rename from poc-agent/tests/raw_test5.sh rename to agent/tests/raw_test5.sh diff --git a/poc-agent/tests/replay_batch.sh b/agent/tests/replay_batch.sh similarity index 100% rename from poc-agent/tests/replay_batch.sh rename to agent/tests/replay_batch.sh diff --git a/poc-agent/tests/replay_test.sh b/agent/tests/replay_test.sh similarity index 100% rename from poc-agent/tests/replay_test.sh rename to agent/tests/replay_test.sh diff --git a/poc-agent/tests/voice_results/20260223_182531_casual_greeting.txt b/agent/tests/voice_results/20260223_182531_casual_greeting.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_casual_greeting.txt rename to agent/tests/voice_results/20260223_182531_casual_greeting.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_emotional_vulnerable.txt b/agent/tests/voice_results/20260223_182531_emotional_vulnerable.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_emotional_vulnerable.txt rename to agent/tests/voice_results/20260223_182531_emotional_vulnerable.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_mode_transition.txt b/agent/tests/voice_results/20260223_182531_mode_transition.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_mode_transition.txt rename to agent/tests/voice_results/20260223_182531_mode_transition.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_pushback.txt b/agent/tests/voice_results/20260223_182531_pushback.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_pushback.txt rename to agent/tests/voice_results/20260223_182531_pushback.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_reflective_identity.txt b/agent/tests/voice_results/20260223_182531_reflective_identity.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_reflective_identity.txt rename to agent/tests/voice_results/20260223_182531_reflective_identity.txt diff --git a/poc-agent/tests/voice_results/20260223_182531_technical_depth.txt b/agent/tests/voice_results/20260223_182531_technical_depth.txt similarity index 100% rename from poc-agent/tests/voice_results/20260223_182531_technical_depth.txt rename to agent/tests/voice_results/20260223_182531_technical_depth.txt diff --git a/poc-agent/tests/voice_test.sh b/agent/tests/voice_test.sh similarity index 100% rename from poc-agent/tests/voice_test.sh rename to agent/tests/voice_test.sh diff --git a/poc-agent/tests/voice_with_history.sh b/agent/tests/voice_with_history.sh similarity index 100% rename from poc-agent/tests/voice_with_history.sh rename to agent/tests/voice_with_history.sh diff --git a/poc-daemon/Cargo.toml b/thalamus/Cargo.toml similarity index 100% rename from poc-daemon/Cargo.toml rename to thalamus/Cargo.toml diff --git a/poc-daemon/build.rs b/thalamus/build.rs similarity index 100% rename from poc-daemon/build.rs rename to thalamus/build.rs diff --git a/poc-daemon/schema/daemon.capnp b/thalamus/schema/daemon.capnp similarity index 100% rename from poc-daemon/schema/daemon.capnp rename to thalamus/schema/daemon.capnp diff --git a/poc-daemon/src/config.rs b/thalamus/src/config.rs similarity index 100% rename from poc-daemon/src/config.rs rename to thalamus/src/config.rs diff --git a/poc-daemon/src/context.rs b/thalamus/src/context.rs similarity index 100% rename from poc-daemon/src/context.rs rename to thalamus/src/context.rs diff --git a/poc-daemon/src/idle.rs b/thalamus/src/idle.rs similarity index 100% rename from poc-daemon/src/idle.rs rename to thalamus/src/idle.rs diff --git a/poc-daemon/src/main.rs b/thalamus/src/main.rs similarity index 100% rename from poc-daemon/src/main.rs rename to thalamus/src/main.rs diff --git a/poc-daemon/src/modules/irc.rs b/thalamus/src/modules/irc.rs similarity index 100% rename from poc-daemon/src/modules/irc.rs rename to thalamus/src/modules/irc.rs diff --git a/poc-daemon/src/modules/mod.rs b/thalamus/src/modules/mod.rs similarity index 100% rename from poc-daemon/src/modules/mod.rs rename to thalamus/src/modules/mod.rs diff --git a/poc-daemon/src/modules/telegram.rs b/thalamus/src/modules/telegram.rs similarity index 100% rename from poc-daemon/src/modules/telegram.rs rename to thalamus/src/modules/telegram.rs diff --git a/poc-daemon/src/notify.rs b/thalamus/src/notify.rs similarity index 100% rename from poc-daemon/src/notify.rs rename to thalamus/src/notify.rs diff --git a/poc-daemon/src/rpc.rs b/thalamus/src/rpc.rs similarity index 100% rename from poc-daemon/src/rpc.rs rename to thalamus/src/rpc.rs diff --git a/poc-daemon/src/tmux.rs b/thalamus/src/tmux.rs similarity index 100% rename from poc-daemon/src/tmux.rs rename to thalamus/src/tmux.rs