engrim_add
Write a durable memory record to persist important facts, decisions, feedback, or state across sessions. Use it at real decision points to store one-line summaries with optional details and tags.
Instructions
Write a durable memory record so it persists across sessions. Use at real decision points and for durable facts/feedback/state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| type | Yes | ||
| detail | No | Optional longer body / the why. | |
| global | No | Write to the global user-layer that loads in every project. | |
| project | No | auto | |
| summary | Yes | One-line headline for the record. | |
| origin_agent | No | Origin agent identifier for provenance tracking. |