vcv_write
Write a validated patch.json to a .vcv file, preventing overwrites unless explicitly enabled and preserving module assets when saving edited copies.
Instructions
Write a full patch.json dict to a .vcv file. Validates first; refuses to overwrite unless overwrite=true. Pass keep_assets_from=<original .vcv> when saving an edited copy so module asset files are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| patch | Yes | ||
| overwrite | No | ||
| keep_assets_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||