vectr_unanchor
Remove incorrect or obsolete file anchors from a note. Detached paths stop being considered in staleness checks without signaling the note is wrong.
Instructions
Remove file paths from an EXISTING note's anchor set (UPG-ANCHOR-DETACH). The inverse of vectr_anchor: use it when you discover a note was anchored to the wrong file, or when the anchored file's relevance has gone away. A removed anchor simply stops being a candidate in the next staleness check — never a claim that the note is wrong. Idempotent — paths the note was never anchored to are reported back, not treated as failures. Path comparison is exact-string on the spelling the note was anchored with, matching vectr_anchor's contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchors | Yes | Workspace-relative file paths to detach this note from (at least one) | |
| note_id | Yes | ID of the note to remove anchors from (the [#N] id from vectr_recall) |