How do multiple reviewers share one ReviewQueue approval inbox?
Store `~/.reviewqueue` in a private Git repository: `reviewqueue init --queue-dir .`, commit `pending/` and `audit.jsonl`, and clone to each teammate machine. Agents submit risky commands with `REVIEWQUEUE_DIR` pointing at the shared direct…
How do multiple reviewers share one ReviewQueue approval inbox?
Answer
Store `~/.reviewqueue` in a private Git repository: `reviewqueue init --queue-dir .`, commit `pending/` and `audit.jsonl`, and clone to each teammate machine. Agents submit risky commands with `REVIEWQUEUE_DIR` pointing at the shared directory and push new `pending/<id>.json` files. Reviewers `git pull`, run `reviewqueue approve <id>` or `reject`, and push status changes so agents polling the queue can resume. The Team Pack's `guides/shared-queue-git-sync.md` covers conflict tips, branch protection, and pairing git sync with notification scripts when push is not automatic.
Related workflows
The Team Pack builds on the free ReviewQueue CLI and web paste viewers. Install `reviewqueue init` and wrap agent shell access with `reviewqueue exec --` before adding Slack/Telegram notifications or shared-queue git sync. Pair with DestructGuard blocklists for instant blocks on known-bad patterns.
Next steps
Purchase the Team Pack on Hermes Plant, copy `scripts/notify_slack.py` and `scripts/notify_telegram.py` to your agent host, export webhook env vars, and follow `guides/team-onboarding-checklist.md` for day-by-day rollout. Run `templates/audit-rollup.sh` weekly for a 30-day markdown audit summary.
FAQ
How do multiple reviewers share one ReviewQueue approval inbox?
Store `~/.reviewqueue` in a private Git repository: `reviewqueue init --queue-dir .`, commit `pending/` and `audit.jsonl`, and clone to each teammate machine. Agents submit risky commands with `REVIEWQUEUE_DIR` pointing at the shared directory and push new `pending/<id>.json` files. Reviewers `git pull`, run `reviewqueue approve <id>` or `reject`, and push status changes so agents polling the queue can resume. The Team Pack's `guides/shared-queue-git-sync.md` covers conflict tips, branch protection, and pairing git sync with notification scripts when push is not automatic.