cache_approve_proposal
Approve pending proposals to apply changes to Valkey synchronously. Returns the terminal status (applied|failed), with idempotent caching for repeated approvals.
Instructions
Approve a pending proposal. Synchronously applies the change to Valkey and returns the terminal status (applied|failed). Idempotent: a second call on an already-applied proposal returns the cached result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Optional actor identity stamped into the audit trail | |
| proposal_id | Yes | Proposal id |