consciousness/src/thalamus
ProofOfConcept 2208e68b4f distinguish connection failure from empty channel list
query_one_daemon returns Option — None means connection failed,
Some(vec![]) means connected but no channels yet. Fixes telegram
showing as disconnected when it's running but has no messages.

Co-Developed-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-03 20:47:57 -04:00
..
channel_log.rs fix unread count: sent messages don't count as unread 2026-04-03 20:42:36 -04:00
channels.rs distinguish connection failure from empty channel list 2026-04-03 20:47:57 -04:00
idle.rs split idle state: thalamus (universal) + claude (tmux wrapper) 2026-04-03 19:26:26 -04:00
mod.rs per-channel message logs with shared ChannelLog type 2026-04-03 20:01:32 -04:00
notify.rs Move thalamus subcrate into main crate 2026-04-03 17:31:17 -04:00
supervisor.rs channel architecture: wire protocol, daemons, supervisor 2026-04-03 18:46:41 -04:00