Skip to content

Commit c27327f

Browse files
committed
chore(spec): regenerate the flow reference after merging main
Net delta vs origin/main is exactly the two input-shape lines #4415 intends (`inputSchema[].required`, `boundaryConfig.interrupting` render optional now that FlowNode is read from the pipe's authorable IN side). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BickTBKm2JYSNnrtPT8ysa
1 parent d5a2da7 commit c27327f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • content/docs/references/automation

content/docs/references/automation/flow.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@ description: Flow protocol schemas
88
Flow Node Types — **built-in seed set** (ADR-0018).
99

1010
Historically this `z.enum` *gated* `FlowNodeSchema.type`, which made the
11-
1211
closed protocol reject any plugin-registered node type — defeating the open
13-
1412
runtime registry (`registerNodeExecutor(type: string)`). Per ADR-0018 the
15-
1613
gate is removed: `FlowNodeSchema.type` is now a validated `string`, checked
17-
1814
against the live action registry at `registerFlow()` time, not frozen here.
1915

2016
`FlowNodeAction` is **retained** as the canonical list of built-in type ids
21-
2217
(documentation + the seed descriptor set the engine registers at boot). It
23-
2418
no longer constrains authored flows — plugins extend the vocabulary.
2519

2620
<Callout type="info">

0 commit comments

Comments
 (0)