@lostgradient/cinder 0.9.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/components.json +82 -4
  3. package/dist/components/access-gate/index.js +381 -239
  4. package/dist/components/chat/builders.d.ts +17 -8
  5. package/dist/components/chat/conversation-model.d.ts +1 -1
  6. package/dist/components/chat/index.d.ts +1 -1
  7. package/dist/components/chat/index.js +300 -17
  8. package/dist/components/chat/utilities/conversation.d.ts +6 -6
  9. package/dist/components/chat-conversation-header/index.js +19 -6
  10. package/dist/components/chat-conversation-list/index.js +19 -6
  11. package/dist/components/connection-indicator/connection-indicator.css +136 -0
  12. package/dist/components/connection-indicator/connection-indicator.css.d.ts +1 -0
  13. package/dist/components/connection-indicator/connection-indicator.schema.d.ts +3 -0
  14. package/dist/components/connection-indicator/connection-indicator.schema.js +89 -0
  15. package/dist/components/connection-indicator/connection-indicator.svelte.d.ts +21 -0
  16. package/dist/components/connection-indicator/connection-indicator.types.d.ts +46 -0
  17. package/dist/components/connection-indicator/connection-indicator.variables.d.ts +2 -0
  18. package/dist/components/connection-indicator/connection-indicator.variables.js +61 -0
  19. package/dist/components/connection-indicator/index.d.ts +5 -0
  20. package/dist/components/connection-indicator/index.js +409 -0
  21. package/dist/components/container/container.schema.js +4 -4
  22. package/dist/components/invocation-rule-builder/index.d.ts +1 -1
  23. package/dist/components/invocation-rule-builder/index.js +305 -150
  24. package/dist/components/invocation-rule-builder/invocation-rule-builder.css +28 -0
  25. package/dist/components/invocation-rule-builder/invocation-rule-builder.schema.js +89 -5
  26. package/dist/components/invocation-rule-builder/invocation-rule-builder.svelte.d.ts +2 -1
  27. package/dist/components/invocation-rule-builder/invocation-rule-builder.types.d.ts +114 -16
  28. package/dist/components/run-step-timeline/index.d.ts +1 -1
  29. package/dist/components/run-step-timeline/index.js +992 -559
  30. package/dist/components/run-step-timeline/run-step-branch-disclosure.svelte.d.ts +17 -0
  31. package/dist/components/run-step-timeline/run-step-timeline.css +124 -0
  32. package/dist/components/run-step-timeline/run-step-timeline.schema.js +873 -350
  33. package/dist/components/run-step-timeline/run-step-timeline.svelte.d.ts +1 -15
  34. package/dist/components/run-step-timeline/run-step-timeline.types.d.ts +182 -5
  35. package/dist/components/run-step-timeline/run-step-timeline.utilities.d.ts +52 -0
  36. package/dist/components/schedule-builder/index.d.ts +5 -0
  37. package/dist/components/schedule-builder/index.js +3176 -0
  38. package/dist/components/schedule-builder/schedule-builder.css +121 -0
  39. package/dist/components/schedule-builder/schedule-builder.css.d.ts +1 -0
  40. package/dist/components/schedule-builder/schedule-builder.schema.d.ts +3 -0
  41. package/dist/components/schedule-builder/schedule-builder.schema.js +141 -0
  42. package/dist/components/schedule-builder/schedule-builder.svelte.d.ts +22 -0
  43. package/dist/components/schedule-builder/schedule-builder.types.d.ts +130 -0
  44. package/dist/components/schedule-builder/schedule-builder.utilities.d.ts +78 -0
  45. package/dist/components/schedule-builder/schedule-builder.variables.d.ts +2 -0
  46. package/dist/components/schedule-builder/schedule-builder.variables.js +61 -0
  47. package/dist/components/tag-input/index.js +22 -4
  48. package/dist/components/tag-input/tag-input.schema.js +5 -1
  49. package/dist/components/tag-input/tag-input.types.d.ts +4 -0
  50. package/dist/index.d.ts +6 -2
  51. package/dist/index.js +22704 -20574
  52. package/dist/server/components/access-gate/index.js +2 -1
  53. package/dist/server/components/chat/index.js +4 -4
  54. package/dist/server/components/chat-conversation-header/index.js +5 -5
  55. package/dist/server/components/chat-conversation-list/index.js +3 -3
  56. package/dist/server/components/connection-indicator/index.js +16 -0
  57. package/dist/server/components/data-table/index.js +3 -3
  58. package/dist/server/components/diff-viewer/index.js +4 -3
  59. package/dist/server/components/invocation-rule-builder/index.js +1 -1
  60. package/dist/server/components/json-schema-editor/index.js +4 -3
  61. package/dist/server/components/review-editor/index.js +4 -3
  62. package/dist/server/components/run-step-timeline/index.js +1 -1
  63. package/dist/server/components/schedule-builder/index.js +30 -0
  64. package/dist/server/components/side-navigation/index.js +2 -2
  65. package/dist/server/components/table/index.js +3 -3
  66. package/dist/server/components/tag-input/index.js +1 -1
  67. package/dist/server/components/time-field/index.js +5 -3
  68. package/dist/server/index.js +100 -87
  69. package/dist/server/index.server-0sx92swg.js +9 -0
  70. package/dist/server/{index.server-mzzb7dnm.js → index.server-2bbwajb2.js} +1 -1
  71. package/dist/server/{index.server-q7w4jw89.js → index.server-2s5h1d05.js} +2 -2
  72. package/dist/server/{index.server-dg83ke3k.js → index.server-2zdbz3rj.js} +1 -1
  73. package/dist/server/{index.server-0jhra85x.js → index.server-3w72dxz7.js} +4 -4
  74. package/dist/server/{index.server-qh9qzd5t.js → index.server-4x4hgvqe.js} +283 -13
  75. package/dist/server/{index.server-c6pe4kaf.js → index.server-5gzyqv78.js} +1 -1
  76. package/dist/server/{index.server-mqt1ngqw.js → index.server-6hnfzc7f.js} +19 -6
  77. package/dist/server/index.server-be9bpqeh.js +93 -0
  78. package/dist/server/{index.server-f3z7tpxr.js → index.server-c42b462p.js} +2 -4
  79. package/dist/server/{index.server-7vyzen5x.js → index.server-c5qv3p61.js} +171 -63
  80. package/dist/server/index.server-cch0eed5.js +144 -0
  81. package/dist/server/index.server-gmh5ar16.js +2 -0
  82. package/dist/server/{index.server-0atyznp7.js → index.server-h89zk5ev.js} +7 -7
  83. package/dist/server/{index.server-jxg42jpz.js → index.server-jdcq5zza.js} +7 -7
  84. package/dist/server/{index.server-2dga5yzr.js → index.server-jfrssta6.js} +1 -1
  85. package/dist/server/{index.server-fy068yne.js → index.server-jj76374p.js} +1 -1
  86. package/dist/server/index.server-qbkxz7r2.js +750 -0
  87. package/dist/server/{index.server-marjz8ps.js → index.server-tcay903b.js} +3 -2
  88. package/dist/server/index.server-z38bxms8.js +734 -0
  89. package/dist/server/{index.server-yz4k36cw.js → index.server-z7hxtqs1.js} +1 -1
  90. package/package.json +66 -3
  91. package/src/components/chat/builders.ts +445 -14
  92. package/src/components/chat/conversation-model.ts +1 -0
  93. package/src/components/chat/index.ts +1 -0
  94. package/src/components/chat/utilities/conversation.ts +33 -15
  95. package/src/components/connection-indicator/connection-indicator.css +136 -0
  96. package/src/components/connection-indicator/connection-indicator.examples.json +31 -0
  97. package/src/components/connection-indicator/connection-indicator.schema.json +29 -0
  98. package/src/components/connection-indicator/connection-indicator.schema.ts +36 -0
  99. package/src/components/connection-indicator/connection-indicator.svelte +63 -0
  100. package/src/components/connection-indicator/connection-indicator.types.ts +58 -0
  101. package/src/components/connection-indicator/connection-indicator.variables.json +1 -0
  102. package/src/components/connection-indicator/connection-indicator.variables.ts +3 -0
  103. package/src/components/connection-indicator/index.ts +10 -0
  104. package/src/components/container/container.schema.json +3 -3
  105. package/src/components/container/container.schema.ts +3 -3
  106. package/src/components/invocation-rule-builder/index.ts +4 -0
  107. package/src/components/invocation-rule-builder/invocation-rule-builder.css +28 -0
  108. package/src/components/invocation-rule-builder/invocation-rule-builder.examples.json +6 -0
  109. package/src/components/invocation-rule-builder/invocation-rule-builder.schema.json +76 -3
  110. package/src/components/invocation-rule-builder/invocation-rule-builder.schema.ts +83 -3
  111. package/src/components/invocation-rule-builder/invocation-rule-builder.svelte +326 -113
  112. package/src/components/invocation-rule-builder/invocation-rule-builder.types.ts +157 -43
  113. package/src/components/run-step-timeline/index.ts +8 -0
  114. package/src/components/run-step-timeline/run-step-branch-disclosure.svelte +16 -0
  115. package/src/components/run-step-timeline/run-step-timeline.css +124 -0
  116. package/src/components/run-step-timeline/run-step-timeline.examples.json +18 -0
  117. package/src/components/run-step-timeline/run-step-timeline.schema.json +872 -349
  118. package/src/components/run-step-timeline/run-step-timeline.schema.ts +931 -349
  119. package/src/components/run-step-timeline/run-step-timeline.svelte +387 -268
  120. package/src/components/run-step-timeline/run-step-timeline.types.ts +192 -5
  121. package/src/components/run-step-timeline/run-step-timeline.utilities.ts +242 -0
  122. package/src/components/schedule-builder/index.ts +14 -0
  123. package/src/components/schedule-builder/schedule-builder.css +121 -0
  124. package/src/components/schedule-builder/schedule-builder.examples.json +31 -0
  125. package/src/components/schedule-builder/schedule-builder.schema.json +78 -0
  126. package/src/components/schedule-builder/schedule-builder.schema.ts +86 -0
  127. package/src/components/schedule-builder/schedule-builder.svelte +629 -0
  128. package/src/components/schedule-builder/schedule-builder.types.ts +137 -0
  129. package/src/components/schedule-builder/schedule-builder.utilities.ts +344 -0
  130. package/src/components/schedule-builder/schedule-builder.variables.json +1 -0
  131. package/src/components/schedule-builder/schedule-builder.variables.ts +3 -0
  132. package/src/components/tag-input/tag-input.schema.json +4 -0
  133. package/src/components/tag-input/tag-input.schema.ts +4 -0
  134. package/src/components/tag-input/tag-input.svelte +20 -3
  135. package/src/components/tag-input/tag-input.types.ts +4 -0
  136. package/src/index.ts +23 -0
  137. package/src/styles/components.css +2 -0
  138. package/dist/server/index.server-qk1h0n02.js +0 -393
