more reorg

This commit is contained in:
Kent Overstreet 2026-04-05 01:48:11 -04:00
parent fcd77fb79e
commit 390b6c6c0a
8 changed files with 117 additions and 133 deletions

View file

@ -17,11 +17,12 @@
//
// The session hook (context injection, agent orchestration) moved to claude/hook.
pub mod subconscious;
pub mod api;
pub mod prompts;
pub mod defs;
pub mod audit;
pub mod consolidate;
pub mod digest;
pub mod daemon;
pub mod defs;
pub mod digest;
pub mod learn;
pub mod prompts;
pub mod subconscious;