vectr_anchor
Attach workspace file paths to an existing note. If any anchored file changes, the note is flagged as possibly stale, so you can review and update it.
Instructions
Attach file paths to an EXISTING note so future changes to those files can flag the note as possibly-stale (UPG-ANCHOR-ATTACH). The single-call replacement for re-storing with anchors=[...] and supersedes= when you notice afterwards that a note is about a specific process/config file. Anchors are staleness probes, never a claim that the note is wrong: on the next staleness check, a changed anchor means the process MAY have changed. Idempotent — paths already attached are reported back, not duplicated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchors | Yes | Workspace-relative file paths to anchor this note to (at least one) | |
| note_id | Yes | ID of the note to attach anchors to (the [#N] id from vectr_recall) |