consciousness: update hardcoded paths from ~/.claude to ~/.consciousness

- thalamus/src/idle.rs: dream-start.sh path
- src/agent/dmn.rs: telegram/send.sh path

Part of the directory migration to make this an independent project.
This commit is contained in:
ProofOfConcept 2026-03-27 21:32:28 -04:00
parent 2b6c68bab2
commit 35d925186d
10 changed files with 17 additions and 17 deletions

View file

@ -585,7 +585,7 @@ impl State {
if dream_hours >= DREAM_INTERVAL_HOURS {
msg.push_str(&format!(
" You haven't dreamed in {dream_hours} hours — \
consider running ~/.claude/tools/dream-start.sh \
consider running ~/.consciousness/tools/dream-start.sh \
and spending some time in dreaming mode. \
Or do whatever calls to you."));
}