promote_memory
Upgrade an evidence memory into durable, cross-session memory by creating a linked permanent entry with category, scope, and importance. Use to preserve key facts from transcripts or imports.
Instructions
Promote an evidence memory into durable memory with an authority upgrade. Side effect: creates a new durable entry linked to the source evidence. Use when a transcript snippet or imported artifact contains a fact worth keeping across windows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags | |
| text | No | Optional cleaned durable text; defaults to the source entry text | |
| scope | Yes | Required target scope such as project:recallnest or session:abc123 | |
| source | No | How this promotion was captured | agent |
| category | No | Optional target durable category; defaults to the source evidence category or its originalCategory | |
| memoryId | Yes | Existing evidence memory ID or unique prefix | |
| importance | No | Importance score from 0 to 1 | |
| canonicalKey | No | Optional stable key for merge/update semantics |