Commit 72759e1
feat(spec): add the
`FlowCanvasEdgeStyleSchema` gains a `back` value alongside
solid/dashed/dotted/bold, marking an ADR-0044 declared back-edge (a `revise`
loop's resubmit edge). Flow-builder-protocol consumers can render it as a
distinct curved/dashed return arc, set apart from forward flow — matching the
objectui designer's canvas (objectstack-ai/objectui#1954).
Additive enum value: public API surface + factory signatures unchanged.
Part of #2274 (ADR-0044 AI/designer parity).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>back edge style to the flow-builder canvas protocol (#2291)1 parent 205e9ca commit 72759e1
3 files changed
Lines changed: 13 additions & 3 deletions
File tree
- .changeset
- packages/spec/src/studio
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| |||
0 commit comments