lore_log
Create or update a log entry node with a path, title, and Markdown body to document events or notes in a shared team lore system.
Instructions
Create or update a log entry node by path (kind: log).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body of the document. | |
| path | Yes | Node path, e.g. bot/log/something. | |
| title | Yes | Human-readable title. | |
| project | No | Project slug (defaults to .lorerc in cwd, then LORE_PROJECT). | |
| parentId | No | Optional parent node id. |