lore_plan
Create or update a structured plan document in the team's shared lore knowledge base using a node path, title, and markdown body.
Instructions
Create or update a plan node by path (kind: plan).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body of the document. | |
| path | Yes | Node path, e.g. bot/plan/something. | |
| title | Yes | Human-readable title. | |
| project | No | Project slug (defaults to .lorerc in cwd, then LORE_PROJECT). | |
| parentId | No | Optional parent node id. |