delete old thalamus subcrate

All code was already merged into src/thalamus/. The poc-daemon
binary is now a thin wrapper in src/bin/poc-daemon.rs.
This commit is contained in:
ProofOfConcept 2026-04-03 19:02:16 -04:00 committed by Kent Overstreet
parent 313fd3cab7
commit 48b8ba73d8
17 changed files with 2 additions and 3350 deletions

View file

@ -13,7 +13,6 @@ pub mod config;
pub mod supervisor;
pub mod context;
pub mod idle;
pub mod modules;
pub mod notify;
pub mod rpc;
pub mod tmux;

View file

@ -1,2 +0,0 @@
// External communication modules (IRC, Telegram, etc.) live in
// separate daemons, not in the core consciousness binary.