@@ -13,406 +13,929 @@
13
13
  "steps": {
14
14
  "type": "array",
15
15
  "items": {
16
- "type": "object",
17
- "properties": {
18
- "id": {
19
- "type": "string",
20
- "description": "Stable identity; used as the keyed list identity."
21
- },
22
- "label": {
23
- "type": "string",
24
- "description": "Display label for this step."
25
- },
26
- "status": {
27
- "enum": [
28
- "pending",
29
- "running",
30
- "succeeded",
31
- "failed",
32
- "cancelled",
33
- "skipped",
34
- "retrying",
35
- "waiting_approval"
36
- ],
37
- "description": "Generic execution state."
38
- },
39
- "startTime": {
40
- "type": "string",
41
- "description": "ISO datetime string for when this step started."
42
- },
43
- "endTime": {
44
- "type": "string",
45
- "description": "ISO datetime string for when this step ended."
46
- },
47
- "duration": {
48
- "type": "string",
49
- "description": "Human-readable duration string, e.g. \"1m 23s\"."
50
- },
51
- "attemptCount": {
52
- "type": "number",
53
- "description": "Number of attempts made so far, including any retries."
54
- },
55
- "actionsCount": {
56
- "type": "number",
57
- "description": "Number of actions associated with this step."
58
- },
59
- "progress": {
60
- "type": "number",
61
- "description": "Optional determinate progress value between 0 and `progressMax`."
62
- },
63
- "progressMax": {
64
- "type": "number",
65
- "description": "Maximum value for the progress bar. Defaults to 100."
66
- },
67
- "details": {
68
- "type": "array",
69
- "items": {
70
- "type": "object",
71
- "properties": {
72
- "id": {
73
- "type": "string",
74
- "description": "Stable identity for this detail panel."
75
- },
76
- "label": {
77
- "type": "string",
78
- "description": "Trigger label rendered on the Collapsible header."
79
- },
80
- "content": {
81
- "type": "string",
82
- "description": "Pre-formatted content shown inside the panel."
83
- }
84
- },
85
- "additionalProperties": false,
86
- "required": ["content", "id", "label"]
87
- },
88
- "description": "Expandable detail panels (logs, payloads, errors) shown inline."
89
- },
90
- "link": {
16
+ "anyOf": [
17
+ {
91
18
  "type": "object",
92
19
  "properties": {
93
- "href": {
20
+ "id": {
94
21
  "type": "string",
95
- "description": "Destination URL for the step link."
22
+ "description": "Stable identity; used as the keyed list identity."
96
23
  },
97
24
  "label": {
98
25
  "type": "string",
99
- "description": "Visible text for the step link."
100
- }
101
- },
102
- "additionalProperties": false,
103
- "required": ["href", "label"],
104
- "description": "Optional link to logs, traces, or a step detail route."
105
- },
106
- "children": {
107
- "type": "array",
108
- "items": {
109
- "type": "object",
110
- "properties": {
111
- "id": {
112
- "type": "string",
113
- "description": "Stable identity; used as the keyed list identity."
114
- },
115
- "label": {
116
- "type": "string",
117
- "description": "Display label for this step."
118
- },
119
- "status": {
120
- "enum": [
121
- "pending",
122
- "running",
123
- "succeeded",
124
- "failed",
125
- "cancelled",
126
- "skipped",
127
- "retrying",
128
- "waiting_approval"
129
- ],
130
- "description": "Generic execution state."
131
- },
132
- "startTime": {
133
- "type": "string",
134
- "description": "ISO datetime string for when this step started."
135
- },
136
- "endTime": {
137
- "type": "string",
138
- "description": "ISO datetime string for when this step ended."
139
- },
140
- "duration": {
141
- "type": "string",
142
- "description": "Human-readable duration string, e.g. \"1m 23s\"."
143
- },
144
- "attemptCount": {
145
- "type": "number",
146
- "description": "Number of attempts made so far, including any retries."
147
- },
148
- "actionsCount": {
149
- "type": "number",
150
- "description": "Number of actions associated with this step."
151
- },
152
- "progress": {
153
- "type": "number",
154
- "description": "Optional determinate progress value between 0 and `progressMax`."
155
- },
156
- "progressMax": {
157
- "type": "number",
158
- "description": "Maximum value for the progress bar. Defaults to 100."
159
- },
160
- "details": {
161
- "type": "array",
162
- "items": {
163
- "type": "object",
164
- "properties": {
165
- "id": {
166
- "type": "string",
167
- "description": "Stable identity for this detail panel."
168
- },
169
- "label": {
170
- "type": "string",
171
- "description": "Trigger label rendered on the Collapsible header."
172
- },
173
- "content": {
174
- "type": "string",
175
- "description": "Pre-formatted content shown inside the panel."
176
- }
177
- },
178
- "additionalProperties": false,
179
- "required": ["content", "id", "label"]
180
- },
181
- "description": "Expandable detail panels (logs, payloads, errors) shown inline."
182
- },
183
- "link": {
26
+ "description": "Display label for this step."
27
+ },
28
+ "status": {
29
+ "enum": [
30
+ "pending",
31
+ "running",
32
+ "succeeded",
33
+ "failed",
34
+ "cancelled",
35
+ "skipped",
36
+ "retrying",
37
+ "waiting_approval"
38
+ ],
39
+ "description": "Generic execution state."
40
+ },
41
+ "startTime": {
42
+ "type": "string",
43
+ "description": "ISO datetime string for when this step started."
44
+ },
45
+ "endTime": {
46
+ "type": "string",
47
+ "description": "ISO datetime string for when this step ended."
48
+ },
49
+ "duration": {
50
+ "type": "string",
51
+ "description": "Human-readable duration string, e.g. \"1m 23s\"."
52
+ },
53
+ "attemptCount": {
54
+ "type": "number",
55
+ "description": "Number of attempts made so far, including any retries."
56
+ },
57
+ "actionsCount": {
58
+ "type": "number",
59
+ "description": "Number of actions associated with this step."
60
+ },
61
+ "progress": {
62
+ "type": "number",
63
+ "description": "Optional determinate progress value between 0 and `progressMax`."
64
+ },
65
+ "progressMax": {
66
+ "type": "number",
67
+ "description": "Maximum value for the progress bar. Defaults to 100."
68
+ },
69
+ "details": {
70
+ "type": "array",
71
+ "items": {
184
72
  "type": "object",
185
73
  "properties": {
186
- "href": {
74
+ "id": {
187
75
  "type": "string",
188
- "description": "Destination URL for the step link."
76
+ "description": "Stable identity for this detail panel."
189
77
  },
190
78
  "label": {
191
79
  "type": "string",
192
- "description": "Visible text for the step link."
80
+ "description": "Trigger label rendered on the Collapsible header."
81
+ },
82
+ "content": {
83
+ "type": "string",
84
+ "description": "Pre-formatted content shown inside the panel."
193
85
  }
194
86
  },
195
87
  "additionalProperties": false,
196
- "required": ["href", "label"],
197
- "description": "Optional link to logs, traces, or a step detail route."
88
+ "required": ["content", "id", "label"]
198
89
  },
199
- "children": {
200
- "type": "array",
201
- "items": {
202
- "type": "object",
203
- "properties": {
204
- "id": {
205
- "type": "string",
206
- "description": "Stable identity; used as the keyed list identity."
207
- },
208
- "label": {
209
- "type": "string",
210
- "description": "Display label for this step."
211
- },
212
- "status": {
213
- "enum": [
214
- "pending",
215
- "running",
216
- "succeeded",
217
- "failed",
218
- "cancelled",
219
- "skipped",
220
- "retrying",
221
- "waiting_approval"
222
- ],
223
- "description": "Generic execution state."
224
- },
225
- "startTime": {
226
- "type": "string",
227
- "description": "ISO datetime string for when this step started."
228
- },
229
- "endTime": {
230
- "type": "string",
231
- "description": "ISO datetime string for when this step ended."
232
- },
233
- "duration": {
234
- "type": "string",
235
- "description": "Human-readable duration string, e.g. \"1m 23s\"."
236
- },
237
- "attemptCount": {
238
- "type": "number",
239
- "description": "Number of attempts made so far, including any retries."
240
- },
241
- "actionsCount": {
242
- "type": "number",
243
- "description": "Number of actions associated with this step."
244
- },
245
- "progress": {
246
- "type": "number",
247
- "description": "Optional determinate progress value between 0 and `progressMax`."
248
- },
249
- "progressMax": {
250
- "type": "number",
251
- "description": "Maximum value for the progress bar. Defaults to 100."
252
- },
253
- "details": {
254
- "type": "array",
255
- "items": {
256
- "type": "object",
257
- "properties": {
258
- "id": {
259
- "type": "string",
260
- "description": "Stable identity for this detail panel."
261
- },
262
- "label": {
263
- "type": "string",
264
- "description": "Trigger label rendered on the Collapsible header."
265
- },
266
- "content": {
267
- "type": "string",
268
- "description": "Pre-formatted content shown inside the panel."
269
- }
270
- },
271
- "additionalProperties": false,
272
- "required": ["content", "id", "label"]
273
- },
274
- "description": "Expandable detail panels (logs, payloads, errors) shown inline."
275
- },
276
- "link": {
90
+ "description": "Expandable detail panels (logs, payloads, errors) shown inline."
91
+ },
92
+ "link": {
93
+ "type": "object",
94
+ "properties": {
95
+ "href": {
96
+ "type": "string",
97
+ "description": "Destination URL for the step link."
98
+ },
99
+ "label": {
100
+ "type": "string",
101
+ "description": "Visible text for the step link."
102
+ }
103
+ },
104
+ "additionalProperties": false,
105
+ "required": ["href", "label"],
106
+ "description": "Optional link to logs, traces, or a step detail route."
107
+ },
108
+ "rewound": {
109
+ "type": "boolean",
110
+ "description": "Marks a step that was speculatively executed and then unwound (rolled back)."
111
+ },
112
+ "compensates": {
113
+ "type": "string",
114
+ "description": "Id of the forward step that this step compensates (reverses)."
115
+ },
116
+ "children": {
117
+ "type": "array",
118
+ "items": {
119
+ "type": "object",
120
+ "properties": {
121
+ "id": {
122
+ "type": "string",
123
+ "description": "Stable identity; used as the keyed list identity."
124
+ },
125
+ "label": {
126
+ "type": "string",
127
+ "description": "Display label for this step."
128
+ },
129
+ "status": {
130
+ "enum": [
131
+ "pending",
132
+ "running",
133
+ "succeeded",
134
+ "failed",
135
+ "cancelled",
136
+ "skipped",
137
+ "retrying",
138
+ "waiting_approval"
139
+ ],
140
+ "description": "Generic execution state."
141
+ },
142
+ "startTime": {
143
+ "type": "string",
144
+ "description": "ISO datetime string for when this step started."
145
+ },
146
+ "endTime": {
147
+ "type": "string",
148
+ "description": "ISO datetime string for when this step ended."
149
+ },
150
+ "duration": {
151
+ "type": "string",
152
+ "description": "Human-readable duration string, e.g. \"1m 23s\"."
153
+ },
154
+ "attemptCount": {
155
+ "type": "number",
156
+ "description": "Number of attempts made so far, including any retries."
157
+ },
158
+ "actionsCount": {
159
+ "type": "number",
160
+ "description": "Number of actions associated with this step."
161
+ },
162
+ "progress": {
163
+ "type": "number",
164
+ "description": "Optional determinate progress value between 0 and `progressMax`."
165
+ },
166
+ "progressMax": {
167
+ "type": "number",
168
+ "description": "Maximum value for the progress bar. Defaults to 100."
169
+ },
170
+ "details": {
171
+ "type": "array",
172
+ "items": {
277
173
  "type": "object",
278
174
  "properties": {
279
- "href": {
175
+ "id": {
280
176
  "type": "string",
281
- "description": "Destination URL for the step link."
177
+ "description": "Stable identity for this detail panel."
282
178
  },
283
179
  "label": {
284
180
  "type": "string",
285
- "description": "Visible text for the step link."
181
+ "description": "Trigger label rendered on the Collapsible header."
182
+ },
183
+ "content": {
184
+ "type": "string",
185
+ "description": "Pre-formatted content shown inside the panel."
286
186
  }
287
187
  },
288
188
  "additionalProperties": false,
289
- "required": ["href", "label"],
290
- "description": "Optional link to logs, traces, or a step detail route."
189
+ "required": ["content", "id", "label"]
291
190
  },
292
- "children": {
293
- "type": "array",
294
- "items": {
295
- "type": "object",
296
- "properties": {
297
- "id": {
298
- "type": "string",
299
- "description": "Stable identity; used as the keyed list identity."
300
- },
301
- "label": {
302
- "type": "string",
303
- "description": "Display label for this step."
304
- },
305
- "status": {
306
- "enum": [
307
- "pending",
308
- "running",
309
- "succeeded",
310
- "failed",
311
- "cancelled",
312
- "skipped",
313
- "retrying",
314
- "waiting_approval"
315
- ],
316
- "description": "Generic execution state."
317
- },
318
- "startTime": {
319
- "type": "string",
320
- "description": "ISO datetime string for when this step started."
321
- },
322
- "endTime": {
323
- "type": "string",
324
- "description": "ISO datetime string for when this step ended."
325
- },
326
- "duration": {
327
- "type": "string",
328
- "description": "Human-readable duration string, e.g. \"1m 23s\"."
329
- },
330
- "attemptCount": {
331
- "type": "number",
332
- "description": "Number of attempts made so far, including any retries."
333
- },
334
- "actionsCount": {
335
- "type": "number",
336
- "description": "Number of actions associated with this step."
337
- },
338
- "progress": {
339
- "type": "number",
340
- "description": "Optional determinate progress value between 0 and `progressMax`."
191
+ "description": "Expandable detail panels (logs, payloads, errors) shown inline."
192
+ },
193
+ "link": {
194
+ "type": "object",
195
+ "properties": {
196
+ "href": {
197
+ "type": "string",
198
+ "description": "Destination URL for the step link."
199
+ },
200
+ "label": {
201
+ "type": "string",
202
+ "description": "Visible text for the step link."
203
+ }
204
+ },
205
+ "additionalProperties": false,
206
+ "required": ["href", "label"],
207
+ "description": "Optional link to logs, traces, or a step detail route."
208
+ },
209
+ "rewound": {
210
+ "type": "boolean",
211
+ "description": "Marks a step that was speculatively executed and then unwound (rolled back)."
212
+ },
213
+ "compensates": {
214
+ "type": "string",
215
+ "description": "Id of the forward step that this step compensates (reverses)."
216
+ },
217
+ "children": {
218
+ "type": "array",
219
+ "items": {
220
+ "type": "object",
221
+ "properties": {
222
+ "id": {
223
+ "type": "string",
224
+ "description": "Stable identity; used as the keyed list identity."
225
+ },
226
+ "label": {
227
+ "type": "string",
228
+ "description": "Display label for this step."
229
+ },
230
+ "status": {
231
+ "enum": [
232
+ "pending",
233
+ "running",
234
+ "succeeded",
235
+ "failed",
236
+ "cancelled",
237
+ "skipped",
238
+ "retrying",
239
+ "waiting_approval"
240
+ ],
241
+ "description": "Generic execution state."
242
+ },
243
+ "startTime": {
244
+ "type": "string",
245
+ "description": "ISO datetime string for when this step started."
246
+ },
247
+ "endTime": {
248
+ "type": "string",
249
+ "description": "ISO datetime string for when this step ended."
250
+ },
251
+ "duration": {
252
+ "type": "string",
253
+ "description": "Human-readable duration string, e.g. \"1m 23s\"."
254
+ },
255
+ "attemptCount": {
256
+ "type": "number",
257
+ "description": "Number of attempts made so far, including any retries."
258
+ },
259
+ "actionsCount": {
260
+ "type": "number",
261
+ "description": "Number of actions associated with this step."
262
+ },
263
+ "progress": {
264
+ "type": "number",
265
+ "description": "Optional determinate progress value between 0 and `progressMax`."
266
+ },
267
+ "progressMax": {
268
+ "type": "number",
269
+ "description": "Maximum value for the progress bar. Defaults to 100."
270
+ },
271
+ "details": {
272
+ "type": "array",
273
+ "items": {
274
+ "type": "object",
275
+ "properties": {
276
+ "id": {
277
+ "type": "string",
278
+ "description": "Stable identity for this detail panel."
279
+ },
280
+ "label": {
281
+ "type": "string",
282
+ "description": "Trigger label rendered on the Collapsible header."
283
+ },
284
+ "content": {
285
+ "type": "string",
286
+ "description": "Pre-formatted content shown inside the panel."
287
+ }
288
+ },
289
+ "additionalProperties": false,
290
+ "required": ["content", "id", "label"]
341
291
  },
342
- "progressMax": {
343
- "type": "number",
344
- "description": "Maximum value for the progress bar. Defaults to 100."
292
+ "description": "Expandable detail panels (logs, payloads, errors) shown inline."
293
+ },
294
+ "link": {
295
+ "type": "object",
296
+ "properties": {
297
+ "href": {
298
+ "type": "string",
299
+ "description": "Destination URL for the step link."
300
+ },
301
+ "label": {
302
+ "type": "string",
303
+ "description": "Visible text for the step link."
304
+ }
345
305
  },
346
- "details": {
347
- "type": "array",
348
- "items": {
349
- "type": "object",
350
- "properties": {
351
- "id": {
352
- "type": "string",
353
- "description": "Stable identity for this detail panel."
306
+ "additionalProperties": false,
307
+ "required": ["href", "label"],
308
+ "description": "Optional link to logs, traces, or a step detail route."
309
+ },
310
+ "rewound": {
311
+ "type": "boolean",
312
+ "description": "Marks a step that was speculatively executed and then unwound (rolled back)."
313
+ },
314
+ "compensates": {
315
+ "type": "string",
316
+ "description": "Id of the forward step that this step compensates (reverses)."
317
+ },
318
+ "children": {
319
+ "type": "array",
320
+ "items": {
321
+ "type": "object",
322
+ "properties": {
323
+ "id": {
324
+ "type": "string",
325
+ "description": "Stable identity; used as the keyed list identity."
326
+ },
327
+ "label": {
328
+ "type": "string",
329
+ "description": "Display label for this step."
330
+ },
331
+ "status": {
332
+ "enum": [
333
+ "pending",
334
+ "running",
335
+ "succeeded",
336
+ "failed",
337
+ "cancelled",
338
+ "skipped",
339
+ "retrying",
340
+ "waiting_approval"
341
+ ],
342
+ "description": "Generic execution state."
343
+ },
344
+ "startTime": {
345
+ "type": "string",
346
+ "description": "ISO datetime string for when this step started."
347
+ },
348
+ "endTime": {
349
+ "type": "string",
350
+ "description": "ISO datetime string for when this step ended."
351
+ },
352
+ "duration": {
353
+ "type": "string",
354
+ "description": "Human-readable duration string, e.g. \"1m 23s\"."
355
+ },
356
+ "attemptCount": {
357
+ "type": "number",
358
+ "description": "Number of attempts made so far, including any retries."
359
+ },
360
+ "actionsCount": {
361
+ "type": "number",
362
+ "description": "Number of actions associated with this step."
363
+ },
364
+ "progress": {
365
+ "type": "number",
366
+ "description": "Optional determinate progress value between 0 and `progressMax`."
367
+ },
368
+ "progressMax": {
369
+ "type": "number",
370
+ "description": "Maximum value for the progress bar. Defaults to 100."
371
+ },
372
+ "details": {
373
+ "type": "array",
374
+ "items": {
375
+ "type": "object",
376
+ "properties": {
377
+ "id": {
378
+ "type": "string",
379
+ "description": "Stable identity for this detail panel."
380
+ },
381
+ "label": {
382
+ "type": "string",
383
+ "description": "Trigger label rendered on the Collapsible header."
384
+ },
385
+ "content": {
386
+ "type": "string",
387
+ "description": "Pre-formatted content shown inside the panel."
388
+ }
389
+ },
390
+ "additionalProperties": false,
391
+ "required": ["content", "id", "label"]
354
392
  },
355
- "label": {
356
- "type": "string",
357
- "description": "Trigger label rendered on the Collapsible header."
393
+ "description": "Expandable detail panels (logs, payloads, errors) shown inline."
394
+ },
395
+ "link": {
396
+ "type": "object",
397
+ "properties": {
398
+ "href": {
399
+ "type": "string",
400
+ "description": "Destination URL for the step link."
401
+ },
402
+ "label": {
403
+ "type": "string",
404
+ "description": "Visible text for the step link."
405
+ }
358
406
  },
359
- "content": {
360
- "type": "string",
361
- "description": "Pre-formatted content shown inside the panel."
362
- }
407
+ "additionalProperties": false,
408
+ "required": ["href", "label"],
409
+ "description": "Optional link to logs, traces, or a step detail route."
410
+ },
411
+ "rewound": {
412
+ "type": "boolean",
413
+ "description": "Marks a step that was speculatively executed and then unwound (rolled back)."
414
+ },
415
+ "compensates": {
416
+ "type": "string",
417
+ "description": "Id of the forward step that this step compensates (reverses)."
363
418
  },
364
- "additionalProperties": false,
365
- "required": ["content", "id", "label"]
419
+ "children": {
420
+ "type": "array",
421
+ "items": {
422
+ "type": "object",
423
+ "additionalProperties": true
424
+ },
425
+ "description": "Descendants beyond the rendered depth cap; summarized as a depth-limit row."
426
+ }
366
427
  },
367
- "description": "Expandable detail panels (logs, payloads, errors) shown inline."
428
+ "additionalProperties": false,
429
+ "required": ["id", "label", "status"]
368
430
  },
369
- "link": {
431
+ "description": "Nested child-workflow steps rendered at depth 3."
432
+ }
433
+ },
434
+ "additionalProperties": false,
435
+ "required": ["id", "label", "status"]
436
+ },
437
+ "description": "Nested child-workflow steps rendered at depth 2."
438
+ }
439
+ },
440
+ "additionalProperties": false,
441
+ "required": ["id", "label", "status"]
442
+ },
443
+ "description": "Schema-bounded nested child-workflow steps."
444
+ }
445
+ },
446
+ "additionalProperties": false,
447
+ "required": ["id", "label", "status"]
448
+ },
449
+ {
450
+ "type": "object",
451
+ "properties": {
452
+ "kind": {
453
+ "const": "branch",
454
+ "description": "Discriminator identifying a branch-group entry."
455
+ },
456
+ "id": {
457
+ "type": "string",
458
+ "description": "Stable identity; used as the keyed list identity."
459
+ },
460
+ "label": {
461
+ "type": "string",
462
+ "description": "Display label for the branch group."
463
+ },
464
+ "lanes": {
465
+ "type": "array",
466
+ "items": {
467
+ "type": "object",
468
+ "properties": {
469
+ "id": {
470
+ "type": "string",
471
+ "description": "Stable identity; used as the keyed list identity within the group."
472
+ },
473
+ "label": {
474
+ "type": "string",
475
+ "description": "Optional display label for the lane."
476
+ },
477
+ "outcome": {
478
+ "enum": ["won", "lost", "settled"],
479
+ "description": "Competitive outcome for the lane. Omit while the branch is still racing."
480
+ },
481
+ "steps": {
482
+ "type": "array",
483
+ "items": {
484
+ "type": "object",
485
+ "properties": {
486
+ "id": {
487
+ "type": "string",
488
+ "description": "Stable identity; used as the keyed list identity."
489
+ },
490
+ "label": {
491
+ "type": "string",
492
+ "description": "Display label for this step."
493
+ },
494
+ "status": {
495
+ "enum": [
496
+ "pending",
497
+ "running",
498
+ "succeeded",
499
+ "failed",
500
+ "cancelled",
501
+ "skipped",
502
+ "retrying",
503
+ "waiting_approval"
504
+ ],
505
+ "description": "Generic execution state."
506
+ },
507
+ "startTime": {
508
+ "type": "string",
509
+ "description": "ISO datetime string for when this step started."
510
+ },
511
+ "endTime": {
512
+ "type": "string",
513
+ "description": "ISO datetime string for when this step ended."
514
+ },
515
+ "duration": {
516
+ "type": "string",
517
+ "description": "Human-readable duration string, e.g. \"1m 23s\"."
518
+ },
519
+ "attemptCount": {
520
+ "type": "number",
521
+ "description": "Number of attempts made so far, including any retries."
522
+ },
523
+ "actionsCount": {
524
+ "type": "number",
525
+ "description": "Number of actions associated with this step."
526
+ },
527
+ "progress": {
528
+ "type": "number",
529
+ "description": "Optional determinate progress value between 0 and `progressMax`."
530
+ },
531
+ "progressMax": {
532
+ "type": "number",
533
+ "description": "Maximum value for the progress bar. Defaults to 100."
534
+ },
535
+ "details": {
536
+ "type": "array",
537
+ "items": {
370
538
  "type": "object",
371
539
  "properties": {
372
- "href": {
540
+ "id": {
373
541
  "type": "string",
374
- "description": "Destination URL for the step link."
542
+ "description": "Stable identity for this detail panel."
375
543
  },
376
544
  "label": {
377
545
  "type": "string",
378
- "description": "Visible text for the step link."
546
+ "description": "Trigger label rendered on the Collapsible header."
547
+ },
548
+ "content": {
549
+ "type": "string",
550
+ "description": "Pre-formatted content shown inside the panel."
379
551
  }
380
552
  },
381
553
  "additionalProperties": false,
382
- "required": ["href", "label"],
383
- "description": "Optional link to logs, traces, or a step detail route."
554
+ "required": ["content", "id", "label"]
384
555
  },
385
- "children": {
386
- "type": "array",
387
- "items": {
388
- "type": "object",
389
- "additionalProperties": true
556
+ "description": "Expandable detail panels (logs, payloads, errors) shown inline."
557
+ },
558
+ "link": {
559
+ "type": "object",
560
+ "properties": {
561
+ "href": {
562
+ "type": "string",
563
+ "description": "Destination URL for the step link."
390
564
  },
391
- "description": "Descendants beyond the rendered depth cap; summarized as a depth-limit row."
392
- }
565
+ "label": {
566
+ "type": "string",
567
+ "description": "Visible text for the step link."
568
+ }
569
+ },
570
+ "additionalProperties": false,
571
+ "required": ["href", "label"],
572
+ "description": "Optional link to logs, traces, or a step detail route."
573
+ },
574
+ "rewound": {
575
+ "type": "boolean",
576
+ "description": "Marks a step that was speculatively executed and then unwound (rolled back)."
577
+ },
578
+ "compensates": {
579
+ "type": "string",
580
+ "description": "Id of the forward step that this step compensates (reverses)."
393
581
  },
394
- "additionalProperties": false,
395
- "required": ["id", "label", "status"]
582
+ "children": {
583
+ "type": "array",
584
+ "items": {
585
+ "type": "object",
586
+ "properties": {
587
+ "id": {
588
+ "type": "string",
589
+ "description": "Stable identity; used as the keyed list identity."
590
+ },
591
+ "label": {
592
+ "type": "string",
593
+ "description": "Display label for this step."
594
+ },
595
+ "status": {
596
+ "enum": [
597
+ "pending",
598
+ "running",
599
+ "succeeded",
600
+ "failed",
601
+ "cancelled",
602
+ "skipped",
603
+ "retrying",
604
+ "waiting_approval"
605
+ ],
606
+ "description": "Generic execution state."
607
+ },
608
+ "startTime": {
609
+ "type": "string",
610
+ "description": "ISO datetime string for when this step started."
611
+ },
612
+ "endTime": {
613
+ "type": "string",
614
+ "description": "ISO datetime string for when this step ended."
615
+ },
616
+ "duration": {
617
+ "type": "string",
618
+ "description": "Human-readable duration string, e.g. \"1m 23s\"."
619
+ },
620
+ "attemptCount": {
621
+ "type": "number",
622
+ "description": "Number of attempts made so far, including any retries."
623
+ },
624
+ "actionsCount": {
625
+ "type": "number",
626
+ "description": "Number of actions associated with this step."
627
+ },
628
+ "progress": {
629
+ "type": "number",
630
+ "description": "Optional determinate progress value between 0 and `progressMax`."
631
+ },
632
+ "progressMax": {
633
+ "type": "number",
634
+ "description": "Maximum value for the progress bar. Defaults to 100."
635
+ },
636
+ "details": {
637
+ "type": "array",
638
+ "items": {
639
+ "type": "object",
640
+ "properties": {
641
+ "id": {
642
+ "type": "string",
643
+ "description": "Stable identity for this detail panel."
644
+ },
645
+ "label": {
646
+ "type": "string",
647
+ "description": "Trigger label rendered on the Collapsible header."
648
+ },
649
+ "content": {
650
+ "type": "string",
651
+ "description": "Pre-formatted content shown inside the panel."
652
+ }
653
+ },
654
+ "additionalProperties": false,
655
+ "required": ["content", "id", "label"]
656
+ },
657
+ "description": "Expandable detail panels (logs, payloads, errors) shown inline."
658
+ },
659
+ "link": {
660
+ "type": "object",
661
+ "properties": {
662
+ "href": {
663
+ "type": "string",
664
+ "description": "Destination URL for the step link."
665
+ },
666
+ "label": {
667
+ "type": "string",
668
+ "description": "Visible text for the step link."
669
+ }
670
+ },
671
+ "additionalProperties": false,
672
+ "required": ["href", "label"],
673
+ "description": "Optional link to logs, traces, or a step detail route."
674
+ },
675
+ "rewound": {
676
+ "type": "boolean",
677
+ "description": "Marks a step that was speculatively executed and then unwound (rolled back)."
678
+ },
679
+ "compensates": {
680
+ "type": "string",
681
+ "description": "Id of the forward step that this step compensates (reverses)."
682
+ },
683
+ "children": {
684
+ "type": "array",
685
+ "items": {
686
+ "type": "object",
687
+ "properties": {
688
+ "id": {
689
+ "type": "string",
690
+ "description": "Stable identity; used as the keyed list identity."
691
+ },
692
+ "label": {
693
+ "type": "string",
694
+ "description": "Display label for this step."
695
+ },
696
+ "status": {
697
+ "enum": [
698
+ "pending",
699
+ "running",
700
+ "succeeded",
701
+ "failed",
702
+ "cancelled",
703
+ "skipped",
704
+ "retrying",
705
+ "waiting_approval"
706
+ ],
707
+ "description": "Generic execution state."
708
+ },
709
+ "startTime": {
710
+ "type": "string",
711
+ "description": "ISO datetime string for when this step started."
712
+ },
713
+ "endTime": {
714
+ "type": "string",
715
+ "description": "ISO datetime string for when this step ended."
716
+ },
717
+ "duration": {
718
+ "type": "string",
719
+ "description": "Human-readable duration string, e.g. \"1m 23s\"."
720
+ },
721
+ "attemptCount": {
722
+ "type": "number",
723
+ "description": "Number of attempts made so far, including any retries."
724
+ },
725
+ "actionsCount": {
726
+ "type": "number",
727
+ "description": "Number of actions associated with this step."
728
+ },
729
+ "progress": {
730
+ "type": "number",
731
+ "description": "Optional determinate progress value between 0 and `progressMax`."
732
+ },
733
+ "progressMax": {
734
+ "type": "number",
735
+ "description": "Maximum value for the progress bar. Defaults to 100."
736
+ },
737
+ "details": {
738
+ "type": "array",
739
+ "items": {
740
+ "type": "object",
741
+ "properties": {
742
+ "id": {
743
+ "type": "string",
744
+ "description": "Stable identity for this detail panel."
745
+ },
746
+ "label": {
747
+ "type": "string",
748
+ "description": "Trigger label rendered on the Collapsible header."
749
+ },
750
+ "content": {
751
+ "type": "string",
752
+ "description": "Pre-formatted content shown inside the panel."
753
+ }
754
+ },
755
+ "additionalProperties": false,
756
+ "required": ["content", "id", "label"]
757
+ },
758
+ "description": "Expandable detail panels (logs, payloads, errors) shown inline."
759
+ },
760
+ "link": {
761
+ "type": "object",
762
+ "properties": {
763
+ "href": {
764
+ "type": "string",
765
+ "description": "Destination URL for the step link."
766
+ },
767
+ "label": {
768
+ "type": "string",
769
+ "description": "Visible text for the step link."
770
+ }
771
+ },
772
+ "additionalProperties": false,
773
+ "required": ["href", "label"],
774
+ "description": "Optional link to logs, traces, or a step detail route."
775
+ },
776
+ "rewound": {
777
+ "type": "boolean",
778
+ "description": "Marks a step that was speculatively executed and then unwound (rolled back)."
779
+ },
780
+ "compensates": {
781
+ "type": "string",
782
+ "description": "Id of the forward step that this step compensates (reverses)."
783
+ },
784
+ "children": {
785
+ "type": "array",
786
+ "items": {
787
+ "type": "object",
788
+ "properties": {
789
+ "id": {
790
+ "type": "string",
791
+ "description": "Stable identity; used as the keyed list identity."
792
+ },
793
+ "label": {
794
+ "type": "string",
795
+ "description": "Display label for this step."
796
+ },
797
+ "status": {
798
+ "enum": [
799
+ "pending",
800
+ "running",
801
+ "succeeded",
802
+ "failed",
803
+ "cancelled",
804
+ "skipped",
805
+ "retrying",
806
+ "waiting_approval"
807
+ ],
808
+ "description": "Generic execution state."
809
+ },
810
+ "startTime": {
811
+ "type": "string",
812
+ "description": "ISO datetime string for when this step started."
813
+ },
814
+ "endTime": {
815
+ "type": "string",
816
+ "description": "ISO datetime string for when this step ended."
817
+ },
818
+ "duration": {
819
+ "type": "string",
820
+ "description": "Human-readable duration string, e.g. \"1m 23s\"."
821
+ },
822
+ "attemptCount": {
823
+ "type": "number",
824
+ "description": "Number of attempts made so far, including any retries."
825
+ },
826
+ "actionsCount": {
827
+ "type": "number",
828
+ "description": "Number of actions associated with this step."
829
+ },
830
+ "progress": {
831
+ "type": "number",
832
+ "description": "Optional determinate progress value between 0 and `progressMax`."
833
+ },
834
+ "progressMax": {
835
+ "type": "number",
836
+ "description": "Maximum value for the progress bar. Defaults to 100."
837
+ },
838
+ "details": {
839
+ "type": "array",
840
+ "items": {
841
+ "type": "object",
842
+ "properties": {
843
+ "id": {
844
+ "type": "string",
845
+ "description": "Stable identity for this detail panel."
846
+ },
847
+ "label": {
848
+ "type": "string",
849
+ "description": "Trigger label rendered on the Collapsible header."
850
+ },
851
+ "content": {
852
+ "type": "string",
853
+ "description": "Pre-formatted content shown inside the panel."
854
+ }
855
+ },
856
+ "additionalProperties": false,
857
+ "required": ["content", "id", "label"]
858
+ },
859
+ "description": "Expandable detail panels (logs, payloads, errors) shown inline."
860
+ },
861
+ "link": {
862
+ "type": "object",
863
+ "properties": {
864
+ "href": {
865
+ "type": "string",
866
+ "description": "Destination URL for the step link."
867
+ },
868
+ "label": {
869
+ "type": "string",
870
+ "description": "Visible text for the step link."
871
+ }
872
+ },
873
+ "additionalProperties": false,
874
+ "required": ["href", "label"],
875
+ "description": "Optional link to logs, traces, or a step detail route."
876
+ },
877
+ "rewound": {
878
+ "type": "boolean",
879
+ "description": "Marks a step that was speculatively executed and then unwound (rolled back)."
880
+ },
881
+ "compensates": {
882
+ "type": "string",
883
+ "description": "Id of the forward step that this step compensates (reverses)."
884
+ },
885
+ "children": {
886
+ "type": "array",
887
+ "items": {
888
+ "type": "object",
889
+ "additionalProperties": true
890
+ },
891
+ "description": "Descendants beyond the rendered depth cap; summarized as a depth-limit row."
892
+ }
893
+ },
894
+ "additionalProperties": false,
895
+ "required": ["id", "label", "status"]
896
+ },
897
+ "description": "Nested child-workflow steps rendered at depth 3."
898
+ }
899
+ },
900
+ "additionalProperties": false,
901
+ "required": ["id", "label", "status"]
902
+ },
903
+ "description": "Nested child-workflow steps rendered at depth 2."
904
+ }
905
+ },
906
+ "additionalProperties": false,
907
+ "required": ["id", "label", "status"]
908
+ },
909
+ "description": "Schema-bounded nested child-workflow steps."
910
+ }
396
911
  },
397
- "description": "Nested child-workflow steps rendered at depth 3."
398
- }
399
- },
400
- "additionalProperties": false,
401
- "required": ["id", "label", "status"]
912
+ "additionalProperties": false,
913
+ "required": ["id", "label", "status"]
914
+ },
915
+ "description": "Ordered steps that ran within this lane."
916
+ }
402
917
  },
403
- "description": "Nested child-workflow steps rendered at depth 2."
404
- }
918
+ "additionalProperties": false,
919
+ "required": ["id", "steps"]
920
+ },
921
+ "description": "The parallel sub-lanes."
922
+ },
923
+ "collapseThreshold": {
924
+ "type": "integer",
925
+ "minimum": 1,
926
+ "description": "Collapse the group by default once the lane count reaches this threshold. Defaults to 3."
405
927
  },
406
- "additionalProperties": false,
407
- "required": ["id", "label", "status"]
928
+ "collapsed": {
929
+ "type": "boolean",
930
+ "description": "Force the initial collapsed (`true`) or expanded (`false`) state."
931
+ }
408
932
  },
409
- "description": "Schema-bounded nested child-workflow steps."
933
+ "additionalProperties": false,
934
+ "required": ["id", "kind", "label", "lanes"]
410
935
  }
411
- },
412
- "additionalProperties": false,
413
- "required": ["id", "label", "status"]
936
+ ]
414
937
  },
415
- "description": "Ordered list of steps to render."
938
+ "description": "Ordered list of timeline entries to render — either steps or branch/coordination groups."
416
939
  }
417
940
  },
418
941
  "additionalProperties": false,