Skip to content

feat: Add vouch review for walking through pending proposals #83

Description

@jsdevninja

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:

vouch review

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions