update docs to reference ~/.consciousness/ paths

Update README, config example, and all documentation to reference
the new ~/.consciousness/ directory layout instead of ~/.claude/.
This commit is contained in:
ProofOfConcept 2026-03-27 21:30:34 -04:00
parent c3cd27ec22
commit 2b6c68bab2
9 changed files with 15 additions and 15 deletions

View file

@ -51,13 +51,13 @@ when sleeping.
**IRC** — native async TLS connection (tokio-rustls). Connects,
joins channels, parses messages, generates notifications. Runtime
commands: join, leave, send, status, log, nick. Per-channel logs
at `~/.claude/irc/logs/`.
at `~/.consciousness/irc/logs/`.
**Telegram** — native async HTTP long-polling (reqwest). Downloads
media (photos, voice, documents). Chat ID filtering for security.
Runtime commands: send, status, log.
Both modules persist config changes to `~/.claude/daemon.toml` —
Both modules persist config changes to `~/.consciousness/daemon.toml` —
channel joins and nick changes survive restarts.
## Commands
@ -83,7 +83,7 @@ poc-daemon stop # Shut down
## Configuration
Config: `~/.claude/daemon.toml`
Config: `~/.consciousness/daemon.toml`
```toml
[irc]