promote_memory
Promote project-specific preferences to global scope for consistent application across all projects, such as coding conventions or tool preferences.
Instructions
Promote a project-scoped memory to global scope so it applies across all projects. Use this when you discover a preference or pattern that should be universal — e.g., "user prefers tabs over spaces" or "always use Bun instead of npm".
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The project memory ID to promote to global scope |