core_set
Store and update a priority-ranked core memory entry that persists across agent sessions. Use for essential context, not notes.
Instructions
Upsert a core-memory entry. ALWAYS shown in brief, sorted by priority DESC.
Use sparingly — this is the 'what new-claude must know' surface, not a
note store. Good: 'project_root=/Users/.../ai-memory'. Bad: 'today we
tried X'. priority 0-100 (higher = shown first). content capped 1KB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| content | Yes | ||
| priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |