promote_memory
Convert temporary evidence memories into durable persistent storage with authority upgrades. Preserve critical facts from transcripts or artifacts across sessions by creating linked long-term entries.
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 |
|---|---|---|---|
| memoryId | Yes | Existing evidence memory ID or unique prefix | |
| text | No | Optional cleaned durable text; defaults to the source entry text | |
| category | No | Optional target durable category; defaults to the source evidence category or its originalCategory | |
| importance | No | Importance score from 0 to 1 | |
| scope | Yes | Required target scope such as project:recallnest or session:abc123 | |
| source | No | How this promotion was captured | agent |
| tags | No | Optional tags | |
| canonicalKey | No | Optional stable key for merge/update semantics |