forked from kent/consciousness
delete claude code integration
This commit is contained in:
parent
24560042ea
commit
929415af3b
31 changed files with 120 additions and 2898 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue