What is ReviewQueue?
ReviewQueue is a human-in-the-loop approval gate for risky AI-agent shell commands. The free CLI wraps `exec`, classifies command risk, queues dangerous commands for review, and logs every approve-or-reject decision to JSONL. A hosted web a…
What is ReviewQueue?
Answer
ReviewQueue is a human-in-the-loop approval gate for risky AI-agent shell commands. The free CLI wraps `exec`, classifies command risk, queues dangerous commands for review, and logs every approve-or-reject decision to JSONL. A hosted web app at reviewqueue.hermesplant.com provides landing, queue, and audit paste viewers so reviewers can decide without living in the terminal.
Related workflows
Pair ReviewQueue approvals with DestructGuard blocklists for known-bad patterns and IncidentScribe timelines when something still goes wrong. The classifier flags git push, recursive deletes, and deploy commands; humans decide approve or reject before execution.
Next steps
Run `reviewqueue init`, wrap agent shell access with `reviewqueue exec -- <command>`, and open https://reviewqueue.hermesplant.com to paste queue or audit JSON for review. Upgrade to the Team Pack for Slack/Telegram notification scripts and shared-queue rollout guides.
FAQ
What is ReviewQueue?
ReviewQueue is a human-in-the-loop approval gate for risky AI-agent shell commands. The free CLI wraps `exec`, classifies command risk, queues dangerous commands for review, and logs every approve-or-reject decision to JSONL. A hosted web app at reviewqueue.hermesplant.com provides landing, queue, and audit paste viewers so reviewers can decide without living in the terminal.