delete claude code integration

This commit is contained in:
Kent Overstreet 2026-04-09 19:58:07 -04:00
parent 24560042ea
commit 929415af3b
31 changed files with 120 additions and 2898 deletions

View file

@ -56,9 +56,6 @@ pub mod cli;
// Thalamus — universal notification routing and channel infrastructure
pub mod thalamus;
// Claude Code integration layer (idle timer, hooks, daemon CLI)
pub mod claude;
// Re-export at crate root — capnp codegen emits `crate::daemon_capnp::` paths
pub use thalamus::daemon_capnp;
@ -85,5 +82,3 @@ pub use subconscious::{
audit, consolidate,
digest, daemon,
};
// Backward compat: memory_search moved from subconscious::hook to claude::hook
pub use claude::hook as memory_search;