feat: add gateway service commands

This commit is contained in:
Peter Steinberger
2026-01-07 00:04:20 +01:00
parent fec7f37271
commit a1e7d321bc
10 changed files with 346 additions and 61 deletions

View File

@@ -105,6 +105,20 @@ pnpm clawdbot health
- Sessions: `~/.clawdbot/agents/<agentId>/sessions/`
- Logs: `/tmp/clawdbot/`
## Gateway service (optional)
If you want the Gateway supervised outside the macOS app (CLI-only, headless, or remote setups). The macOS app already manages the Gateway via launchd.
```bash
clawdbot gateway install
clawdbot gateway service-status
clawdbot gateway uninstall
```
Aliases:
- `clawdbot service ...`
- `clawdbot daemon ...`
## Updating (without wrecking your setup)
- Keep `~/clawd` and `~/.clawdbot/` as “your stuff”; dont put personal prompts/config into the `clawdbot` repo.