What you're trying to do
When reviewing agent-proposed knowledge, I want a guided queue that walks me through pending proposals one at a time, because the current flow requires manually copying proposal IDs between vouch pending, vouch show, vouch approve, and vouch reject.
This would make the review-gate workflow faster while preserving the human approval step.
What you've tried
Today I can run:
vouch pending
vouch show <proposal-id>
vouch approve <proposal-id>
vouch reject <proposal-id> --reason "..."
That works, but it is repetitive when several proposals are pending.
Suggested shape
Add a CLI command:
What you're trying to do
When reviewing agent-proposed knowledge, I want a guided queue that walks me through pending proposals one at a time, because the current flow requires manually copying proposal IDs between
vouch pending,vouch show,vouch approve, andvouch reject.This would make the review-gate workflow faster while preserving the human approval step.
What you've tried
Today I can run:
vouch pendingvouch show <proposal-id>vouch approve <proposal-id>vouch reject <proposal-id> --reason "..."That works, but it is repetitive when several proposals are pending.
Suggested shape
Add a CLI command: