@stigmer/react 1.0.4 → 2.0.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 (1939) hide show
  1. package/__tests__/hooks.test.js +17 -0
  2. package/__tests__/hooks.test.js.map +1 -1
  3. package/__tests__/runner-adapter.test.d.ts +2 -0
  4. package/__tests__/runner-adapter.test.d.ts.map +1 -0
  5. package/__tests__/runner-adapter.test.js +153 -0
  6. package/__tests__/runner-adapter.test.js.map +1 -0
  7. package/activity/__tests__/useRecentActivity-optimistic.test.d.ts +2 -0
  8. package/activity/__tests__/useRecentActivity-optimistic.test.d.ts.map +1 -0
  9. package/activity/__tests__/useRecentActivity-optimistic.test.js +139 -0
  10. package/activity/__tests__/useRecentActivity-optimistic.test.js.map +1 -0
  11. package/activity/__tests__/useRecentActivity.test.d.ts +2 -0
  12. package/activity/__tests__/useRecentActivity.test.d.ts.map +1 -0
  13. package/activity/__tests__/useRecentActivity.test.js +107 -0
  14. package/activity/__tests__/useRecentActivity.test.js.map +1 -0
  15. package/activity/index.d.ts +1 -1
  16. package/activity/index.d.ts.map +1 -1
  17. package/activity/index.js.map +1 -1
  18. package/activity/types.d.ts +3 -2
  19. package/activity/types.d.ts.map +1 -1
  20. package/activity/useRecentActivity.d.ts +26 -14
  21. package/activity/useRecentActivity.d.ts.map +1 -1
  22. package/activity/useRecentActivity.js +59 -61
  23. package/activity/useRecentActivity.js.map +1 -1
  24. package/agent/AgentDetailView.d.ts.map +1 -1
  25. package/agent/AgentDetailView.js +3 -2
  26. package/agent/AgentDetailView.js.map +1 -1
  27. package/billing/CreditLedgerTable.d.ts.map +1 -1
  28. package/billing/CreditLedgerTable.js +15 -6
  29. package/billing/CreditLedgerTable.js.map +1 -1
  30. package/billing/__tests__/CreditLedgerTable.test.d.ts +2 -0
  31. package/billing/__tests__/CreditLedgerTable.test.d.ts.map +1 -0
  32. package/billing/__tests__/CreditLedgerTable.test.js +74 -0
  33. package/billing/__tests__/CreditLedgerTable.test.js.map +1 -0
  34. package/billing/useCreditLedger.d.ts +8 -1
  35. package/billing/useCreditLedger.d.ts.map +1 -1
  36. package/billing/useCreditLedger.js +6 -3
  37. package/billing/useCreditLedger.js.map +1 -1
  38. package/composer/ComposerToolbar.d.ts +8 -1
  39. package/composer/ComposerToolbar.d.ts.map +1 -1
  40. package/composer/ComposerToolbar.js +4 -2
  41. package/composer/ComposerToolbar.js.map +1 -1
  42. package/composer/ContextChip.d.ts +1 -1
  43. package/composer/ContextChip.d.ts.map +1 -1
  44. package/composer/ContextChip.js +0 -1
  45. package/composer/ContextChip.js.map +1 -1
  46. package/composer/SessionComposer.d.ts +20 -17
  47. package/composer/SessionComposer.d.ts.map +1 -1
  48. package/composer/SessionComposer.js +67 -227
  49. package/composer/SessionComposer.js.map +1 -1
  50. package/composer/__tests__/ComposerToolbar-directAction.test.d.ts +2 -0
  51. package/composer/__tests__/ComposerToolbar-directAction.test.d.ts.map +1 -0
  52. package/composer/__tests__/ComposerToolbar-directAction.test.js +64 -0
  53. package/composer/__tests__/ComposerToolbar-directAction.test.js.map +1 -0
  54. package/composer/__tests__/SessionComposer-contract.test.d.ts +2 -0
  55. package/composer/__tests__/SessionComposer-contract.test.d.ts.map +1 -0
  56. package/composer/__tests__/SessionComposer-contract.test.js +87 -0
  57. package/composer/__tests__/SessionComposer-contract.test.js.map +1 -0
  58. package/composer/__tests__/SessionComposer-fileref.test.d.ts +2 -0
  59. package/composer/__tests__/SessionComposer-fileref.test.d.ts.map +1 -0
  60. package/composer/__tests__/SessionComposer-fileref.test.js +132 -0
  61. package/composer/__tests__/SessionComposer-fileref.test.js.map +1 -0
  62. package/composer/__tests__/useComposer.test.d.ts +2 -0
  63. package/composer/__tests__/useComposer.test.d.ts.map +1 -0
  64. package/composer/__tests__/useComposer.test.js +139 -0
  65. package/composer/__tests__/useComposer.test.js.map +1 -0
  66. package/composer/icons.d.ts +0 -1
  67. package/composer/icons.d.ts.map +1 -1
  68. package/composer/icons.js +0 -3
  69. package/composer/icons.js.map +1 -1
  70. package/environment/EnvironmentPicker.d.ts +35 -0
  71. package/environment/EnvironmentPicker.d.ts.map +1 -0
  72. package/environment/EnvironmentPicker.js +90 -0
  73. package/environment/EnvironmentPicker.js.map +1 -0
  74. package/environment/index.d.ts +2 -0
  75. package/environment/index.d.ts.map +1 -1
  76. package/environment/index.js +1 -0
  77. package/environment/index.js.map +1 -1
  78. package/execution/MessageThread.d.ts +13 -1
  79. package/execution/MessageThread.d.ts.map +1 -1
  80. package/execution/MessageThread.js +9 -8
  81. package/execution/MessageThread.js.map +1 -1
  82. package/execution/SubAgentSection.d.ts.map +1 -1
  83. package/execution/SubAgentSection.js +24 -9
  84. package/execution/SubAgentSection.js.map +1 -1
  85. package/execution/ThreadSelectionContext.d.ts +17 -0
  86. package/execution/ThreadSelectionContext.d.ts.map +1 -0
  87. package/execution/ThreadSelectionContext.js +18 -0
  88. package/execution/ThreadSelectionContext.js.map +1 -0
  89. package/execution/ToolCallItem.d.ts.map +1 -1
  90. package/execution/ToolCallItem.js +12 -3
  91. package/execution/ToolCallItem.js.map +1 -1
  92. package/execution/UsageWidget.d.ts.map +1 -1
  93. package/execution/UsageWidget.js +1 -1
  94. package/execution/UsageWidget.js.map +1 -1
  95. package/execution/__tests__/MessageThread.test.d.ts +2 -0
  96. package/execution/__tests__/MessageThread.test.d.ts.map +1 -0
  97. package/execution/__tests__/MessageThread.test.js +164 -0
  98. package/execution/__tests__/MessageThread.test.js.map +1 -0
  99. package/execution/__tests__/thread-keys.test.js +91 -0
  100. package/execution/__tests__/thread-keys.test.js.map +1 -1
  101. package/execution/tool-categories.d.ts +8 -1
  102. package/execution/tool-categories.d.ts.map +1 -1
  103. package/execution/tool-categories.js +13 -0
  104. package/execution/tool-categories.js.map +1 -1
  105. package/execution/useCreateAgentExecution.d.ts +19 -0
  106. package/execution/useCreateAgentExecution.d.ts.map +1 -1
  107. package/execution/useCreateAgentExecution.js +5 -1
  108. package/execution/useCreateAgentExecution.js.map +1 -1
  109. package/execution/useThreadSelection.d.ts +35 -0
  110. package/execution/useThreadSelection.d.ts.map +1 -0
  111. package/execution/useThreadSelection.js +65 -0
  112. package/execution/useThreadSelection.js.map +1 -0
  113. package/execution-target-context.d.ts +24 -0
  114. package/execution-target-context.d.ts.map +1 -0
  115. package/execution-target-context.js +27 -0
  116. package/execution-target-context.js.map +1 -0
  117. package/file-reference/FileReferenceChipList.d.ts +40 -0
  118. package/file-reference/FileReferenceChipList.d.ts.map +1 -0
  119. package/file-reference/FileReferenceChipList.js +52 -0
  120. package/file-reference/FileReferenceChipList.js.map +1 -0
  121. package/file-reference/__tests__/FileReferenceChipList.test.d.ts +2 -0
  122. package/file-reference/__tests__/FileReferenceChipList.test.d.ts.map +1 -0
  123. package/file-reference/__tests__/FileReferenceChipList.test.js +48 -0
  124. package/file-reference/__tests__/FileReferenceChipList.test.js.map +1 -0
  125. package/file-reference/__tests__/useFileReferences.test.d.ts +2 -0
  126. package/file-reference/__tests__/useFileReferences.test.d.ts.map +1 -0
  127. package/file-reference/__tests__/useFileReferences.test.js +90 -0
  128. package/file-reference/__tests__/useFileReferences.test.js.map +1 -0
  129. package/file-reference/index.d.ts +3 -0
  130. package/file-reference/index.d.ts.map +1 -0
  131. package/file-reference/index.js +3 -0
  132. package/file-reference/index.js.map +1 -0
  133. package/file-reference/useFileReferences.d.ts +25 -0
  134. package/file-reference/useFileReferences.d.ts.map +1 -0
  135. package/file-reference/useFileReferences.js +36 -0
  136. package/file-reference/useFileReferences.js.map +1 -0
  137. package/github/__tests__/parseGitUrl.test.d.ts +2 -0
  138. package/github/__tests__/parseGitUrl.test.d.ts.map +1 -0
  139. package/github/__tests__/parseGitUrl.test.js +47 -0
  140. package/github/__tests__/parseGitUrl.test.js.map +1 -0
  141. package/github/__tests__/useGitHubTreeLister.test.d.ts +2 -0
  142. package/github/__tests__/useGitHubTreeLister.test.d.ts.map +1 -0
  143. package/github/__tests__/useGitHubTreeLister.test.js +112 -0
  144. package/github/__tests__/useGitHubTreeLister.test.js.map +1 -0
  145. package/github/index.d.ts +2 -0
  146. package/github/index.d.ts.map +1 -1
  147. package/github/index.js +2 -0
  148. package/github/index.js.map +1 -1
  149. package/github/parseGitUrl.d.ts +22 -0
  150. package/github/parseGitUrl.d.ts.map +1 -0
  151. package/github/parseGitUrl.js +18 -0
  152. package/github/parseGitUrl.js.map +1 -0
  153. package/github/useGitHubTreeLister.d.ts +23 -0
  154. package/github/useGitHubTreeLister.d.ts.map +1 -0
  155. package/github/useGitHubTreeLister.js +63 -0
  156. package/github/useGitHubTreeLister.js.map +1 -0
  157. package/iam-policy/PermissionGate.d.ts +51 -0
  158. package/iam-policy/PermissionGate.d.ts.map +1 -0
  159. package/iam-policy/PermissionGate.js +39 -0
  160. package/iam-policy/PermissionGate.js.map +1 -0
  161. package/iam-policy/SharePanel.d.ts +37 -0
  162. package/iam-policy/SharePanel.d.ts.map +1 -0
  163. package/iam-policy/SharePanel.js +59 -0
  164. package/iam-policy/SharePanel.js.map +1 -0
  165. package/iam-policy/index.d.ts +4 -0
  166. package/iam-policy/index.d.ts.map +1 -1
  167. package/iam-policy/index.js +4 -0
  168. package/iam-policy/index.js.map +1 -1
  169. package/iam-policy/useCheckPermission.d.ts +48 -0
  170. package/iam-policy/useCheckPermission.d.ts.map +1 -0
  171. package/iam-policy/useCheckPermission.js +101 -0
  172. package/iam-policy/useCheckPermission.js.map +1 -0
  173. package/iam-policy/useShareFlow.d.ts +72 -0
  174. package/iam-policy/useShareFlow.d.ts.map +1 -0
  175. package/iam-policy/useShareFlow.js +101 -0
  176. package/iam-policy/useShareFlow.js.map +1 -0
  177. package/index.d.ts +17 -15
  178. package/index.d.ts.map +1 -1
  179. package/index.js +19 -10
  180. package/index.js.map +1 -1
  181. package/internal/ResizableSplit.d.ts +61 -0
  182. package/internal/ResizableSplit.d.ts.map +1 -0
  183. package/internal/ResizableSplit.js +113 -0
  184. package/internal/ResizableSplit.js.map +1 -0
  185. package/internal/VirtualizedThread.d.ts +2 -1
  186. package/internal/VirtualizedThread.d.ts.map +1 -1
  187. package/internal/VirtualizedThread.js +2 -2
  188. package/internal/VirtualizedThread.js.map +1 -1
  189. package/internal/__tests__/ResizableSplit.test.d.ts +2 -0
  190. package/internal/__tests__/ResizableSplit.test.d.ts.map +1 -0
  191. package/internal/__tests__/ResizableSplit.test.js +118 -0
  192. package/internal/__tests__/ResizableSplit.test.js.map +1 -0
  193. package/internal/__tests__/useFetch-identity-reset.test.d.ts +2 -0
  194. package/internal/__tests__/useFetch-identity-reset.test.d.ts.map +1 -0
  195. package/internal/__tests__/useFetch-identity-reset.test.js +281 -0
  196. package/internal/__tests__/useFetch-identity-reset.test.js.map +1 -0
  197. package/internal/file-tree/FileTreeNode.d.ts +42 -0
  198. package/internal/file-tree/FileTreeNode.d.ts.map +1 -0
  199. package/internal/file-tree/FileTreeNode.js +40 -0
  200. package/internal/file-tree/FileTreeNode.js.map +1 -0
  201. package/internal/file-tree/__tests__/FileTreeNode-drag.test.d.ts +2 -0
  202. package/internal/file-tree/__tests__/FileTreeNode-drag.test.d.ts.map +1 -0
  203. package/internal/file-tree/__tests__/FileTreeNode-drag.test.js +55 -0
  204. package/internal/file-tree/__tests__/FileTreeNode-drag.test.js.map +1 -0
  205. package/internal/file-tree/__tests__/buildFileTree.test.d.ts +2 -0
  206. package/internal/file-tree/__tests__/buildFileTree.test.d.ts.map +1 -0
  207. package/internal/file-tree/__tests__/buildFileTree.test.js +102 -0
  208. package/internal/file-tree/__tests__/buildFileTree.test.js.map +1 -0
  209. package/internal/file-tree/__tests__/filterFileTree.test.d.ts +2 -0
  210. package/internal/file-tree/__tests__/filterFileTree.test.d.ts.map +1 -0
  211. package/internal/file-tree/__tests__/filterFileTree.test.js +120 -0
  212. package/internal/file-tree/__tests__/filterFileTree.test.js.map +1 -0
  213. package/internal/file-tree/filterFileTree.d.ts +17 -0
  214. package/internal/file-tree/filterFileTree.d.ts.map +1 -0
  215. package/internal/file-tree/filterFileTree.js +45 -0
  216. package/internal/file-tree/filterFileTree.js.map +1 -0
  217. package/internal/file-tree/index.d.ts +6 -0
  218. package/internal/file-tree/index.d.ts.map +1 -0
  219. package/internal/file-tree/index.js +4 -0
  220. package/internal/file-tree/index.js.map +1 -0
  221. package/internal/file-tree/tree-node.d.ts +21 -0
  222. package/internal/file-tree/tree-node.d.ts.map +1 -0
  223. package/internal/file-tree/tree-node.js +40 -0
  224. package/internal/file-tree/tree-node.js.map +1 -0
  225. package/internal/store/__tests__/selection-store.test.d.ts +2 -0
  226. package/internal/store/__tests__/selection-store.test.d.ts.map +1 -0
  227. package/internal/store/__tests__/selection-store.test.js +93 -0
  228. package/internal/store/__tests__/selection-store.test.js.map +1 -0
  229. package/internal/store/__tests__/workflow-execution-event-store.test.d.ts +2 -0
  230. package/internal/store/__tests__/workflow-execution-event-store.test.d.ts.map +1 -0
  231. package/internal/store/__tests__/workflow-execution-event-store.test.js +215 -0
  232. package/internal/store/__tests__/workflow-execution-event-store.test.js.map +1 -0
  233. package/internal/store/index.d.ts +2 -0
  234. package/internal/store/index.d.ts.map +1 -1
  235. package/internal/store/index.js +1 -0
  236. package/internal/store/index.js.map +1 -1
  237. package/internal/store/selection-store.d.ts +53 -0
  238. package/internal/store/selection-store.d.ts.map +1 -0
  239. package/internal/store/selection-store.js +88 -0
  240. package/internal/store/selection-store.js.map +1 -0
  241. package/internal/store/structural-share.d.ts +1 -1
  242. package/internal/store/structural-share.d.ts.map +1 -1
  243. package/internal/store/structural-share.js +2 -3
  244. package/internal/store/structural-share.js.map +1 -1
  245. package/internal/store/workflow-execution-event-store.d.ts +4 -0
  246. package/internal/store/workflow-execution-event-store.d.ts.map +1 -1
  247. package/internal/store/workflow-execution-event-store.js +33 -1
  248. package/internal/store/workflow-execution-event-store.js.map +1 -1
  249. package/internal/useFetch.d.ts.map +1 -1
  250. package/internal/useFetch.js +27 -8
  251. package/internal/useFetch.js.map +1 -1
  252. package/internal/validate.d.ts +27 -0
  253. package/internal/validate.d.ts.map +1 -0
  254. package/internal/validate.js +49 -0
  255. package/internal/validate.js.map +1 -0
  256. package/invitation/InvitationRedemption.d.ts +31 -11
  257. package/invitation/InvitationRedemption.d.ts.map +1 -1
  258. package/invitation/InvitationRedemption.js +29 -16
  259. package/invitation/InvitationRedemption.js.map +1 -1
  260. package/invitation/__tests__/useCreateInvitation.test.d.ts +2 -0
  261. package/invitation/__tests__/useCreateInvitation.test.d.ts.map +1 -0
  262. package/invitation/__tests__/useCreateInvitation.test.js +152 -0
  263. package/invitation/__tests__/useCreateInvitation.test.js.map +1 -0
  264. package/library/InstanceVisibilitySelector.d.ts +50 -0
  265. package/library/InstanceVisibilitySelector.d.ts.map +1 -0
  266. package/library/InstanceVisibilitySelector.js +160 -0
  267. package/library/InstanceVisibilitySelector.js.map +1 -0
  268. package/library/index.d.ts +2 -0
  269. package/library/index.d.ts.map +1 -1
  270. package/library/index.js +1 -0
  271. package/library/index.js.map +1 -1
  272. package/library/useUpdateVisibility.d.ts +8 -5
  273. package/library/useUpdateVisibility.d.ts.map +1 -1
  274. package/library/useUpdateVisibility.js +16 -4
  275. package/library/useUpdateVisibility.js.map +1 -1
  276. package/mcp-server/McpServerDetailView.d.ts.map +1 -1
  277. package/mcp-server/McpServerDetailView.js +3 -2
  278. package/mcp-server/McpServerDetailView.js.map +1 -1
  279. package/organization/CreateOrganizationForm.d.ts.map +1 -1
  280. package/organization/CreateOrganizationForm.js +18 -21
  281. package/organization/CreateOrganizationForm.js.map +1 -1
  282. package/package.json +7 -5
  283. package/provider.d.ts +38 -1
  284. package/provider.d.ts.map +1 -1
  285. package/provider.js +4 -2
  286. package/provider.js.map +1 -1
  287. package/resource-creation/index.d.ts +2 -0
  288. package/resource-creation/index.d.ts.map +1 -1
  289. package/resource-creation/index.js +1 -0
  290. package/resource-creation/index.js.map +1 -1
  291. package/resource-creation/templates/index.d.ts +2 -0
  292. package/resource-creation/templates/index.d.ts.map +1 -1
  293. package/resource-creation/templates/index.js +1 -0
  294. package/resource-creation/templates/index.js.map +1 -1
  295. package/resource-creation/templates/workflow-templates.d.ts +26 -0
  296. package/resource-creation/templates/workflow-templates.d.ts.map +1 -0
  297. package/resource-creation/templates/workflow-templates.js +1236 -0
  298. package/resource-creation/templates/workflow-templates.js.map +1 -0
  299. package/resource-detail/Section.d.ts +3 -1
  300. package/resource-detail/Section.d.ts.map +1 -1
  301. package/resource-detail/Section.js +2 -2
  302. package/resource-detail/Section.js.map +1 -1
  303. package/resource-detail/types.d.ts +1 -1
  304. package/resource-detail/useDeleteResource.d.ts +1 -1
  305. package/resource-detail/useDeleteResource.d.ts.map +1 -1
  306. package/resource-detail/useDeleteResource.js +0 -5
  307. package/resource-detail/useDeleteResource.js.map +1 -1
  308. package/runner-adapter.d.ts +40 -0
  309. package/runner-adapter.d.ts.map +1 -0
  310. package/runner-adapter.js +20 -0
  311. package/runner-adapter.js.map +1 -0
  312. package/session/NewSessionViewer.d.ts +91 -0
  313. package/session/NewSessionViewer.d.ts.map +1 -0
  314. package/session/NewSessionViewer.js +97 -0
  315. package/session/NewSessionViewer.js.map +1 -0
  316. package/session/SessionViewer.d.ts +97 -0
  317. package/session/SessionViewer.d.ts.map +1 -0
  318. package/session/SessionViewer.js +156 -0
  319. package/session/SessionViewer.js.map +1 -0
  320. package/session/__tests__/execution-target.test.d.ts +2 -0
  321. package/session/__tests__/execution-target.test.d.ts.map +1 -0
  322. package/session/__tests__/execution-target.test.js +34 -0
  323. package/session/__tests__/execution-target.test.js.map +1 -0
  324. package/session/__tests__/session-spec-converters.test.js +1 -3
  325. package/session/__tests__/session-spec-converters.test.js.map +1 -1
  326. package/session/__tests__/useCreateSession.test.js +88 -0
  327. package/session/__tests__/useCreateSession.test.js.map +1 -1
  328. package/session/__tests__/useNewSessionFlow.test.js +45 -38
  329. package/session/__tests__/useNewSessionFlow.test.js.map +1 -1
  330. package/session/__tests__/useSessionUsage.test.d.ts +2 -0
  331. package/session/__tests__/useSessionUsage.test.d.ts.map +1 -0
  332. package/session/__tests__/useSessionUsage.test.js +146 -0
  333. package/session/__tests__/useSessionUsage.test.js.map +1 -0
  334. package/session/execution-target.d.ts +20 -0
  335. package/session/execution-target.d.ts.map +1 -0
  336. package/session/execution-target.js +26 -0
  337. package/session/execution-target.js.map +1 -0
  338. package/session/index.d.ts +9 -0
  339. package/session/index.d.ts.map +1 -1
  340. package/session/index.js +7 -0
  341. package/session/index.js.map +1 -1
  342. package/session/inspector/ArtifactsTab.d.ts +16 -0
  343. package/session/inspector/ArtifactsTab.d.ts.map +1 -0
  344. package/session/inspector/ArtifactsTab.js +28 -0
  345. package/session/inspector/ArtifactsTab.js.map +1 -0
  346. package/session/inspector/ChangesTab.d.ts +14 -0
  347. package/session/inspector/ChangesTab.d.ts.map +1 -0
  348. package/session/inspector/ChangesTab.js +20 -0
  349. package/session/inspector/ChangesTab.js.map +1 -0
  350. package/session/inspector/InspectTab.d.ts +13 -0
  351. package/session/inspector/InspectTab.d.ts.map +1 -0
  352. package/session/inspector/InspectTab.js +19 -0
  353. package/session/inspector/InspectTab.js.map +1 -0
  354. package/session/inspector/PlanTab.d.ts +15 -0
  355. package/session/inspector/PlanTab.d.ts.map +1 -0
  356. package/session/inspector/PlanTab.js +19 -0
  357. package/session/inspector/PlanTab.js.map +1 -0
  358. package/session/inspector/SessionInspector.d.ts +59 -0
  359. package/session/inspector/SessionInspector.d.ts.map +1 -0
  360. package/session/inspector/SessionInspector.js +53 -0
  361. package/session/inspector/SessionInspector.js.map +1 -0
  362. package/session/inspector/SetupTab.d.ts +43 -0
  363. package/session/inspector/SetupTab.d.ts.map +1 -0
  364. package/session/inspector/SetupTab.js +76 -0
  365. package/session/inspector/SetupTab.js.map +1 -0
  366. package/session/inspector/UsageTab.d.ts +13 -0
  367. package/session/inspector/UsageTab.d.ts.map +1 -0
  368. package/session/inspector/UsageTab.js +19 -0
  369. package/session/inspector/UsageTab.js.map +1 -0
  370. package/session/inspector/WorkspaceTab.d.ts +35 -0
  371. package/session/inspector/WorkspaceTab.d.ts.map +1 -0
  372. package/session/inspector/WorkspaceTab.js +75 -0
  373. package/session/inspector/WorkspaceTab.js.map +1 -0
  374. package/session/inspector/__tests__/useSessionInspector.test.d.ts +2 -0
  375. package/session/inspector/__tests__/useSessionInspector.test.d.ts.map +1 -0
  376. package/session/inspector/__tests__/useSessionInspector.test.js +195 -0
  377. package/session/inspector/__tests__/useSessionInspector.test.js.map +1 -0
  378. package/session/inspector/index.d.ts +19 -0
  379. package/session/inspector/index.d.ts.map +1 -0
  380. package/session/inspector/index.js +10 -0
  381. package/session/inspector/index.js.map +1 -0
  382. package/session/inspector/useSessionInspector.d.ts +45 -0
  383. package/session/inspector/useSessionInspector.d.ts.map +1 -0
  384. package/session/inspector/useSessionInspector.js +115 -0
  385. package/session/inspector/useSessionInspector.js.map +1 -0
  386. package/session/useCreateSession.d.ts +13 -8
  387. package/session/useCreateSession.d.ts.map +1 -1
  388. package/session/useCreateSession.js +15 -3
  389. package/session/useCreateSession.js.map +1 -1
  390. package/session/useNewSessionFlow.d.ts +17 -9
  391. package/session/useNewSessionFlow.d.ts.map +1 -1
  392. package/session/useNewSessionFlow.js +8 -37
  393. package/session/useNewSessionFlow.js.map +1 -1
  394. package/session/useSessionConversation.d.ts +9 -0
  395. package/session/useSessionConversation.d.ts.map +1 -1
  396. package/session/useSessionConversation.js +5 -4
  397. package/session/useSessionConversation.js.map +1 -1
  398. package/session/useSessionPageFlow.d.ts +9 -0
  399. package/session/useSessionPageFlow.d.ts.map +1 -1
  400. package/session/useSessionPageFlow.js +5 -1
  401. package/session/useSessionPageFlow.js.map +1 -1
  402. package/session/useSessionUsage.d.ts +16 -5
  403. package/session/useSessionUsage.d.ts.map +1 -1
  404. package/session/useSessionUsage.js +66 -23
  405. package/session/useSessionUsage.js.map +1 -1
  406. package/skill/SkillDetailView.d.ts.map +1 -1
  407. package/skill/SkillDetailView.js +3 -2
  408. package/skill/SkillDetailView.js.map +1 -1
  409. package/skill/SkillFileBrowser.js +2 -46
  410. package/skill/SkillFileBrowser.js.map +1 -1
  411. package/src/__tests__/hooks.test.tsx +28 -0
  412. package/src/__tests__/runner-adapter.test.tsx +203 -0
  413. package/src/activity/__tests__/useRecentActivity-optimistic.test.tsx +175 -0
  414. package/src/activity/__tests__/useRecentActivity.test.ts +133 -0
  415. package/src/activity/index.ts +1 -0
  416. package/src/activity/types.ts +3 -2
  417. package/src/activity/useRecentActivity.ts +86 -92
  418. package/src/agent/AgentDetailView.tsx +18 -9
  419. package/src/billing/CreditLedgerTable.tsx +14 -16
  420. package/src/billing/__tests__/CreditLedgerTable.test.tsx +100 -0
  421. package/src/billing/useCreditLedger.ts +17 -4
  422. package/src/composer/ComposerToolbar.tsx +38 -8
  423. package/src/composer/ContextChip.tsx +1 -2
  424. package/src/composer/SessionComposer.tsx +105 -440
  425. package/src/composer/__tests__/ComposerToolbar-directAction.test.tsx +89 -0
  426. package/src/composer/__tests__/SessionComposer-contract.test.tsx +126 -0
  427. package/src/composer/__tests__/SessionComposer-fileref.test.tsx +190 -0
  428. package/src/composer/__tests__/useComposer.test.ts +192 -0
  429. package/src/composer/icons.tsx +0 -27
  430. package/src/environment/EnvironmentPicker.tsx +308 -0
  431. package/src/environment/index.ts +2 -0
  432. package/src/execution/MessageThread.tsx +24 -4
  433. package/src/execution/SubAgentSection.tsx +46 -7
  434. package/src/execution/ThreadSelectionContext.tsx +20 -0
  435. package/src/execution/ToolCallItem.tsx +40 -2
  436. package/src/execution/UsageWidget.tsx +9 -2
  437. package/src/execution/__tests__/MessageThread.test.tsx +271 -0
  438. package/src/execution/__tests__/thread-keys.test.ts +104 -0
  439. package/src/execution/tool-categories.ts +16 -0
  440. package/src/execution/useCreateAgentExecution.ts +24 -1
  441. package/src/execution/useThreadSelection.ts +95 -0
  442. package/src/execution-target-context.ts +32 -0
  443. package/src/file-reference/FileReferenceChipList.tsx +148 -0
  444. package/src/file-reference/__tests__/FileReferenceChipList.test.tsx +94 -0
  445. package/src/file-reference/__tests__/useFileReferences.test.ts +121 -0
  446. package/src/file-reference/index.ts +2 -0
  447. package/src/file-reference/useFileReferences.ts +55 -0
  448. package/src/github/__tests__/parseGitUrl.test.ts +54 -0
  449. package/src/github/__tests__/useGitHubTreeLister.test.ts +164 -0
  450. package/src/github/index.ts +3 -0
  451. package/src/github/parseGitUrl.ts +28 -0
  452. package/src/github/useGitHubTreeLister.ts +92 -0
  453. package/src/iam-policy/PermissionGate.ts +69 -0
  454. package/src/iam-policy/SharePanel.tsx +245 -0
  455. package/src/iam-policy/index.ts +16 -0
  456. package/src/iam-policy/useCheckPermission.ts +133 -0
  457. package/src/iam-policy/useShareFlow.ts +182 -0
  458. package/src/index.ts +121 -49
  459. package/src/internal/ResizableSplit.tsx +221 -0
  460. package/src/internal/VirtualizedThread.tsx +3 -1
  461. package/src/internal/__tests__/ResizableSplit.test.tsx +156 -0
  462. package/src/internal/__tests__/useFetch-identity-reset.test.ts +387 -0
  463. package/src/internal/file-tree/FileTreeNode.tsx +123 -0
  464. package/src/internal/file-tree/__tests__/FileTreeNode-drag.test.tsx +81 -0
  465. package/src/internal/file-tree/__tests__/buildFileTree.test.ts +117 -0
  466. package/src/internal/file-tree/__tests__/filterFileTree.test.ts +141 -0
  467. package/src/internal/file-tree/filterFileTree.ts +54 -0
  468. package/src/internal/file-tree/index.ts +5 -0
  469. package/src/internal/file-tree/tree-node.ts +51 -0
  470. package/src/internal/store/__tests__/selection-store.test.ts +115 -0
  471. package/src/internal/store/__tests__/workflow-execution-event-store.test.ts +280 -0
  472. package/src/internal/store/index.ts +3 -0
  473. package/src/internal/store/selection-store.ts +112 -0
  474. package/src/internal/store/structural-share.ts +2 -3
  475. package/src/internal/store/workflow-execution-event-store.ts +38 -1
  476. package/src/internal/useFetch.ts +28 -8
  477. package/src/internal/validate.ts +65 -0
  478. package/src/invitation/InvitationRedemption.tsx +72 -45
  479. package/src/invitation/__tests__/useCreateInvitation.test.tsx +189 -0
  480. package/src/library/InstanceVisibilitySelector.tsx +323 -0
  481. package/src/library/index.ts +3 -0
  482. package/src/library/useUpdateVisibility.ts +23 -5
  483. package/src/mcp-server/McpServerDetailView.tsx +18 -9
  484. package/src/organization/CreateOrganizationForm.tsx +36 -27
  485. package/src/provider.tsx +59 -14
  486. package/src/resource-creation/index.ts +2 -0
  487. package/src/resource-creation/templates/index.ts +2 -0
  488. package/src/resource-creation/templates/workflow-templates.ts +1263 -0
  489. package/src/resource-detail/Section.tsx +21 -13
  490. package/src/resource-detail/types.ts +1 -1
  491. package/src/resource-detail/useDeleteResource.ts +1 -6
  492. package/src/runner-adapter.ts +47 -0
  493. package/src/session/NewSessionViewer.tsx +287 -0
  494. package/src/session/SessionViewer.tsx +506 -0
  495. package/src/session/__tests__/execution-target.test.ts +45 -0
  496. package/src/session/__tests__/session-spec-converters.test.ts +1 -3
  497. package/src/session/__tests__/useCreateSession.test.tsx +123 -0
  498. package/src/session/__tests__/useNewSessionFlow.test.tsx +61 -50
  499. package/src/session/__tests__/useSessionUsage.test.ts +180 -0
  500. package/src/session/execution-target.ts +39 -0
  501. package/src/session/index.ts +30 -0
  502. package/src/session/inspector/ArtifactsTab.tsx +77 -0
  503. package/src/session/inspector/ChangesTab.tsx +42 -0
  504. package/src/session/inspector/InspectTab.tsx +57 -0
  505. package/src/session/inspector/PlanTab.tsx +31 -0
  506. package/src/session/inspector/SessionInspector.tsx +153 -0
  507. package/src/session/inspector/SetupTab.tsx +342 -0
  508. package/src/session/inspector/UsageTab.tsx +32 -0
  509. package/src/session/inspector/WorkspaceTab.tsx +245 -0
  510. package/src/session/inspector/__tests__/useSessionInspector.test.ts +266 -0
  511. package/src/session/inspector/index.ts +36 -0
  512. package/src/session/inspector/useSessionInspector.ts +171 -0
  513. package/src/session/useCreateSession.ts +30 -11
  514. package/src/session/useNewSessionFlow.ts +23 -42
  515. package/src/session/useSessionConversation.ts +14 -4
  516. package/src/session/useSessionPageFlow.ts +16 -1
  517. package/src/session/useSessionUsage.ts +93 -30
  518. package/src/skill/SkillDetailView.tsx +18 -9
  519. package/src/skill/SkillFileBrowser.tsx +2 -113
  520. package/src/styles.css +31 -0
  521. package/src/tabs/Tabs.tsx +2 -1
  522. package/src/workflow/CanvasActionsContext.ts +14 -0
  523. package/src/workflow/CanvasContextMenu.tsx +274 -25
  524. package/src/workflow/CanvasTransitionEdge.tsx +149 -31
  525. package/src/workflow/ExecutionActiveTaskIndicator.tsx +158 -0
  526. package/src/workflow/ExecutionSummaryWidget.tsx +2 -6
  527. package/src/workflow/TaskPickerPopover.tsx +89 -77
  528. package/src/workflow/ViewYamlDialog.tsx +149 -0
  529. package/src/workflow/WorkflowArchitectDialog.tsx +25 -5
  530. package/src/workflow/WorkflowCanvasEditor.tsx +187 -2
  531. package/src/workflow/WorkflowCanvasInner.tsx +5 -4
  532. package/src/workflow/WorkflowCodePreviewGraph.tsx +130 -0
  533. package/src/workflow/WorkflowDetailView.tsx +537 -198
  534. package/src/workflow/WorkflowDiffGraph.tsx +172 -0
  535. package/src/workflow/WorkflowEditorView.tsx +123 -4
  536. package/src/workflow/WorkflowExecutionArtifactPanel.tsx +1 -6
  537. package/src/workflow/WorkflowExecutionCostPanel.tsx +3 -14
  538. package/src/workflow/WorkflowExecutionGraph.tsx +414 -0
  539. package/src/workflow/WorkflowExecutionHeader.tsx +19 -17
  540. package/src/workflow/WorkflowExecutionTaskPanel.tsx +1 -7
  541. package/src/workflow/WorkflowExecutionTimeline.tsx +24 -3
  542. package/src/workflow/WorkflowExecutionTimelineEvent.tsx +43 -46
  543. package/src/workflow/WorkflowExecutionViewer.tsx +394 -50
  544. package/src/workflow/WorkflowExplainDialog.tsx +228 -0
  545. package/src/workflow/WorkflowGraphFullscreenDialog.tsx +125 -0
  546. package/src/workflow/WorkflowGraphModeContext.tsx +46 -0
  547. package/src/workflow/WorkflowInspectorPanel.tsx +106 -497
  548. package/src/workflow/WorkflowNode.tsx +151 -0
  549. package/src/workflow/WorkflowNodePopover.tsx +168 -0
  550. package/src/workflow/WorkflowOverviewGraph.tsx +267 -0
  551. package/src/workflow/WorkflowOverviewSummary.tsx +119 -0
  552. package/src/workflow/WorkflowRefinePanel.tsx +42 -5
  553. package/src/workflow/WorkflowRepairCard.tsx +27 -5
  554. package/src/workflow/WorkflowRunDialog.tsx +10 -0
  555. package/src/workflow/WorkflowRunForm.tsx +106 -35
  556. package/src/workflow/WorkflowTaskApprovalCard.tsx +337 -0
  557. package/src/workflow/WorkflowTaskApprovalSummary.tsx +289 -0
  558. package/src/workflow/WorkflowVersionBadge.tsx +87 -0
  559. package/src/workflow/WorkflowVersionDiffViewer.tsx +211 -0
  560. package/src/workflow/WorkflowVersionTimeline.tsx +298 -0
  561. package/src/workflow/WorkflowVersionsTab.tsx +92 -0
  562. package/src/workflow/__tests__/ExecutionInspector.test.tsx +127 -0
  563. package/src/workflow/__tests__/WorkflowArchitectDialog.test.tsx +158 -0
  564. package/src/workflow/__tests__/WorkflowRefinePanel.test.tsx +176 -0
  565. package/src/workflow/__tests__/WorkflowRepairCard.test.tsx +199 -0
  566. package/src/workflow/__tests__/WorkflowTaskApprovalCard.test.tsx +281 -0
  567. package/src/workflow/__tests__/WorkflowTaskApprovalSummary.test.tsx +148 -0
  568. package/src/workflow/__tests__/agent-call-live-experience.test.ts +441 -0
  569. package/src/workflow/__tests__/branch-commands.test.ts +206 -0
  570. package/src/workflow/__tests__/caption-dimensions.test.ts +105 -0
  571. package/src/workflow/__tests__/clipboard.test.ts +213 -0
  572. package/src/workflow/__tests__/cncf-yaml-to-graph.test.ts +524 -0
  573. package/src/workflow/__tests__/context-menu-logic.test.ts +109 -0
  574. package/src/workflow/__tests__/derive-execution-overlays.test.ts +413 -0
  575. package/src/workflow/__tests__/derive-task-detail.test.ts +1187 -0
  576. package/src/workflow/__tests__/derive-waterfall-entries.test.ts +521 -0
  577. package/src/workflow/__tests__/execution-graph.test.ts +308 -0
  578. package/src/workflow/__tests__/execution-inspector.test.tsx +332 -0
  579. package/src/workflow/__tests__/extract-workflow-yaml.test.ts +152 -0
  580. package/src/workflow/__tests__/format-utils.test.ts +159 -0
  581. package/src/workflow/__tests__/inspector-commands.test.ts +128 -0
  582. package/src/workflow/__tests__/inspector-forms.test.tsx +131 -0
  583. package/src/workflow/__tests__/inspector-tabs.test.ts +116 -0
  584. package/src/workflow/__tests__/kind-metadata.test.ts +98 -0
  585. package/src/workflow/__tests__/motion-preference.test.ts +47 -0
  586. package/src/workflow/__tests__/node-popover.test.ts +145 -0
  587. package/src/workflow/__tests__/node-shell.test.ts +259 -0
  588. package/src/workflow/__tests__/overview-graph.test.ts +93 -0
  589. package/src/workflow/__tests__/overview-summary.test.ts +83 -0
  590. package/src/workflow/__tests__/shortcut-registry.test.ts +136 -0
  591. package/src/workflow/__tests__/structured-data-viewer.test.tsx +624 -0
  592. package/src/workflow/__tests__/t09-branch-management.test.ts +541 -0
  593. package/src/workflow/__tests__/task-type-visual-registry.test.ts +121 -0
  594. package/src/workflow/__tests__/useActiveTaskName.test.ts +91 -0
  595. package/src/workflow/__tests__/useDiagnoseExecutionFlow.test.tsx +499 -0
  596. package/src/workflow/__tests__/useExecutionAnnouncements.test.ts +122 -0
  597. package/src/workflow/__tests__/useFollowExecution.test.ts +192 -0
  598. package/src/workflow/__tests__/useRefineWorkflowFlow.test.tsx +478 -0
  599. package/src/workflow/__tests__/useRunWorkflowFlow.test.tsx +483 -0
  600. package/src/workflow/__tests__/useWorkflowArchitectFlow.test.tsx +505 -0
  601. package/src/workflow/__tests__/useWorkflowExecution.test.tsx +329 -0
  602. package/src/workflow/__tests__/useWorkflowExecutionActions.test.tsx +280 -0
  603. package/src/workflow/__tests__/useWorkflowExecutionEventStream.test.tsx +419 -0
  604. package/src/workflow/__tests__/workflow-instance-hooks.test.tsx +202 -0
  605. package/src/workflow/__tests__/workflow-summary-panel.test.tsx +95 -0
  606. package/src/workflow/__tests__/workflow-uses-trigger-input.test.ts +164 -0
  607. package/src/workflow/__tests__/workflow-yaml-diff.test.ts +129 -0
  608. package/src/workflow/architect-response-schema.ts +69 -0
  609. package/src/workflow/canvas-constants.ts +18 -0
  610. package/src/workflow/clipboard.ts +189 -0
  611. package/src/workflow/cncf-yaml-to-graph.ts +430 -0
  612. package/src/workflow/diff/DiffSummaryBar.tsx +64 -0
  613. package/src/workflow/diff/__tests__/build-diff-graph.test.ts +174 -0
  614. package/src/workflow/diff/__tests__/graph-diff.test.ts +329 -0
  615. package/src/workflow/diff/build-diff-graph.ts +83 -0
  616. package/src/workflow/diff/graph-diff.ts +213 -0
  617. package/src/workflow/diff/index.ts +11 -0
  618. package/src/workflow/diff/types.ts +36 -0
  619. package/src/workflow/execution/derive-execution-overlays.ts +255 -0
  620. package/src/workflow/execution/derive-waterfall-entries.ts +377 -0
  621. package/src/workflow/execution/index.ts +21 -0
  622. package/src/workflow/execution/useWaterfallEntries.ts +124 -0
  623. package/src/workflow/execution-comparison/ComparisonSummaryCards.tsx +127 -0
  624. package/src/workflow/execution-comparison/ExecutionComparisonPicker.tsx +240 -0
  625. package/src/workflow/execution-comparison/ExecutionComparisonView.tsx +154 -0
  626. package/src/workflow/execution-comparison/TaskComparisonTable.tsx +272 -0
  627. package/src/workflow/execution-comparison/__tests__/derive-execution-comparison.test.ts +308 -0
  628. package/src/workflow/execution-comparison/derive-execution-comparison.ts +146 -0
  629. package/src/workflow/execution-comparison/index.ts +23 -0
  630. package/src/workflow/execution-comparison/types.ts +57 -0
  631. package/src/workflow/execution-comparison/useExecutionComparison.ts +87 -0
  632. package/src/workflow/execution-history/ExecutionFilterBar.tsx +298 -0
  633. package/src/workflow/execution-history/ExecutionHistoryTable.tsx +454 -0
  634. package/src/workflow/execution-history/FailureAnalysisPanel.tsx +216 -0
  635. package/src/workflow/execution-history/HealthMetricsStrip.tsx +161 -0
  636. package/src/workflow/execution-history/WorkflowExecutionHistory.tsx +118 -0
  637. package/src/workflow/execution-history/__tests__/derive-execution-row.test.ts +338 -0
  638. package/src/workflow/execution-history/__tests__/derive-failure-analysis.test.ts +163 -0
  639. package/src/workflow/execution-history/derive-execution-row.ts +231 -0
  640. package/src/workflow/execution-history/derive-failure-analysis.ts +111 -0
  641. package/src/workflow/execution-history/index.ts +47 -0
  642. package/src/workflow/execution-history/useExecutionHistoryData.ts +103 -0
  643. package/src/workflow/execution-inspector/AgentCallTab.tsx +169 -0
  644. package/src/workflow/execution-inspector/ErrorTab.tsx +110 -0
  645. package/src/workflow/execution-inspector/EventLogTab.tsx +79 -0
  646. package/src/workflow/execution-inspector/ExecutionInspector.tsx +312 -0
  647. package/src/workflow/execution-inspector/InputOutputTab.tsx +325 -0
  648. package/src/workflow/execution-inspector/RetriesTab.tsx +68 -0
  649. package/src/workflow/execution-inspector/StructuredDataViewer.tsx +532 -0
  650. package/src/workflow/execution-inspector/SummaryTab.tsx +62 -0
  651. package/src/workflow/execution-inspector/derive-task-detail.ts +552 -0
  652. package/src/workflow/execution-inspector/index.ts +14 -0
  653. package/src/workflow/execution-inspector/useExecutionTaskDetail.ts +55 -0
  654. package/src/workflow/format-utils.ts +123 -0
  655. package/src/workflow/graph-commands.ts +1127 -0
  656. package/src/workflow/index.ts +419 -3
  657. package/src/workflow/inspector/EdgeInspector.tsx +73 -0
  658. package/src/workflow/inspector/ExecutionInspectorAdapter.tsx +40 -0
  659. package/src/workflow/inspector/InspectorHeader.tsx +265 -0
  660. package/src/workflow/inspector/InspectorShell.tsx +248 -0
  661. package/src/workflow/inspector/NestedTaskList.tsx +137 -0
  662. package/src/workflow/inspector/SentinelInspector.tsx +35 -0
  663. package/src/workflow/inspector/WorkflowSummaryPanel.tsx +264 -0
  664. package/src/workflow/inspector/forms/AgentCallForm.tsx +367 -0
  665. package/src/workflow/inspector/forms/HttpCallForm.tsx +252 -0
  666. package/src/workflow/inspector/index.ts +63 -0
  667. package/src/workflow/inspector/tabs/AdvancedTab.tsx +95 -0
  668. package/src/workflow/inspector/tabs/BranchesTab.tsx +389 -0
  669. package/src/workflow/inspector/tabs/CatchTab.tsx +190 -0
  670. package/src/workflow/inspector/tabs/ConfigureTab.tsx +116 -0
  671. package/src/workflow/inspector/tabs/DataTab.tsx +59 -0
  672. package/src/workflow/inspector/tabs/DocsTab.tsx +75 -0
  673. package/src/workflow/inspector/tabs/IterationTab.tsx +240 -0
  674. package/src/workflow/inspector/tabs/RuntimeTab.tsx +283 -0
  675. package/src/workflow/inspector/task-to-yaml.ts +70 -0
  676. package/src/workflow/inspector/types.ts +83 -0
  677. package/src/workflow/inspector/useInspectorTabs.ts +119 -0
  678. package/src/workflow/inspector/useNestedTaskEditor.ts +108 -0
  679. package/src/workflow/instance/CreateWorkflowInstanceDialog.tsx +258 -0
  680. package/src/workflow/instance/WorkflowInstanceDetailPanel.tsx +358 -0
  681. package/src/workflow/instance/WorkflowInstanceEmptyState.tsx +85 -0
  682. package/src/workflow/instance/WorkflowInstanceList.tsx +307 -0
  683. package/src/workflow/instance/index.ts +8 -0
  684. package/src/workflow/instance/useCreateWorkflowInstance.ts +68 -0
  685. package/src/workflow/instance/useDeleteWorkflowInstance.ts +70 -0
  686. package/src/workflow/instance/useUpdateWorkflowInstance.ts +66 -0
  687. package/src/workflow/instance/useWorkflowInstance.ts +50 -0
  688. package/src/workflow/internal/workflowToInput.ts +96 -0
  689. package/src/workflow/kind-metadata.ts +108 -0
  690. package/src/workflow/layout/__tests__/dagre-layout-engine.test.ts +127 -0
  691. package/src/workflow/layout/__tests__/layout-postprocessor.test.ts +148 -0
  692. package/src/workflow/layout/__tests__/port-assignment.test.ts +239 -0
  693. package/src/workflow/layout/__tests__/registry-dimensions.test.ts +137 -0
  694. package/src/workflow/layout/__tests__/useElkLayoutEngine.test.ts +152 -0
  695. package/src/workflow/layout/__tests__/workflow-preprocessor.test.ts +167 -0
  696. package/src/workflow/layout/apply-dagre-layout.ts +54 -0
  697. package/src/workflow/layout/dagre-layout-engine.ts +93 -0
  698. package/src/workflow/layout/elk-layout-engine.ts +125 -0
  699. package/src/workflow/layout/elkjs.d.ts +35 -0
  700. package/src/workflow/layout/index.ts +55 -0
  701. package/src/workflow/layout/layout-postprocessor.ts +197 -0
  702. package/src/workflow/layout/port-assignment.ts +171 -0
  703. package/src/workflow/layout/registry-dimensions.ts +30 -0
  704. package/src/workflow/layout/types.ts +200 -0
  705. package/src/workflow/layout/use-workflow-layout.ts +163 -0
  706. package/src/workflow/layout/useElkLayoutEngine.ts +112 -0
  707. package/src/workflow/layout/workflow-preprocessor.ts +226 -0
  708. package/src/workflow/motion-preference.ts +49 -0
  709. package/src/workflow/node-shell/BranchBadge.tsx +125 -0
  710. package/src/workflow/node-shell/DiffBadge.tsx +72 -0
  711. package/src/workflow/node-shell/ExecutionBadge.tsx +170 -0
  712. package/src/workflow/node-shell/NodeActions.tsx +314 -0
  713. package/src/workflow/node-shell/NodeContent.tsx +93 -0
  714. package/src/workflow/node-shell/NodeHandles.tsx +213 -0
  715. package/src/workflow/node-shell/NodeShell.tsx +266 -0
  716. package/src/workflow/node-shell/index.ts +17 -0
  717. package/src/workflow/node-shell/shape-paths.ts +140 -0
  718. package/src/workflow/picker/BranchAddPopover.tsx +239 -0
  719. package/src/workflow/picker/__tests__/compatibility.test.ts +107 -0
  720. package/src/workflow/picker/__tests__/insertion-context.test.ts +87 -0
  721. package/src/workflow/picker/__tests__/recents.test.ts +96 -0
  722. package/src/workflow/picker/__tests__/suggestions.test.ts +132 -0
  723. package/src/workflow/picker/compatibility.ts +107 -0
  724. package/src/workflow/picker/index.ts +14 -0
  725. package/src/workflow/picker/insertion-context.ts +80 -0
  726. package/src/workflow/picker/recents.ts +89 -0
  727. package/src/workflow/picker/suggestions.ts +217 -0
  728. package/src/workflow/picker/usePickerData.ts +171 -0
  729. package/src/workflow/shortcut-registry.ts +140 -0
  730. package/src/workflow/task-type-visual-registry.ts +222 -0
  731. package/src/workflow/templates/WorkflowTemplateCard.tsx +176 -0
  732. package/src/workflow/templates/WorkflowTemplateGallery.tsx +221 -0
  733. package/src/workflow/templates/WorkflowTemplatePreview.tsx +320 -0
  734. package/src/workflow/templates/__tests__/derive-template-metadata.test.ts +328 -0
  735. package/src/workflow/templates/__tests__/workflow-template-gallery.test.ts +147 -0
  736. package/src/workflow/templates/derive-template-metadata.ts +150 -0
  737. package/src/workflow/templates/index.ts +20 -0
  738. package/src/workflow/templates/types.ts +86 -0
  739. package/src/workflow/topologyFromTasks.ts +134 -0
  740. package/src/workflow/useActiveTaskName.ts +80 -0
  741. package/src/workflow/useCanvasKeyboardShortcuts.ts +39 -0
  742. package/src/workflow/useDiagnoseExecutionFlow.ts +28 -5
  743. package/src/workflow/useExecutionAnnouncements.ts +62 -0
  744. package/src/workflow/useExplainWorkflowFlow.ts +182 -0
  745. package/src/workflow/useFollowExecution.ts +240 -0
  746. package/src/workflow/useInstanceEnvKeys.ts +94 -0
  747. package/src/workflow/useRefineWorkflowFlow.ts +28 -5
  748. package/src/workflow/useRunWorkflowFlow.ts +69 -5
  749. package/src/workflow/useUpdateWorkflow.ts +55 -0
  750. package/src/workflow/useWorkflowArchitectFlow.ts +33 -9
  751. package/src/workflow/useWorkflowCanvas.ts +399 -83
  752. package/src/workflow/useWorkflowDashboardSummary.ts +20 -5
  753. package/src/workflow/useWorkflowDiffGraph.ts +161 -0
  754. package/src/workflow/useWorkflowEditor.ts +14 -3
  755. package/src/workflow/useWorkflowExecution.ts +35 -0
  756. package/src/workflow/useWorkflowExecutionActions.ts +87 -13
  757. package/src/workflow/useWorkflowExecutionEventStream.ts +74 -0
  758. package/src/workflow/useWorkflowExecutionGraph.ts +411 -0
  759. package/src/workflow/useWorkflowExecutionList.ts +43 -11
  760. package/src/workflow/useWorkflowOverviewGraph.ts +93 -0
  761. package/src/workflow/useWorkflowSave.ts +11 -2
  762. package/src/workflow/useWorkflowTopology.ts +1 -15
  763. package/src/workflow/useWorkflowVersion.ts +120 -0
  764. package/src/workflow/useWorkflowVersionDiff.ts +120 -0
  765. package/src/workflow/useWorkflowVersions.ts +162 -0
  766. package/src/workflow/waterfall/WaterfallBar.tsx +167 -0
  767. package/src/workflow/waterfall/WaterfallRow.tsx +112 -0
  768. package/src/workflow/waterfall/WaterfallScale.tsx +52 -0
  769. package/src/workflow/waterfall/WaterfallTimeline.tsx +137 -0
  770. package/src/workflow/waterfall/WaterfallTooltip.tsx +74 -0
  771. package/src/workflow/waterfall/index.ts +5 -0
  772. package/src/workflow/workflow-graph-conversions.ts +54 -22
  773. package/src/workflow/workflow-uses-trigger-input.ts +58 -0
  774. package/src/workspace/WorkspaceEditor.tsx +30 -75
  775. package/src/workspace/WorkspaceEntryFiles.tsx +196 -0
  776. package/src/workspace/WorkspaceFileLister.ts +34 -0
  777. package/src/workspace/__tests__/WorkspaceEditor-initialPanel.test.tsx +165 -0
  778. package/src/workspace/__tests__/useWorkspaceFiles.test.ts +186 -0
  779. package/src/workspace/__tests__/useWorkspaceSources.test.tsx +146 -0
  780. package/src/workspace/index.ts +16 -0
  781. package/src/workspace/useRecentWorkspaces.ts +33 -33
  782. package/src/workspace/useWorkspaceEntries.ts +13 -8
  783. package/src/workspace/useWorkspaceFiles.ts +136 -0
  784. package/src/workspace/useWorkspaceSources.ts +83 -0
  785. package/styles.css +1 -1
  786. package/tabs/Tabs.d.ts.map +1 -1
  787. package/tabs/Tabs.js +2 -2
  788. package/tabs/Tabs.js.map +1 -1
  789. package/workflow/CanvasActionsContext.d.ts +23 -0
  790. package/workflow/CanvasActionsContext.d.ts.map +1 -1
  791. package/workflow/CanvasActionsContext.js.map +1 -1
  792. package/workflow/CanvasContextMenu.d.ts +27 -0
  793. package/workflow/CanvasContextMenu.d.ts.map +1 -1
  794. package/workflow/CanvasContextMenu.js +36 -17
  795. package/workflow/CanvasContextMenu.js.map +1 -1
  796. package/workflow/CanvasTransitionEdge.d.ts +7 -4
  797. package/workflow/CanvasTransitionEdge.d.ts.map +1 -1
  798. package/workflow/CanvasTransitionEdge.js +89 -9
  799. package/workflow/CanvasTransitionEdge.js.map +1 -1
  800. package/workflow/ExecutionActiveTaskIndicator.d.ts +32 -0
  801. package/workflow/ExecutionActiveTaskIndicator.d.ts.map +1 -0
  802. package/workflow/ExecutionActiveTaskIndicator.js +62 -0
  803. package/workflow/ExecutionActiveTaskIndicator.js.map +1 -0
  804. package/workflow/ExecutionSummaryWidget.d.ts.map +1 -1
  805. package/workflow/ExecutionSummaryWidget.js +2 -8
  806. package/workflow/ExecutionSummaryWidget.js.map +1 -1
  807. package/workflow/TaskPickerPopover.d.ts +6 -0
  808. package/workflow/TaskPickerPopover.d.ts.map +1 -1
  809. package/workflow/TaskPickerPopover.js +36 -35
  810. package/workflow/TaskPickerPopover.js.map +1 -1
  811. package/workflow/ViewYamlDialog.d.ts +23 -0
  812. package/workflow/ViewYamlDialog.d.ts.map +1 -0
  813. package/workflow/ViewYamlDialog.js +75 -0
  814. package/workflow/ViewYamlDialog.js.map +1 -0
  815. package/workflow/WorkflowArchitectDialog.d.ts.map +1 -1
  816. package/workflow/WorkflowArchitectDialog.js +4 -2
  817. package/workflow/WorkflowArchitectDialog.js.map +1 -1
  818. package/workflow/WorkflowCanvasEditor.d.ts +7 -0
  819. package/workflow/WorkflowCanvasEditor.d.ts.map +1 -1
  820. package/workflow/WorkflowCanvasEditor.js +125 -4
  821. package/workflow/WorkflowCanvasEditor.js.map +1 -1
  822. package/workflow/WorkflowCanvasInner.d.ts +2 -2
  823. package/workflow/WorkflowCanvasInner.d.ts.map +1 -1
  824. package/workflow/WorkflowCanvasInner.js +4 -5
  825. package/workflow/WorkflowCanvasInner.js.map +1 -1
  826. package/workflow/WorkflowCodePreviewGraph.d.ts +16 -0
  827. package/workflow/WorkflowCodePreviewGraph.d.ts.map +1 -0
  828. package/workflow/WorkflowCodePreviewGraph.js +64 -0
  829. package/workflow/WorkflowCodePreviewGraph.js.map +1 -0
  830. package/workflow/WorkflowDetailView.d.ts +60 -3
  831. package/workflow/WorkflowDetailView.d.ts.map +1 -1
  832. package/workflow/WorkflowDetailView.js +140 -71
  833. package/workflow/WorkflowDetailView.js.map +1 -1
  834. package/workflow/WorkflowDiffGraph.d.ts +26 -0
  835. package/workflow/WorkflowDiffGraph.d.ts.map +1 -0
  836. package/workflow/WorkflowDiffGraph.js +74 -0
  837. package/workflow/WorkflowDiffGraph.js.map +1 -0
  838. package/workflow/WorkflowEditorView.d.ts +7 -0
  839. package/workflow/WorkflowEditorView.d.ts.map +1 -1
  840. package/workflow/WorkflowEditorView.js +29 -4
  841. package/workflow/WorkflowEditorView.js.map +1 -1
  842. package/workflow/WorkflowExecutionArtifactPanel.d.ts.map +1 -1
  843. package/workflow/WorkflowExecutionArtifactPanel.js +1 -8
  844. package/workflow/WorkflowExecutionArtifactPanel.js.map +1 -1
  845. package/workflow/WorkflowExecutionCostPanel.d.ts.map +1 -1
  846. package/workflow/WorkflowExecutionCostPanel.js +2 -15
  847. package/workflow/WorkflowExecutionCostPanel.js.map +1 -1
  848. package/workflow/WorkflowExecutionGraph.d.ts +73 -0
  849. package/workflow/WorkflowExecutionGraph.d.ts.map +1 -0
  850. package/workflow/WorkflowExecutionGraph.js +187 -0
  851. package/workflow/WorkflowExecutionGraph.js.map +1 -0
  852. package/workflow/WorkflowExecutionHeader.d.ts +2 -9
  853. package/workflow/WorkflowExecutionHeader.d.ts.map +1 -1
  854. package/workflow/WorkflowExecutionHeader.js +9 -22
  855. package/workflow/WorkflowExecutionHeader.js.map +1 -1
  856. package/workflow/WorkflowExecutionTaskPanel.d.ts.map +1 -1
  857. package/workflow/WorkflowExecutionTaskPanel.js +1 -9
  858. package/workflow/WorkflowExecutionTaskPanel.js.map +1 -1
  859. package/workflow/WorkflowExecutionTimeline.d.ts +7 -1
  860. package/workflow/WorkflowExecutionTimeline.d.ts.map +1 -1
  861. package/workflow/WorkflowExecutionTimeline.js +4 -3
  862. package/workflow/WorkflowExecutionTimeline.js.map +1 -1
  863. package/workflow/WorkflowExecutionTimelineEvent.d.ts +4 -0
  864. package/workflow/WorkflowExecutionTimelineEvent.d.ts.map +1 -1
  865. package/workflow/WorkflowExecutionTimelineEvent.js +18 -53
  866. package/workflow/WorkflowExecutionTimelineEvent.js.map +1 -1
  867. package/workflow/WorkflowExecutionViewer.d.ts +7 -0
  868. package/workflow/WorkflowExecutionViewer.d.ts.map +1 -1
  869. package/workflow/WorkflowExecutionViewer.js +121 -7
  870. package/workflow/WorkflowExecutionViewer.js.map +1 -1
  871. package/workflow/WorkflowExplainDialog.d.ts +24 -0
  872. package/workflow/WorkflowExplainDialog.d.ts.map +1 -0
  873. package/workflow/WorkflowExplainDialog.js +62 -0
  874. package/workflow/WorkflowExplainDialog.js.map +1 -0
  875. package/workflow/WorkflowGraphFullscreenDialog.d.ts +29 -0
  876. package/workflow/WorkflowGraphFullscreenDialog.d.ts.map +1 -0
  877. package/workflow/WorkflowGraphFullscreenDialog.js +41 -0
  878. package/workflow/WorkflowGraphFullscreenDialog.js.map +1 -0
  879. package/workflow/WorkflowGraphModeContext.d.ts +35 -0
  880. package/workflow/WorkflowGraphModeContext.d.ts.map +1 -0
  881. package/workflow/WorkflowGraphModeContext.js +25 -0
  882. package/workflow/WorkflowGraphModeContext.js.map +1 -0
  883. package/workflow/WorkflowInspectorPanel.d.ts +44 -6
  884. package/workflow/WorkflowInspectorPanel.d.ts.map +1 -1
  885. package/workflow/WorkflowInspectorPanel.js +55 -143
  886. package/workflow/WorkflowInspectorPanel.js.map +1 -1
  887. package/workflow/WorkflowNode.d.ts +20 -0
  888. package/workflow/WorkflowNode.d.ts.map +1 -0
  889. package/workflow/WorkflowNode.js +67 -0
  890. package/workflow/WorkflowNode.js.map +1 -0
  891. package/workflow/WorkflowNodePopover.d.ts +28 -0
  892. package/workflow/WorkflowNodePopover.d.ts.map +1 -0
  893. package/workflow/WorkflowNodePopover.js +90 -0
  894. package/workflow/WorkflowNodePopover.js.map +1 -0
  895. package/workflow/WorkflowOverviewGraph.d.ts +41 -0
  896. package/workflow/WorkflowOverviewGraph.d.ts.map +1 -0
  897. package/workflow/WorkflowOverviewGraph.js +123 -0
  898. package/workflow/WorkflowOverviewGraph.js.map +1 -0
  899. package/workflow/WorkflowOverviewSummary.d.ts +20 -0
  900. package/workflow/WorkflowOverviewSummary.d.ts.map +1 -0
  901. package/workflow/WorkflowOverviewSummary.js +54 -0
  902. package/workflow/WorkflowOverviewSummary.js.map +1 -0
  903. package/workflow/WorkflowRefinePanel.d.ts +6 -1
  904. package/workflow/WorkflowRefinePanel.d.ts.map +1 -1
  905. package/workflow/WorkflowRefinePanel.js +12 -2
  906. package/workflow/WorkflowRefinePanel.js.map +1 -1
  907. package/workflow/WorkflowRepairCard.d.ts.map +1 -1
  908. package/workflow/WorkflowRepairCard.js +3 -1
  909. package/workflow/WorkflowRepairCard.js.map +1 -1
  910. package/workflow/WorkflowRunDialog.d.ts +6 -1
  911. package/workflow/WorkflowRunDialog.d.ts.map +1 -1
  912. package/workflow/WorkflowRunDialog.js +2 -2
  913. package/workflow/WorkflowRunDialog.js.map +1 -1
  914. package/workflow/WorkflowRunForm.d.ts +28 -4
  915. package/workflow/WorkflowRunForm.d.ts.map +1 -1
  916. package/workflow/WorkflowRunForm.js +32 -10
  917. package/workflow/WorkflowRunForm.js.map +1 -1
  918. package/workflow/WorkflowTaskApprovalCard.d.ts +70 -0
  919. package/workflow/WorkflowTaskApprovalCard.d.ts.map +1 -0
  920. package/workflow/WorkflowTaskApprovalCard.js +105 -0
  921. package/workflow/WorkflowTaskApprovalCard.js.map +1 -0
  922. package/workflow/WorkflowTaskApprovalSummary.d.ts +54 -0
  923. package/workflow/WorkflowTaskApprovalSummary.d.ts.map +1 -0
  924. package/workflow/WorkflowTaskApprovalSummary.js +110 -0
  925. package/workflow/WorkflowTaskApprovalSummary.js.map +1 -0
  926. package/workflow/WorkflowVersionBadge.d.ts +32 -0
  927. package/workflow/WorkflowVersionBadge.d.ts.map +1 -0
  928. package/workflow/WorkflowVersionBadge.js +39 -0
  929. package/workflow/WorkflowVersionBadge.js.map +1 -0
  930. package/workflow/WorkflowVersionDiffViewer.d.ts +32 -0
  931. package/workflow/WorkflowVersionDiffViewer.d.ts.map +1 -0
  932. package/workflow/WorkflowVersionDiffViewer.js +73 -0
  933. package/workflow/WorkflowVersionDiffViewer.js.map +1 -0
  934. package/workflow/WorkflowVersionTimeline.d.ts +39 -0
  935. package/workflow/WorkflowVersionTimeline.d.ts.map +1 -0
  936. package/workflow/WorkflowVersionTimeline.js +103 -0
  937. package/workflow/WorkflowVersionTimeline.js.map +1 -0
  938. package/workflow/WorkflowVersionsTab.d.ts +25 -0
  939. package/workflow/WorkflowVersionsTab.d.ts.map +1 -0
  940. package/workflow/WorkflowVersionsTab.js +33 -0
  941. package/workflow/WorkflowVersionsTab.js.map +1 -0
  942. package/workflow/__tests__/ExecutionInspector.test.d.ts +2 -0
  943. package/workflow/__tests__/ExecutionInspector.test.d.ts.map +1 -0
  944. package/workflow/__tests__/ExecutionInspector.test.js +91 -0
  945. package/workflow/__tests__/ExecutionInspector.test.js.map +1 -0
  946. package/workflow/__tests__/WorkflowArchitectDialog.test.d.ts +2 -0
  947. package/workflow/__tests__/WorkflowArchitectDialog.test.d.ts.map +1 -0
  948. package/workflow/__tests__/WorkflowArchitectDialog.test.js +126 -0
  949. package/workflow/__tests__/WorkflowArchitectDialog.test.js.map +1 -0
  950. package/workflow/__tests__/WorkflowRefinePanel.test.d.ts +2 -0
  951. package/workflow/__tests__/WorkflowRefinePanel.test.d.ts.map +1 -0
  952. package/workflow/__tests__/WorkflowRefinePanel.test.js +138 -0
  953. package/workflow/__tests__/WorkflowRefinePanel.test.js.map +1 -0
  954. package/workflow/__tests__/WorkflowRepairCard.test.d.ts +2 -0
  955. package/workflow/__tests__/WorkflowRepairCard.test.d.ts.map +1 -0
  956. package/workflow/__tests__/WorkflowRepairCard.test.js +158 -0
  957. package/workflow/__tests__/WorkflowRepairCard.test.js.map +1 -0
  958. package/workflow/__tests__/WorkflowTaskApprovalCard.test.d.ts +2 -0
  959. package/workflow/__tests__/WorkflowTaskApprovalCard.test.d.ts.map +1 -0
  960. package/workflow/__tests__/WorkflowTaskApprovalCard.test.js +221 -0
  961. package/workflow/__tests__/WorkflowTaskApprovalCard.test.js.map +1 -0
  962. package/workflow/__tests__/WorkflowTaskApprovalSummary.test.d.ts +2 -0
  963. package/workflow/__tests__/WorkflowTaskApprovalSummary.test.d.ts.map +1 -0
  964. package/workflow/__tests__/WorkflowTaskApprovalSummary.test.js +94 -0
  965. package/workflow/__tests__/WorkflowTaskApprovalSummary.test.js.map +1 -0
  966. package/workflow/__tests__/agent-call-live-experience.test.d.ts +11 -0
  967. package/workflow/__tests__/agent-call-live-experience.test.d.ts.map +1 -0
  968. package/workflow/__tests__/agent-call-live-experience.test.js +379 -0
  969. package/workflow/__tests__/agent-call-live-experience.test.js.map +1 -0
  970. package/workflow/__tests__/branch-commands.test.d.ts +2 -0
  971. package/workflow/__tests__/branch-commands.test.d.ts.map +1 -0
  972. package/workflow/__tests__/branch-commands.test.js +165 -0
  973. package/workflow/__tests__/branch-commands.test.js.map +1 -0
  974. package/workflow/__tests__/caption-dimensions.test.d.ts +2 -0
  975. package/workflow/__tests__/caption-dimensions.test.d.ts.map +1 -0
  976. package/workflow/__tests__/caption-dimensions.test.js +89 -0
  977. package/workflow/__tests__/caption-dimensions.test.js.map +1 -0
  978. package/workflow/__tests__/clipboard.test.d.ts +2 -0
  979. package/workflow/__tests__/clipboard.test.d.ts.map +1 -0
  980. package/workflow/__tests__/clipboard.test.js +172 -0
  981. package/workflow/__tests__/clipboard.test.js.map +1 -0
  982. package/workflow/__tests__/cncf-yaml-to-graph.test.d.ts +2 -0
  983. package/workflow/__tests__/cncf-yaml-to-graph.test.d.ts.map +1 -0
  984. package/workflow/__tests__/cncf-yaml-to-graph.test.js +479 -0
  985. package/workflow/__tests__/cncf-yaml-to-graph.test.js.map +1 -0
  986. package/workflow/__tests__/context-menu-logic.test.d.ts +2 -0
  987. package/workflow/__tests__/context-menu-logic.test.d.ts.map +1 -0
  988. package/workflow/__tests__/context-menu-logic.test.js +97 -0
  989. package/workflow/__tests__/context-menu-logic.test.js.map +1 -0
  990. package/workflow/__tests__/derive-execution-overlays.test.d.ts +2 -0
  991. package/workflow/__tests__/derive-execution-overlays.test.d.ts.map +1 -0
  992. package/workflow/__tests__/derive-execution-overlays.test.js +338 -0
  993. package/workflow/__tests__/derive-execution-overlays.test.js.map +1 -0
  994. package/workflow/__tests__/derive-task-detail.test.d.ts +2 -0
  995. package/workflow/__tests__/derive-task-detail.test.d.ts.map +1 -0
  996. package/workflow/__tests__/derive-task-detail.test.js +1035 -0
  997. package/workflow/__tests__/derive-task-detail.test.js.map +1 -0
  998. package/workflow/__tests__/derive-waterfall-entries.test.d.ts +2 -0
  999. package/workflow/__tests__/derive-waterfall-entries.test.d.ts.map +1 -0
  1000. package/workflow/__tests__/derive-waterfall-entries.test.js +419 -0
  1001. package/workflow/__tests__/derive-waterfall-entries.test.js.map +1 -0
  1002. package/workflow/__tests__/execution-graph.test.d.ts +2 -0
  1003. package/workflow/__tests__/execution-graph.test.d.ts.map +1 -0
  1004. package/workflow/__tests__/execution-graph.test.js +251 -0
  1005. package/workflow/__tests__/execution-graph.test.js.map +1 -0
  1006. package/workflow/__tests__/execution-inspector.test.d.ts +2 -0
  1007. package/workflow/__tests__/execution-inspector.test.d.ts.map +1 -0
  1008. package/workflow/__tests__/execution-inspector.test.js +248 -0
  1009. package/workflow/__tests__/execution-inspector.test.js.map +1 -0
  1010. package/workflow/__tests__/extract-workflow-yaml.test.d.ts +2 -0
  1011. package/workflow/__tests__/extract-workflow-yaml.test.d.ts.map +1 -0
  1012. package/workflow/__tests__/extract-workflow-yaml.test.js +135 -0
  1013. package/workflow/__tests__/extract-workflow-yaml.test.js.map +1 -0
  1014. package/workflow/__tests__/format-utils.test.d.ts +2 -0
  1015. package/workflow/__tests__/format-utils.test.d.ts.map +1 -0
  1016. package/workflow/__tests__/format-utils.test.js +128 -0
  1017. package/workflow/__tests__/format-utils.test.js.map +1 -0
  1018. package/workflow/__tests__/inspector-commands.test.d.ts +2 -0
  1019. package/workflow/__tests__/inspector-commands.test.d.ts.map +1 -0
  1020. package/workflow/__tests__/inspector-commands.test.js +110 -0
  1021. package/workflow/__tests__/inspector-commands.test.js.map +1 -0
  1022. package/workflow/__tests__/inspector-forms.test.d.ts +2 -0
  1023. package/workflow/__tests__/inspector-forms.test.d.ts.map +1 -0
  1024. package/workflow/__tests__/inspector-forms.test.js +114 -0
  1025. package/workflow/__tests__/inspector-forms.test.js.map +1 -0
  1026. package/workflow/__tests__/inspector-tabs.test.d.ts +2 -0
  1027. package/workflow/__tests__/inspector-tabs.test.d.ts.map +1 -0
  1028. package/workflow/__tests__/inspector-tabs.test.js +81 -0
  1029. package/workflow/__tests__/inspector-tabs.test.js.map +1 -0
  1030. package/workflow/__tests__/kind-metadata.test.d.ts +2 -0
  1031. package/workflow/__tests__/kind-metadata.test.d.ts.map +1 -0
  1032. package/workflow/__tests__/kind-metadata.test.js +80 -0
  1033. package/workflow/__tests__/kind-metadata.test.js.map +1 -0
  1034. package/workflow/__tests__/motion-preference.test.d.ts +2 -0
  1035. package/workflow/__tests__/motion-preference.test.d.ts.map +1 -0
  1036. package/workflow/__tests__/motion-preference.test.js +42 -0
  1037. package/workflow/__tests__/motion-preference.test.js.map +1 -0
  1038. package/workflow/__tests__/node-popover.test.d.ts +2 -0
  1039. package/workflow/__tests__/node-popover.test.d.ts.map +1 -0
  1040. package/workflow/__tests__/node-popover.test.js +130 -0
  1041. package/workflow/__tests__/node-popover.test.js.map +1 -0
  1042. package/workflow/__tests__/node-shell.test.d.ts +2 -0
  1043. package/workflow/__tests__/node-shell.test.d.ts.map +1 -0
  1044. package/workflow/__tests__/node-shell.test.js +210 -0
  1045. package/workflow/__tests__/node-shell.test.js.map +1 -0
  1046. package/workflow/__tests__/overview-graph.test.d.ts +2 -0
  1047. package/workflow/__tests__/overview-graph.test.d.ts.map +1 -0
  1048. package/workflow/__tests__/overview-graph.test.js +83 -0
  1049. package/workflow/__tests__/overview-graph.test.js.map +1 -0
  1050. package/workflow/__tests__/overview-summary.test.d.ts +2 -0
  1051. package/workflow/__tests__/overview-summary.test.d.ts.map +1 -0
  1052. package/workflow/__tests__/overview-summary.test.js +73 -0
  1053. package/workflow/__tests__/overview-summary.test.js.map +1 -0
  1054. package/workflow/__tests__/shortcut-registry.test.d.ts +2 -0
  1055. package/workflow/__tests__/shortcut-registry.test.d.ts.map +1 -0
  1056. package/workflow/__tests__/shortcut-registry.test.js +111 -0
  1057. package/workflow/__tests__/shortcut-registry.test.js.map +1 -0
  1058. package/workflow/__tests__/structured-data-viewer.test.d.ts +2 -0
  1059. package/workflow/__tests__/structured-data-viewer.test.d.ts.map +1 -0
  1060. package/workflow/__tests__/structured-data-viewer.test.js +438 -0
  1061. package/workflow/__tests__/structured-data-viewer.test.js.map +1 -0
  1062. package/workflow/__tests__/t09-branch-management.test.d.ts +2 -0
  1063. package/workflow/__tests__/t09-branch-management.test.d.ts.map +1 -0
  1064. package/workflow/__tests__/t09-branch-management.test.js +433 -0
  1065. package/workflow/__tests__/t09-branch-management.test.js.map +1 -0
  1066. package/workflow/__tests__/task-type-visual-registry.test.d.ts +2 -0
  1067. package/workflow/__tests__/task-type-visual-registry.test.d.ts.map +1 -0
  1068. package/workflow/__tests__/task-type-visual-registry.test.js +99 -0
  1069. package/workflow/__tests__/task-type-visual-registry.test.js.map +1 -0
  1070. package/workflow/__tests__/useActiveTaskName.test.d.ts +2 -0
  1071. package/workflow/__tests__/useActiveTaskName.test.d.ts.map +1 -0
  1072. package/workflow/__tests__/useActiveTaskName.test.js +80 -0
  1073. package/workflow/__tests__/useActiveTaskName.test.js.map +1 -0
  1074. package/workflow/__tests__/useDiagnoseExecutionFlow.test.d.ts +2 -0
  1075. package/workflow/__tests__/useDiagnoseExecutionFlow.test.d.ts.map +1 -0
  1076. package/workflow/__tests__/useDiagnoseExecutionFlow.test.js +363 -0
  1077. package/workflow/__tests__/useDiagnoseExecutionFlow.test.js.map +1 -0
  1078. package/workflow/__tests__/useExecutionAnnouncements.test.d.ts +2 -0
  1079. package/workflow/__tests__/useExecutionAnnouncements.test.d.ts.map +1 -0
  1080. package/workflow/__tests__/useExecutionAnnouncements.test.js +85 -0
  1081. package/workflow/__tests__/useExecutionAnnouncements.test.js.map +1 -0
  1082. package/workflow/__tests__/useFollowExecution.test.d.ts +2 -0
  1083. package/workflow/__tests__/useFollowExecution.test.d.ts.map +1 -0
  1084. package/workflow/__tests__/useFollowExecution.test.js +130 -0
  1085. package/workflow/__tests__/useFollowExecution.test.js.map +1 -0
  1086. package/workflow/__tests__/useRefineWorkflowFlow.test.d.ts +2 -0
  1087. package/workflow/__tests__/useRefineWorkflowFlow.test.d.ts.map +1 -0
  1088. package/workflow/__tests__/useRefineWorkflowFlow.test.js +367 -0
  1089. package/workflow/__tests__/useRefineWorkflowFlow.test.js.map +1 -0
  1090. package/workflow/__tests__/useRunWorkflowFlow.test.d.ts +2 -0
  1091. package/workflow/__tests__/useRunWorkflowFlow.test.d.ts.map +1 -0
  1092. package/workflow/__tests__/useRunWorkflowFlow.test.js +385 -0
  1093. package/workflow/__tests__/useRunWorkflowFlow.test.js.map +1 -0
  1094. package/workflow/__tests__/useWorkflowArchitectFlow.test.d.ts +2 -0
  1095. package/workflow/__tests__/useWorkflowArchitectFlow.test.d.ts.map +1 -0
  1096. package/workflow/__tests__/useWorkflowArchitectFlow.test.js +376 -0
  1097. package/workflow/__tests__/useWorkflowArchitectFlow.test.js.map +1 -0
  1098. package/workflow/__tests__/useWorkflowExecution.test.d.ts +2 -0
  1099. package/workflow/__tests__/useWorkflowExecution.test.d.ts.map +1 -0
  1100. package/workflow/__tests__/useWorkflowExecution.test.js +229 -0
  1101. package/workflow/__tests__/useWorkflowExecution.test.js.map +1 -0
  1102. package/workflow/__tests__/useWorkflowExecutionActions.test.d.ts +2 -0
  1103. package/workflow/__tests__/useWorkflowExecutionActions.test.d.ts.map +1 -0
  1104. package/workflow/__tests__/useWorkflowExecutionActions.test.js +191 -0
  1105. package/workflow/__tests__/useWorkflowExecutionActions.test.js.map +1 -0
  1106. package/workflow/__tests__/useWorkflowExecutionEventStream.test.d.ts +2 -0
  1107. package/workflow/__tests__/useWorkflowExecutionEventStream.test.d.ts.map +1 -0
  1108. package/workflow/__tests__/useWorkflowExecutionEventStream.test.js +291 -0
  1109. package/workflow/__tests__/useWorkflowExecutionEventStream.test.js.map +1 -0
  1110. package/workflow/__tests__/workflow-instance-hooks.test.d.ts +2 -0
  1111. package/workflow/__tests__/workflow-instance-hooks.test.d.ts.map +1 -0
  1112. package/workflow/__tests__/workflow-instance-hooks.test.js +153 -0
  1113. package/workflow/__tests__/workflow-instance-hooks.test.js.map +1 -0
  1114. package/workflow/__tests__/workflow-summary-panel.test.d.ts +2 -0
  1115. package/workflow/__tests__/workflow-summary-panel.test.d.ts.map +1 -0
  1116. package/workflow/__tests__/workflow-summary-panel.test.js +85 -0
  1117. package/workflow/__tests__/workflow-summary-panel.test.js.map +1 -0
  1118. package/workflow/__tests__/workflow-uses-trigger-input.test.d.ts +2 -0
  1119. package/workflow/__tests__/workflow-uses-trigger-input.test.d.ts.map +1 -0
  1120. package/workflow/__tests__/workflow-uses-trigger-input.test.js +144 -0
  1121. package/workflow/__tests__/workflow-uses-trigger-input.test.js.map +1 -0
  1122. package/workflow/__tests__/workflow-yaml-diff.test.d.ts +2 -0
  1123. package/workflow/__tests__/workflow-yaml-diff.test.d.ts.map +1 -0
  1124. package/workflow/__tests__/workflow-yaml-diff.test.js +110 -0
  1125. package/workflow/__tests__/workflow-yaml-diff.test.js.map +1 -0
  1126. package/workflow/architect-response-schema.d.ts +34 -0
  1127. package/workflow/architect-response-schema.d.ts.map +1 -0
  1128. package/workflow/architect-response-schema.js +66 -0
  1129. package/workflow/architect-response-schema.js.map +1 -0
  1130. package/workflow/canvas-constants.d.ts +16 -0
  1131. package/workflow/canvas-constants.d.ts.map +1 -1
  1132. package/workflow/canvas-constants.js +10 -0
  1133. package/workflow/canvas-constants.js.map +1 -1
  1134. package/workflow/clipboard.d.ts +46 -0
  1135. package/workflow/clipboard.d.ts.map +1 -0
  1136. package/workflow/clipboard.js +133 -0
  1137. package/workflow/clipboard.js.map +1 -0
  1138. package/workflow/cncf-yaml-to-graph.d.ts +19 -0
  1139. package/workflow/cncf-yaml-to-graph.d.ts.map +1 -0
  1140. package/workflow/cncf-yaml-to-graph.js +368 -0
  1141. package/workflow/cncf-yaml-to-graph.js.map +1 -0
  1142. package/workflow/diff/DiffSummaryBar.d.ts +11 -0
  1143. package/workflow/diff/DiffSummaryBar.d.ts.map +1 -0
  1144. package/workflow/diff/DiffSummaryBar.js +16 -0
  1145. package/workflow/diff/DiffSummaryBar.js.map +1 -0
  1146. package/workflow/diff/__tests__/build-diff-graph.test.d.ts +2 -0
  1147. package/workflow/diff/__tests__/build-diff-graph.test.d.ts.map +1 -0
  1148. package/workflow/diff/__tests__/build-diff-graph.test.js +115 -0
  1149. package/workflow/diff/__tests__/build-diff-graph.test.js.map +1 -0
  1150. package/workflow/diff/__tests__/graph-diff.test.d.ts +2 -0
  1151. package/workflow/diff/__tests__/graph-diff.test.d.ts.map +1 -0
  1152. package/workflow/diff/__tests__/graph-diff.test.js +196 -0
  1153. package/workflow/diff/__tests__/graph-diff.test.js.map +1 -0
  1154. package/workflow/diff/build-diff-graph.d.ts +25 -0
  1155. package/workflow/diff/build-diff-graph.d.ts.map +1 -0
  1156. package/workflow/diff/build-diff-graph.js +60 -0
  1157. package/workflow/diff/build-diff-graph.js.map +1 -0
  1158. package/workflow/diff/graph-diff.d.ts +27 -0
  1159. package/workflow/diff/graph-diff.d.ts.map +1 -0
  1160. package/workflow/diff/graph-diff.js +168 -0
  1161. package/workflow/diff/graph-diff.js.map +1 -0
  1162. package/workflow/diff/index.d.ts +5 -0
  1163. package/workflow/diff/index.d.ts.map +1 -0
  1164. package/workflow/diff/index.js +4 -0
  1165. package/workflow/diff/index.js.map +1 -0
  1166. package/workflow/diff/types.d.ts +36 -0
  1167. package/workflow/diff/types.d.ts.map +1 -0
  1168. package/workflow/diff/types.js +2 -0
  1169. package/workflow/diff/types.js.map +1 -0
  1170. package/workflow/execution/derive-execution-overlays.d.ts +51 -0
  1171. package/workflow/execution/derive-execution-overlays.d.ts.map +1 -0
  1172. package/workflow/execution/derive-execution-overlays.js +166 -0
  1173. package/workflow/execution/derive-execution-overlays.js.map +1 -0
  1174. package/workflow/execution/derive-waterfall-entries.d.ts +85 -0
  1175. package/workflow/execution/derive-waterfall-entries.d.ts.map +1 -0
  1176. package/workflow/execution/derive-waterfall-entries.js +268 -0
  1177. package/workflow/execution/derive-waterfall-entries.js.map +1 -0
  1178. package/workflow/execution/index.d.ts +4 -0
  1179. package/workflow/execution/index.d.ts.map +1 -0
  1180. package/workflow/execution/index.js +4 -0
  1181. package/workflow/execution/index.js.map +1 -0
  1182. package/workflow/execution/useWaterfallEntries.d.ts +25 -0
  1183. package/workflow/execution/useWaterfallEntries.d.ts.map +1 -0
  1184. package/workflow/execution/useWaterfallEntries.js +67 -0
  1185. package/workflow/execution/useWaterfallEntries.js.map +1 -0
  1186. package/workflow/execution-comparison/ComparisonSummaryCards.d.ts +15 -0
  1187. package/workflow/execution-comparison/ComparisonSummaryCards.d.ts.map +1 -0
  1188. package/workflow/execution-comparison/ComparisonSummaryCards.js +66 -0
  1189. package/workflow/execution-comparison/ComparisonSummaryCards.js.map +1 -0
  1190. package/workflow/execution-comparison/ExecutionComparisonPicker.d.ts +27 -0
  1191. package/workflow/execution-comparison/ExecutionComparisonPicker.d.ts.map +1 -0
  1192. package/workflow/execution-comparison/ExecutionComparisonPicker.js +116 -0
  1193. package/workflow/execution-comparison/ExecutionComparisonPicker.js.map +1 -0
  1194. package/workflow/execution-comparison/ExecutionComparisonView.d.ts +36 -0
  1195. package/workflow/execution-comparison/ExecutionComparisonView.d.ts.map +1 -0
  1196. package/workflow/execution-comparison/ExecutionComparisonView.js +50 -0
  1197. package/workflow/execution-comparison/ExecutionComparisonView.js.map +1 -0
  1198. package/workflow/execution-comparison/TaskComparisonTable.d.ts +18 -0
  1199. package/workflow/execution-comparison/TaskComparisonTable.d.ts.map +1 -0
  1200. package/workflow/execution-comparison/TaskComparisonTable.js +81 -0
  1201. package/workflow/execution-comparison/TaskComparisonTable.js.map +1 -0
  1202. package/workflow/execution-comparison/__tests__/derive-execution-comparison.test.d.ts +2 -0
  1203. package/workflow/execution-comparison/__tests__/derive-execution-comparison.test.d.ts.map +1 -0
  1204. package/workflow/execution-comparison/__tests__/derive-execution-comparison.test.js +263 -0
  1205. package/workflow/execution-comparison/__tests__/derive-execution-comparison.test.js.map +1 -0
  1206. package/workflow/execution-comparison/derive-execution-comparison.d.ts +14 -0
  1207. package/workflow/execution-comparison/derive-execution-comparison.d.ts.map +1 -0
  1208. package/workflow/execution-comparison/derive-execution-comparison.js +120 -0
  1209. package/workflow/execution-comparison/derive-execution-comparison.js.map +1 -0
  1210. package/workflow/execution-comparison/index.d.ts +8 -0
  1211. package/workflow/execution-comparison/index.d.ts.map +1 -0
  1212. package/workflow/execution-comparison/index.js +7 -0
  1213. package/workflow/execution-comparison/index.js.map +1 -0
  1214. package/workflow/execution-comparison/types.d.ts +56 -0
  1215. package/workflow/execution-comparison/types.d.ts.map +1 -0
  1216. package/workflow/execution-comparison/types.js +2 -0
  1217. package/workflow/execution-comparison/types.js.map +1 -0
  1218. package/workflow/execution-comparison/useExecutionComparison.d.ts +43 -0
  1219. package/workflow/execution-comparison/useExecutionComparison.d.ts.map +1 -0
  1220. package/workflow/execution-comparison/useExecutionComparison.js +46 -0
  1221. package/workflow/execution-comparison/useExecutionComparison.js.map +1 -0
  1222. package/workflow/execution-history/ExecutionFilterBar.d.ts +27 -0
  1223. package/workflow/execution-history/ExecutionFilterBar.d.ts.map +1 -0
  1224. package/workflow/execution-history/ExecutionFilterBar.js +118 -0
  1225. package/workflow/execution-history/ExecutionFilterBar.js.map +1 -0
  1226. package/workflow/execution-history/ExecutionHistoryTable.d.ts +44 -0
  1227. package/workflow/execution-history/ExecutionHistoryTable.d.ts.map +1 -0
  1228. package/workflow/execution-history/ExecutionHistoryTable.js +206 -0
  1229. package/workflow/execution-history/ExecutionHistoryTable.js.map +1 -0
  1230. package/workflow/execution-history/FailureAnalysisPanel.d.ts +31 -0
  1231. package/workflow/execution-history/FailureAnalysisPanel.d.ts.map +1 -0
  1232. package/workflow/execution-history/FailureAnalysisPanel.js +64 -0
  1233. package/workflow/execution-history/FailureAnalysisPanel.js.map +1 -0
  1234. package/workflow/execution-history/HealthMetricsStrip.d.ts +28 -0
  1235. package/workflow/execution-history/HealthMetricsStrip.d.ts.map +1 -0
  1236. package/workflow/execution-history/HealthMetricsStrip.js +62 -0
  1237. package/workflow/execution-history/HealthMetricsStrip.js.map +1 -0
  1238. package/workflow/execution-history/WorkflowExecutionHistory.d.ts +42 -0
  1239. package/workflow/execution-history/WorkflowExecutionHistory.d.ts.map +1 -0
  1240. package/workflow/execution-history/WorkflowExecutionHistory.js +55 -0
  1241. package/workflow/execution-history/WorkflowExecutionHistory.js.map +1 -0
  1242. package/workflow/execution-history/__tests__/derive-execution-row.test.d.ts +2 -0
  1243. package/workflow/execution-history/__tests__/derive-execution-row.test.d.ts.map +1 -0
  1244. package/workflow/execution-history/__tests__/derive-execution-row.test.js +276 -0
  1245. package/workflow/execution-history/__tests__/derive-execution-row.test.js.map +1 -0
  1246. package/workflow/execution-history/__tests__/derive-failure-analysis.test.d.ts +2 -0
  1247. package/workflow/execution-history/__tests__/derive-failure-analysis.test.d.ts.map +1 -0
  1248. package/workflow/execution-history/__tests__/derive-failure-analysis.test.js +132 -0
  1249. package/workflow/execution-history/__tests__/derive-failure-analysis.test.js.map +1 -0
  1250. package/workflow/execution-history/derive-execution-row.d.ts +71 -0
  1251. package/workflow/execution-history/derive-execution-row.d.ts.map +1 -0
  1252. package/workflow/execution-history/derive-execution-row.js +143 -0
  1253. package/workflow/execution-history/derive-execution-row.js.map +1 -0
  1254. package/workflow/execution-history/derive-failure-analysis.d.ts +40 -0
  1255. package/workflow/execution-history/derive-failure-analysis.d.ts.map +1 -0
  1256. package/workflow/execution-history/derive-failure-analysis.js +64 -0
  1257. package/workflow/execution-history/derive-failure-analysis.js.map +1 -0
  1258. package/workflow/execution-history/index.d.ts +9 -0
  1259. package/workflow/execution-history/index.d.ts.map +1 -0
  1260. package/workflow/execution-history/index.js +9 -0
  1261. package/workflow/execution-history/index.js.map +1 -0
  1262. package/workflow/execution-history/useExecutionHistoryData.d.ts +52 -0
  1263. package/workflow/execution-history/useExecutionHistoryData.d.ts.map +1 -0
  1264. package/workflow/execution-history/useExecutionHistoryData.js +44 -0
  1265. package/workflow/execution-history/useExecutionHistoryData.js.map +1 -0
  1266. package/workflow/execution-inspector/AgentCallTab.d.ts +21 -0
  1267. package/workflow/execution-inspector/AgentCallTab.d.ts.map +1 -0
  1268. package/workflow/execution-inspector/AgentCallTab.js +36 -0
  1269. package/workflow/execution-inspector/AgentCallTab.js.map +1 -0
  1270. package/workflow/execution-inspector/ErrorTab.d.ts +9 -0
  1271. package/workflow/execution-inspector/ErrorTab.d.ts.map +1 -0
  1272. package/workflow/execution-inspector/ErrorTab.js +29 -0
  1273. package/workflow/execution-inspector/ErrorTab.js.map +1 -0
  1274. package/workflow/execution-inspector/EventLogTab.d.ts +11 -0
  1275. package/workflow/execution-inspector/EventLogTab.d.ts.map +1 -0
  1276. package/workflow/execution-inspector/EventLogTab.js +47 -0
  1277. package/workflow/execution-inspector/EventLogTab.js.map +1 -0
  1278. package/workflow/execution-inspector/ExecutionInspector.d.ts +52 -0
  1279. package/workflow/execution-inspector/ExecutionInspector.d.ts.map +1 -0
  1280. package/workflow/execution-inspector/ExecutionInspector.js +140 -0
  1281. package/workflow/execution-inspector/ExecutionInspector.js.map +1 -0
  1282. package/workflow/execution-inspector/InputOutputTab.d.ts +20 -0
  1283. package/workflow/execution-inspector/InputOutputTab.d.ts.map +1 -0
  1284. package/workflow/execution-inspector/InputOutputTab.js +124 -0
  1285. package/workflow/execution-inspector/InputOutputTab.js.map +1 -0
  1286. package/workflow/execution-inspector/RetriesTab.d.ts +7 -0
  1287. package/workflow/execution-inspector/RetriesTab.d.ts.map +1 -0
  1288. package/workflow/execution-inspector/RetriesTab.js +11 -0
  1289. package/workflow/execution-inspector/RetriesTab.js.map +1 -0
  1290. package/workflow/execution-inspector/StructuredDataViewer.d.ts +25 -0
  1291. package/workflow/execution-inspector/StructuredDataViewer.d.ts.map +1 -0
  1292. package/workflow/execution-inspector/StructuredDataViewer.js +201 -0
  1293. package/workflow/execution-inspector/StructuredDataViewer.js.map +1 -0
  1294. package/workflow/execution-inspector/SummaryTab.d.ts +7 -0
  1295. package/workflow/execution-inspector/SummaryTab.d.ts.map +1 -0
  1296. package/workflow/execution-inspector/SummaryTab.js +10 -0
  1297. package/workflow/execution-inspector/SummaryTab.js.map +1 -0
  1298. package/workflow/execution-inspector/derive-task-detail.d.ts +121 -0
  1299. package/workflow/execution-inspector/derive-task-detail.d.ts.map +1 -0
  1300. package/workflow/execution-inspector/derive-task-detail.js +352 -0
  1301. package/workflow/execution-inspector/derive-task-detail.js.map +1 -0
  1302. package/workflow/execution-inspector/index.d.ts +4 -0
  1303. package/workflow/execution-inspector/index.d.ts.map +1 -0
  1304. package/workflow/execution-inspector/index.js +4 -0
  1305. package/workflow/execution-inspector/index.js.map +1 -0
  1306. package/workflow/execution-inspector/useExecutionTaskDetail.d.ts +38 -0
  1307. package/workflow/execution-inspector/useExecutionTaskDetail.d.ts.map +1 -0
  1308. package/workflow/execution-inspector/useExecutionTaskDetail.js +37 -0
  1309. package/workflow/execution-inspector/useExecutionTaskDetail.js.map +1 -0
  1310. package/workflow/format-utils.d.ts +61 -0
  1311. package/workflow/format-utils.d.ts.map +1 -0
  1312. package/workflow/format-utils.js +127 -0
  1313. package/workflow/format-utils.js.map +1 -0
  1314. package/workflow/graph-commands.d.ts +268 -0
  1315. package/workflow/graph-commands.d.ts.map +1 -1
  1316. package/workflow/graph-commands.js +977 -0
  1317. package/workflow/graph-commands.js.map +1 -1
  1318. package/workflow/index.d.ts +57 -4
  1319. package/workflow/index.d.ts.map +1 -1
  1320. package/workflow/index.js +82 -1
  1321. package/workflow/index.js.map +1 -1
  1322. package/workflow/inspector/EdgeInspector.d.ts +17 -0
  1323. package/workflow/inspector/EdgeInspector.d.ts.map +1 -0
  1324. package/workflow/inspector/EdgeInspector.js +16 -0
  1325. package/workflow/inspector/EdgeInspector.js.map +1 -0
  1326. package/workflow/inspector/ExecutionInspectorAdapter.d.ts +26 -0
  1327. package/workflow/inspector/ExecutionInspectorAdapter.d.ts.map +1 -0
  1328. package/workflow/inspector/ExecutionInspectorAdapter.js +23 -0
  1329. package/workflow/inspector/ExecutionInspectorAdapter.js.map +1 -0
  1330. package/workflow/inspector/InspectorHeader.d.ts +25 -0
  1331. package/workflow/inspector/InspectorHeader.d.ts.map +1 -0
  1332. package/workflow/inspector/InspectorHeader.js +82 -0
  1333. package/workflow/inspector/InspectorHeader.js.map +1 -0
  1334. package/workflow/inspector/InspectorShell.d.ts +35 -0
  1335. package/workflow/inspector/InspectorShell.d.ts.map +1 -0
  1336. package/workflow/inspector/InspectorShell.js +80 -0
  1337. package/workflow/inspector/InspectorShell.js.map +1 -0
  1338. package/workflow/inspector/NestedTaskList.d.ts +32 -0
  1339. package/workflow/inspector/NestedTaskList.d.ts.map +1 -0
  1340. package/workflow/inspector/NestedTaskList.js +27 -0
  1341. package/workflow/inspector/NestedTaskList.js.map +1 -0
  1342. package/workflow/inspector/SentinelInspector.d.ts +15 -0
  1343. package/workflow/inspector/SentinelInspector.d.ts.map +1 -0
  1344. package/workflow/inspector/SentinelInspector.js +18 -0
  1345. package/workflow/inspector/SentinelInspector.js.map +1 -0
  1346. package/workflow/inspector/WorkflowSummaryPanel.d.ts +20 -0
  1347. package/workflow/inspector/WorkflowSummaryPanel.d.ts.map +1 -0
  1348. package/workflow/inspector/WorkflowSummaryPanel.js +79 -0
  1349. package/workflow/inspector/WorkflowSummaryPanel.js.map +1 -0
  1350. package/workflow/inspector/forms/AgentCallForm.d.ts +21 -0
  1351. package/workflow/inspector/forms/AgentCallForm.d.ts.map +1 -0
  1352. package/workflow/inspector/forms/AgentCallForm.js +95 -0
  1353. package/workflow/inspector/forms/AgentCallForm.js.map +1 -0
  1354. package/workflow/inspector/forms/HttpCallForm.d.ts +17 -0
  1355. package/workflow/inspector/forms/HttpCallForm.d.ts.map +1 -0
  1356. package/workflow/inspector/forms/HttpCallForm.js +86 -0
  1357. package/workflow/inspector/forms/HttpCallForm.js.map +1 -0
  1358. package/workflow/inspector/index.d.ts +36 -0
  1359. package/workflow/inspector/index.d.ts.map +1 -0
  1360. package/workflow/inspector/index.js +30 -0
  1361. package/workflow/inspector/index.js.map +1 -0
  1362. package/workflow/inspector/tabs/AdvancedTab.d.ts +18 -0
  1363. package/workflow/inspector/tabs/AdvancedTab.d.ts.map +1 -0
  1364. package/workflow/inspector/tabs/AdvancedTab.js +24 -0
  1365. package/workflow/inspector/tabs/AdvancedTab.js.map +1 -0
  1366. package/workflow/inspector/tabs/BranchesTab.d.ts +18 -0
  1367. package/workflow/inspector/tabs/BranchesTab.d.ts.map +1 -0
  1368. package/workflow/inspector/tabs/BranchesTab.js +125 -0
  1369. package/workflow/inspector/tabs/BranchesTab.js.map +1 -0
  1370. package/workflow/inspector/tabs/CatchTab.d.ts +19 -0
  1371. package/workflow/inspector/tabs/CatchTab.d.ts.map +1 -0
  1372. package/workflow/inspector/tabs/CatchTab.js +62 -0
  1373. package/workflow/inspector/tabs/CatchTab.js.map +1 -0
  1374. package/workflow/inspector/tabs/ConfigureTab.d.ts +23 -0
  1375. package/workflow/inspector/tabs/ConfigureTab.d.ts.map +1 -0
  1376. package/workflow/inspector/tabs/ConfigureTab.js +39 -0
  1377. package/workflow/inspector/tabs/ConfigureTab.js.map +1 -0
  1378. package/workflow/inspector/tabs/DataTab.d.ts +16 -0
  1379. package/workflow/inspector/tabs/DataTab.d.ts.map +1 -0
  1380. package/workflow/inspector/tabs/DataTab.js +23 -0
  1381. package/workflow/inspector/tabs/DataTab.js.map +1 -0
  1382. package/workflow/inspector/tabs/DocsTab.d.ts +15 -0
  1383. package/workflow/inspector/tabs/DocsTab.d.ts.map +1 -0
  1384. package/workflow/inspector/tabs/DocsTab.js +17 -0
  1385. package/workflow/inspector/tabs/DocsTab.js.map +1 -0
  1386. package/workflow/inspector/tabs/IterationTab.d.ts +21 -0
  1387. package/workflow/inspector/tabs/IterationTab.d.ts.map +1 -0
  1388. package/workflow/inspector/tabs/IterationTab.js +80 -0
  1389. package/workflow/inspector/tabs/IterationTab.js.map +1 -0
  1390. package/workflow/inspector/tabs/RuntimeTab.d.ts +21 -0
  1391. package/workflow/inspector/tabs/RuntimeTab.d.ts.map +1 -0
  1392. package/workflow/inspector/tabs/RuntimeTab.js +66 -0
  1393. package/workflow/inspector/tabs/RuntimeTab.js.map +1 -0
  1394. package/workflow/inspector/task-to-yaml.d.ts +11 -0
  1395. package/workflow/inspector/task-to-yaml.d.ts.map +1 -0
  1396. package/workflow/inspector/task-to-yaml.js +65 -0
  1397. package/workflow/inspector/task-to-yaml.js.map +1 -0
  1398. package/workflow/inspector/types.d.ts +76 -0
  1399. package/workflow/inspector/types.d.ts.map +1 -0
  1400. package/workflow/inspector/types.js +2 -0
  1401. package/workflow/inspector/types.js.map +1 -0
  1402. package/workflow/inspector/useInspectorTabs.d.ts +38 -0
  1403. package/workflow/inspector/useInspectorTabs.d.ts.map +1 -0
  1404. package/workflow/inspector/useInspectorTabs.js +68 -0
  1405. package/workflow/inspector/useInspectorTabs.js.map +1 -0
  1406. package/workflow/inspector/useNestedTaskEditor.d.ts +26 -0
  1407. package/workflow/inspector/useNestedTaskEditor.d.ts.map +1 -0
  1408. package/workflow/inspector/useNestedTaskEditor.js +75 -0
  1409. package/workflow/inspector/useNestedTaskEditor.js.map +1 -0
  1410. package/workflow/instance/CreateWorkflowInstanceDialog.d.ts +24 -0
  1411. package/workflow/instance/CreateWorkflowInstanceDialog.d.ts.map +1 -0
  1412. package/workflow/instance/CreateWorkflowInstanceDialog.js +78 -0
  1413. package/workflow/instance/CreateWorkflowInstanceDialog.js.map +1 -0
  1414. package/workflow/instance/WorkflowInstanceDetailPanel.d.ts +26 -0
  1415. package/workflow/instance/WorkflowInstanceDetailPanel.d.ts.map +1 -0
  1416. package/workflow/instance/WorkflowInstanceDetailPanel.js +92 -0
  1417. package/workflow/instance/WorkflowInstanceDetailPanel.js.map +1 -0
  1418. package/workflow/instance/WorkflowInstanceEmptyState.d.ts +15 -0
  1419. package/workflow/instance/WorkflowInstanceEmptyState.d.ts.map +1 -0
  1420. package/workflow/instance/WorkflowInstanceEmptyState.js +19 -0
  1421. package/workflow/instance/WorkflowInstanceEmptyState.js.map +1 -0
  1422. package/workflow/instance/WorkflowInstanceList.d.ts +33 -0
  1423. package/workflow/instance/WorkflowInstanceList.d.ts.map +1 -0
  1424. package/workflow/instance/WorkflowInstanceList.js +67 -0
  1425. package/workflow/instance/WorkflowInstanceList.js.map +1 -0
  1426. package/workflow/instance/index.d.ts +9 -0
  1427. package/workflow/instance/index.d.ts.map +1 -0
  1428. package/workflow/instance/index.js +9 -0
  1429. package/workflow/instance/index.js.map +1 -0
  1430. package/workflow/instance/useCreateWorkflowInstance.d.ts +37 -0
  1431. package/workflow/instance/useCreateWorkflowInstance.d.ts.map +1 -0
  1432. package/workflow/instance/useCreateWorkflowInstance.js +48 -0
  1433. package/workflow/instance/useCreateWorkflowInstance.js.map +1 -0
  1434. package/workflow/instance/useDeleteWorkflowInstance.d.ts +39 -0
  1435. package/workflow/instance/useDeleteWorkflowInstance.d.ts.map +1 -0
  1436. package/workflow/instance/useDeleteWorkflowInstance.js +46 -0
  1437. package/workflow/instance/useDeleteWorkflowInstance.js.map +1 -0
  1438. package/workflow/instance/useUpdateWorkflowInstance.d.ts +35 -0
  1439. package/workflow/instance/useUpdateWorkflowInstance.d.ts.map +1 -0
  1440. package/workflow/instance/useUpdateWorkflowInstance.js +46 -0
  1441. package/workflow/instance/useUpdateWorkflowInstance.js.map +1 -0
  1442. package/workflow/instance/useWorkflowInstance.d.ts +27 -0
  1443. package/workflow/instance/useWorkflowInstance.d.ts.map +1 -0
  1444. package/workflow/instance/useWorkflowInstance.js +23 -0
  1445. package/workflow/instance/useWorkflowInstance.js.map +1 -0
  1446. package/workflow/internal/workflowToInput.d.ts +12 -0
  1447. package/workflow/internal/workflowToInput.d.ts.map +1 -0
  1448. package/workflow/internal/workflowToInput.js +73 -0
  1449. package/workflow/internal/workflowToInput.js.map +1 -0
  1450. package/workflow/kind-metadata.d.ts +23 -0
  1451. package/workflow/kind-metadata.d.ts.map +1 -0
  1452. package/workflow/kind-metadata.js +98 -0
  1453. package/workflow/kind-metadata.js.map +1 -0
  1454. package/workflow/layout/__tests__/dagre-layout-engine.test.d.ts +2 -0
  1455. package/workflow/layout/__tests__/dagre-layout-engine.test.d.ts.map +1 -0
  1456. package/workflow/layout/__tests__/dagre-layout-engine.test.js +105 -0
  1457. package/workflow/layout/__tests__/dagre-layout-engine.test.js.map +1 -0
  1458. package/workflow/layout/__tests__/layout-postprocessor.test.d.ts +2 -0
  1459. package/workflow/layout/__tests__/layout-postprocessor.test.d.ts.map +1 -0
  1460. package/workflow/layout/__tests__/layout-postprocessor.test.js +123 -0
  1461. package/workflow/layout/__tests__/layout-postprocessor.test.js.map +1 -0
  1462. package/workflow/layout/__tests__/port-assignment.test.d.ts +2 -0
  1463. package/workflow/layout/__tests__/port-assignment.test.d.ts.map +1 -0
  1464. package/workflow/layout/__tests__/port-assignment.test.js +200 -0
  1465. package/workflow/layout/__tests__/port-assignment.test.js.map +1 -0
  1466. package/workflow/layout/__tests__/registry-dimensions.test.d.ts +2 -0
  1467. package/workflow/layout/__tests__/registry-dimensions.test.d.ts.map +1 -0
  1468. package/workflow/layout/__tests__/registry-dimensions.test.js +104 -0
  1469. package/workflow/layout/__tests__/registry-dimensions.test.js.map +1 -0
  1470. package/workflow/layout/__tests__/useElkLayoutEngine.test.d.ts +2 -0
  1471. package/workflow/layout/__tests__/useElkLayoutEngine.test.d.ts.map +1 -0
  1472. package/workflow/layout/__tests__/useElkLayoutEngine.test.js +106 -0
  1473. package/workflow/layout/__tests__/useElkLayoutEngine.test.js.map +1 -0
  1474. package/workflow/layout/__tests__/workflow-preprocessor.test.d.ts +2 -0
  1475. package/workflow/layout/__tests__/workflow-preprocessor.test.d.ts.map +1 -0
  1476. package/workflow/layout/__tests__/workflow-preprocessor.test.js +138 -0
  1477. package/workflow/layout/__tests__/workflow-preprocessor.test.js.map +1 -0
  1478. package/workflow/layout/apply-dagre-layout.d.ts +15 -0
  1479. package/workflow/layout/apply-dagre-layout.d.ts.map +1 -0
  1480. package/workflow/layout/apply-dagre-layout.js +44 -0
  1481. package/workflow/layout/apply-dagre-layout.js.map +1 -0
  1482. package/workflow/layout/dagre-layout-engine.d.ts +15 -0
  1483. package/workflow/layout/dagre-layout-engine.d.ts.map +1 -0
  1484. package/workflow/layout/dagre-layout-engine.js +75 -0
  1485. package/workflow/layout/dagre-layout-engine.js.map +1 -0
  1486. package/workflow/layout/elk-layout-engine.d.ts +38 -0
  1487. package/workflow/layout/elk-layout-engine.d.ts.map +1 -0
  1488. package/workflow/layout/elk-layout-engine.js +68 -0
  1489. package/workflow/layout/elk-layout-engine.js.map +1 -0
  1490. package/workflow/layout/index.d.ts +15 -0
  1491. package/workflow/layout/index.d.ts.map +1 -0
  1492. package/workflow/layout/index.js +28 -0
  1493. package/workflow/layout/index.js.map +1 -0
  1494. package/workflow/layout/layout-postprocessor.d.ts +23 -0
  1495. package/workflow/layout/layout-postprocessor.d.ts.map +1 -0
  1496. package/workflow/layout/layout-postprocessor.js +147 -0
  1497. package/workflow/layout/layout-postprocessor.js.map +1 -0
  1498. package/workflow/layout/port-assignment.d.ts +20 -0
  1499. package/workflow/layout/port-assignment.d.ts.map +1 -0
  1500. package/workflow/layout/port-assignment.js +124 -0
  1501. package/workflow/layout/port-assignment.js.map +1 -0
  1502. package/workflow/layout/registry-dimensions.d.ts +22 -0
  1503. package/workflow/layout/registry-dimensions.d.ts.map +1 -0
  1504. package/workflow/layout/registry-dimensions.js +28 -0
  1505. package/workflow/layout/registry-dimensions.js.map +1 -0
  1506. package/workflow/layout/types.d.ts +158 -0
  1507. package/workflow/layout/types.d.ts.map +1 -0
  1508. package/workflow/layout/types.js +2 -0
  1509. package/workflow/layout/types.js.map +1 -0
  1510. package/workflow/layout/use-workflow-layout.d.ts +47 -0
  1511. package/workflow/layout/use-workflow-layout.d.ts.map +1 -0
  1512. package/workflow/layout/use-workflow-layout.js +95 -0
  1513. package/workflow/layout/use-workflow-layout.js.map +1 -0
  1514. package/workflow/layout/useElkLayoutEngine.d.ts +57 -0
  1515. package/workflow/layout/useElkLayoutEngine.d.ts.map +1 -0
  1516. package/workflow/layout/useElkLayoutEngine.js +64 -0
  1517. package/workflow/layout/useElkLayoutEngine.js.map +1 -0
  1518. package/workflow/layout/workflow-preprocessor.d.ts +30 -0
  1519. package/workflow/layout/workflow-preprocessor.d.ts.map +1 -0
  1520. package/workflow/layout/workflow-preprocessor.js +170 -0
  1521. package/workflow/layout/workflow-preprocessor.js.map +1 -0
  1522. package/workflow/motion-preference.d.ts +23 -0
  1523. package/workflow/motion-preference.d.ts.map +1 -0
  1524. package/workflow/motion-preference.js +48 -0
  1525. package/workflow/motion-preference.js.map +1 -0
  1526. package/workflow/node-shell/BranchBadge.d.ts +17 -0
  1527. package/workflow/node-shell/BranchBadge.d.ts.map +1 -0
  1528. package/workflow/node-shell/BranchBadge.js +65 -0
  1529. package/workflow/node-shell/BranchBadge.js.map +1 -0
  1530. package/workflow/node-shell/DiffBadge.d.ts +15 -0
  1531. package/workflow/node-shell/DiffBadge.d.ts.map +1 -0
  1532. package/workflow/node-shell/DiffBadge.js +38 -0
  1533. package/workflow/node-shell/DiffBadge.js.map +1 -0
  1534. package/workflow/node-shell/ExecutionBadge.d.ts +37 -0
  1535. package/workflow/node-shell/ExecutionBadge.d.ts.map +1 -0
  1536. package/workflow/node-shell/ExecutionBadge.js +74 -0
  1537. package/workflow/node-shell/ExecutionBadge.js.map +1 -0
  1538. package/workflow/node-shell/NodeActions.d.ts +19 -0
  1539. package/workflow/node-shell/NodeActions.d.ts.map +1 -0
  1540. package/workflow/node-shell/NodeActions.js +138 -0
  1541. package/workflow/node-shell/NodeActions.js.map +1 -0
  1542. package/workflow/node-shell/NodeContent.d.ts +20 -0
  1543. package/workflow/node-shell/NodeContent.d.ts.map +1 -0
  1544. package/workflow/node-shell/NodeContent.js +34 -0
  1545. package/workflow/node-shell/NodeContent.js.map +1 -0
  1546. package/workflow/node-shell/NodeHandles.d.ts +21 -0
  1547. package/workflow/node-shell/NodeHandles.d.ts.map +1 -0
  1548. package/workflow/node-shell/NodeHandles.js +103 -0
  1549. package/workflow/node-shell/NodeHandles.js.map +1 -0
  1550. package/workflow/node-shell/NodeShell.d.ts +30 -0
  1551. package/workflow/node-shell/NodeShell.d.ts.map +1 -0
  1552. package/workflow/node-shell/NodeShell.js +112 -0
  1553. package/workflow/node-shell/NodeShell.js.map +1 -0
  1554. package/workflow/node-shell/index.d.ts +9 -0
  1555. package/workflow/node-shell/index.d.ts.map +1 -0
  1556. package/workflow/node-shell/index.js +9 -0
  1557. package/workflow/node-shell/index.js.map +1 -0
  1558. package/workflow/node-shell/shape-paths.d.ts +51 -0
  1559. package/workflow/node-shell/shape-paths.d.ts.map +1 -0
  1560. package/workflow/node-shell/shape-paths.js +117 -0
  1561. package/workflow/node-shell/shape-paths.js.map +1 -0
  1562. package/workflow/picker/BranchAddPopover.d.ts +33 -0
  1563. package/workflow/picker/BranchAddPopover.d.ts.map +1 -0
  1564. package/workflow/picker/BranchAddPopover.js +90 -0
  1565. package/workflow/picker/BranchAddPopover.js.map +1 -0
  1566. package/workflow/picker/__tests__/compatibility.test.d.ts +2 -0
  1567. package/workflow/picker/__tests__/compatibility.test.d.ts.map +1 -0
  1568. package/workflow/picker/__tests__/compatibility.test.js +93 -0
  1569. package/workflow/picker/__tests__/compatibility.test.js.map +1 -0
  1570. package/workflow/picker/__tests__/insertion-context.test.d.ts +2 -0
  1571. package/workflow/picker/__tests__/insertion-context.test.d.ts.map +1 -0
  1572. package/workflow/picker/__tests__/insertion-context.test.js +67 -0
  1573. package/workflow/picker/__tests__/insertion-context.test.js.map +1 -0
  1574. package/workflow/picker/__tests__/recents.test.d.ts +2 -0
  1575. package/workflow/picker/__tests__/recents.test.d.ts.map +1 -0
  1576. package/workflow/picker/__tests__/recents.test.js +81 -0
  1577. package/workflow/picker/__tests__/recents.test.js.map +1 -0
  1578. package/workflow/picker/__tests__/suggestions.test.d.ts +2 -0
  1579. package/workflow/picker/__tests__/suggestions.test.d.ts.map +1 -0
  1580. package/workflow/picker/__tests__/suggestions.test.js +111 -0
  1581. package/workflow/picker/__tests__/suggestions.test.js.map +1 -0
  1582. package/workflow/picker/compatibility.d.ts +32 -0
  1583. package/workflow/picker/compatibility.d.ts.map +1 -0
  1584. package/workflow/picker/compatibility.js +75 -0
  1585. package/workflow/picker/compatibility.js.map +1 -0
  1586. package/workflow/picker/index.d.ts +11 -0
  1587. package/workflow/picker/index.d.ts.map +1 -0
  1588. package/workflow/picker/index.js +6 -0
  1589. package/workflow/picker/index.js.map +1 -0
  1590. package/workflow/picker/insertion-context.d.ts +46 -0
  1591. package/workflow/picker/insertion-context.d.ts.map +1 -0
  1592. package/workflow/picker/insertion-context.js +46 -0
  1593. package/workflow/picker/insertion-context.js.map +1 -0
  1594. package/workflow/picker/recents.d.ts +36 -0
  1595. package/workflow/picker/recents.d.ts.map +1 -0
  1596. package/workflow/picker/recents.js +74 -0
  1597. package/workflow/picker/recents.js.map +1 -0
  1598. package/workflow/picker/suggestions.d.ts +21 -0
  1599. package/workflow/picker/suggestions.d.ts.map +1 -0
  1600. package/workflow/picker/suggestions.js +196 -0
  1601. package/workflow/picker/suggestions.js.map +1 -0
  1602. package/workflow/picker/usePickerData.d.ts +50 -0
  1603. package/workflow/picker/usePickerData.d.ts.map +1 -0
  1604. package/workflow/picker/usePickerData.js +112 -0
  1605. package/workflow/picker/usePickerData.js.map +1 -0
  1606. package/workflow/shortcut-registry.d.ts +59 -0
  1607. package/workflow/shortcut-registry.d.ts.map +1 -0
  1608. package/workflow/shortcut-registry.js +83 -0
  1609. package/workflow/shortcut-registry.js.map +1 -0
  1610. package/workflow/task-type-visual-registry.d.ts +70 -0
  1611. package/workflow/task-type-visual-registry.d.ts.map +1 -0
  1612. package/workflow/task-type-visual-registry.js +129 -0
  1613. package/workflow/task-type-visual-registry.js.map +1 -0
  1614. package/workflow/templates/WorkflowTemplateCard.d.ts +16 -0
  1615. package/workflow/templates/WorkflowTemplateCard.d.ts.map +1 -0
  1616. package/workflow/templates/WorkflowTemplateCard.js +55 -0
  1617. package/workflow/templates/WorkflowTemplateCard.js.map +1 -0
  1618. package/workflow/templates/WorkflowTemplateGallery.d.ts +22 -0
  1619. package/workflow/templates/WorkflowTemplateGallery.d.ts.map +1 -0
  1620. package/workflow/templates/WorkflowTemplateGallery.js +70 -0
  1621. package/workflow/templates/WorkflowTemplateGallery.js.map +1 -0
  1622. package/workflow/templates/WorkflowTemplatePreview.d.ts +19 -0
  1623. package/workflow/templates/WorkflowTemplatePreview.d.ts.map +1 -0
  1624. package/workflow/templates/WorkflowTemplatePreview.js +124 -0
  1625. package/workflow/templates/WorkflowTemplatePreview.js.map +1 -0
  1626. package/workflow/templates/__tests__/derive-template-metadata.test.d.ts +2 -0
  1627. package/workflow/templates/__tests__/derive-template-metadata.test.d.ts.map +1 -0
  1628. package/workflow/templates/__tests__/derive-template-metadata.test.js +317 -0
  1629. package/workflow/templates/__tests__/derive-template-metadata.test.js.map +1 -0
  1630. package/workflow/templates/__tests__/workflow-template-gallery.test.d.ts +2 -0
  1631. package/workflow/templates/__tests__/workflow-template-gallery.test.d.ts.map +1 -0
  1632. package/workflow/templates/__tests__/workflow-template-gallery.test.js +119 -0
  1633. package/workflow/templates/__tests__/workflow-template-gallery.test.js.map +1 -0
  1634. package/workflow/templates/derive-template-metadata.d.ts +13 -0
  1635. package/workflow/templates/derive-template-metadata.d.ts.map +1 -0
  1636. package/workflow/templates/derive-template-metadata.js +134 -0
  1637. package/workflow/templates/derive-template-metadata.js.map +1 -0
  1638. package/workflow/templates/index.d.ts +10 -0
  1639. package/workflow/templates/index.d.ts.map +1 -0
  1640. package/workflow/templates/index.js +8 -0
  1641. package/workflow/templates/index.js.map +1 -0
  1642. package/workflow/templates/types.d.ts +54 -0
  1643. package/workflow/templates/types.d.ts.map +1 -0
  1644. package/workflow/templates/types.js +24 -0
  1645. package/workflow/templates/types.js.map +1 -0
  1646. package/workflow/topologyFromTasks.d.ts +14 -0
  1647. package/workflow/topologyFromTasks.d.ts.map +1 -0
  1648. package/workflow/topologyFromTasks.js +111 -0
  1649. package/workflow/topologyFromTasks.js.map +1 -0
  1650. package/workflow/useActiveTaskName.d.ts +35 -0
  1651. package/workflow/useActiveTaskName.d.ts.map +1 -0
  1652. package/workflow/useActiveTaskName.js +52 -0
  1653. package/workflow/useActiveTaskName.js.map +1 -0
  1654. package/workflow/useCanvasKeyboardShortcuts.d.ts +7 -1
  1655. package/workflow/useCanvasKeyboardShortcuts.d.ts.map +1 -1
  1656. package/workflow/useCanvasKeyboardShortcuts.js +34 -1
  1657. package/workflow/useCanvasKeyboardShortcuts.js.map +1 -1
  1658. package/workflow/useDiagnoseExecutionFlow.d.ts.map +1 -1
  1659. package/workflow/useDiagnoseExecutionFlow.js +26 -5
  1660. package/workflow/useDiagnoseExecutionFlow.js.map +1 -1
  1661. package/workflow/useExecutionAnnouncements.d.ts +12 -0
  1662. package/workflow/useExecutionAnnouncements.d.ts.map +1 -0
  1663. package/workflow/useExecutionAnnouncements.js +50 -0
  1664. package/workflow/useExecutionAnnouncements.js.map +1 -0
  1665. package/workflow/useExplainWorkflowFlow.d.ts +41 -0
  1666. package/workflow/useExplainWorkflowFlow.d.ts.map +1 -0
  1667. package/workflow/useExplainWorkflowFlow.js +117 -0
  1668. package/workflow/useExplainWorkflowFlow.js.map +1 -0
  1669. package/workflow/useFollowExecution.d.ts +114 -0
  1670. package/workflow/useFollowExecution.d.ts.map +1 -0
  1671. package/workflow/useFollowExecution.js +137 -0
  1672. package/workflow/useFollowExecution.js.map +1 -0
  1673. package/workflow/useInstanceEnvKeys.d.ts +22 -0
  1674. package/workflow/useInstanceEnvKeys.d.ts.map +1 -0
  1675. package/workflow/useInstanceEnvKeys.js +67 -0
  1676. package/workflow/useInstanceEnvKeys.js.map +1 -0
  1677. package/workflow/useRefineWorkflowFlow.d.ts.map +1 -1
  1678. package/workflow/useRefineWorkflowFlow.js +27 -5
  1679. package/workflow/useRefineWorkflowFlow.js.map +1 -1
  1680. package/workflow/useRunWorkflowFlow.d.ts +21 -0
  1681. package/workflow/useRunWorkflowFlow.d.ts.map +1 -1
  1682. package/workflow/useRunWorkflowFlow.js +31 -4
  1683. package/workflow/useRunWorkflowFlow.js.map +1 -1
  1684. package/workflow/useUpdateWorkflow.d.ts +24 -0
  1685. package/workflow/useUpdateWorkflow.d.ts.map +1 -0
  1686. package/workflow/useUpdateWorkflow.js +35 -0
  1687. package/workflow/useUpdateWorkflow.js.map +1 -0
  1688. package/workflow/useWorkflowArchitectFlow.d.ts.map +1 -1
  1689. package/workflow/useWorkflowArchitectFlow.js +27 -7
  1690. package/workflow/useWorkflowArchitectFlow.js.map +1 -1
  1691. package/workflow/useWorkflowCanvas.d.ts +45 -1
  1692. package/workflow/useWorkflowCanvas.d.ts.map +1 -1
  1693. package/workflow/useWorkflowCanvas.js +274 -76
  1694. package/workflow/useWorkflowCanvas.js.map +1 -1
  1695. package/workflow/useWorkflowDashboardSummary.d.ts +15 -3
  1696. package/workflow/useWorkflowDashboardSummary.d.ts.map +1 -1
  1697. package/workflow/useWorkflowDashboardSummary.js +14 -5
  1698. package/workflow/useWorkflowDashboardSummary.js.map +1 -1
  1699. package/workflow/useWorkflowDiffGraph.d.ts +41 -0
  1700. package/workflow/useWorkflowDiffGraph.d.ts.map +1 -0
  1701. package/workflow/useWorkflowDiffGraph.js +115 -0
  1702. package/workflow/useWorkflowDiffGraph.js.map +1 -0
  1703. package/workflow/useWorkflowEditor.d.ts +4 -0
  1704. package/workflow/useWorkflowEditor.d.ts.map +1 -1
  1705. package/workflow/useWorkflowEditor.js +10 -3
  1706. package/workflow/useWorkflowEditor.js.map +1 -1
  1707. package/workflow/useWorkflowExecution.d.ts.map +1 -1
  1708. package/workflow/useWorkflowExecution.js +30 -0
  1709. package/workflow/useWorkflowExecution.js.map +1 -1
  1710. package/workflow/useWorkflowExecutionActions.d.ts +38 -3
  1711. package/workflow/useWorkflowExecutionActions.d.ts.map +1 -1
  1712. package/workflow/useWorkflowExecutionActions.js +22 -5
  1713. package/workflow/useWorkflowExecutionActions.js.map +1 -1
  1714. package/workflow/useWorkflowExecutionEventStream.d.ts +21 -0
  1715. package/workflow/useWorkflowExecutionEventStream.d.ts.map +1 -1
  1716. package/workflow/useWorkflowExecutionEventStream.js +66 -0
  1717. package/workflow/useWorkflowExecutionEventStream.js.map +1 -1
  1718. package/workflow/useWorkflowExecutionGraph.d.ts +82 -0
  1719. package/workflow/useWorkflowExecutionGraph.d.ts.map +1 -0
  1720. package/workflow/useWorkflowExecutionGraph.js +256 -0
  1721. package/workflow/useWorkflowExecutionGraph.js.map +1 -0
  1722. package/workflow/useWorkflowExecutionList.d.ts +34 -0
  1723. package/workflow/useWorkflowExecutionList.d.ts.map +1 -1
  1724. package/workflow/useWorkflowExecutionList.js +2 -9
  1725. package/workflow/useWorkflowExecutionList.js.map +1 -1
  1726. package/workflow/useWorkflowOverviewGraph.d.ts +42 -0
  1727. package/workflow/useWorkflowOverviewGraph.d.ts.map +1 -0
  1728. package/workflow/useWorkflowOverviewGraph.js +51 -0
  1729. package/workflow/useWorkflowOverviewGraph.js.map +1 -0
  1730. package/workflow/useWorkflowSave.d.ts +6 -1
  1731. package/workflow/useWorkflowSave.d.ts.map +1 -1
  1732. package/workflow/useWorkflowSave.js +4 -1
  1733. package/workflow/useWorkflowSave.js.map +1 -1
  1734. package/workflow/useWorkflowTopology.d.ts.map +1 -1
  1735. package/workflow/useWorkflowTopology.js +1 -21
  1736. package/workflow/useWorkflowTopology.js.map +1 -1
  1737. package/workflow/useWorkflowVersion.d.ts +36 -0
  1738. package/workflow/useWorkflowVersion.d.ts.map +1 -0
  1739. package/workflow/useWorkflowVersion.js +86 -0
  1740. package/workflow/useWorkflowVersion.js.map +1 -0
  1741. package/workflow/useWorkflowVersionDiff.d.ts +33 -0
  1742. package/workflow/useWorkflowVersionDiff.d.ts.map +1 -0
  1743. package/workflow/useWorkflowVersionDiff.js +91 -0
  1744. package/workflow/useWorkflowVersionDiff.js.map +1 -0
  1745. package/workflow/useWorkflowVersions.d.ts +44 -0
  1746. package/workflow/useWorkflowVersions.d.ts.map +1 -0
  1747. package/workflow/useWorkflowVersions.js +102 -0
  1748. package/workflow/useWorkflowVersions.js.map +1 -0
  1749. package/workflow/waterfall/WaterfallBar.d.ts +19 -0
  1750. package/workflow/waterfall/WaterfallBar.d.ts.map +1 -0
  1751. package/workflow/waterfall/WaterfallBar.js +70 -0
  1752. package/workflow/waterfall/WaterfallBar.js.map +1 -0
  1753. package/workflow/waterfall/WaterfallRow.d.ts +18 -0
  1754. package/workflow/waterfall/WaterfallRow.d.ts.map +1 -0
  1755. package/workflow/waterfall/WaterfallRow.js +45 -0
  1756. package/workflow/waterfall/WaterfallRow.js.map +1 -0
  1757. package/workflow/waterfall/WaterfallScale.d.ts +14 -0
  1758. package/workflow/waterfall/WaterfallScale.d.ts.map +1 -0
  1759. package/workflow/waterfall/WaterfallScale.js +22 -0
  1760. package/workflow/waterfall/WaterfallScale.js.map +1 -0
  1761. package/workflow/waterfall/WaterfallTimeline.d.ts +46 -0
  1762. package/workflow/waterfall/WaterfallTimeline.d.ts.map +1 -0
  1763. package/workflow/waterfall/WaterfallTimeline.js +60 -0
  1764. package/workflow/waterfall/WaterfallTimeline.js.map +1 -0
  1765. package/workflow/waterfall/WaterfallTooltip.d.ts +15 -0
  1766. package/workflow/waterfall/WaterfallTooltip.d.ts.map +1 -0
  1767. package/workflow/waterfall/WaterfallTooltip.js +20 -0
  1768. package/workflow/waterfall/WaterfallTooltip.js.map +1 -0
  1769. package/workflow/waterfall/index.d.ts +6 -0
  1770. package/workflow/waterfall/index.d.ts.map +1 -0
  1771. package/workflow/waterfall/index.js +6 -0
  1772. package/workflow/waterfall/index.js.map +1 -0
  1773. package/workflow/workflow-graph-conversions.d.ts +44 -1
  1774. package/workflow/workflow-graph-conversions.d.ts.map +1 -1
  1775. package/workflow/workflow-graph-conversions.js +13 -26
  1776. package/workflow/workflow-graph-conversions.js.map +1 -1
  1777. package/workflow/workflow-uses-trigger-input.d.ts +14 -0
  1778. package/workflow/workflow-uses-trigger-input.d.ts.map +1 -0
  1779. package/workflow/workflow-uses-trigger-input.js +51 -0
  1780. package/workflow/workflow-uses-trigger-input.js.map +1 -0
  1781. package/workspace/WorkspaceEditor.d.ts +13 -27
  1782. package/workspace/WorkspaceEditor.d.ts.map +1 -1
  1783. package/workspace/WorkspaceEditor.js +17 -21
  1784. package/workspace/WorkspaceEditor.js.map +1 -1
  1785. package/workspace/WorkspaceEntryFiles.d.ts +22 -0
  1786. package/workspace/WorkspaceEntryFiles.d.ts.map +1 -0
  1787. package/workspace/WorkspaceEntryFiles.js +58 -0
  1788. package/workspace/WorkspaceEntryFiles.js.map +1 -0
  1789. package/workspace/WorkspaceFileLister.d.ts +31 -0
  1790. package/workspace/WorkspaceFileLister.d.ts.map +1 -0
  1791. package/workspace/WorkspaceFileLister.js +2 -0
  1792. package/workspace/WorkspaceFileLister.js.map +1 -0
  1793. package/workspace/__tests__/WorkspaceEditor-initialPanel.test.d.ts +2 -0
  1794. package/workspace/__tests__/WorkspaceEditor-initialPanel.test.d.ts.map +1 -0
  1795. package/workspace/__tests__/WorkspaceEditor-initialPanel.test.js +82 -0
  1796. package/workspace/__tests__/WorkspaceEditor-initialPanel.test.js.map +1 -0
  1797. package/workspace/__tests__/useWorkspaceFiles.test.d.ts +2 -0
  1798. package/workspace/__tests__/useWorkspaceFiles.test.d.ts.map +1 -0
  1799. package/workspace/__tests__/useWorkspaceFiles.test.js +128 -0
  1800. package/workspace/__tests__/useWorkspaceFiles.test.js.map +1 -0
  1801. package/workspace/__tests__/useWorkspaceSources.test.d.ts +2 -0
  1802. package/workspace/__tests__/useWorkspaceSources.test.d.ts.map +1 -0
  1803. package/workspace/__tests__/useWorkspaceSources.test.js +98 -0
  1804. package/workspace/__tests__/useWorkspaceSources.test.js.map +1 -0
  1805. package/workspace/index.d.ts +7 -0
  1806. package/workspace/index.d.ts.map +1 -1
  1807. package/workspace/index.js +3 -0
  1808. package/workspace/index.js.map +1 -1
  1809. package/workspace/useRecentWorkspaces.d.ts +8 -8
  1810. package/workspace/useRecentWorkspaces.d.ts.map +1 -1
  1811. package/workspace/useRecentWorkspaces.js +31 -31
  1812. package/workspace/useRecentWorkspaces.js.map +1 -1
  1813. package/workspace/useWorkspaceEntries.d.ts +1 -7
  1814. package/workspace/useWorkspaceEntries.d.ts.map +1 -1
  1815. package/workspace/useWorkspaceEntries.js +10 -1
  1816. package/workspace/useWorkspaceEntries.js.map +1 -1
  1817. package/workspace/useWorkspaceFiles.d.ts +42 -0
  1818. package/workspace/useWorkspaceFiles.d.ts.map +1 -0
  1819. package/workspace/useWorkspaceFiles.js +90 -0
  1820. package/workspace/useWorkspaceFiles.js.map +1 -0
  1821. package/workspace/useWorkspaceSources.d.ts +54 -0
  1822. package/workspace/useWorkspaceSources.d.ts.map +1 -0
  1823. package/workspace/useWorkspaceSources.js +51 -0
  1824. package/workspace/useWorkspaceSources.js.map +1 -0
  1825. package/runner/RunnerDetailView.d.ts +0 -44
  1826. package/runner/RunnerDetailView.d.ts.map +0 -1
  1827. package/runner/RunnerDetailView.js +0 -154
  1828. package/runner/RunnerDetailView.js.map +0 -1
  1829. package/runner/RunnerFileBrowser.d.ts +0 -43
  1830. package/runner/RunnerFileBrowser.d.ts.map +0 -1
  1831. package/runner/RunnerFileBrowser.js +0 -149
  1832. package/runner/RunnerFileBrowser.js.map +0 -1
  1833. package/runner/RunnerListPanel.d.ts +0 -95
  1834. package/runner/RunnerListPanel.d.ts.map +0 -1
  1835. package/runner/RunnerListPanel.js +0 -280
  1836. package/runner/RunnerListPanel.js.map +0 -1
  1837. package/runner/RunnerPicker.d.ts +0 -54
  1838. package/runner/RunnerPicker.d.ts.map +0 -1
  1839. package/runner/RunnerPicker.js +0 -135
  1840. package/runner/RunnerPicker.js.map +0 -1
  1841. package/runner/WorkspaceRunnerSelector.d.ts +0 -36
  1842. package/runner/WorkspaceRunnerSelector.d.ts.map +0 -1
  1843. package/runner/WorkspaceRunnerSelector.js +0 -63
  1844. package/runner/WorkspaceRunnerSelector.js.map +0 -1
  1845. package/runner/__tests__/phase.test.d.ts +0 -2
  1846. package/runner/__tests__/phase.test.d.ts.map +0 -1
  1847. package/runner/__tests__/phase.test.js +0 -37
  1848. package/runner/__tests__/phase.test.js.map +0 -1
  1849. package/runner/__tests__/useDeleteRunner.test.d.ts +0 -2
  1850. package/runner/__tests__/useDeleteRunner.test.d.ts.map +0 -1
  1851. package/runner/__tests__/useDeleteRunner.test.js +0 -108
  1852. package/runner/__tests__/useDeleteRunner.test.js.map +0 -1
  1853. package/runner/__tests__/useLaunchLocalRunner.test.d.ts +0 -2
  1854. package/runner/__tests__/useLaunchLocalRunner.test.d.ts.map +0 -1
  1855. package/runner/__tests__/useLaunchLocalRunner.test.js +0 -161
  1856. package/runner/__tests__/useLaunchLocalRunner.test.js.map +0 -1
  1857. package/runner/__tests__/useRunnerFileBrowser.test.d.ts +0 -2
  1858. package/runner/__tests__/useRunnerFileBrowser.test.d.ts.map +0 -1
  1859. package/runner/__tests__/useRunnerFileBrowser.test.js +0 -179
  1860. package/runner/__tests__/useRunnerFileBrowser.test.js.map +0 -1
  1861. package/runner/__tests__/useRunnerList.test.d.ts +0 -2
  1862. package/runner/__tests__/useRunnerList.test.d.ts.map +0 -1
  1863. package/runner/__tests__/useRunnerList.test.js +0 -68
  1864. package/runner/__tests__/useRunnerList.test.js.map +0 -1
  1865. package/runner/__tests__/useStopRunner.test.d.ts +0 -2
  1866. package/runner/__tests__/useStopRunner.test.d.ts.map +0 -1
  1867. package/runner/__tests__/useStopRunner.test.js +0 -114
  1868. package/runner/__tests__/useStopRunner.test.js.map +0 -1
  1869. package/runner/index.d.ts +0 -28
  1870. package/runner/index.d.ts.map +0 -1
  1871. package/runner/index.js +0 -15
  1872. package/runner/index.js.map +0 -1
  1873. package/runner/phase.d.ts +0 -45
  1874. package/runner/phase.d.ts.map +0 -1
  1875. package/runner/phase.js +0 -79
  1876. package/runner/phase.js.map +0 -1
  1877. package/runner/shared.d.ts +0 -31
  1878. package/runner/shared.d.ts.map +0 -1
  1879. package/runner/shared.js +0 -55
  1880. package/runner/shared.js.map +0 -1
  1881. package/runner/useDeleteRunner.d.ts +0 -36
  1882. package/runner/useDeleteRunner.d.ts.map +0 -1
  1883. package/runner/useDeleteRunner.js +0 -42
  1884. package/runner/useDeleteRunner.js.map +0 -1
  1885. package/runner/useLaunchLocalRunner.d.ts +0 -93
  1886. package/runner/useLaunchLocalRunner.d.ts.map +0 -1
  1887. package/runner/useLaunchLocalRunner.js +0 -82
  1888. package/runner/useLaunchLocalRunner.js.map +0 -1
  1889. package/runner/useRunner.d.ts +0 -37
  1890. package/runner/useRunner.d.ts.map +0 -1
  1891. package/runner/useRunner.js +0 -24
  1892. package/runner/useRunner.js.map +0 -1
  1893. package/runner/useRunnerCredential.d.ts +0 -66
  1894. package/runner/useRunnerCredential.d.ts.map +0 -1
  1895. package/runner/useRunnerCredential.js +0 -50
  1896. package/runner/useRunnerCredential.js.map +0 -1
  1897. package/runner/useRunnerFileBrowser.d.ts +0 -78
  1898. package/runner/useRunnerFileBrowser.d.ts.map +0 -1
  1899. package/runner/useRunnerFileBrowser.js +0 -215
  1900. package/runner/useRunnerFileBrowser.js.map +0 -1
  1901. package/runner/useRunnerList.d.ts +0 -70
  1902. package/runner/useRunnerList.d.ts.map +0 -1
  1903. package/runner/useRunnerList.js +0 -43
  1904. package/runner/useRunnerList.js.map +0 -1
  1905. package/runner/useStopRunner.d.ts +0 -53
  1906. package/runner/useStopRunner.d.ts.map +0 -1
  1907. package/runner/useStopRunner.js +0 -50
  1908. package/runner/useStopRunner.js.map +0 -1
  1909. package/src/runner/RunnerDetailView.tsx +0 -410
  1910. package/src/runner/RunnerFileBrowser.tsx +0 -603
  1911. package/src/runner/RunnerListPanel.tsx +0 -761
  1912. package/src/runner/RunnerPicker.tsx +0 -321
  1913. package/src/runner/WorkspaceRunnerSelector.tsx +0 -180
  1914. package/src/runner/__tests__/phase.test.ts +0 -39
  1915. package/src/runner/__tests__/useDeleteRunner.test.tsx +0 -150
  1916. package/src/runner/__tests__/useLaunchLocalRunner.test.tsx +0 -248
  1917. package/src/runner/__tests__/useRunnerFileBrowser.test.tsx +0 -256
  1918. package/src/runner/__tests__/useRunnerList.test.tsx +0 -96
  1919. package/src/runner/__tests__/useStopRunner.test.tsx +0 -154
  1920. package/src/runner/index.ts +0 -65
  1921. package/src/runner/phase.ts +0 -84
  1922. package/src/runner/shared.tsx +0 -124
  1923. package/src/runner/useDeleteRunner.ts +0 -67
  1924. package/src/runner/useLaunchLocalRunner.ts +0 -156
  1925. package/src/runner/useRunner.ts +0 -59
  1926. package/src/runner/useRunnerCredential.ts +0 -89
  1927. package/src/runner/useRunnerFileBrowser.ts +0 -344
  1928. package/src/runner/useRunnerList.ts +0 -106
  1929. package/src/runner/useStopRunner.ts +0 -92
  1930. package/src/workflow/CanvasTaskNode.tsx +0 -372
  1931. package/src/workflow/WorkflowTopologyGraph.tsx +0 -250
  1932. package/workflow/CanvasTaskNode.d.ts +0 -21
  1933. package/workflow/CanvasTaskNode.d.ts.map +0 -1
  1934. package/workflow/CanvasTaskNode.js +0 -125
  1935. package/workflow/CanvasTaskNode.js.map +0 -1
  1936. package/workflow/WorkflowTopologyGraph.d.ts +0 -22
  1937. package/workflow/WorkflowTopologyGraph.d.ts.map +0 -1
  1938. package/workflow/WorkflowTopologyGraph.js +0 -123
  1939. package/workflow/WorkflowTopologyGraph.js.map +0 -1
@@ -0,0 +1,95 @@
1
+ "use client";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { memo, useState, useCallback, useMemo } from "react";
4
+ const inputClass = "w-full rounded-md border border-[var(--stgm-border,#d4d4d8)] bg-[var(--stgm-background,#fff)] px-2 py-1.5 text-xs text-[var(--stgm-foreground,#1a1a2e)] placeholder:text-[var(--stgm-muted-foreground,#a3a3a3)] focus:outline-none focus:ring-1 focus:ring-[var(--stgm-ring,#3b82f6)]";
5
+ /**
6
+ * Specialized configuration form for `agent_call` tasks.
7
+ *
8
+ * Organizes agent-specific fields into semantic sections: Agent identity,
9
+ * harness selection, message prompt, environment variables, execution
10
+ * config (model, timeout, temperature, cost cap), and structured output.
11
+ *
12
+ * Composes primitive field controls rather than rendering a generic
13
+ * schema form — following the research report guidance that "the forms
14
+ * should educate the user about the semantics of each step."
15
+ *
16
+ * @since T10 (Inspector Panel Refactor)
17
+ */
18
+ export const AgentCallForm = memo(function AgentCallForm({ node, onFieldChange, }) {
19
+ const config = node.config;
20
+ const execConfig = (config.config ?? {});
21
+ const outputContract = (config.output ?? {});
22
+ const hasOutput = Object.keys(outputContract).length > 0;
23
+ const [showOutput, setShowOutput] = useState(hasOutput);
24
+ const handleChange = useCallback((field, value) => {
25
+ onFieldChange(field, value === "" ? undefined : value);
26
+ }, [onFieldChange]);
27
+ const handleExecConfigChange = useCallback((field, value) => {
28
+ onFieldChange("config", {
29
+ ...execConfig,
30
+ [field]: value === "" ? undefined : value,
31
+ });
32
+ }, [execConfig, onFieldChange]);
33
+ const handleOutputChange = useCallback((field, value) => {
34
+ onFieldChange("output", {
35
+ ...outputContract,
36
+ [field]: value === "" ? undefined : value,
37
+ });
38
+ }, [outputContract, onFieldChange]);
39
+ const toggleOutput = useCallback(() => {
40
+ if (showOutput) {
41
+ onFieldChange("output", undefined);
42
+ setShowOutput(false);
43
+ }
44
+ else {
45
+ setShowOutput(true);
46
+ }
47
+ }, [showOutput, onFieldChange]);
48
+ const envEntries = useMemo(() => {
49
+ const env = config.env;
50
+ if (!env || typeof env !== "object" || Array.isArray(env))
51
+ return [];
52
+ return Object.entries(env);
53
+ }, [config.env]);
54
+ return (_jsxs("div", { className: "flex flex-col gap-4 px-3 py-3", children: [_jsxs("section", { className: "flex flex-col gap-2", children: [_jsx(SectionLabel, { children: "Agent" }), _jsx(FieldRow, { label: "Agent", hint: 'Slug or "org/slug" format', required: true, children: _jsx("input", { type: "text", value: typeof config.agent === "string" ? config.agent : "", onChange: (e) => handleChange("agent", e.target.value), placeholder: "e.g., code-reviewer or acme/analyst", className: inputClass, "data-testid": "agent-call-agent-input" }) }), _jsx(FieldRow, { label: "Harness", hint: "Execution engine for this agent call", children: _jsxs("div", { className: "flex gap-3", children: [_jsxs("label", { className: "flex items-center gap-1.5 text-xs", children: [_jsx("input", { type: "radio", name: `${node.id}-harness`, checked: !config.harness || config.harness === "HARNESS_NATIVE" || config.harness === "native", onChange: () => handleChange("harness", undefined), className: "h-3.5 w-3.5 border-[var(--stgm-border,#d4d4d8)] text-[var(--stgm-primary,#6366f1)]" }), "Native"] }), _jsxs("label", { className: "flex items-center gap-1.5 text-xs", children: [_jsx("input", { type: "radio", name: `${node.id}-harness`, checked: config.harness === "cursor" || config.harness === "HARNESS_CURSOR", onChange: () => handleChange("harness", "cursor"), className: "h-3.5 w-3.5 border-[var(--stgm-border,#d4d4d8)] text-[var(--stgm-primary,#6366f1)]" }), "Cursor"] })] }) })] }), _jsxs("section", { className: "flex flex-col gap-2", children: [_jsx(SectionLabel, { children: "Message" }), _jsx(FieldRow, { label: "Prompt", hint: "Instructions sent to the agent. Supports ${ } expressions.", required: true, children: _jsx("textarea", { value: typeof config.message === "string" ? config.message : "", onChange: (e) => handleChange("message", e.target.value), placeholder: "Analyze this data: ${ $context.fetchData.body }", rows: 4, className: `${inputClass} resize-y font-mono border-[var(--stgm-chart-purple,#8b5cf6)]/40`, "data-testid": "agent-call-message-input" }) })] }), envEntries.length > 0 && (_jsxs("section", { className: "flex flex-col gap-2", children: [_jsx(SectionLabel, { children: "Environment" }), _jsx("div", { className: "flex flex-col gap-1.5", children: envEntries.map(([key, val]) => (_jsxs("div", { className: "flex items-start gap-1", children: [_jsx("input", { type: "text", value: key, readOnly: true, className: `${inputClass} w-1/3 bg-[var(--stgm-muted,#f5f5f5)]` }), _jsx("input", { type: "text", value: typeof val === "string" ? val : "", onChange: (e) => {
55
+ const env = { ...(config.env ?? {}) };
56
+ env[key] = e.target.value || undefined;
57
+ handleChange("env", env);
58
+ }, placeholder: "value", className: `${inputClass} flex-1` })] }, key))) })] })), _jsxs("section", { className: "flex flex-col gap-2", children: [_jsx(SectionLabel, { children: "Execution" }), _jsx(FieldRow, { label: "Model", hint: "Override the agent's default model", children: _jsx("input", { type: "text", value: typeof execConfig.model === "string" ? execConfig.model : "", onChange: (e) => handleExecConfigChange("model", e.target.value), placeholder: "Agent default", className: inputClass, "data-testid": "agent-call-model-input" }) }), _jsx(FieldRow, { label: "Timeout", hint: "Seconds (1\u20133600)", children: _jsx("input", { type: "number", value: typeof execConfig.timeout === "number" ? execConfig.timeout : "", onChange: (e) => handleExecConfigChange("timeout", e.target.value ? parseInt(e.target.value, 10) : undefined), placeholder: "300", min: 1, max: 3600, className: inputClass }) }), _jsx(FieldRow, { label: "Temperature", hint: "0.0 (deterministic) to 1.0 (creative)", children: _jsx("input", { type: "number", value: typeof execConfig.temperature === "number" ? execConfig.temperature : "", onChange: (e) => handleExecConfigChange("temperature", e.target.value ? parseFloat(e.target.value) : undefined), placeholder: "0.7", min: 0, max: 1, step: 0.1, className: inputClass }) }), _jsx(FieldRow, { label: "Max cost", hint: "Per-task cap in micro-USD (1 USD = 1,000,000)", children: _jsx("input", { type: "number", value: typeof execConfig.max_cost_micros === "number" ? execConfig.max_cost_micros : "", onChange: (e) => handleExecConfigChange("max_cost_micros", e.target.value ? parseInt(e.target.value, 10) : undefined), placeholder: "No limit", min: 0, className: inputClass }) })] }), _jsxs("section", { className: "flex flex-col gap-2", children: [_jsxs("div", { className: "flex items-center gap-2", children: [_jsx(SectionLabel, { children: "Structured output" }), _jsxs("label", { className: "flex cursor-pointer items-center gap-1.5", children: [_jsx("input", { type: "checkbox", checked: showOutput, onChange: toggleOutput, className: "h-3.5 w-3.5 rounded border-[var(--stgm-border,#d4d4d8)] text-[var(--stgm-primary,#6366f1)]" }), _jsx("span", { className: "text-[10px] text-[var(--stgm-muted-foreground,#737373)]", children: showOutput ? "Enabled" : "Disabled" })] })] }), showOutput && (_jsxs("div", { className: "flex flex-col gap-2", children: [_jsx(FieldRow, { label: "Schema", hint: "JSON Schema for the agent's structured response", children: _jsx(OutputSchemaEditor, { value: outputContract.schema, onChange: (v) => handleOutputChange("schema", v) }) }), _jsx(FieldRow, { label: "On invalid", hint: "Policy when output fails schema validation", children: _jsxs("select", { value: typeof outputContract.on_invalid === "string" ? outputContract.on_invalid : "", onChange: (e) => handleOutputChange("on_invalid", e.target.value || undefined), className: inputClass, children: [_jsx("option", { value: "", children: "Fail (default)" }), _jsx("option", { value: "ON_INVALID_RETRY", children: "Retry" }), _jsx("option", { value: "ON_INVALID_FALLBACK", children: "Fallback" })] }) }), (outputContract.on_invalid === "ON_INVALID_RETRY") && (_jsx(FieldRow, { label: "Max retries", hint: "1\u20135 attempts", children: _jsx("input", { type: "number", value: typeof outputContract.max_retries === "number" ? outputContract.max_retries : "", onChange: (e) => handleOutputChange("max_retries", e.target.value ? parseInt(e.target.value, 10) : undefined), placeholder: "1", min: 1, max: 5, className: inputClass }) })), _jsx(FieldRow, { label: "Fallback task", hint: "Task to branch to if validation fails", children: _jsx("input", { type: "text", value: typeof outputContract.fallback_task === "string" ? outputContract.fallback_task : "", onChange: (e) => handleOutputChange("fallback_task", e.target.value || undefined), placeholder: "Optional", className: inputClass }) })] }))] })] }));
59
+ });
60
+ // ---------------------------------------------------------------------------
61
+ // Output schema editor (JSON textarea with parse validation)
62
+ // ---------------------------------------------------------------------------
63
+ function OutputSchemaEditor({ value, onChange, }) {
64
+ const strValue = value != null ? JSON.stringify(value, null, 2) : "";
65
+ const [localValue, setLocalValue] = useState(strValue);
66
+ const [parseError, setParseError] = useState(null);
67
+ const handleChange = useCallback((e) => {
68
+ const raw = e.target.value;
69
+ setLocalValue(raw);
70
+ if (!raw.trim()) {
71
+ setParseError(null);
72
+ onChange(undefined);
73
+ return;
74
+ }
75
+ try {
76
+ const parsed = JSON.parse(raw);
77
+ setParseError(null);
78
+ onChange(parsed);
79
+ }
80
+ catch {
81
+ setParseError("Invalid JSON Schema");
82
+ }
83
+ }, [onChange]);
84
+ return (_jsxs("div", { className: "flex flex-col gap-0.5", children: [_jsx("textarea", { value: localValue, onChange: handleChange, rows: 5, className: `${inputClass} resize-y font-mono text-[11px]`, placeholder: '{ "type": "object", "properties": { ... } }' }), parseError && (_jsx("span", { className: "text-[10px] text-[var(--stgm-destructive,#ef4444)]", children: parseError }))] }));
85
+ }
86
+ // ---------------------------------------------------------------------------
87
+ // Shared
88
+ // ---------------------------------------------------------------------------
89
+ function SectionLabel({ children }) {
90
+ return (_jsx("h4", { className: "text-[11px] font-semibold uppercase tracking-wide text-[var(--stgm-muted-foreground,#737373)]", children: children }));
91
+ }
92
+ function FieldRow({ label, hint, required, children, }) {
93
+ return (_jsxs("div", { className: "flex flex-col gap-1", children: [_jsxs("label", { className: "flex items-center gap-1 text-[11px] font-medium text-[var(--stgm-foreground,#1a1a2e)]", children: [label, required && _jsx("span", { className: "text-[var(--stgm-destructive,#ef4444)]", "aria-label": "required", children: "*" })] }), hint && (_jsx("p", { className: "text-[10px] leading-tight text-[var(--stgm-muted-foreground,#737373)]", children: hint })), children] }));
94
+ }
95
+ //# sourceMappingURL=AgentCallForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AgentCallForm.js","sourceRoot":"","sources":["../../../../src/workflow/inspector/forms/AgentCallForm.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ import type { WorkflowGraphNode } from "../../workflow-graph-model";
2
+ /** Props for {@link HttpCallForm}. */
3
+ export interface HttpCallFormProps {
4
+ readonly node: WorkflowGraphNode;
5
+ readonly onFieldChange: (fieldPath: string, value: unknown) => void;
6
+ }
7
+ /**
8
+ * Specialized configuration form for `http_call` tasks.
9
+ *
10
+ * Organizes HTTP-specific fields into semantic sections: method + URL,
11
+ * headers, request body, and timeout. Body section is only visible
12
+ * for methods that support a request body (POST, PUT, PATCH).
13
+ *
14
+ * @since T10 (Inspector Panel Refactor)
15
+ */
16
+ export declare const HttpCallForm: import("react").NamedExoticComponent<HttpCallFormProps>;
17
+ //# sourceMappingURL=HttpCallForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpCallForm.d.ts","sourceRoot":"","sources":["../../../../src/workflow/inspector/forms/HttpCallForm.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAEpE,sCAAsC;AACtC,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACrE;AAQD;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY,yDAgMvB,CAAC"}
@@ -0,0 +1,86 @@
1
+ "use client";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { memo, useState, useCallback, useMemo } from "react";
4
+ const HTTP_METHODS = ["GET", "POST", "PUT", "DELETE", "PATCH"];
5
+ const BODY_METHODS = new Set(["POST", "PUT", "PATCH"]);
6
+ const inputClass = "w-full rounded-md border border-[var(--stgm-border,#d4d4d8)] bg-[var(--stgm-background,#fff)] px-2 py-1.5 text-xs text-[var(--stgm-foreground,#1a1a2e)] placeholder:text-[var(--stgm-muted-foreground,#a3a3a3)] focus:outline-none focus:ring-1 focus:ring-[var(--stgm-ring,#3b82f6)]";
7
+ /**
8
+ * Specialized configuration form for `http_call` tasks.
9
+ *
10
+ * Organizes HTTP-specific fields into semantic sections: method + URL,
11
+ * headers, request body, and timeout. Body section is only visible
12
+ * for methods that support a request body (POST, PUT, PATCH).
13
+ *
14
+ * @since T10 (Inspector Panel Refactor)
15
+ */
16
+ export const HttpCallForm = memo(function HttpCallForm({ node, onFieldChange, }) {
17
+ const config = node.config;
18
+ const endpoint = (config.endpoint ?? {});
19
+ const method = typeof config.method === "string" ? config.method : "GET";
20
+ const showBody = BODY_METHODS.has(method);
21
+ const handleChange = useCallback((field, value) => {
22
+ onFieldChange(field, value === "" ? undefined : value);
23
+ }, [onFieldChange]);
24
+ const handleEndpointChange = useCallback((field, value) => {
25
+ onFieldChange("endpoint", {
26
+ ...endpoint,
27
+ [field]: value === "" ? undefined : value,
28
+ });
29
+ }, [endpoint, onFieldChange]);
30
+ const headers = useMemo(() => {
31
+ const h = config.headers;
32
+ if (!h || typeof h !== "object" || Array.isArray(h))
33
+ return {};
34
+ return h;
35
+ }, [config.headers]);
36
+ const headerEntries = useMemo(() => Object.entries(headers), [headers]);
37
+ const handleHeaderChange = useCallback((oldKey, newKey, value) => {
38
+ const result = {};
39
+ for (const [k, v] of Object.entries(headers)) {
40
+ if (k === oldKey) {
41
+ result[newKey] = value;
42
+ }
43
+ else {
44
+ result[k] = v;
45
+ }
46
+ }
47
+ handleChange("headers", Object.keys(result).length > 0 ? result : undefined);
48
+ }, [headers, handleChange]);
49
+ const addHeader = useCallback(() => {
50
+ handleChange("headers", { ...headers, "": "" });
51
+ }, [headers, handleChange]);
52
+ const removeHeader = useCallback((key) => {
53
+ const { [key]: _, ...rest } = headers;
54
+ handleChange("headers", Object.keys(rest).length > 0 ? rest : undefined);
55
+ }, [headers, handleChange]);
56
+ const [bodyValue, setBodyValue] = useState(config.body != null ? JSON.stringify(config.body, null, 2) : "");
57
+ const [bodyError, setBodyError] = useState(null);
58
+ const handleBodyChange = useCallback((e) => {
59
+ const raw = e.target.value;
60
+ setBodyValue(raw);
61
+ if (!raw.trim()) {
62
+ setBodyError(null);
63
+ handleChange("body", undefined);
64
+ return;
65
+ }
66
+ try {
67
+ const parsed = JSON.parse(raw);
68
+ setBodyError(null);
69
+ handleChange("body", parsed);
70
+ }
71
+ catch {
72
+ setBodyError("Invalid JSON");
73
+ }
74
+ }, [handleChange]);
75
+ return (_jsxs("div", { className: "flex flex-col gap-4 px-3 py-3", children: [_jsxs("section", { className: "flex flex-col gap-2", children: [_jsx(SectionLabel, { children: "Request" }), _jsxs("div", { className: "flex gap-2", children: [_jsx("select", { value: method, onChange: (e) => handleChange("method", e.target.value), className: `${inputClass} w-24 shrink-0`, "data-testid": "http-call-method-select", children: HTTP_METHODS.map((m) => (_jsx("option", { value: m, children: m }, m))) }), _jsx("input", { type: "text", value: typeof endpoint.uri === "string" ? endpoint.uri : "", onChange: (e) => handleEndpointChange("uri", e.target.value), placeholder: "https://api.example.com/data", className: `${inputClass} flex-1 font-mono border-[var(--stgm-chart-purple,#8b5cf6)]/40`, "data-testid": "http-call-url-input" })] })] }), _jsxs("section", { className: "flex flex-col gap-2", children: [_jsx(SectionLabel, { children: "Headers" }), headerEntries.length > 0 && (_jsx("div", { className: "flex flex-col gap-1.5", children: headerEntries.map(([key, val], idx) => (_jsxs("div", { className: "flex items-start gap-1", children: [_jsx("input", { type: "text", value: key, onChange: (e) => handleHeaderChange(key, e.target.value, val), placeholder: "Header name", className: `${inputClass} w-2/5` }), _jsx("input", { type: "text", value: typeof val === "string" ? val : "", onChange: (e) => handleHeaderChange(key, key, e.target.value), placeholder: "Value", className: `${inputClass} flex-1` }), _jsx("button", { type: "button", onClick: () => removeHeader(key), className: "mt-1 text-[10px] text-[var(--stgm-destructive,#ef4444)] hover:underline", "aria-label": `Remove header ${key}`, children: "\u2715" })] }, idx))) })), _jsx("button", { type: "button", onClick: addHeader, className: "self-start text-[11px] font-medium text-[var(--stgm-primary,#6366f1)] hover:underline", children: "+ Add header" })] }), showBody && (_jsxs("section", { className: "flex flex-col gap-2", children: [_jsx(SectionLabel, { children: "Body" }), _jsxs("div", { className: "flex flex-col gap-0.5", children: [_jsx("textarea", { value: bodyValue, onChange: handleBodyChange, rows: 5, className: `${inputClass} resize-y font-mono text-[11px]`, placeholder: '{ "key": "value" }', "data-testid": "http-call-body-input" }), bodyError && (_jsx("span", { className: "text-[10px] text-[var(--stgm-destructive,#ef4444)]", children: bodyError }))] })] })), _jsxs("section", { className: "flex flex-col gap-2", children: [_jsx(SectionLabel, { children: "Settings" }), _jsx(FieldRow, { label: "Timeout", hint: "Seconds (1\u2013300)", children: _jsx("input", { type: "number", value: typeof config.timeout_seconds === "number" ? config.timeout_seconds : "", onChange: (e) => handleChange("timeout_seconds", e.target.value ? parseInt(e.target.value, 10) : undefined), placeholder: "30", min: 1, max: 300, className: inputClass }) })] })] }));
76
+ });
77
+ // ---------------------------------------------------------------------------
78
+ // Shared
79
+ // ---------------------------------------------------------------------------
80
+ function SectionLabel({ children }) {
81
+ return (_jsx("h4", { className: "text-[11px] font-semibold uppercase tracking-wide text-[var(--stgm-muted-foreground,#737373)]", children: children }));
82
+ }
83
+ function FieldRow({ label, hint, children, }) {
84
+ return (_jsxs("div", { className: "flex flex-col gap-1", children: [_jsx("label", { className: "text-[11px] font-medium text-[var(--stgm-foreground,#1a1a2e)]", children: label }), hint && (_jsx("p", { className: "text-[10px] leading-tight text-[var(--stgm-muted-foreground,#737373)]", children: hint })), children] }));
85
+ }
86
+ //# sourceMappingURL=HttpCallForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpCallForm.js","sourceRoot":"","sources":["../../../../src/workflow/inspector/forms/HttpCallForm.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Inspector module — tabbed, mode-aware configuration surface.
3
+ *
4
+ * @since T10 (Inspector Panel Refactor)
5
+ */
6
+ export { InspectorShell } from "./InspectorShell";
7
+ export type { InspectorShellProps } from "./InspectorShell";
8
+ export { InspectorHeader } from "./InspectorHeader";
9
+ export type { InspectorHeaderProps } from "./InspectorHeader";
10
+ export { useInspectorTabs } from "./useInspectorTabs";
11
+ export type { UseInspectorTabsInput, UseInspectorTabsReturn } from "./useInspectorTabs";
12
+ export { EdgeInspector } from "./EdgeInspector";
13
+ export type { EdgeInspectorProps } from "./EdgeInspector";
14
+ export { SentinelInspector } from "./SentinelInspector";
15
+ export type { SentinelInspectorProps } from "./SentinelInspector";
16
+ export { ConfigureTab } from "./tabs/ConfigureTab";
17
+ export type { ConfigureTabProps } from "./tabs/ConfigureTab";
18
+ export { DataTab } from "./tabs/DataTab";
19
+ export type { DataTabProps } from "./tabs/DataTab";
20
+ export { RuntimeTab } from "./tabs/RuntimeTab";
21
+ export type { RuntimeTabProps } from "./tabs/RuntimeTab";
22
+ export { AdvancedTab } from "./tabs/AdvancedTab";
23
+ export type { AdvancedTabProps } from "./tabs/AdvancedTab";
24
+ export { DocsTab } from "./tabs/DocsTab";
25
+ export type { DocsTabProps } from "./tabs/DocsTab";
26
+ export { ExecutionInspectorAdapter } from "./ExecutionInspectorAdapter";
27
+ export type { ExecutionInspectorAdapterProps } from "./ExecutionInspectorAdapter";
28
+ export { AgentCallForm } from "./forms/AgentCallForm";
29
+ export type { AgentCallFormProps } from "./forms/AgentCallForm";
30
+ export { HttpCallForm } from "./forms/HttpCallForm";
31
+ export type { HttpCallFormProps } from "./forms/HttpCallForm";
32
+ export { taskToYaml } from "./task-to-yaml";
33
+ export { WorkflowSummaryPanel } from "./WorkflowSummaryPanel";
34
+ export type { WorkflowSummaryPanelProps } from "./WorkflowSummaryPanel";
35
+ export type { DesignTabId, ExecutionTabId, InspectorTabId, InspectorMode, InspectorNodeIdentity, InspectorTabDefinition, InspectorMutations, } from "./types";
36
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workflow/inspector/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAG5D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAG9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAGxF,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAGlE,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,YAAY,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAGlF,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,YAAY,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,YAAY,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9D,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAGxE,YAAY,EACV,WAAW,EACX,cAAc,EACd,cAAc,EACd,aAAa,EACb,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,GACnB,MAAM,SAAS,CAAC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Inspector module — tabbed, mode-aware configuration surface.
3
+ *
4
+ * @since T10 (Inspector Panel Refactor)
5
+ */
6
+ // Shell
7
+ export { InspectorShell } from "./InspectorShell";
8
+ // Header
9
+ export { InspectorHeader } from "./InspectorHeader";
10
+ // Tabs hook
11
+ export { useInspectorTabs } from "./useInspectorTabs";
12
+ // Sub-inspectors
13
+ export { EdgeInspector } from "./EdgeInspector";
14
+ export { SentinelInspector } from "./SentinelInspector";
15
+ // Tab content components
16
+ export { ConfigureTab } from "./tabs/ConfigureTab";
17
+ export { DataTab } from "./tabs/DataTab";
18
+ export { RuntimeTab } from "./tabs/RuntimeTab";
19
+ export { AdvancedTab } from "./tabs/AdvancedTab";
20
+ export { DocsTab } from "./tabs/DocsTab";
21
+ // Execution mode adapter
22
+ export { ExecutionInspectorAdapter } from "./ExecutionInspectorAdapter";
23
+ // Per-kind forms
24
+ export { AgentCallForm } from "./forms/AgentCallForm";
25
+ export { HttpCallForm } from "./forms/HttpCallForm";
26
+ // Task YAML serialization
27
+ export { taskToYaml } from "./task-to-yaml";
28
+ // Workflow summary (empty state)
29
+ export { WorkflowSummaryPanel } from "./WorkflowSummaryPanel";
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/workflow/inspector/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,QAAQ;AACR,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,SAAS;AACT,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,YAAY;AACZ,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,iBAAiB;AACjB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,yBAAyB;AACzB,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAGzC,yBAAyB;AACzB,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAGxE,iBAAiB;AACjB,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAGpD,0BAA0B;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,iCAAiC;AACjC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { WorkflowGraphNode } from "../../workflow-graph-model";
2
+ /** Props for {@link AdvancedTab}. */
3
+ export interface AdvancedTabProps {
4
+ readonly node: WorkflowGraphNode;
5
+ readonly otherTaskNames: readonly string[];
6
+ readonly kindString: string;
7
+ readonly onUpdateFlow: (nodeId: string, thenTarget: string | undefined) => void;
8
+ }
9
+ /**
10
+ * Advanced tab — flow control and raw task metadata.
11
+ *
12
+ * Shows the `flow.then` directive (hidden for branching kinds whose routing
13
+ * is managed by the Configure tab's specialized editors).
14
+ *
15
+ * @since T10 (Inspector Panel Refactor)
16
+ */
17
+ export declare const AdvancedTab: import("react").NamedExoticComponent<AdvancedTabProps>;
18
+ //# sourceMappingURL=AdvancedTab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdvancedTab.d.ts","sourceRoot":"","sources":["../../../../src/workflow/inspector/tabs/AdvancedTab.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAEpE,qCAAqC;AACrC,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,cAAc,EAAE,SAAS,MAAM,EAAE,CAAC;IAC3C,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAC;CACjF;AAID;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,wDA8DtB,CAAC"}
@@ -0,0 +1,24 @@
1
+ "use client";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { memo, useCallback } from "react";
4
+ const BRANCHING_KINDS = new Set(["switch_case", "human_input"]);
5
+ /**
6
+ * Advanced tab — flow control and raw task metadata.
7
+ *
8
+ * Shows the `flow.then` directive (hidden for branching kinds whose routing
9
+ * is managed by the Configure tab's specialized editors).
10
+ *
11
+ * @since T10 (Inspector Panel Refactor)
12
+ */
13
+ export const AdvancedTab = memo(function AdvancedTab({ node, otherTaskNames, kindString, onUpdateFlow, }) {
14
+ const isBranching = BRANCHING_KINDS.has(kindString);
15
+ const currentFlow = node.flow?.then ?? "";
16
+ const handleFlowChange = useCallback((e) => {
17
+ onUpdateFlow(node.id, e.target.value || undefined);
18
+ }, [node.id, onUpdateFlow]);
19
+ return (_jsxs("div", { className: "flex flex-col gap-4 px-3 py-3", children: [!isBranching && (_jsxs("section", { className: "flex flex-col gap-1.5", children: [_jsx("h4", { className: "text-[11px] font-semibold uppercase tracking-wide text-[var(--stgm-muted-foreground,#737373)]", children: "Flow control" }), _jsx("p", { className: "text-[10px] leading-tight text-[var(--stgm-muted-foreground,#737373)]", children: "Override the default sequential execution order." }), _jsxs("select", { value: currentFlow, onChange: handleFlowChange, className: "w-full rounded-md border border-[var(--stgm-border,#d4d4d8)] bg-[var(--stgm-background,#fff)] px-2 py-1.5 text-xs text-[var(--stgm-foreground,#1a1a2e)] focus:outline-none focus:ring-1 focus:ring-[var(--stgm-ring,#3b82f6)]", children: [_jsx("option", { value: "", children: "Next (implicit sequential)" }), _jsx("option", { value: "end", children: "End workflow" }), otherTaskNames.map((name) => (_jsx("option", { value: name, children: name }, name)))] })] })), isBranching && (_jsx("p", { className: "text-xs text-[var(--stgm-muted-foreground,#737373)]", children: "Flow routing for this task is managed through its branch configuration in the Configure tab." })), _jsxs("section", { className: "flex flex-col gap-1.5", children: [_jsx("h4", { className: "text-[11px] font-semibold uppercase tracking-wide text-[var(--stgm-muted-foreground,#737373)]", children: "Task metadata" }), _jsxs("div", { className: "flex flex-col gap-1 text-[11px]", children: [_jsx(MetadataRow, { label: "ID", value: node.id }), _jsx(MetadataRow, { label: "Kind", value: kindString }), _jsx(MetadataRow, { label: "Category", value: node.category }), node.export?.as && _jsx(MetadataRow, { label: "Exports as", value: node.export.as }), node.flow?.then && _jsx(MetadataRow, { label: "Then", value: node.flow.then })] })] })] }));
20
+ });
21
+ function MetadataRow({ label, value }) {
22
+ return (_jsxs("div", { className: "flex items-baseline gap-2", children: [_jsxs("span", { className: "shrink-0 text-[var(--stgm-muted-foreground,#737373)]", children: [label, ":"] }), _jsx("span", { className: "min-w-0 break-all font-mono text-[var(--stgm-foreground,#1a1a2e)]", children: value })] }));
23
+ }
24
+ //# sourceMappingURL=AdvancedTab.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdvancedTab.js","sourceRoot":"","sources":["../../../../src/workflow/inspector/tabs/AdvancedTab.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAW1C,MAAM,eAAe,GAAG,IAAI,GAAG,CAAC,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC;AAEhE;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,CAAC,SAAS,WAAW,CAAC,EACnD,IAAI,EACJ,cAAc,EACd,UAAU,EACV,YAAY,GACK;IACjB,MAAM,WAAW,GAAG,eAAe,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpD,MAAM,WAAW,GAAG,IAAI,CAAC,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC;IAE1C,MAAM,gBAAgB,GAAG,WAAW,CAClC,CAAC,CAAuC,EAAE,EAAE;QAC1C,YAAY,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK,IAAI,SAAS,CAAC,CAAC;IACrD,CAAC,EACD,CAAC,IAAI,CAAC,EAAE,EAAE,YAAY,CAAC,CACxB,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAC,+BAA+B,aAC3C,CAAC,WAAW,IAAI,CACf,mBAAS,SAAS,EAAC,uBAAuB,aACxC,aAAI,SAAS,EAAC,+FAA+F,6BAExG,EACL,YAAG,SAAS,EAAC,uEAAuE,iEAEhF,EACJ,kBACE,KAAK,EAAE,WAAW,EAClB,QAAQ,EAAE,gBAAgB,EAC1B,SAAS,EAAC,+NAA+N,aAEzO,iBAAQ,KAAK,EAAC,EAAE,2CAAoC,EACpD,iBAAQ,KAAK,EAAC,KAAK,6BAAsB,EACxC,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAC5B,iBAAmB,KAAK,EAAE,IAAI,YAC3B,IAAI,IADM,IAAI,CAER,CACV,CAAC,IACK,IACD,CACX,EAEA,WAAW,IAAI,CACd,YAAG,SAAS,EAAC,qDAAqD,6GAE9D,CACL,EAED,mBAAS,SAAS,EAAC,uBAAuB,aACxC,aAAI,SAAS,EAAC,+FAA+F,8BAExG,EACL,eAAK,SAAS,EAAC,iCAAiC,aAC9C,KAAC,WAAW,IAAC,KAAK,EAAC,IAAI,EAAC,KAAK,EAAE,IAAI,CAAC,EAAE,GAAI,EAC1C,KAAC,WAAW,IAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAE,UAAU,GAAI,EAC/C,KAAC,WAAW,IAAC,KAAK,EAAC,UAAU,EAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,GAAI,EACrD,IAAI,CAAC,MAAM,EAAE,EAAE,IAAI,KAAC,WAAW,IAAC,KAAK,EAAC,YAAY,EAAC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,GAAI,EAC5E,IAAI,CAAC,IAAI,EAAE,IAAI,IAAI,KAAC,WAAW,IAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,GAAI,IACnE,IACE,IACN,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,SAAS,WAAW,CAAC,EAAE,KAAK,EAAE,KAAK,EAAoC;IACrE,OAAO,CACL,eAAK,SAAS,EAAC,2BAA2B,aACxC,gBAAM,SAAS,EAAC,sDAAsD,aAAE,KAAK,SAAS,EACtF,eAAM,SAAS,EAAC,mEAAmE,YAAE,KAAK,GAAQ,IAC9F,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { WorkflowGraphNode, WorkflowGraphModel } from "../../workflow-graph-model";
2
+ import type { InspectorMutations } from "../types";
3
+ export interface BranchesTabProps {
4
+ readonly node: WorkflowGraphNode;
5
+ readonly graph: WorkflowGraphModel;
6
+ readonly mutations: InspectorMutations;
7
+ readonly kindString: string;
8
+ }
9
+ /**
10
+ * Branches tab for switch_case and fork nodes.
11
+ *
12
+ * - switch_case: shows case listing with conditions, default marking, reorder, remove
13
+ * - fork: shows branch listing, join policy toggle, reorder, remove
14
+ *
15
+ * @since T09 (Branch Management UX)
16
+ */
17
+ export declare const BranchesTab: import("react").NamedExoticComponent<BranchesTabProps>;
18
+ //# sourceMappingURL=BranchesTab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BranchesTab.d.ts","sourceRoot":"","sources":["../../../../src/workflow/inspector/tabs/BranchesTab.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AACxF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,KAAK,EAAE,kBAAkB,CAAC;IACnC,QAAQ,CAAC,SAAS,EAAE,kBAAkB,CAAC;IACvC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,wDAiBtB,CAAC"}
@@ -0,0 +1,125 @@
1
+ "use client";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { memo, useCallback, useMemo, useState } from "react";
4
+ import { cn } from "@stigmer/theme";
5
+ /**
6
+ * Branches tab for switch_case and fork nodes.
7
+ *
8
+ * - switch_case: shows case listing with conditions, default marking, reorder, remove
9
+ * - fork: shows branch listing, join policy toggle, reorder, remove
10
+ *
11
+ * @since T09 (Branch Management UX)
12
+ */
13
+ export const BranchesTab = memo(function BranchesTab({ node, graph, mutations, kindString, }) {
14
+ if (kindString === "switch_case") {
15
+ return (_jsx(SwitchCaseBranches, { node: node, graph: graph, mutations: mutations }));
16
+ }
17
+ if (kindString === "fork") {
18
+ return _jsx(ForkBranches, { node: node, mutations: mutations });
19
+ }
20
+ return null;
21
+ });
22
+ // ---------------------------------------------------------------------------
23
+ // Switch Case branches
24
+ // ---------------------------------------------------------------------------
25
+ function SwitchCaseBranches({ node, graph, mutations, }) {
26
+ const config = node.config;
27
+ const cases = useMemo(() => {
28
+ const raw = config.cases;
29
+ if (!Array.isArray(raw))
30
+ return [];
31
+ return raw
32
+ .filter((c) => c != null && typeof c === "object")
33
+ .map((c) => ({
34
+ name: c.name || "",
35
+ when: c.when || "",
36
+ then: c.then || "",
37
+ }));
38
+ }, [config.cases]);
39
+ const edges = graph.edges.filter((e) => e.source === node.id && e.sourceHandle?.startsWith("case_"));
40
+ const handleRemove = useCallback((caseName) => {
41
+ mutations.onRemoveSwitchCase?.(node.id, caseName);
42
+ }, [mutations, node.id]);
43
+ const handleMoveUp = useCallback((index) => {
44
+ if (index <= 0 || !mutations.onReorderSwitchCases)
45
+ return;
46
+ const newOrder = cases.map((c) => c.name);
47
+ [newOrder[index - 1], newOrder[index]] = [newOrder[index], newOrder[index - 1]];
48
+ mutations.onReorderSwitchCases(node.id, newOrder);
49
+ }, [cases, mutations, node.id]);
50
+ const handleMoveDown = useCallback((index) => {
51
+ if (index >= cases.length - 1 || !mutations.onReorderSwitchCases)
52
+ return;
53
+ const newOrder = cases.map((c) => c.name);
54
+ [newOrder[index], newOrder[index + 1]] = [newOrder[index + 1], newOrder[index]];
55
+ mutations.onReorderSwitchCases(node.id, newOrder);
56
+ }, [cases, mutations, node.id]);
57
+ return (_jsxs("div", { className: "flex flex-col gap-3 px-3 py-3", children: [_jsx("div", { className: "flex items-center justify-between", children: _jsxs("h3", { className: "text-xs font-semibold text-[var(--stgm-foreground,#1a1a2e)]", children: ["Cases (", cases.length, ")"] }) }), cases.length === 0 ? (_jsx("p", { className: "text-[11px] text-[var(--stgm-muted-foreground,#737373)]", children: "No cases defined. Add a case to create conditional branches." })) : (_jsx("div", { className: "flex flex-col gap-1.5", children: cases.map((caseEntry, idx) => {
58
+ const isDefault = !caseEntry.when;
59
+ const targetEdge = edges.find((e) => e.sourceHandle === `case_${caseEntry.name}`);
60
+ return (_jsxs("div", { className: cn("group/case flex items-center gap-2 rounded-md border px-2 py-1.5", isDefault
61
+ ? "border-dashed border-[var(--stgm-border,#e5e5e5)] bg-[var(--stgm-muted,#f5f5f5)]"
62
+ : "border-[var(--stgm-border,#e5e5e5)]"), children: [_jsxs("div", { className: "flex flex-col gap-0.5 opacity-0 group-hover/case:opacity-100 transition-opacity", children: [_jsx("button", { type: "button", onClick: () => handleMoveUp(idx), disabled: idx === 0, className: "text-[var(--stgm-muted-foreground,#737373)] disabled:opacity-30 hover:text-[var(--stgm-foreground,#1a1a2e)]", "aria-label": `Move ${caseEntry.name} up`, children: _jsx("svg", { width: "8", height: "8", viewBox: "0 0 8 8", fill: "currentColor", "aria-hidden": "true", children: _jsx("path", { d: "M4 1L1 5h6L4 1z" }) }) }), _jsx("button", { type: "button", onClick: () => handleMoveDown(idx), disabled: idx === cases.length - 1, className: "text-[var(--stgm-muted-foreground,#737373)] disabled:opacity-30 hover:text-[var(--stgm-foreground,#1a1a2e)]", "aria-label": `Move ${caseEntry.name} down`, children: _jsx("svg", { width: "8", height: "8", viewBox: "0 0 8 8", fill: "currentColor", "aria-hidden": "true", children: _jsx("path", { d: "M4 7L1 3h6L4 7z" }) }) })] }), _jsxs("div", { className: "min-w-0 flex-1", children: [_jsxs("div", { className: "flex items-center gap-1.5", children: [_jsx("span", { className: "text-[11px] font-medium text-[var(--stgm-foreground,#1a1a2e)] truncate", children: caseEntry.name }), isDefault && (_jsx("span", { className: "shrink-0 rounded-sm bg-[var(--stgm-muted,#f5f5f5)] border border-[var(--stgm-border,#e5e5e5)] px-1 py-px text-[9px] font-medium text-[var(--stgm-muted-foreground,#737373)]", children: "default" }))] }), caseEntry.when && (_jsx("p", { className: "mt-0.5 text-[10px] font-mono text-[var(--stgm-muted-foreground,#737373)] truncate", children: caseEntry.when })), targetEdge && (_jsxs("p", { className: "mt-0.5 text-[10px] text-[var(--stgm-muted-foreground,#737373)]", children: ["\u2192 ", targetEdge.target] }))] }), _jsx("button", { type: "button", onClick: () => handleRemove(caseEntry.name), className: "shrink-0 opacity-0 group-hover/case:opacity-100 transition-opacity text-[var(--stgm-muted-foreground,#737373)] hover:text-[var(--stgm-destructive,#ef4444)]", "aria-label": `Remove case ${caseEntry.name}`, title: "Remove case", children: _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", "aria-hidden": "true", children: _jsx("path", { d: "M3 3l6 6M9 3l-6 6" }) }) })] }, caseEntry.name));
63
+ }) }))] }));
64
+ }
65
+ // ---------------------------------------------------------------------------
66
+ // Fork branches
67
+ // ---------------------------------------------------------------------------
68
+ function ForkBranches({ node, mutations, }) {
69
+ const config = node.config;
70
+ const branches = useMemo(() => {
71
+ const raw = config.branches;
72
+ if (!Array.isArray(raw))
73
+ return [];
74
+ return raw
75
+ .filter((b) => b != null && typeof b === "object")
76
+ .map((b) => ({
77
+ name: b.name || "",
78
+ taskCount: Array.isArray(b.do) ? b.do.length : 0,
79
+ }));
80
+ }, [config.branches]);
81
+ const compete = config.compete === true;
82
+ const handleSetCompete = useCallback((value) => {
83
+ mutations.onSetForkCompete?.(node.id, value);
84
+ }, [mutations, node.id]);
85
+ const handleRemove = useCallback((branchName) => {
86
+ mutations.onRemoveForkBranch?.(node.id, branchName);
87
+ }, [mutations, node.id]);
88
+ const handleMoveUp = useCallback((index) => {
89
+ if (index <= 0 || !mutations.onReorderForkBranches)
90
+ return;
91
+ const newOrder = branches.map((b) => b.name);
92
+ [newOrder[index - 1], newOrder[index]] = [newOrder[index], newOrder[index - 1]];
93
+ mutations.onReorderForkBranches(node.id, newOrder);
94
+ }, [branches, mutations, node.id]);
95
+ const handleMoveDown = useCallback((index) => {
96
+ if (index >= branches.length - 1 || !mutations.onReorderForkBranches)
97
+ return;
98
+ const newOrder = branches.map((b) => b.name);
99
+ [newOrder[index], newOrder[index + 1]] = [newOrder[index + 1], newOrder[index]];
100
+ mutations.onReorderForkBranches(node.id, newOrder);
101
+ }, [branches, mutations, node.id]);
102
+ const [renamingIdx, setRenamingIdx] = useState(null);
103
+ const [renameValue, setRenameValue] = useState("");
104
+ const startRename = useCallback((idx, currentName) => {
105
+ setRenamingIdx(idx);
106
+ setRenameValue(currentName);
107
+ }, []);
108
+ const commitRename = useCallback(() => {
109
+ if (renamingIdx === null)
110
+ return;
111
+ const oldName = branches[renamingIdx]?.name;
112
+ const trimmed = renameValue.trim();
113
+ if (oldName && trimmed && trimmed !== oldName && /^[a-zA-Z_][a-zA-Z0-9_]*$/.test(trimmed)) {
114
+ mutations.onRenameForkBranch?.(node.id, oldName, trimmed);
115
+ }
116
+ setRenamingIdx(null);
117
+ }, [renamingIdx, renameValue, branches, mutations, node.id]);
118
+ return (_jsxs("div", { className: "flex flex-col gap-3 px-3 py-3", children: [_jsxs("fieldset", { children: [_jsx("legend", { className: "text-xs font-semibold text-[var(--stgm-foreground,#1a1a2e)] mb-1.5", children: "Join policy" }), _jsxs("div", { className: "flex flex-col gap-1.5", children: [_jsxs("label", { className: "flex items-center gap-2 text-[11px] text-[var(--stgm-foreground,#1a1a2e)] cursor-pointer", children: [_jsx("input", { type: "radio", name: `join-policy-${node.id}`, checked: !compete, onChange: () => handleSetCompete(false), className: "h-3 w-3 accent-[var(--stgm-primary,#6366f1)]" }), "Wait for all branches"] }), _jsxs("label", { className: "flex items-center gap-2 text-[11px] text-[var(--stgm-foreground,#1a1a2e)] cursor-pointer", children: [_jsx("input", { type: "radio", name: `join-policy-${node.id}`, checked: compete, onChange: () => handleSetCompete(true), className: "h-3 w-3 accent-[var(--stgm-primary,#6366f1)]" }), "Race mode (first branch wins)"] })] })] }), _jsxs("div", { children: [_jsxs("h3", { className: "text-xs font-semibold text-[var(--stgm-foreground,#1a1a2e)] mb-1.5", children: ["Parallel branches (", branches.length, ")"] }), _jsx("div", { className: "flex flex-col gap-1.5", children: branches.map((branch, idx) => (_jsxs("div", { className: "group/branch flex items-center gap-2 rounded-md border border-[var(--stgm-border,#e5e5e5)] px-2 py-1.5", children: [_jsxs("div", { className: "flex flex-col gap-0.5 opacity-0 group-hover/branch:opacity-100 transition-opacity", children: [_jsx("button", { type: "button", onClick: () => handleMoveUp(idx), disabled: idx === 0, className: "text-[var(--stgm-muted-foreground,#737373)] disabled:opacity-30 hover:text-[var(--stgm-foreground,#1a1a2e)]", "aria-label": `Move ${branch.name} up`, children: _jsx("svg", { width: "8", height: "8", viewBox: "0 0 8 8", fill: "currentColor", "aria-hidden": "true", children: _jsx("path", { d: "M4 1L1 5h6L4 1z" }) }) }), _jsx("button", { type: "button", onClick: () => handleMoveDown(idx), disabled: idx === branches.length - 1, className: "text-[var(--stgm-muted-foreground,#737373)] disabled:opacity-30 hover:text-[var(--stgm-foreground,#1a1a2e)]", "aria-label": `Move ${branch.name} down`, children: _jsx("svg", { width: "8", height: "8", viewBox: "0 0 8 8", fill: "currentColor", "aria-hidden": "true", children: _jsx("path", { d: "M4 7L1 3h6L4 7z" }) }) })] }), _jsxs("div", { className: "min-w-0 flex-1", children: [renamingIdx === idx ? (_jsx("input", { type: "text", value: renameValue, onChange: (e) => setRenameValue(e.target.value), onBlur: commitRename, onKeyDown: (e) => {
119
+ if (e.key === "Enter")
120
+ commitRename();
121
+ if (e.key === "Escape")
122
+ setRenamingIdx(null);
123
+ }, autoFocus: true, className: "w-full rounded border border-[var(--stgm-ring,#3b82f6)] bg-[var(--stgm-background,#fff)] px-1 py-0.5 text-[11px] text-[var(--stgm-foreground,#1a1a2e)] outline-none" })) : (_jsx("span", { className: "text-[11px] font-medium text-[var(--stgm-foreground,#1a1a2e)] truncate block cursor-text", onDoubleClick: () => startRename(idx, branch.name), title: "Double-click to rename", children: branch.name })), _jsxs("span", { className: "text-[10px] text-[var(--stgm-muted-foreground,#737373)]", children: [branch.taskCount, " ", branch.taskCount === 1 ? "task" : "tasks"] })] }), _jsx("button", { type: "button", onClick: () => handleRemove(branch.name), disabled: branches.length <= 2, className: "shrink-0 opacity-0 group-hover/branch:opacity-100 transition-opacity text-[var(--stgm-muted-foreground,#737373)] hover:text-[var(--stgm-destructive,#ef4444)] disabled:opacity-30 disabled:cursor-not-allowed", "aria-label": `Remove branch ${branch.name}`, title: branches.length <= 2 ? "Fork requires at least 2 branches" : "Remove branch", children: _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", "aria-hidden": "true", children: _jsx("path", { d: "M3 3l6 6M9 3l-6 6" }) }) })] }, branch.name))) })] })] }));
124
+ }
125
+ //# sourceMappingURL=BranchesTab.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BranchesTab.js","sourceRoot":"","sources":["../../../../src/workflow/inspector/tabs/BranchesTab.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import type { WorkflowGraphNode } from "../../workflow-graph-model";
2
+ import type { InspectorMutations } from "../types";
3
+ export interface CatchTabProps {
4
+ readonly node: WorkflowGraphNode;
5
+ readonly mutations: InspectorMutations;
6
+ }
7
+ /**
8
+ * Catch tab for try_catch nodes.
9
+ *
10
+ * Displays:
11
+ * - Protected tasks list (try block, read-only)
12
+ * - Catch configuration (error variable, compensate toggle)
13
+ * - Catch tasks list
14
+ * - Remove catch handler action
15
+ *
16
+ * @since T09 (Branch Management UX)
17
+ */
18
+ export declare const CatchTab: import("react").NamedExoticComponent<CatchTabProps>;
19
+ //# sourceMappingURL=CatchTab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CatchTab.d.ts","sourceRoot":"","sources":["../../../../src/workflow/inspector/tabs/CatchTab.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,SAAS,EAAE,kBAAkB,CAAC;CACxC;AAED;;;;;;;;;;GAUG;AACH,eAAO,MAAM,QAAQ,qDAuKnB,CAAC"}