vectr_snapshot
Seal all current vectr_remember notes as a named checkpoint to mark milestones for later recall. Designed for multiple notes when you want to save and restore progress with a label.
Instructions
Seal all current vectr_remember() notes as a named checkpoint. Use when you've stored multiple notes and want to mark a milestone you can return to (e.g. 'auth-refactor-wip', 'segment-targeting-done'). The next time you work on this, vectr_recall will return these notes. NOT required if you only stored 1-2 notes — vectr_recall retrieves all notes regardless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Human-readable label for this snapshot (e.g. 'segment-targeting-wip') | |
| session_id | No | Optional session identifier |