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

CommandDescription
weasley-podex serveStart the core server.
weasley-podex dashboard serveStart 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 initInteractive setup wizard.
weasley-podex doctorInstallation/runtime diagnostics.
weasley-podex statusServer health check.
weasley-podex chatTerminal 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|resetList/reset configured and static employees.
weasley-podex orchestrate I|P|A|B|C|D|status|resetControl 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|clearManage 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 unlockProtect/unprotect an instance from stop-all flows.
weasley-podex history search "query"Search persisted chat history.
weasley-podex cloneClone an instance home.
weasley-podex resetReset 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.