runs/ directory by default.
Commands
| Command | Purpose |
|---|---|
critiqor monitor openclaw | Launch OpenClaw with runtime observation active |
critiqor finalize | Stop observation, generate diagnosis, open dashboard |
critiqor dashboard [run_id] | Open the local dashboard for the latest or a specific run |
critiqor runs | List all completed runs with summaries |
critiqor check | Run a deployment policy gate (for CI/CD) |
Basic workflow
critiqor finalize completes, the local dashboard opens automatically in your browser. You can re-open it at any time with critiqor dashboard, and browse all past runs with critiqor runs.
If a monitoring session is already active, running
critiqor monitor openclaw again will exit immediately and prompt you to run critiqor finalize first. Only one session can be active at a time.Command reference pages
- monitor openclaw — Start observing an OpenClaw session
- finalize — Generate a diagnosis and open the dashboard
- dashboard — Re-open or switch between run dashboards
- runs — List all completed evaluation runs
critiqor check— Run a deployment policy gate (usecritiqor check --helpfor options)