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:
parent
c3cd27ec22
commit
2b6c68bab2
9 changed files with 15 additions and 15 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue