CLI Commands
Weasley Podex currently exposes 40 slash commands across chat interfaces and an expanded root CLI for server, dashboard, orchestration, browser, memory, connector, and goal workflows.
Root CLI
| Command | Description |
|---|---|
weasley-podex serve | Start the core server. |
weasley-podex dashboard serve | Start the multi-instance manager dashboard. |
weasley-podex dashboard memory ... | Read-only cross-instance dashboard memory search/read/config/state/reindex helpers. |
weasley-podex dashboard chat search "query" | Search dashboard-discovered chat history across instances. |
weasley-podex init | Interactive setup wizard. |
weasley-podex doctor | Installation/runtime diagnostics. |
weasley-podex status | Server health check. |
weasley-podex chat | Terminal TUI. |
weasley-podex chat search "query" | Search local chat history with days/recent/context options. |
weasley-podex dispatch --agent ... --task ... | Dispatch an employee task; supports --watch, --json, and batch dispatch. |
weasley-podex worker status|watch [agent] | Inspect current/previous worker progress safely. |
weasley-podex employee list|reset | List/reset configured and static employees. |
weasley-podex orchestrate I|P|A|B|C|D|status|reset | Control the IPABCD/PABCD state machine. |
weasley-podex goal ... | Persistent goal lifecycle: set, plan, refine, update, done, cancel, pause, resume, history. |
weasley-podex task ... | Agent-native task checklist: add, edit, done, start, assign, list, clear. |
weasley-podex project set|list|clear | Manage projectDirs for review and orchestration scope. |
weasley-podex memory ... | Local memory search/read/save/list/context/reflect/flush. |
weasley-podex browser ... | Chrome CDP control, adaptive URL fetch, snapshots, screenshots, tabs, text, evaluate. |
weasley-podex browser web-ai ... | ChatGPT/Gemini/Grok web-AI render/send/poll/watch/session/context tooling. |
weasley-podex skill ... | Reference skill install/remove/info/list/reset. |
weasley-podex mcp ... | MCP install/sync/reset/list. |
weasley-podex connector ... | Dashboard board, notes, reminders, and audit connector commands. |
weasley-podex reminders ... | Local reminder list/add/done helpers. |
weasley-podex service ... | System service install/status/unset/logs through supported backends. |
weasley-podex lock / weasley-podex unlock | Protect/unprotect an instance from stop-all flows. |
weasley-podex history search "query" | Search persisted chat history. |
weasley-podex clone | Clone an instance home. |
weasley-podex reset | Reset configuration/state. |
Slash Commands
Slash commands are registered in src/cli/commands.ts. Visibility differs by interface; current visible counts are CLI 37, Web 35, Telegram 35, Discord 35.
Session
/help, /commands, /status, /clear, /purge, /compact, /reset, /new, /switch, /sessions, /fork
Workflow
/plan, /interview, /deliberate, /planaudit, /review, /goal, /goalplan, /team
Model
/model, /cli, /fallback, /forward, /thought, /flush
Tools
/skill, /employee, /mcp, /memory, /browser, /prompt, /ide, /orchestrate, /project, /task
CLI-only
/version, /quit, /file
Detailed Reference
Use structure/commands.md as the authoritative command map. It is checked by bash structure/check-doc-drift.sh against the live slash registry.