Skip to content

Commit 3db558a

Browse files
committed
docs(spec): regenerate the node-executor reference for the configSchema describe change
`content/docs/references/` is generated from the Zod source by `packages/spec/scripts/build-docs.ts` and gated by `check:docs`. Correcting `ActionDescriptor.configSchema`'s `.describe()` in the previous commit changed its generated row, so the checked-in reference went stale. Regenerated with `gen:schema && gen:docs` — a one-line diff, no other file touched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QoA8AV99Ss1RRkLLAYmDzq
1 parent 7c33e3d commit 3db558a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/references/automation/node-executor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Canonical cross-paradigm action/node descriptor (ADR-0018)
7070
| **icon** | `string` | optional | Icon id resolved by the designer |
7171
| **category** | `Enum<'logic' \| 'data' \| 'io' \| 'human' \| 'control' \| 'custom'>` || Palette category |
7272
| **paradigms** | `Enum<'flow' \| 'approval'>[]` || Authoring surfaces that may offer this action |
73-
| **configSchema** | `any` | optional | JSON Schema for the node config (drives form + parse validation) |
73+
| **configSchema** | `any` | optional | JSON Schema for the node config (drives the designer form; only declared expression slots are validated) |
7474
| **supportsPause** | `boolean` || Supports async pause/resume |
7575
| **supportsCancellation** | `boolean` || Supports cancellation |
7676
| **supportsRetry** | `boolean` || Supports retry on failure |

0 commit comments

Comments
 (0)