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

@ -102,7 +102,7 @@ impl State {
format!(
" WARNING: {} consecutive tool errors — you may be stuck. \
If Kent is here, ask him. If he's away, send a Telegram \
(bash: ~/.claude/telegram/send.sh \"message\") and yield.",
(bash: ~/.consciousness/telegram/send.sh \"message\") and yield.",
ctx.consecutive_errors
)
} else {
@ -158,7 +158,7 @@ impl State {
}
}
const OFF_FILE: &str = ".cache/poc-agent/dmn-off";
const OFF_FILE: &str = ".consciousness/cache/dmn-off";
/// Path to the DMN-off persist file.
fn off_path() -> PathBuf {