lore_capture
Append a session to document work completed, decisions, and findings for a project. Optionally attach to an area or specify a timestamp for historical imports.
Instructions
Append an append-only session - project- and user-scoped. A session is one unit of work you did (a ticket / bug / feature); you can have several per day across projects. By default it is a project-level session (no node) - omit node. Optionally pass node to also attach it to an area. The backend only stores it; nothing is synthesized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The full session body - what was done, decisions, findings. | |
| node | No | Optional area path or node id to attach the session to. Omit for a plain project-level session. Created as a folder if it doesn't exist. | |
| project | No | Project slug (defaults to .lorerc in cwd, then LORE_PROJECT). | |
| summary | No | Optional one-line summary (e.g. the ticket / feature). | |
| capturedAt | No | Optional ISO8601 timestamp. Use when importing past sessions to preserve their original date; defaults to now. |