docs(clawd): update install + session store path

This commit is contained in:
Peter Steinberger
2025-12-14 00:50:26 +00:00
parent 128df57005
commit 441bd25f90

View File

@@ -24,9 +24,17 @@ Start conservative:
## Prerequisites ## Prerequisites
- Node **22+** - Node **22+**
- CLAWDIS installed: `npm install -g clawdis` - CLAWDIS available on PATH (recommended during development: from source + global link)
- A second phone number (SIM/eSIM/prepaid) for the assistant - A second phone number (SIM/eSIM/prepaid) for the assistant
From source (recommended while the npm package is still settling):
```bash
pnpm install
pnpm build
pnpm link --global
```
## The two-phone setup (recommended) ## The two-phone setup (recommended)
You want this: You want this:
@@ -121,7 +129,7 @@ Example:
## Sessions and memory ## Sessions and memory
- Session files: `~/.clawdis/sessions/{{SessionId}}.jsonl` - Session files: `~/.clawdis/sessions/{{SessionId}}.jsonl`
- Session metadata (token usage, last route, etc): `~/.clawdis/sessions.json` - Session metadata (token usage, last route, etc): `~/.clawdis/sessions/sessions.json` (legacy: `~/.clawdis/sessions.json`)
- `/new` starts a fresh session for that chat (configurable via `resetTriggers`) - `/new` starts a fresh session for that chat (configurable via `resetTriggers`)
## Heartbeats (proactive mode) ## Heartbeats (proactive mode)