lore_memory
Create or update durable facts and learnings as memory nodes for shared team lore.
Instructions
Create or update a memory (durable fact/learning) node by path (kind: memory).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body of the document. | |
| path | Yes | Node path, e.g. bot/memory/something. | |
| title | Yes | Human-readable title. | |
| project | No | Project slug (defaults to .lorerc in cwd, then LORE_PROJECT). | |
| parentId | No | Optional parent node id. |