vectr_pin
Pin a note to guarantee it is injected into every recall call, regardless of query relevance. Use for critical notes that must never be missed; unpin with pinned=false.
Instructions
Pin a note so it is injected on EVERY future vectr_recall(query=...) call, regardless of the query — never relevance-scored, never dropped for being off-topic. Use for a note that must never be missed by an unlucky query (the same standing-rule role kind='directive' already plays, but for a note you don't want to reclassify as a directive). Pass pinned=false to unpin. Bounded: only a small configured number of directive+pinned notes ever occupy this unconditional tier, so pin sparingly. Equivalent to passing pin=true directly to vectr_remember at write time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pinned | No | true to pin (default), false to unpin | |
| note_id | Yes | ID of the note to pin/unpin (the [#N] id from vectr_recall) |