wave_design_extract
Run the complete extraction pipeline on a .pen board to output plates, tokens, geometry, copy, components, receipts, frames, and manifest. Returns manifest.json with SHA256s and owed items.
Instructions
Run @wave-av/pen-extract's all extraction pipeline on a .pen board (plates/tokens/geometry/copy/components/receipts/frames/manifest). Returns the manifest.json (files, sha256s, owed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | Output extract dir (default: <pen-dir>/<basename>.extract) | |
| pen | Yes | Path to the .pen board file (must be under $HOME/wave-av or the OS temp dir) | |
| delta | No | Reference board's already-extracted dir; writes season-delta.json into this run's --out |