approve_decision
Approves a pending decision from the review queue, updating its status to approved. Returns the decision ID, title, and new review status.
Instructions
Approve a decision currently in the memoir-style review queue (review_status="pending"). Sets review_status="approved" so the row appears in default query_decisions results. Mutates the decision store; idempotent (re-approving an already-approved row is a no-op). Pair with reject_decision to clear out the review queue. Returns JSON: { approved: { id, title, review_status } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Decision ID to approve |