refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
summary: "CLI reference for `clawdbot agents` (list/add/delete/set identity)"
|
||||
summary: "CLI reference for `moltbot agents` (list/add/delete/set identity)"
|
||||
read_when:
|
||||
- You want multiple isolated agents (workspaces + routing + auth)
|
||||
---
|
||||
|
||||
# `clawdbot agents`
|
||||
# `moltbot agents`
|
||||
|
||||
Manage isolated agents (workspaces + auth + routing).
|
||||
|
||||
@@ -15,11 +15,11 @@ Related:
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
clawdbot agents list
|
||||
clawdbot agents add work --workspace ~/clawd-work
|
||||
clawdbot agents set-identity --workspace ~/clawd --from-identity
|
||||
clawdbot agents set-identity --agent main --avatar avatars/clawd.png
|
||||
clawdbot agents delete work
|
||||
moltbot agents list
|
||||
moltbot agents add work --workspace ~/clawd-work
|
||||
moltbot agents set-identity --workspace ~/clawd --from-identity
|
||||
moltbot agents set-identity --agent main --avatar avatars/clawd.png
|
||||
moltbot agents delete work
|
||||
```
|
||||
|
||||
## Identity files
|
||||
@@ -41,13 +41,13 @@ Avatar paths resolve relative to the workspace root.
|
||||
Load from `IDENTITY.md`:
|
||||
|
||||
```bash
|
||||
clawdbot agents set-identity --workspace ~/clawd --from-identity
|
||||
moltbot agents set-identity --workspace ~/clawd --from-identity
|
||||
```
|
||||
|
||||
Override fields explicitly:
|
||||
|
||||
```bash
|
||||
clawdbot agents set-identity --agent main --name "Clawd" --emoji "🦞" --avatar avatars/clawd.png
|
||||
moltbot agents set-identity --agent main --name "Clawd" --emoji "🦞" --avatar avatars/clawd.png
|
||||
```
|
||||
|
||||
Config sample:
|
||||
|
||||
Reference in New Issue
Block a user