Serialize recipes preserve canonical internal operation names for compatibility across localized interfaces. Argument order follows each operation’s declared schema.
Export choices
- Readable JSON is preferred for review, documentation, and version control.
- Compact JSON minimizes transport size.
- Deep links open the workspace with a recipe and optionally input.
Review rules
- Resolve every operation by its canonical name.
- Confirm positional arguments against the operation description.
- Decode URL-escaped values before reviewing them.
- Treat embedded input as potentially sensitive.
- Test with a known harmless sample after import.
Stable documentation
When documenting a production workflow, record the recipe, a redacted sample, expected output shape, failure conditions, and the date it was verified.