Export a memory to Markdown
ygg_materializeExport a stored memory as a human-readable Markdown note on disk using its memory ID and project name, enabling reading, editing, or archiving.
Instructions
Write ONE stored memory to a human-readable Markdown note (Obsidian-compatible) on disk; the stored memory itself is unchanged. Use when the user wants to read, edit, or archive a specific memory as a file. Needs the memory id from a prior ygg_recall / ygg_search / ygg_bootstrap result plus its project; returns the written file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The memory id to export, as returned by a prior recall/search/bootstrap, e.g. "ygg_4a5c82a...". | |
| project | Yes | The project the memory belongs to. | |
| output_dir | No | Directory to write the Markdown note into (default "vault/04-learnings"). | vault/04-learnings |