veto_memory_export
Export all local memory—sessions, knowledge, patterns, decisions, and project maps—to a portable JSON or Markdown file. Choose JSON for backup/transfer or Markdown for human-readable documentation.
Instructions
Exports all local memory (sessions, knowledge, patterns, decisions, project maps) to a portable JSON or Markdown file. Use markdown for a human-readable VETO_MEMORY.md file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: "json" for backup/transfer, "markdown" for human-readable documentation. | |
| output_path | No | Where to write the export file. Defaults to ~/.veto/veto-export.json or VETO_MEMORY.md in the project root. |