export_soul_file_to_path
Export your Windy Word archive (audio, video, transcripts) as a zip to a specified path for backup or digital-twin use. Includes manifest with stats.
Instructions
Export the user's entire Windy Word archive (audio + video + transcripts) as a single zip file at the given path. The Forma Animae artifact — Grant's exportable "soul" for use with the Windy Clone digital-twin pipeline or as a portable backup. Includes a manifest.json with stats (file counts, word counts, date range). Refuses to overwrite existing files unless overwrite=true. Creates parent directories as needed. Pairs with the existing export-soul-file IPC the renderer uses via the Soul File button (which opens a save dialog) — this is the path-based variant for agent-driven exports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | If true, replace existing file. Default false. | |
| outputPath | Yes | Destination .zip path (e.g. "/home/user/Documents/my-soul-2026-05.zip"). |