CLI Commands
CLI-JAW 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 |
|---|---|
jaw serve | Start the core server. |
jaw dashboard serve | Start the multi-instance manager dashboard. |
jaw dashboard memory ... | Read-only cross-instance dashboard memory search/read/config/state/reindex helpers. |
jaw dashboard chat search "query" | Search dashboard-discovered chat history across instances. |
jaw init | Interactive setup wizard. |
jaw doctor | Installation/runtime diagnostics. |
jaw status | Server health check. |
jaw chat | Terminal TUI. |
jaw chat search "query" | Search local chat history with days/recent/context options. |
jaw dispatch --agent ... --task ... | Dispatch an employee task; supports --watch, --json, and batch dispatch. |
jaw worker status|watch [agent] | Inspect current/previous worker progress safely. |
jaw employee list|reset | List/reset configured and static employees. |
jaw orchestrate I|P|A|B|C|D|status|reset | Control the IPABCD/PABCD state machine. |
jaw goal ... | Persistent goal lifecycle: set, plan, refine, update, done, cancel, pause, resume, history. |
jaw task ... | Agent-native task checklist: add, edit, done, start, assign, list, clear. |
jaw project set|list|clear | Manage projectDirs for review and orchestration scope. |
jaw memory ... | Local memory search/read/save/list/context/reflect/flush. |
jaw browser ... | Chrome CDP control, adaptive URL fetch, snapshots, screenshots, tabs, text, evaluate. |
jaw browser web-ai ... | ChatGPT/Gemini/Grok web-AI render/send/poll/watch/session/context tooling. |
jaw skill ... | Reference skill install/remove/info/list/reset. |
jaw mcp ... | MCP install/sync/reset/list. |
jaw connector ... | Dashboard board, notes, reminders, and audit connector commands. |
jaw reminders ... | Local reminder list/add/done helpers. |
jaw service ... | System service install/status/unset/logs through supported backends. |
jaw lock / jaw unlock | Protect/unprotect an instance from stop-all flows. |
jaw history search "query" | Search persisted chat history. |
jaw clone | Clone an instance home. |
jaw 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.