node_snapshot
Capture a node's complete parameter state and flags for diffing around risky edits. Save snapshots to JSON without overwriting to enable before/after comparison.
Instructions
Complete parameter state (value/mode/expr/evalError) + flags, optionally written to a JSON file (never overwrites). Diff two snapshots around a risky edit.
path (<class 'str'>): Operator path.
out (str | None): JSON file under the project folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | ||
| path | Yes |