waypath_review
Approve or reject pending promotion candidates to control which memories enter the truth-kernel. Set status to accepted, rejected, or superseded to finalize decisions.
Instructions
WRITE: decide the fate of a pending promotion candidate. Setting status to "accepted" promotes the candidate into the truth-kernel so it becomes visible to waypath_recall; "rejected" discards it; "superseded" marks it as replaced by a newer candidate; the other states are non-terminal holding states. This call is the governance gate between waypath_promote and durable memory — do not accept without evidence. Call waypath_review_queue first to list candidates and their ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidateId | Yes | Candidate id from waypath_review_queue or the response of waypath_promote. Required. | |
| status | Yes | Decision to record. "accepted" = promote into truth-kernel (visible to waypath_recall). "rejected" = discard permanently. "needs_more_evidence" = keep pending, signal reviewer needs support. "pending_review" = reset to inbox. "superseded" = replaced by a newer candidate. Required. | |
| notes | No | Optional free-text rationale for the decision (shown in audit trail). Recommended for "rejected" and "needs_more_evidence". 0-2000 chars. |