pin_memory
Pin critical memories as high-importance assets to guarantee future recall. Boosts importance to 0.95, writes persistent disk files, and indexes content for reliable retrieval across AI coding sessions.
Instructions
Pin a retrieved memory as a high-importance reusable asset on disk. Side effect: boosts importance to 0.95, writes pin asset file, and indexes it. Use when a search result is critical and should be surfaced in future recalls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | Memory ID or unique prefix from search/explain output, e.g. 'a1b2c3d4' | |
| scope | No | Explicit scope filter, e.g. 'project:recallnest' | |
| sessionId | No | Session identifier to infer session:<id> scope, e.g. 'abc123' | |
| allScopes | No | When true, allow cross-scope reads to find the memory | |
| title | No | Human-readable title for the pin, e.g. 'Auth migration decision' | |
| summary | No | Short summary override for the pinned asset | |
| query | No | Original query that led to this pin, e.g. 'auth decisions' | |
| profile | No | Retrieval profile for ranking, e.g. 'debug' |