consciousness/src/bin/poc-daemon
ProofOfConcept 95baba54c0 tmux: use send-keys -l for literal text input
Without -l, tmux send-keys treats spaces as key-name separators,
so multi-word messages like "This is your time" get split into
individual unrecognized key names instead of being typed as text.
This caused idle nudges to arrive as blank messages.
2026-03-08 18:39:47 -04:00
..
modules irc: client-side ping timeout and connection reliability 2026-03-06 15:21:39 -05:00
config.rs merge poc-daemon and poc-hook into poc-memory repo 2026-03-05 19:17:22 -05:00
context.rs daemon: fix UTF-8 panics on multi-byte character truncation 2026-03-05 21:15:40 -05:00
idle.rs idle: afk command, configurable session timeout, fix block_reason 2026-03-08 18:31:51 -04:00
main.rs idle: afk command, configurable session timeout, fix block_reason 2026-03-08 18:31:51 -04:00
notify.rs daemon: fix UTF-8 panics on multi-byte character truncation 2026-03-05 21:15:40 -05:00
rpc.rs idle: afk command, configurable session timeout, fix block_reason 2026-03-08 18:31:51 -04:00
tmux.rs tmux: use send-keys -l for literal text input 2026-03-08 18:39:47 -04:00