vectr_revoke
Mark a previously stored note as incorrect without deleting it, keeping it visible to deter repeating the error.
Instructions
Flag a stored note as WRONG without deleting it — use when you've confirmed a prior finding no longer holds (contradicted by newer evidence, or you got it wrong the first time). Unlike vectr_forget, the note is not erased: it stays visible on future vectr_recall/session-start as a deterrent — 'previously believed..., revoked..., do not re-derive this without verification' — instead of its original content, so nothing silently repeats the mistake. Reversible with vectr_reinstate. Prefer passing contradicts= directly to vectr_remember when you're recording the correction anyway; use this tool when you need to revoke without writing a replacement note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Why this note is being revoked (shown verbatim in the deterrent framing). | |
| note_id | Yes | ID of the note to revoke (the [#N] id from vectr_recall) |