@skaile/workspaces 3.1.0 → 3.2.1

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 (162) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/README.md +5 -1
  3. package/dist/{asset-feeds-3XCKB542.js → asset-feeds-SEYSNNEM.js} +5 -5
  4. package/dist/{asset-feeds-3XCKB542.js.map → asset-feeds-SEYSNNEM.js.map} +1 -1
  5. package/dist/asset-manager/catalog-deployer.js +1 -1
  6. package/dist/asset-manager/index.js +2 -2
  7. package/dist/asset-manager/installer.js +1 -1
  8. package/dist/bridge/drivers/claude-sdk.js +2 -2
  9. package/dist/bridge/drivers/codex.js +1 -1
  10. package/dist/bridge/drivers/continue.js +2 -2
  11. package/dist/bridge/drivers/echo.js +1 -1
  12. package/dist/bridge/drivers/gemini.js +3 -3
  13. package/dist/bridge/drivers/goose.js +2 -2
  14. package/dist/bridge/drivers/omp.js +1 -1
  15. package/dist/bridge/drivers/opencode.js +2 -2
  16. package/dist/bridge/drivers/qwen.js +3 -3
  17. package/dist/bridge/index.js +3 -3
  18. package/dist/{chunk-5QGMEPUX.js → chunk-B4J6TV4G.js} +21 -5
  19. package/dist/chunk-B4J6TV4G.js.map +1 -0
  20. package/dist/{chunk-H26KDA7J.js → chunk-BEA7RXI3.js} +73 -36
  21. package/dist/chunk-BEA7RXI3.js.map +1 -0
  22. package/dist/{chunk-X73AMPOT.js → chunk-BKUANJB7.js} +5 -5
  23. package/dist/{chunk-X73AMPOT.js.map → chunk-BKUANJB7.js.map} +1 -1
  24. package/dist/{chunk-BENN6MO4.js → chunk-CH3UTJBT.js} +4 -4
  25. package/dist/{chunk-BENN6MO4.js.map → chunk-CH3UTJBT.js.map} +1 -1
  26. package/dist/{chunk-PUEHYNBT.js → chunk-DNYE3SSL.js} +3 -3
  27. package/dist/{chunk-PUEHYNBT.js.map → chunk-DNYE3SSL.js.map} +1 -1
  28. package/dist/{chunk-7KFN2EPR.js → chunk-FLBDLF3I.js} +4 -4
  29. package/dist/{chunk-7KFN2EPR.js.map → chunk-FLBDLF3I.js.map} +1 -1
  30. package/dist/{chunk-ZGTM4BOU.js → chunk-HCNVX34E.js} +2 -2
  31. package/dist/{chunk-ZGTM4BOU.js.map → chunk-HCNVX34E.js.map} +1 -1
  32. package/dist/{chunk-N4GFUWWC.js → chunk-HNBWU5RA.js} +3 -3
  33. package/dist/{chunk-N4GFUWWC.js.map → chunk-HNBWU5RA.js.map} +1 -1
  34. package/dist/{chunk-7HXS7WZF.js → chunk-HWEW3VII.js} +2 -2
  35. package/dist/{chunk-7HXS7WZF.js.map → chunk-HWEW3VII.js.map} +1 -1
  36. package/dist/{chunk-FP7DNGX6.js → chunk-I7MKEZ6J.js} +3 -3
  37. package/dist/{chunk-FP7DNGX6.js.map → chunk-I7MKEZ6J.js.map} +1 -1
  38. package/dist/{chunk-S5FV6ISY.js → chunk-I7S6DFRU.js} +120 -30
  39. package/dist/chunk-I7S6DFRU.js.map +1 -0
  40. package/dist/{chunk-MJ6EME7A.js → chunk-IAIHZRG7.js} +6 -6
  41. package/dist/{chunk-MJ6EME7A.js.map → chunk-IAIHZRG7.js.map} +1 -1
  42. package/dist/{chunk-HA2H3FLE.js → chunk-KPZZI2KG.js} +3 -3
  43. package/dist/{chunk-HA2H3FLE.js.map → chunk-KPZZI2KG.js.map} +1 -1
  44. package/dist/{chunk-TARN55L3.js → chunk-NLZYBWVH.js} +6 -6
  45. package/dist/{chunk-TARN55L3.js.map → chunk-NLZYBWVH.js.map} +1 -1
  46. package/dist/{chunk-HNR2IT34.js → chunk-NWFZUQPF.js} +10 -10
  47. package/dist/{chunk-HNR2IT34.js.map → chunk-NWFZUQPF.js.map} +1 -1
  48. package/dist/{chunk-2U4ISGE2.js → chunk-O6B3ZZ5S.js} +4 -4
  49. package/dist/{chunk-2U4ISGE2.js.map → chunk-O6B3ZZ5S.js.map} +1 -1
  50. package/dist/{chunk-PT2ZUW2E.js → chunk-PTAUN5CY.js} +2 -2
  51. package/dist/{chunk-PT2ZUW2E.js.map → chunk-PTAUN5CY.js.map} +1 -1
  52. package/dist/{chunk-ZAP2BDHG.js → chunk-QVZA2MDT.js} +2 -2
  53. package/dist/chunk-QVZA2MDT.js.map +1 -0
  54. package/dist/{chunk-QFO4IYBZ.js → chunk-VT6HDD2L.js} +2 -2
  55. package/dist/{chunk-QFO4IYBZ.js.map → chunk-VT6HDD2L.js.map} +1 -1
  56. package/dist/{chunk-VBMY3VCW.js → chunk-XVIFPGYH.js} +3 -3
  57. package/dist/{chunk-VBMY3VCW.js.map → chunk-XVIFPGYH.js.map} +1 -1
  58. package/dist/cli/index.js +278 -269
  59. package/dist/cli/index.js.map +1 -1
  60. package/dist/cli/src/flow-discovery.d.ts +18 -8
  61. package/dist/cli/src/flow-discovery.d.ts.map +1 -1
  62. package/dist/connectors/config.js +1 -1
  63. package/dist/connectors/index.js +7 -7
  64. package/dist/core/discovery.js +1 -1
  65. package/dist/core/index.js +1 -1
  66. package/dist/core/src/discovery.d.ts +4 -1
  67. package/dist/core/src/discovery.d.ts.map +1 -1
  68. package/dist/deploy/index.js +1 -1
  69. package/dist/{ensure-sources-AST427RF.js → ensure-sources-IM3JMW2L.js} +5 -5
  70. package/dist/{ensure-sources-AST427RF.js.map → ensure-sources-IM3JMW2L.js.map} +1 -1
  71. package/dist/factory-assets/connectors/box.js +7 -7
  72. package/dist/factory-assets/connectors/deploy.js +7 -7
  73. package/dist/factory-assets/connectors/devserver.js +7 -7
  74. package/dist/factory-assets/connectors/flow/CONNECTOR.md +26 -9
  75. package/dist/factory-assets/connectors/flow/adapter.d.ts +15 -7
  76. package/dist/factory-assets/connectors/flow/adapter.d.ts.map +1 -1
  77. package/dist/factory-assets/connectors/flow/adapter.js +7 -7
  78. package/dist/factory-assets/connectors/flow/contract/expression.d.ts +3 -1
  79. package/dist/factory-assets/connectors/flow/contract/expression.d.ts.map +1 -1
  80. package/dist/factory-assets/connectors/flow/contract/schema.d.ts.map +1 -1
  81. package/dist/factory-assets/connectors/flow/contract.js +2 -2
  82. package/dist/factory-assets/connectors/flow/engine/bindings.d.ts +12 -0
  83. package/dist/factory-assets/connectors/flow/engine/bindings.d.ts.map +1 -1
  84. package/dist/factory-assets/connectors/flow/engine/check-provenance.d.ts +13 -2
  85. package/dist/factory-assets/connectors/flow/engine/check-provenance.d.ts.map +1 -1
  86. package/dist/factory-assets/connectors/flow/engine/engine.d.ts +5 -1
  87. package/dist/factory-assets/connectors/flow/engine/engine.d.ts.map +1 -1
  88. package/dist/factory-assets/connectors/flow/engine/index.d.ts +1 -0
  89. package/dist/factory-assets/connectors/flow/engine/index.d.ts.map +1 -1
  90. package/dist/factory-assets/connectors/flow/engine/loader.d.ts +63 -9
  91. package/dist/factory-assets/connectors/flow/engine/loader.d.ts.map +1 -1
  92. package/dist/factory-assets/connectors/flow/engine/optional-failure.d.ts +24 -0
  93. package/dist/factory-assets/connectors/flow/engine/optional-failure.d.ts.map +1 -0
  94. package/dist/factory-assets/connectors/flow/engine/router-settlement.d.ts.map +1 -1
  95. package/dist/factory-assets/connectors/flow/engine/types.d.ts +3 -1
  96. package/dist/factory-assets/connectors/flow/engine/types.d.ts.map +1 -1
  97. package/dist/factory-assets/connectors/flow/engine.js +3 -3
  98. package/dist/factory-assets/connectors/flow/prompt-fragments.js +1 -1
  99. package/dist/factory-assets/connectors/flow/run-flow.js +8 -8
  100. package/dist/factory-assets/connectors/flow/sub-flow-runner.d.ts +9 -1
  101. package/dist/factory-assets/connectors/flow/sub-flow-runner.d.ts.map +1 -1
  102. package/dist/factory-assets/connectors/flow.js +7 -7
  103. package/dist/factory-assets/connectors/git.js +7 -7
  104. package/dist/factory-assets/connectors/gmail.js +7 -7
  105. package/dist/factory-assets/connectors/googledrive.js +7 -7
  106. package/dist/factory-assets/connectors/local.js +7 -7
  107. package/dist/factory-assets/connectors/mattermost.js +7 -7
  108. package/dist/factory-assets/connectors/memory.js +7 -7
  109. package/dist/factory-assets/connectors/minio.js +7 -7
  110. package/dist/factory-assets/connectors/postgres.js +7 -7
  111. package/dist/factory-assets/connectors/s3.js +7 -7
  112. package/dist/factory-assets/connectors/sharepoint.js +7 -7
  113. package/dist/factory-assets/connectors/sqlite.js +7 -7
  114. package/dist/factory-assets/connectors/static-server.js +7 -7
  115. package/dist/factory-assets/connectors/tunnel.js +7 -7
  116. package/dist/factory-assets/connectors/webdav.js +7 -7
  117. package/dist/factory-assets/connectors/xstate-store.js +7 -7
  118. package/dist/factory-assets/connectors/xstate.js +7 -7
  119. package/dist/{flows-LQSVM45J.js → flows-PBNW6BEH.js} +4 -4
  120. package/dist/{flows-LQSVM45J.js.map → flows-PBNW6BEH.js.map} +1 -1
  121. package/dist/{helpers-IZDG57TR.js → helpers-LJFOH4RB.js} +5 -5
  122. package/dist/{helpers-IZDG57TR.js.map → helpers-LJFOH4RB.js.map} +1 -1
  123. package/dist/library/index.js +1 -1
  124. package/dist/library/install.js +1 -1
  125. package/dist/{library-publish-XGJ7IOU2.js → library-publish-BEFA7OCS.js} +9 -9
  126. package/dist/{library-publish-XGJ7IOU2.js.map → library-publish-BEFA7OCS.js.map} +1 -1
  127. package/dist/{open-library-YDS66KLH.js → open-library-WJ7P7B4N.js} +8 -8
  128. package/dist/{open-library-YDS66KLH.js.map → open-library-WJ7P7B4N.js.map} +1 -1
  129. package/dist/{paths-ZLX4ITAQ.js → paths-2ZZMB7HU.js} +3 -3
  130. package/dist/{paths-ZLX4ITAQ.js.map → paths-2ZZMB7HU.js.map} +1 -1
  131. package/dist/{plugin-store-YIMNH2FH.js → plugin-store-EOP3S7OU.js} +3 -3
  132. package/dist/{plugin-store-YIMNH2FH.js.map → plugin-store-EOP3S7OU.js.map} +1 -1
  133. package/dist/{project-NR53RZOT.js → project-6RXDBSRV.js} +6 -6
  134. package/dist/{project-NR53RZOT.js.map → project-6RXDBSRV.js.map} +1 -1
  135. package/dist/resolver/index.js +1 -1
  136. package/dist/runner/index.js +11 -11
  137. package/dist/sdk/asset-manager.js +2 -2
  138. package/dist/sdk/bridge.js +3 -3
  139. package/dist/sdk/core.js +1 -1
  140. package/dist/sdk/flow.js +3 -3
  141. package/dist/sdk/index.js +11 -11
  142. package/dist/sdk/resolver.js +1 -1
  143. package/dist/sdk/runner.js +11 -11
  144. package/dist/{setup-I5SLLHRA.js → setup-XI7TCIGF.js} +5 -5
  145. package/dist/{setup-I5SLLHRA.js.map → setup-XI7TCIGF.js.map} +1 -1
  146. package/dist/{skills-HGVH6UTA.js → skills-5PJ6YVM7.js} +3 -3
  147. package/dist/{skills-HGVH6UTA.js.map → skills-5PJ6YVM7.js.map} +1 -1
  148. package/dist/{source-DDZKKQH2.js → source-TJ457ZRQ.js} +9 -9
  149. package/dist/{source-DDZKKQH2.js.map → source-TJ457ZRQ.js.map} +1 -1
  150. package/dist/{source-manifest-publish-OTVKHRX3.js → source-manifest-publish-R3Q4MT5W.js} +10 -10
  151. package/dist/{source-manifest-publish-OTVKHRX3.js.map → source-manifest-publish-R3Q4MT5W.js.map} +1 -1
  152. package/dist/tui/index.js +11 -11
  153. package/dist/types/src/flow.d.ts +38 -12
  154. package/dist/types/src/flow.d.ts.map +1 -1
  155. package/dist/workspace-plugin/adapters/mcp.js +2 -2
  156. package/dist/workspace-plugin/adapters/omp.js +7 -7
  157. package/dist/workspace-plugin/index.js +1 -1
  158. package/package.json +1 -1
  159. package/dist/chunk-5QGMEPUX.js.map +0 -1
  160. package/dist/chunk-H26KDA7J.js.map +0 -1
  161. package/dist/chunk-S5FV6ISY.js.map +0 -1
  162. package/dist/chunk-ZAP2BDHG.js.map +0 -1
@@ -3,18 +3,28 @@
3
3
  *
4
4
  * Walks every {@link aiResourceRoots} root (bundled factory-assets when
5
5
  * installed, the monorepo `ai-assets/` in dev, plus `~/.skaile/libraries/`)
6
- * through the layout-tolerant `loadAllFlows`, so built-in flows are discovered
7
- * after `npm i` exactly as they are in the monorepo. De-duplicated by flow id
8
- * (first root wins).
6
+ * through the layout-tolerant `loadAllFlowEntries`, so built-in flows are
7
+ * discovered after `npm i` exactly as they are in the monorepo. De-duplicated by
8
+ * flow id (first root wins).
9
+ *
10
+ * A flow's identity is its declared `id` — never its filename. Listing and
11
+ * resolution therefore run over the same enumeration, so what `flow list` prints
12
+ * is exactly what `run` can start.
9
13
  */
10
- import { loadAllFlows } from "@skaile/workspaces/factory-assets/connectors/flow/engine";
11
- type FlowDefinition = ReturnType<typeof loadAllFlows>[number];
14
+ import { loadAllFlowEntries } from "@skaile/workspaces/factory-assets/connectors/flow/engine";
15
+ type FlowDefinition = ReturnType<typeof loadAllFlowEntries>[number]["flow"];
12
16
  /** All flows across every content root, de-duplicated by id. */
13
17
  export declare function discoverFlows(): FlowDefinition[];
14
18
  /**
15
- * Locate the on-disk flow file for `flowId` across every content root, trying
16
- * both the flat (`<root>/flows/`) and domain-nested (`<root>/<domain>/flows/`)
17
- * layouts and the `.flow.yaml` / `.flow.json` / legacy `.json` extensions.
19
+ * Locate the on-disk file of the flow **whose declared `id`** is `flowId`,
20
+ * across every content root, both content-root layouts (`<root>/flows/` and
21
+ * `<root>/<domain>/flows/`), and both flow layouts (flat and per-flow directory).
22
+ *
23
+ * The conventional paths are probed first, but a hit only counts once the file
24
+ * confirms the id — a flow named after something other than its id is found via
25
+ * the same enumeration `discoverFlows` uses, which is what keeps `flow list` and
26
+ * `run` agreeing by construction. Discovery warnings are suppressed here: a miss
27
+ * is the normal case for `skaile run "<free-text prompt>"`.
18
28
  *
19
29
  * `priorityRoots` are searched before the standard {@link aiResourceRoots} so a
20
30
  * project-local `ai-assets/` tree can override a built-in flow.
@@ -1 +1 @@
1
- {"version":3,"file":"flow-discovery.d.ts","sourceRoot":"","sources":["../../../cli/src/flow-discovery.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAKH,OAAO,EAAE,YAAY,EAAE,MAAM,0DAA0D,CAAC;AAGxF,KAAK,cAAc,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,gEAAgE;AAChE,wBAAgB,aAAa,IAAI,cAAc,EAAE,CAQhD;AAED;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,GAAE,MAAM,EAAO,GAAG,MAAM,GAAG,SAAS,CAU7F"}
1
+ {"version":3,"file":"flow-discovery.d.ts","sourceRoot":"","sources":["../../../cli/src/flow-discovery.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAIH,OAAO,EAEL,kBAAkB,EAEnB,MAAM,0DAA0D,CAAC;AAIlE,KAAK,cAAc,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5E,gEAAgE;AAChE,wBAAgB,aAAa,IAAI,cAAc,EAAE,CAQhD;AAWD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,GAAE,MAAM,EAAO,GAAG,MAAM,GAAG,SAAS,CAW7F"}
@@ -2,7 +2,7 @@ export { LegacyAuthGrammarError, createCliSecretProviderChain, createForgeSecret
2
2
  import '../chunk-P43HBWKK.js';
3
3
  import '../chunk-F3HNW354.js';
4
4
  import '../chunk-K5GBV4SA.js';
5
- import '../chunk-ZAP2BDHG.js';
5
+ import '../chunk-QVZA2MDT.js';
6
6
  import '../chunk-UFY2HFLO.js';
7
7
  import '../chunk-Q26C5GLO.js';
8
8
  import '../chunk-MENCWIHW.js';
@@ -1,21 +1,21 @@
1
- export { AbstractConnector, BUILTIN_CONNECTOR_CATALOG, ConnectorFieldMissingError, ConnectorManager, ConnectorStartupError, FlowAdapter, LogBuffer, ManagedGitconfigCollisionError, PortPool, atomicReplaceCredential, buildConnectorPromptSection, buildSdkConnectorTools, buildSdkFlowTools, createFsWatcher, createWorktree, defaultSpawn, ensureDirMode, ensureFleetMounted, findGitRoot, findMissingPackages, getConnector, installNpmPackages, isFleetManaged, isPackageResolvable, listConnectors, listWorktrees, registerBuiltinConnectors, removeMountBlock, renderCredentialHelperScript, tryGetConnector, worktreeRegistry, writeHelperScript, writeMountBlock } from '../chunk-H26KDA7J.js';
1
+ export { AbstractConnector, BUILTIN_CONNECTOR_CATALOG, ConnectorFieldMissingError, ConnectorManager, ConnectorStartupError, FlowAdapter, LogBuffer, ManagedGitconfigCollisionError, PortPool, atomicReplaceCredential, buildConnectorPromptSection, buildSdkConnectorTools, buildSdkFlowTools, createFsWatcher, createWorktree, defaultSpawn, ensureDirMode, ensureFleetMounted, findGitRoot, findMissingPackages, getConnector, installNpmPackages, isFleetManaged, isPackageResolvable, listConnectors, listWorktrees, registerBuiltinConnectors, removeMountBlock, renderCredentialHelperScript, tryGetConnector, worktreeRegistry, writeHelperScript, writeMountBlock } from '../chunk-BEA7RXI3.js';
2
2
  export { EnvSecretProvider, ForgeSecretProvider, InMemorySecretProvider, LegacyAuthGrammarError, LockedSecretProvider, OAuthRequiredError, PreMintedSecretProvider, SecretProviderChain, createCliSecretProviderChain, createForgeSecretProviderChain, deriveSingleMaterializedConnectorDeclaration, fromMaterializedConnectorMd, isKnownSecretRef, loadConnectorDeclarations, loadMaterializedConnectorDeclarations, resolveAuthRef, resolveBackendAuthFor, resolvedConfigToDeclarations } from '../chunk-ZNIHTT22.js';
3
- import '../chunk-HA2H3FLE.js';
3
+ import '../chunk-KPZZI2KG.js';
4
4
  import '../chunk-46LE3GNY.js';
5
5
  import '../chunk-RRVQAE5D.js';
6
6
  import '../chunk-V34ZEXSE.js';
7
7
  import '../chunk-GAH4YRCI.js';
8
- import '../chunk-QFO4IYBZ.js';
8
+ import '../chunk-VT6HDD2L.js';
9
9
  import '../chunk-6E6PKKAD.js';
10
10
  import '../chunk-IFGTRL2I.js';
11
- import '../chunk-S5FV6ISY.js';
12
- import '../chunk-5QGMEPUX.js';
13
- import '../chunk-7KFN2EPR.js';
11
+ import '../chunk-I7S6DFRU.js';
12
+ import '../chunk-B4J6TV4G.js';
13
+ import '../chunk-FLBDLF3I.js';
14
14
  import '../chunk-F5VREBV2.js';
15
15
  import '../chunk-P43HBWKK.js';
16
16
  import '../chunk-F3HNW354.js';
17
17
  import '../chunk-K5GBV4SA.js';
18
- import '../chunk-ZAP2BDHG.js';
18
+ import '../chunk-QVZA2MDT.js';
19
19
  import '../chunk-UFY2HFLO.js';
20
20
  import '../chunk-Q26C5GLO.js';
21
21
  import '../chunk-MENCWIHW.js';
@@ -1,4 +1,4 @@
1
- export { ASSET_KIND_DIRS, assetSearchDirs, detectAiResources, detectDomains, detectMonorepoRoot } from '../chunk-ZAP2BDHG.js';
1
+ export { ASSET_KIND_DIRS, assetSearchDirs, detectAiResources, detectDomains, detectMonorepoRoot } from '../chunk-QVZA2MDT.js';
2
2
  import '../chunk-NSBPE2FW.js';
3
3
  //# sourceMappingURL=discovery.js.map
4
4
  //# sourceMappingURL=discovery.js.map
@@ -1,7 +1,7 @@
1
1
  export { ALL_PROVIDERS, ManifestYamlEditor, SETTINGS_DEFAULTS, WorkspaceYamlEditor, applyPatch, buildLockFile, checkAgentSkillConformance, computeHash, detectEnvApiKeys, extractForPatch, generatePatch, globalSettingsPath, listPatches, loadSettings, mapLegacyFields, maskApiKey, migrateSettings, portableSpawn, portableSpawnSync, projectSettingsPath, providerEnvKey, readLock, readPatch, readPluginsLockSlice, resolveAllKeys, resolveApiKey, resolveSettings, savePatch, saveSettings, verifyLock, walkForSettings, writeLock, writePluginsLockSlice } from '../chunk-P43HBWKK.js';
2
2
  export { deployedBase, deployedDir, isDeployed } from '../chunk-F3HNW354.js';
3
3
  export { DRIVER_DEFAULTS, resolveDriverPaths } from '../chunk-K5GBV4SA.js';
4
- export { ASSET_KIND_DIRS, assetSearchDirs, detectAiResources, detectDomains, detectMonorepoRoot } from '../chunk-ZAP2BDHG.js';
4
+ export { ASSET_KIND_DIRS, assetSearchDirs, detectAiResources, detectDomains, detectMonorepoRoot } from '../chunk-QVZA2MDT.js';
5
5
  export { FACTORY_ASSETS_REPO_NAME, factoryAssetRoots, resolveFactoryAssetsRoot, resolveFactoryAssetsRootOrNull, resolvePackagedAssetsDir, resolveRuntimeAssets, resolveWorkspacesPackageRoot } from '../chunk-UFY2HFLO.js';
6
6
  export { COMPACTION_DEFAULTS, CanonicalRefConflictError, DEFAULT_RECIPE_ATTR, SKAILE_YAML_DEFAULT, SK_WORKSPACE_DEFAULT_NAME, SK_WORKSPACE_SUFFIX, __resetCacheMigrationMemo, buildProvenanceIndex, checkRepoStatus, checkoutPin, cloneRepo, cloudConfigFromProfile, coerceVersion, decodeSkaileYaml, deriveSingleMaterializedMcpDeclaration, encodeSkaileYaml, ensureRepo, findWorkspaceRoot, getGlobalCacheDir, getRepoCommit, globalCacheRoot, globalSkaileDir, linkRepo, listSkWorkspaceConfigs, loadMcpServerDeclarations, loadSkWorkspaceConfig, matchPin, mergeLegacyEntriesInto, mergeLegacyEntriesKeyed, mergeSkWorkspaceConfigs, migrateLegacyDir, normalizeConfig, pullRepo, readLinks, resolveAgentDir, resolveAll, resolveAsset, resolveGlobalBackends, resolveGlobalSkWorkspaceConfig, resolveSkWorkspaceConfig, resolveSourcePublisher, saveSkWorkspaceConfig, scanRepo, sourceCacheKey, sourceShortName, stageMaterializedSkills, storeManifestSlug, unlinkRepo, validateAssetRecipeAttr, validateAssetRecipeFlake, workspaceConfigFilename, writeLinks } from '../chunk-Q26C5GLO.js';
7
7
  export { DRIVER_TARGETS, SUPPORTED_DRIVER_TARGETS, globalBackendRoot } from '../chunk-MENCWIHW.js';
@@ -21,7 +21,10 @@ export declare const ASSET_KIND_DIRS: ReadonlySet<string>;
21
21
  * `external`, `tests`, and {@link ASSET_KIND_DIRS} are never treated as domains.
22
22
  *
23
23
  * The one layout primitive behind `findSkills`, `loadAllFlows`, and
24
- * `findFlowFile`; adding a layout or asset kind is a change here only.
24
+ * `findFlowFile`; adding a *content-root* layout or asset kind is a change here
25
+ * only. Layouts **within** a search dir are the walker's own business — flows,
26
+ * for instance, also accept a per-flow directory (`flows/<id>/<id>.flow.yaml`),
27
+ * which lives in the flow loader.
25
28
  *
26
29
  * @docLink packages/core/concepts#asset-layout
27
30
  */
@@ -1 +1 @@
1
- {"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../../core/src/discovery.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,EAAE,WAAW,CAAC,MAAM,CAO9C,CAAC;AAEH;;;;;;;;;;;;GAYG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,GACX,KAAK,CAAC;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAuBxC;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,SAAK,GAAG,MAAM,GAAG,IAAI,CAcjF;AAED;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,SAAK,GAAG,MAAM,GAAG,IAAI,CAalF;AAED;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAC3B,cAAc,EAAE,MAAM,GACrB,KAAK,CAAC;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,CAAA;CAAE,CAAC,CAkChG"}
1
+ {"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../../core/src/discovery.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,EAAE,WAAW,CAAC,MAAM,CAO9C,CAAC;AAEH;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,GACX,KAAK,CAAC;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAuBxC;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,SAAK,GAAG,MAAM,GAAG,IAAI,CAcjF;AAED;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,SAAK,GAAG,MAAM,GAAG,IAAI,CAalF;AAED;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAC3B,cAAc,EAAE,MAAM,GACrB,KAAK,CAAC;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,CAAA;CAAE,CAAC,CAkChG"}
@@ -2,7 +2,7 @@ import { makeDeployHandle, pluginRegistry } from '../chunk-6E6PKKAD.js';
2
2
  import { portableSpawnSync, portableSpawn } from '../chunk-P43HBWKK.js';
3
3
  import '../chunk-F3HNW354.js';
4
4
  import '../chunk-K5GBV4SA.js';
5
- import '../chunk-ZAP2BDHG.js';
5
+ import '../chunk-QVZA2MDT.js';
6
6
  import '../chunk-UFY2HFLO.js';
7
7
  import '../chunk-Q26C5GLO.js';
8
8
  import '../chunk-MENCWIHW.js';
@@ -1,5 +1,5 @@
1
- import { logErr, logOk, logInfo } from './chunk-VBMY3VCW.js';
2
- import './chunk-ZGTM4BOU.js';
1
+ import { logErr, logOk, logInfo } from './chunk-XVIFPGYH.js';
2
+ import './chunk-HCNVX34E.js';
3
3
  import './chunk-3HVASHBF.js';
4
4
  import './chunk-NU4E7C5I.js';
5
5
  import './chunk-UKJMQZV6.js';
@@ -10,7 +10,7 @@ import './chunk-CGYEHQOX.js';
10
10
  import { WorkspaceYamlEditor } from './chunk-P43HBWKK.js';
11
11
  import './chunk-F3HNW354.js';
12
12
  import './chunk-K5GBV4SA.js';
13
- import './chunk-ZAP2BDHG.js';
13
+ import './chunk-QVZA2MDT.js';
14
14
  import './chunk-UFY2HFLO.js';
15
15
  import { sourceCacheKey, sourceShortName, getGlobalCacheDir } from './chunk-Q26C5GLO.js';
16
16
  import './chunk-MENCWIHW.js';
@@ -86,5 +86,5 @@ function ensureSourcesCloned(projectDir, opts = {}) {
86
86
  }
87
87
 
88
88
  export { ensureSourcesCloned };
89
- //# sourceMappingURL=ensure-sources-AST427RF.js.map
90
- //# sourceMappingURL=ensure-sources-AST427RF.js.map
89
+ //# sourceMappingURL=ensure-sources-IM3JMW2L.js.map
90
+ //# sourceMappingURL=ensure-sources-IM3JMW2L.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../cli/src/ensure-sources.ts"],"names":[],"mappings":"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","file":"ensure-sources-AST427RF.js","sourcesContent":["/**\n * ensure-sources.ts — hydrate the `~/.skaile/cache/sources/` clone cache from a\n * project's `skaile.yaml` `sources:` entries.\n *\n * Called by `skaile init` (idempotent: no-op when no sources declared) and\n * `skaile install` so checking out a project pulls its source clones onto\n * the local machine.\n */\n\nimport { spawnSync } from \"node:child_process\";\nimport { existsSync, mkdirSync } from \"node:fs\";\nimport * as path from \"node:path\";\nimport {\n getGlobalCacheDir,\n type SourceEntry,\n sourceCacheKey,\n sourceShortName,\n WorkspaceYamlEditor,\n} from \"@skaile/workspaces/core\";\nimport { logErr, logInfo, logOk } from \"./helpers.ts\";\n\nfunction sourceClonePath(key: string): string {\n return path.join(getGlobalCacheDir(), key);\n}\n\nexport interface EnsureResult {\n cloned: string[];\n cached: string[];\n failed: string[];\n}\n\n/** Load `sources:` from a project's `skaile.yaml`, or `null` when unavailable. */\nfunction loadProjectSources(yamlPath: string, quiet: boolean): SourceEntry[] | null {\n try {\n return WorkspaceYamlEditor.load(yamlPath).getSources();\n } catch (err) {\n if (!quiet) {\n logErr(`Could not read ${yamlPath}: ${err instanceof Error ? err.message : String(err)}`);\n }\n return null;\n }\n}\n\n/**\n * Hydrate a single source entry into `result`: skip when already cached,\n * otherwise clone and record success/failure. Mutates `result` in place.\n */\nfunction hydrateSourceEntry(entry: SourceEntry, quiet: boolean, result: EnsureResult): void {\n const key = sourceCacheKey(entry.url);\n const slug = sourceShortName(entry.url);\n const dest = sourceClonePath(key);\n if (existsSync(dest)) {\n result.cached.push(slug);\n return;\n }\n mkdirSync(path.dirname(dest), { recursive: true });\n const args = [\"clone\", entry.url, dest];\n if (entry.pin) args.splice(1, 0, \"--branch\", entry.pin);\n const clone = spawnSync(\"git\", args, { stdio: quiet ? \"pipe\" : \"inherit\" });\n if (clone.status !== 0) {\n result.failed.push(slug);\n if (quiet) {\n logErr(`git clone failed for ${entry.url}`);\n }\n return;\n }\n result.cloned.push(slug);\n}\n\n/** Log a full-hydrate summary of cloned + reused-cached entries. */\nfunction logHydrateSummary(result: EnsureResult): void {\n for (const n of result.cloned) logOk(`Cloned source \"${n}\".`);\n if (result.cached.length > 0) {\n logInfo(`Reused cached clones: ${result.cached.join(\", \")}`);\n }\n}\n\n/**\n * Walk `projectDir/skaile.yaml` `sources:` and clone any entries whose\n * clone directory does not yet exist under `~/.skaile/cache/sources/`. Existing\n * clones are left untouched — this is hydration, not sync.\n *\n * Quiet by default: when `quiet: true` the helper only prints failures.\n * On full hydrate (`quiet: false`) it logs each cloned/cached entry.\n */\nexport function ensureSourcesCloned(\n projectDir: string,\n opts: { quiet?: boolean } = {},\n): EnsureResult {\n const result: EnsureResult = { cloned: [], cached: [], failed: [] };\n const yamlPath = path.join(projectDir, \"skaile.yaml\");\n if (!existsSync(yamlPath)) return result;\n\n const quiet = opts.quiet ?? false;\n const sources = loadProjectSources(yamlPath, quiet);\n if (sources === null) return result;\n if (sources.length === 0) return result;\n\n for (const entry of sources) {\n hydrateSourceEntry(entry, quiet, result);\n }\n\n if (!quiet) {\n logHydrateSummary(result);\n }\n\n return result;\n}\n"]}
1
+ {"version":3,"sources":["../cli/src/ensure-sources.ts"],"names":[],"mappings":"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","file":"ensure-sources-IM3JMW2L.js","sourcesContent":["/**\n * ensure-sources.ts — hydrate the `~/.skaile/cache/sources/` clone cache from a\n * project's `skaile.yaml` `sources:` entries.\n *\n * Called by `skaile init` (idempotent: no-op when no sources declared) and\n * `skaile install` so checking out a project pulls its source clones onto\n * the local machine.\n */\n\nimport { spawnSync } from \"node:child_process\";\nimport { existsSync, mkdirSync } from \"node:fs\";\nimport * as path from \"node:path\";\nimport {\n getGlobalCacheDir,\n type SourceEntry,\n sourceCacheKey,\n sourceShortName,\n WorkspaceYamlEditor,\n} from \"@skaile/workspaces/core\";\nimport { logErr, logInfo, logOk } from \"./helpers.ts\";\n\nfunction sourceClonePath(key: string): string {\n return path.join(getGlobalCacheDir(), key);\n}\n\nexport interface EnsureResult {\n cloned: string[];\n cached: string[];\n failed: string[];\n}\n\n/** Load `sources:` from a project's `skaile.yaml`, or `null` when unavailable. */\nfunction loadProjectSources(yamlPath: string, quiet: boolean): SourceEntry[] | null {\n try {\n return WorkspaceYamlEditor.load(yamlPath).getSources();\n } catch (err) {\n if (!quiet) {\n logErr(`Could not read ${yamlPath}: ${err instanceof Error ? err.message : String(err)}`);\n }\n return null;\n }\n}\n\n/**\n * Hydrate a single source entry into `result`: skip when already cached,\n * otherwise clone and record success/failure. Mutates `result` in place.\n */\nfunction hydrateSourceEntry(entry: SourceEntry, quiet: boolean, result: EnsureResult): void {\n const key = sourceCacheKey(entry.url);\n const slug = sourceShortName(entry.url);\n const dest = sourceClonePath(key);\n if (existsSync(dest)) {\n result.cached.push(slug);\n return;\n }\n mkdirSync(path.dirname(dest), { recursive: true });\n const args = [\"clone\", entry.url, dest];\n if (entry.pin) args.splice(1, 0, \"--branch\", entry.pin);\n const clone = spawnSync(\"git\", args, { stdio: quiet ? \"pipe\" : \"inherit\" });\n if (clone.status !== 0) {\n result.failed.push(slug);\n if (quiet) {\n logErr(`git clone failed for ${entry.url}`);\n }\n return;\n }\n result.cloned.push(slug);\n}\n\n/** Log a full-hydrate summary of cloned + reused-cached entries. */\nfunction logHydrateSummary(result: EnsureResult): void {\n for (const n of result.cloned) logOk(`Cloned source \"${n}\".`);\n if (result.cached.length > 0) {\n logInfo(`Reused cached clones: ${result.cached.join(\", \")}`);\n }\n}\n\n/**\n * Walk `projectDir/skaile.yaml` `sources:` and clone any entries whose\n * clone directory does not yet exist under `~/.skaile/cache/sources/`. Existing\n * clones are left untouched — this is hydration, not sync.\n *\n * Quiet by default: when `quiet: true` the helper only prints failures.\n * On full hydrate (`quiet: false`) it logs each cloned/cached entry.\n */\nexport function ensureSourcesCloned(\n projectDir: string,\n opts: { quiet?: boolean } = {},\n): EnsureResult {\n const result: EnsureResult = { cloned: [], cached: [], failed: [] };\n const yamlPath = path.join(projectDir, \"skaile.yaml\");\n if (!existsSync(yamlPath)) return result;\n\n const quiet = opts.quiet ?? false;\n const sources = loadProjectSources(yamlPath, quiet);\n if (sources === null) return result;\n if (sources.length === 0) return result;\n\n for (const entry of sources) {\n hydrateSourceEntry(entry, quiet, result);\n }\n\n if (!quiet) {\n logHydrateSummary(result);\n }\n\n return result;\n}\n"]}
@@ -1,21 +1,21 @@
1
- export { BoxConnector, createConnector4 as createConnector } from '../../chunk-H26KDA7J.js';
1
+ export { BoxConnector, createConnector4 as createConnector } from '../../chunk-BEA7RXI3.js';
2
2
  import '../../chunk-ZNIHTT22.js';
3
- import '../../chunk-HA2H3FLE.js';
3
+ import '../../chunk-KPZZI2KG.js';
4
4
  import '../../chunk-46LE3GNY.js';
5
5
  import '../../chunk-RRVQAE5D.js';
6
6
  import '../../chunk-V34ZEXSE.js';
7
7
  import '../../chunk-GAH4YRCI.js';
8
- import '../../chunk-QFO4IYBZ.js';
8
+ import '../../chunk-VT6HDD2L.js';
9
9
  import '../../chunk-6E6PKKAD.js';
10
10
  import '../../chunk-IFGTRL2I.js';
11
- import '../../chunk-S5FV6ISY.js';
12
- import '../../chunk-5QGMEPUX.js';
13
- import '../../chunk-7KFN2EPR.js';
11
+ import '../../chunk-I7S6DFRU.js';
12
+ import '../../chunk-B4J6TV4G.js';
13
+ import '../../chunk-FLBDLF3I.js';
14
14
  import '../../chunk-F5VREBV2.js';
15
15
  import '../../chunk-P43HBWKK.js';
16
16
  import '../../chunk-F3HNW354.js';
17
17
  import '../../chunk-K5GBV4SA.js';
18
- import '../../chunk-ZAP2BDHG.js';
18
+ import '../../chunk-QVZA2MDT.js';
19
19
  import '../../chunk-UFY2HFLO.js';
20
20
  import '../../chunk-Q26C5GLO.js';
21
21
  import '../../chunk-MENCWIHW.js';
@@ -1,21 +1,21 @@
1
- export { DeployConnector, createConnector2 as createConnector } from '../../chunk-H26KDA7J.js';
1
+ export { DeployConnector, createConnector2 as createConnector } from '../../chunk-BEA7RXI3.js';
2
2
  import '../../chunk-ZNIHTT22.js';
3
- import '../../chunk-HA2H3FLE.js';
3
+ import '../../chunk-KPZZI2KG.js';
4
4
  import '../../chunk-46LE3GNY.js';
5
5
  import '../../chunk-RRVQAE5D.js';
6
6
  import '../../chunk-V34ZEXSE.js';
7
7
  import '../../chunk-GAH4YRCI.js';
8
- import '../../chunk-QFO4IYBZ.js';
8
+ import '../../chunk-VT6HDD2L.js';
9
9
  import '../../chunk-6E6PKKAD.js';
10
10
  import '../../chunk-IFGTRL2I.js';
11
- import '../../chunk-S5FV6ISY.js';
12
- import '../../chunk-5QGMEPUX.js';
13
- import '../../chunk-7KFN2EPR.js';
11
+ import '../../chunk-I7S6DFRU.js';
12
+ import '../../chunk-B4J6TV4G.js';
13
+ import '../../chunk-FLBDLF3I.js';
14
14
  import '../../chunk-F5VREBV2.js';
15
15
  import '../../chunk-P43HBWKK.js';
16
16
  import '../../chunk-F3HNW354.js';
17
17
  import '../../chunk-K5GBV4SA.js';
18
- import '../../chunk-ZAP2BDHG.js';
18
+ import '../../chunk-QVZA2MDT.js';
19
19
  import '../../chunk-UFY2HFLO.js';
20
20
  import '../../chunk-Q26C5GLO.js';
21
21
  import '../../chunk-MENCWIHW.js';
@@ -1,21 +1,21 @@
1
- export { DevServerConnector, createConnector3 as createConnector } from '../../chunk-H26KDA7J.js';
1
+ export { DevServerConnector, createConnector3 as createConnector } from '../../chunk-BEA7RXI3.js';
2
2
  import '../../chunk-ZNIHTT22.js';
3
- import '../../chunk-HA2H3FLE.js';
3
+ import '../../chunk-KPZZI2KG.js';
4
4
  import '../../chunk-46LE3GNY.js';
5
5
  import '../../chunk-RRVQAE5D.js';
6
6
  import '../../chunk-V34ZEXSE.js';
7
7
  import '../../chunk-GAH4YRCI.js';
8
- import '../../chunk-QFO4IYBZ.js';
8
+ import '../../chunk-VT6HDD2L.js';
9
9
  import '../../chunk-6E6PKKAD.js';
10
10
  import '../../chunk-IFGTRL2I.js';
11
- import '../../chunk-S5FV6ISY.js';
12
- import '../../chunk-5QGMEPUX.js';
13
- import '../../chunk-7KFN2EPR.js';
11
+ import '../../chunk-I7S6DFRU.js';
12
+ import '../../chunk-B4J6TV4G.js';
13
+ import '../../chunk-FLBDLF3I.js';
14
14
  import '../../chunk-F5VREBV2.js';
15
15
  import '../../chunk-P43HBWKK.js';
16
16
  import '../../chunk-F3HNW354.js';
17
17
  import '../../chunk-K5GBV4SA.js';
18
- import '../../chunk-ZAP2BDHG.js';
18
+ import '../../chunk-QVZA2MDT.js';
19
19
  import '../../chunk-UFY2HFLO.js';
20
20
  import '../../chunk-Q26C5GLO.js';
21
21
  import '../../chunk-MENCWIHW.js';
@@ -62,18 +62,24 @@ A `check` runs the same deterministic process as a function, through the same
62
62
  plain success/failure. A clean exit inside `successExit` completes the node
63
63
  exactly like a function — no approval, no agent turn, dark. A clean exit
64
64
  outside `successExit` is a fail *verdict*: the runtime derives evidence — each
65
- compared binding's value, whether *every compared value's immediate origin*
66
- was runtime-obtained (`"verified"`) or at least one was agent-obtained
67
- (`"asserted"`; the taint check is one-hop, not transitive — see
65
+ compared binding's value, whether *every compared value was runtime-obtained*
66
+ (`"verified"`) or at least one was agent-obtained (`"asserted"` — see
68
67
  `engine/check-provenance.ts`), and whether the check's inputs could have
69
68
  observed anything beyond the flow's own authored state — plus the process
70
69
  record (`runtime`, `command`, `cwd`, `successExit`) so a persisted attempt is
71
- self-describing, and attaches it to the attempt. `provenance` is present only
72
- when there was at least one compared value; `inputs` defaults to `"live"`
73
- (the floor for any check that runs a process) and is `"flow-local"` only when
74
- every compared value's origins are all `literal`/`default`/`flow-input`. A
75
- check cannot declare `control.optional` rejected at parse time, since an
76
- optional verification is close to a contradiction either way it could resolve.
70
+ self-describing, and attaches it to the attempt. The taint check is
71
+ **transitive**: each executed node persists the origins it resolved
72
+ (`NodeExecution.inputOrigins`), so a deterministic node that carries an
73
+ agent's output forward stays agent-obtained and cannot launder it. Provenance
74
+ is derived and cannot be asserted by flow configuration. A producer completed
75
+ before that field existed reads as agent-obtained fail-closed, so a run that
76
+ straddled the upgrade reports `"asserted"` rather than a false `"verified"`.
77
+ `provenance` is present only when there was at least one compared value;
78
+ `inputs` defaults to `"live"` (the floor for any check that runs a process)
79
+ and is `"flow-local"` only when every compared value's origins are all
80
+ `literal`/`default`/`flow-input`. A check cannot declare `control.optional` —
81
+ rejected at parse time, since an optional verification is close to a
82
+ contradiction either way it could resolve.
77
83
  Once the automatic retry budget (`control.retries`) is exhausted, `onFail:
78
84
  'fail'` (the alternative) fails the node terminally, while `onFail: 'escalate'`
79
85
  (the default) parks it at `awaiting_approval` with an `Approval` naming the
@@ -182,6 +188,17 @@ the correction lifecycle only for consumed producers; malformed fields on an
182
188
  unconsumed prose node are omitted. `connect` and `hydrate` clone incoming snapshots
183
189
  and atomically reject invalid complete output for a consumed producer.
184
190
 
191
+ A terminal failure resolves the same way for every kind: a node marked
192
+ `control.optional` becomes `skipped`, everything else `failed`. Only `complete` and
193
+ `skipped` satisfy a hard `flow` edge, so an optional node left `failed` would stall
194
+ the run at the node the author called expendable. A `router` is the one exception —
195
+ skipping it satisfies all of its outgoing edges at once and admits every branch
196
+ instead of selecting one — and a `skipped` node is never manually retryable, because
197
+ the skip already released its dependents. `outputHistory` still records the attempt
198
+ as `'failed'`; the skip is a compatibility status, not a rewritten history. A
199
+ consumer binding a skipped producer's `output.fields` fails with a
200
+ `FlowExpressionError` naming that producer and carrying it as `skippedProducer`.
201
+
185
202
  ## Operations
186
203
 
187
204
  | Operation | Access | Description |
@@ -215,6 +215,12 @@ export declare class FlowAdapter extends AbstractConnector {
215
215
  * Transition a recoverable failed node back to `available` for retry.
216
216
  * Preserves the failure in `errorHistory` so the next turn's agent can
217
217
  * see the prior failure context.
218
+ *
219
+ * `failed` is the only status accepted; a `skipped` node is refused
220
+ * deliberately, because a skip has already released its dependents and this
221
+ * operation owns no cascade machinery to unwind the ones that ran without
222
+ * the producer's output. Reasoning in
223
+ * `_devlog/entries/2026-08-15-optional-node-skip-semantics.md`.
218
224
  */
219
225
  retryNode(handle: ConnectorHandle, nodeId: string): void;
220
226
  /** Toggle autonomous mode at the flow-execution level. */
@@ -326,13 +332,15 @@ export declare class FlowAdapter extends AbstractConnector {
326
332
  * once, the same way, everywhere.
327
333
  *
328
334
  * Returns the `NodeExecution` patch (error/errorHistory/outputHistory/
329
- * output) plus whether budget remains; the caller decides the resulting
330
- * `status` because that differs by kind (e.g. sub-flow degrades an
331
- * optional node's exhausted failure to `skipped`; agent/function do not,
332
- * preserving their existing behavior). A terminal failure whose node has
333
- * any `control.retries` configured carries `recoverable: true` so the
334
- * manual `retryNode` operator override which sits outside this budget
335
- * entirelyremains usable once the automatic budget runs out.
335
+ * output) plus whether budget remains. The terminal *failure* status is
336
+ * uniform across kinds and computed by {@link resolveTerminalFailureStatus};
337
+ * the caller still writes the status because its non-failure outcomes differ
338
+ * (a check's escalation parks at `awaiting_approval`, a surviving budget
339
+ * returns to `available`). A terminal failure whose node has any
340
+ * `control.retries` configured carries `recoverable: true` so the manual
341
+ * `retryNode` operator override which sits outside this budget entirely
342
+ * remains usable once the automatic budget runs out; a node that will be
343
+ * written `skipped` never claims it, because a skip is not retryable.
336
344
  *
337
345
  * @param sourceErrorAtIso - The failure's own timestamp, when the caller has
338
346
  * one more precise than `completedAtIso` (e.g. a sub-flow child reports
@@ -1 +1 @@
1
- {"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../../../../factory-assets/connectors/flow/adapter.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../../../../factory-assets/connectors/flow/adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,EACL,iBAAiB,EACjB,KAAK,cAAc,EAEnB,KAAK,oBAAoB,EAEzB,KAAK,eAAe,EAKpB,KAAK,QAAQ,EACd,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAIV,aAAa,EAUd,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,OAAO,EAKL,KAAK,cAAc,EAKnB,UAAU,EAKX,MAAM,mBAAmB,CAAC;AA2B3B,OAAO,KAAK,EAAyB,YAAY,EAAsB,MAAM,oBAAoB,CAAC;AAClG,OAAO,KAAK,EACV,4BAA4B,EAE5B,mBAAmB,EACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAqB,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAChF,OAAO,EAGL,KAAK,YAAY,EAClB,MAAM,uBAAuB,CAAC;AAK/B;;;;;;;;;GASG;AACH,MAAM,WAAW,sBAAsB;IACrC,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,GAAG,EAAE;QAAE,cAAc,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,GAC9D,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB;AAID;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B,2DAA2D;IAC3D,OAAO,EAAE,cAAc,CAAC;IACxB,kFAAkF;IAClF,SAAS,EAAE,aAAa,CAAC;IACzB,2FAA2F;IAC3F,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1C;;;;;OAKG;IACH,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+DAA+D;IAC/D,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,aAAa,CAAC;IACtC,kFAAkF;IAClF,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,4GAA4G;IAC5G,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,sFAAsF;IACtF,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,mFAAmF;IACnF,sBAAsB,EAAE,GAAG,CAAC,MAAM,EAAE,4BAA4B,CAAC,CAAC;IAClE,2FAA2F;IAC3F,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC;IACnD,uEAAuE;IACvE,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,qFAAqF;IACrF,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;;;OAMG;IACH,SAAS,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,GAAG,IAAI,CAAC;CACjD;AAED;;;GAGG;AACH,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,cAAc,CAAC;IACrB;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,IAAI,CAAC,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,MAAM,CAAC;QAClB,cAAc,CAAC,EAAE,OAAO,CAAC;KAC1B,CAAC;IACF;;;;;OAKG;IACH,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,mFAAmF;IACnF,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,gFAAgF;IAChF,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,0FAA0F;IAC1F,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,qFAAqF;IACrF,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC;IACnD,4EAA4E;IAC5E,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC;AAmPD;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,iBAAiB;IAChD,QAAQ,CAAC,IAAI,UAAU;IACvB,QAAQ,CAAC,SAAS,SAAS;IAE3B,KAAK,EAAE,QAAQ,CAAC;;IAeV,OAAO,CAAC,WAAW,EAAE,oBAAoB,EAAE,IAAI,EAAE,cAAc,GAAG,OAAO,CAAC,eAAe,CAAC;IAmC1F,UAAU,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC;YAQ1C,mBAAmB;IAMjC,OAAO,CAAC,wBAAwB;IAyBhC,aAAa,CAAC,MAAM,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,GAAG,IAAI;IAIhF;;;;;OAKG;IACH,OAAO,CAAC,MAAM,EAAE,eAAe,EAAE,SAAS,EAAE,aAAa,GAAG,IAAI;YAqBlD,IAAI;YAwBJ,IAAI;YAcJ,MAAM;IAepB,OAAO,CAAC,kBAAkB;IAySpB,SAAS,CACb,MAAM,EAAE,eAAe,EACvB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC5B,OAAO,CAAC,MAAM,CAAC;IAgFlB,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,cAAc;IAmBtB,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,iBAAiB;IAOzB,OAAO,CAAC,cAAc;IAOtB,OAAO,CAAC,cAAc;IAYtB,OAAO,CAAC,UAAU;IAKlB,OAAO,CAAC,UAAU;IAQlB,OAAO,CAAC,eAAe;IAcvB,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,mBAAmB;IAU3B,OAAO,CAAC,WAAW;IAcnB,OAAO,CAAC,SAAS;IAajB,OAAO,CAAC,OAAO;IAmCf,OAAO,CAAC,WAAW;IA+BnB,OAAO,CAAC,iBAAiB;IAqCzB,OAAO,CAAC,cAAc;IAoCtB,OAAO,CAAC,cAAc;IA8GtB,OAAO,CAAC,UAAU;IAsClB,OAAO,CAAC,UAAU;IA0ElB;;;;;;OAMG;IACH,aAAa,CACX,MAAM,EAAE,eAAe,EACvB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,UAAU,GAAG,UAAU,EACjC,QAAQ,EAAE,MAAM,GAAG,SAAS,EAC5B,SAAS,EAAE,MAAM,GAChB,IAAI;IAkFP;;;OAGG;IACH,UAAU,CAAC,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAoChG;;;;;;;;;;OAUG;IACH,SAAS,CAAC,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI;IAqBxD,0DAA0D;IAC1D,iBAAiB,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI;IAOlE;;;;;;OAMG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,GAAG,IAAI;IAQrC,8DAA8D;IAC9D,YAAY,CAAC,MAAM,EAAE,eAAe,GAAG,aAAa;IAIpD,gFAAgF;IAChF,wBAAwB,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO;IAM1D,4FAA4F;IAC5F,iBAAiB,CAAC,MAAM,EAAE,eAAe,GAAG,aAAa;IASzD,iFAAiF;IACjF,gCAAgC,CAAC,MAAM,EAAE,eAAe,GAAG,MAAM,EAAE;IASnE,gEAAgE;IAChE,iBAAiB,CAAC,MAAM,EAAE,eAAe,GAAG,MAAM,EAAE;IAIpD;;;;OAIG;IACH,oBAAoB,CAAC,MAAM,EAAE,eAAe,EAAE,QAAQ,EAAE,YAAY,GAAG,OAAO;IA8B9E;;;;OAIG;IACG,iBAAiB,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,aAAa,CAAC;IAIxE;;;;;;OAMG;IACG,6BAA6B,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,aAAa,CAAC;YAItE,0BAA0B;IAomBxC,8FAA8F;IAC9F,OAAO,CAAC,sBAAsB;IAgH9B,OAAO,CAAC,CAAC;IAIT;;;;;;OAMG;IACH,OAAO,CAAC,MAAM;IAgDd;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAkEjB,OAAO,CAAC,cAAc;IAOtB;;;;;;;;;;;;OAYG;IACH,OAAO,CAAC,kBAAkB;IAK1B;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,cAAc;IA+BtB;;;;;;;;;OASG;YACW,0BAA0B;IAsCxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,OAAO,CAAC,kBAAkB;IA4C1B;;OAEG;IACH,OAAO,CAAC,YAAY;CAwErB;AA6KD,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB;;;;GAIG;AACH,wBAAgB,eAAe,IAAI,WAAW,CAE7C"}
@@ -1,21 +1,21 @@
1
- export { FlowAdapter, createConnector } from '../../../chunk-H26KDA7J.js';
1
+ export { FlowAdapter, createConnector } from '../../../chunk-BEA7RXI3.js';
2
2
  import '../../../chunk-ZNIHTT22.js';
3
- import '../../../chunk-HA2H3FLE.js';
3
+ import '../../../chunk-KPZZI2KG.js';
4
4
  import '../../../chunk-46LE3GNY.js';
5
5
  import '../../../chunk-RRVQAE5D.js';
6
6
  import '../../../chunk-V34ZEXSE.js';
7
7
  import '../../../chunk-GAH4YRCI.js';
8
- import '../../../chunk-QFO4IYBZ.js';
8
+ import '../../../chunk-VT6HDD2L.js';
9
9
  import '../../../chunk-6E6PKKAD.js';
10
10
  import '../../../chunk-IFGTRL2I.js';
11
- export { isBlocking } from '../../../chunk-S5FV6ISY.js';
12
- import '../../../chunk-5QGMEPUX.js';
13
- import '../../../chunk-7KFN2EPR.js';
11
+ export { isBlocking } from '../../../chunk-I7S6DFRU.js';
12
+ import '../../../chunk-B4J6TV4G.js';
13
+ import '../../../chunk-FLBDLF3I.js';
14
14
  import '../../../chunk-F5VREBV2.js';
15
15
  import '../../../chunk-P43HBWKK.js';
16
16
  import '../../../chunk-F3HNW354.js';
17
17
  import '../../../chunk-K5GBV4SA.js';
18
- import '../../../chunk-ZAP2BDHG.js';
18
+ import '../../../chunk-QVZA2MDT.js';
19
19
  import '../../../chunk-UFY2HFLO.js';
20
20
  import '../../../chunk-Q26C5GLO.js';
21
21
  import '../../../chunk-MENCWIHW.js';
@@ -50,7 +50,9 @@ export declare class FlowExpressionError extends Error {
50
50
  readonly name = "FlowExpressionError";
51
51
  /** Runtime path that was grammar-valid but absent from the supplied context. */
52
52
  readonly missingPath?: string;
53
- constructor(message: string, missingPath?: string);
53
+ /** Producer node whose `skipped` status is why {@link missingPath} is absent. */
54
+ readonly skippedProducer?: string;
55
+ constructor(message: string, missingPath?: string, skippedProducer?: string);
54
56
  }
55
57
  /** Static path evidence used to reconcile safe grammar with declared producer output types. */
56
58
  export interface FlowExpressionReference {
@@ -1 +1 @@
1
- {"version":3,"file":"expression.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/contract/expression.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,aAAa,EAAE,CAAC;AAE9B,yEAAyE;AACzE,eAAO,MAAM,sBAAsB;;;;;;EAMjC,CAAC;AAEH,0EAA0E;AAC1E,MAAM,WAAW,qBAAqB;IACpC,wDAAwD;IACxD,IAAI,EAAE;QAAE,KAAK,EAAE,OAAO,CAAA;KAAE,CAAC;IACzB,oEAAoE;IACpE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnC,uEAAuE;IACvE,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE;YAAE,MAAM,CAAC,EAAE,OAAO,CAAA;SAAE,CAAA;KAAE,CAAC,CAAC;CAC3E;AAED,+EAA+E;AAC/E,MAAM,WAAW,eAAe;IAC9B,iDAAiD;IACjD,KAAK,EAAE,OAAO,CAAC;IACf,oEAAoE;IACpE,OAAO,EAAE,aAAa,EAAE,CAAC;CAC1B;AAED,+EAA+E;AAC/E,MAAM,WAAW,oBAAoB;IACnC,sDAAsD;IACtD,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,iDAAiD;IACjD,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC;CAC1C;AAED,yDAAyD;AACzD,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC,CAAC;AAEnE,mFAAmF;AACnF,eAAO,MAAM,yBAAyB,QAAoB,CAAC;AAE3D,8EAA8E;AAC9E,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,EAAE,CAOtE;AAED,kFAAkF;AAClF,qBAAa,mBAAoB,SAAQ,KAAK;IAC5C,sEAAsE;IACtE,SAAkB,IAAI,yBAAyB;IAE/C,gFAAgF;IAChF,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;gBAElB,OAAO,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;CAIlD;AAiYD,+FAA+F;AAC/F,MAAM,WAAW,uBAAuB;IACtC,qCAAqC;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,qFAAqF;IACrF,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,2GAA2G;AAC3G,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,EAClB,cAAc,UAAO,GACpB,uBAAuB,EAAE,CAkB3B;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,qBAAqB,GAC7B,OAAO,CAQT;AAED,yEAAyE;AACzE,wBAAgB,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAEpF;AAkDD,0FAA0F;AAC1F,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CASrD;AA+HD;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,EAC7C,OAAO,EAAE,qBAAqB,EAC9B,gBAAgB,GAAE,gBAAqB,EACvC,gBAAgB,GAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAM,GACrD,oBAAoB,CAsBtB"}
1
+ {"version":3,"file":"expression.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/contract/expression.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,aAAa,EAAE,CAAC;AAE9B,yEAAyE;AACzE,eAAO,MAAM,sBAAsB;;;;;;EAMjC,CAAC;AAEH,0EAA0E;AAC1E,MAAM,WAAW,qBAAqB;IACpC,wDAAwD;IACxD,IAAI,EAAE;QAAE,KAAK,EAAE,OAAO,CAAA;KAAE,CAAC;IACzB,oEAAoE;IACpE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnC,uEAAuE;IACvE,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE;YAAE,MAAM,CAAC,EAAE,OAAO,CAAA;SAAE,CAAA;KAAE,CAAC,CAAC;CAC3E;AAED,+EAA+E;AAC/E,MAAM,WAAW,eAAe;IAC9B,iDAAiD;IACjD,KAAK,EAAE,OAAO,CAAC;IACf,oEAAoE;IACpE,OAAO,EAAE,aAAa,EAAE,CAAC;CAC1B;AAED,+EAA+E;AAC/E,MAAM,WAAW,oBAAoB;IACnC,sDAAsD;IACtD,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,iDAAiD;IACjD,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC;CAC1C;AAED,yDAAyD;AACzD,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC,CAAC;AAEnE,mFAAmF;AACnF,eAAO,MAAM,yBAAyB,QAAoB,CAAC;AAE3D,8EAA8E;AAC9E,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,EAAE,CAOtE;AAED,kFAAkF;AAClF,qBAAa,mBAAoB,SAAQ,KAAK;IAC5C,sEAAsE;IACtE,SAAkB,IAAI,yBAAyB;IAE/C,gFAAgF;IAChF,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAE9B,iFAAiF;IACjF,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;gBAEtB,OAAO,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,eAAe,CAAC,EAAE,MAAM;CAK5E;AAsZD,+FAA+F;AAC/F,MAAM,WAAW,uBAAuB;IACtC,qCAAqC;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,qFAAqF;IACrF,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,2GAA2G;AAC3G,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,EAClB,cAAc,UAAO,GACpB,uBAAuB,EAAE,CAkB3B;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,qBAAqB,GAC7B,OAAO,CAQT;AAED,yEAAyE;AACzE,wBAAgB,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAEpF;AAkDD,0FAA0F;AAC1F,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CASrD;AA+HD;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,EAC7C,OAAO,EAAE,qBAAqB,EAC9B,gBAAgB,GAAE,gBAAqB,EACvC,gBAAgB,GAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAM,GACrD,oBAAoB,CAsBtB"}
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/contract/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AA4EzB,QAAA,MAAM,SAAS;;;;EAAuC,CAAC;AAkKvD,sFAAsF;AACtF,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEzD;AAqDD,qFAAqF;AACrF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAmL/B,CAAC;AAEH,wFAAwF;AACxF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AAEvD,0FAA0F;AAC1F,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AAEvD,yFAAyF;AACzF,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;AAE1C,2EAA2E;AAC3E,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAE/C,iEAAiE;AACjE,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;AAErE,gEAAgE;AAChE,MAAM,MAAM,kBAAkB,GAAG,WAAW,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC;AAEvE,sGAAsG;AACtG,MAAM,MAAM,gBAAgB,GAAG,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;AAEjE,8EAA8E;AAC9E,MAAM,MAAM,eAAe,GAAG,WAAW,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;AAE/D,uEAAuE;AACvE,MAAM,MAAM,gBAAgB,GAAG,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;AAE1E,kGAAkG;AAClG,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,SAC5E,KAAK,CAAC,MAAM,CAAC,CAAC,GACd,SAAS,GACT,CAAC,GACD,KAAK,CAAC;AAEV,qFAAqF;AACrF,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,WAAW,EAAE;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;AAEnF,sFAAsF;AACtF,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtE;yFACyF;AACzF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/contract/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AA4EzB,QAAA,MAAM,SAAS;;;;EAAuC,CAAC;AAkKvD,sFAAsF;AACtF,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEzD;AA0DD,qFAAqF;AACrF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAmL/B,CAAC;AAEH,wFAAwF;AACxF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AAEvD,0FAA0F;AAC1F,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AAEvD,yFAAyF;AACzF,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;AAE1C,2EAA2E;AAC3E,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAE/C,iEAAiE;AACjE,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;AAErE,gEAAgE;AAChE,MAAM,MAAM,kBAAkB,GAAG,WAAW,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC;AAEvE,sGAAsG;AACtG,MAAM,MAAM,gBAAgB,GAAG,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;AAEjE,8EAA8E;AAC9E,MAAM,MAAM,eAAe,GAAG,WAAW,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;AAE/D,uEAAuE;AACvE,MAAM,MAAM,gBAAgB,GAAG,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;AAE1E,kGAAkG;AAClG,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,SAC5E,KAAK,CAAC,MAAM,CAAC,CAAC,GACd,SAAS,GACT,CAAC,GACD,KAAK,CAAC;AAEV,qFAAqF;AACrF,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,WAAW,EAAE;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;AAEnF,sFAAsF;AACtF,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtE;yFACyF;AACzF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
- export { FLOW_DEFINITION_JSON_SCHEMA_ID, canonicalizeFlowDefinition, generateFlowDefinitionJsonSchema, hashFlowDefinition } from '../../../chunk-N4GFUWWC.js';
2
- export { FLOW_EXPRESSION_LIMITS, FlowDefinitionSchema, FlowExpressionError, evaluate, evaluateFlowExpression, normalizeV1, parseFlowDefinition, resolveFlowBindings } from '../../../chunk-5QGMEPUX.js';
1
+ export { FLOW_DEFINITION_JSON_SCHEMA_ID, canonicalizeFlowDefinition, generateFlowDefinitionJsonSchema, hashFlowDefinition } from '../../../chunk-HNBWU5RA.js';
2
+ export { FLOW_EXPRESSION_LIMITS, FlowDefinitionSchema, FlowExpressionError, evaluate, evaluateFlowExpression, normalizeV1, parseFlowDefinition, resolveFlowBindings } from '../../../chunk-B4J6TV4G.js';
3
3
  import '../../../chunk-NSBPE2FW.js';
4
4
  //# sourceMappingURL=contract.js.map
5
5
  //# sourceMappingURL=contract.js.map
@@ -2,6 +2,18 @@ import { type BindingOrigin, type FlowExpressionContext, type ResolvedNodeBindin
2
2
  import type { FlowDefinition, FlowNode, NodeExecutionSnapshot } from "./types.js";
3
3
  /** Build the bounded expression context from immutable definition and snapshot state. */
4
4
  export declare function buildFlowExpressionContext(flow: FlowDefinition, snapshots: Map<string, NodeExecutionSnapshot>): FlowExpressionContext;
5
+ /**
6
+ * Classify what one producer node's output counts as for a downstream binding.
7
+ *
8
+ * Transitive by induction, in a single lookup: a producer's persisted
9
+ * `inputOrigins` were themselves classified under this rule when it ran, so
10
+ * they already carry any taint from its own ancestors — no graph walk. Absent
11
+ * origins read as `"agent"` (fail-closed): a snapshot persisted before the
12
+ * field existed cannot prove the node's inputs were clean, and this label is
13
+ * one a human approver acts on. `{}` — a node that bound nothing — is
14
+ * `"runtime"`.
15
+ */
16
+ export declare function producerOutputObtainedBy(producer: FlowNode, snapshot: NodeExecutionSnapshot | undefined): "agent" | "runtime";
5
17
  /** Resolve one node's named inputs and derive their runtime/agent origins. */
6
18
  export declare function resolveNodeBindings(flow: FlowDefinition, node: FlowNode, snapshots: Map<string, NodeExecutionSnapshot>, flowInputOrigins?: Record<string, BindingOrigin[]>): ResolvedNodeBindings;
7
19
  /** Interpolate named, already-resolved binding values into an agent instruction. */
@@ -1 +1 @@
1
- {"version":3,"file":"bindings.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/bindings.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EAC1B,MAAM,2BAA2B,CAAC;AAEnC,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAElF,yFAAyF;AACzF,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,cAAc,EACpB,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,GAC5C,qBAAqB,CAevB;AAED,8EAA8E;AAC9E,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,cAAc,EACpB,IAAI,EAAE,QAAQ,EACd,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,EAC7C,gBAAgB,GAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAM,GACrD,oBAAoB,CAgBtB;AAED,oFAAoF;AACpF,wBAAgB,0BAA0B,CACxC,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC9B,MAAM,CAQR"}
1
+ {"version":3,"file":"bindings.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/bindings.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EAC1B,MAAM,2BAA2B,CAAC;AAEnC,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAElF,yFAAyF;AACzF,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,cAAc,EACpB,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,GAC5C,qBAAqB,CAevB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,qBAAqB,GAAG,SAAS,GAC1C,OAAO,GAAG,SAAS,CAarB;AAED,8EAA8E;AAC9E,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,cAAc,EACpB,IAAI,EAAE,QAAQ,EACd,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,EAC7C,gBAAgB,GAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAM,GACrD,oBAAoB,CAatB;AAED,oFAAoF;AACpF,wBAAgB,0BAA0B,CACxC,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC9B,MAAM,CAQR"}
@@ -9,8 +9,16 @@
9
9
  * a promise that observing it again would agree. Provenance is derived
10
10
  * exclusively from {@link BindingOrigin.obtainedBy}, the flow engine's
11
11
  * existing (and only) provenance mechanism, so it can never be influenced by
12
- * how a flow author names a binding. The check is one-hop only — see
13
- * {@link CheckEvidence} for what that does and does not claim.
12
+ * how a flow author names a binding. That label is transitive before it
13
+ * arrives here a deterministic node that carries an agent's value forward
14
+ * stays agent-obtained — so this module compares origins as given and makes
15
+ * no one-hop caveat.
16
+ *
17
+ * The claim is that provenance cannot be asserted by flow *configuration*.
18
+ * It is not a claim against a caller holding the read-write connector handle:
19
+ * taint now derives from persisted `NodeExecution.inputOrigins`, which the
20
+ * `hydrate` op writes verbatim. Such a caller could already forge `output`
21
+ * itself, so this widens no existing trust boundary.
14
22
  *
15
23
  * No I/O and no clock: `observedAt` is supplied by the caller so this stays
16
24
  * trivially testable and replayable.
@@ -38,6 +46,9 @@ export interface CheckProcessRecord {
38
46
  * `provenance` is `"verified"` iff every origin of every compared value has
39
47
  * `obtainedBy: "runtime"`, `"asserted"` if any does not, and **absent** when
40
48
  * there are no compared values — neither label is honest about an empty set.
49
+ * `obtainedBy` is already transitive when it reaches here (see
50
+ * `producerOutputObtainedBy`), so `"verified"` means no agent-produced value
51
+ * contributed anywhere in the ancestry, not merely one hop back.
41
52
  * `inputs` is `"live"` — the floor for any check that runs a process —
42
53
  * unless there is at least one compared value and every one of them has
43
54
  * origins that are all `literal`/`default`/`flow-input`, in which case it is
@@ -1 +1 @@
1
- {"version":3,"file":"check-provenance.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/check-provenance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,KAAK,EAGV,aAAa,EAGd,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,2GAA2G;AAC3G,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;CACjB;AAID;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,oBAAoB,EAC9B,OAAO,EAAE,kBAAkB,EAC3B,UAAU,EAAE,MAAM,GACjB,aAAa,CA4Bf"}
1
+ {"version":3,"file":"check-provenance.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/check-provenance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAEH,OAAO,KAAK,EAGV,aAAa,EAGd,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,2GAA2G;AAC3G,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;CACjB;AAID;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,oBAAoB,EAC9B,OAAO,EAAE,kBAAkB,EAC3B,UAAU,EAAE,MAAM,GACjB,aAAa,CA4Bf"}
@@ -76,7 +76,11 @@ export declare function computeFlowState(flow: FlowDefinition, completedIds: Set
76
76
  * or `skipped`. Any other upstream status — including `awaiting_approval`,
77
77
  * `awaiting_input`, and `failed` — is treated as blocking. Every authored precondition
78
78
  * must also evaluate true against the snapshot expression context.
79
- * - A `failed` optional node does **not** block its dependents.
79
+ * - Optionality is **not** a term here: `failed` blocks whether or not the node is optional.
80
+ * An optional node's dependents proceed because an optional node never reaches a terminal
81
+ * `failed` in the first place — its exhausted failure resolves to `skipped`
82
+ * (`resolveTerminalFailureStatus`), which passes. The one exception is a router, which
83
+ * stays `failed` even when optional.
80
84
  * - The flow is `done` when every non-optional node is `complete` or `skipped`. A single
81
85
  * required node stuck in `failed` keeps `done` false.
82
86
  *
@@ -1 +1 @@
1
- {"version":3,"file":"engine.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/engine.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EAGd,SAAS,EACT,qBAAqB,EAGrB,UAAU,EACX,MAAM,YAAY,CAAC;AAqEpB,uFAAuF;AACvF,MAAM,WAAW,gBAAgB;IAC/B,oEAAoE;IACpE,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,uFAAuF;IACvF,cAAc,EAAE,MAAM,EAAE,CAAC;CAC1B;AAED,0FAA0F;AAC1F,MAAM,WAAW,0BAA0B;IACzC,+DAA+D;IAC/D,UAAU,EAAE,WAAW,GAAG,UAAU,CAAC;CACtC;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,cAAc,EACpB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,GAC5C,gBAAgB,GAAG,0BAA0B,GAAG,SAAS,CAe3D;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,cAAc,EACpB,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,EACzB,UAAU,GAAE,GAAG,CAAC,MAAM,CAAa,EACnC,UAAU,GAAE,GAAG,CAAC,MAAM,CAAa,GAClC,SAAS,CAsHX;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,cAAc,EACpB,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,GAC5C,SAAS,CA2EX;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAEtD;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,cAAc,EACpB,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,EACzB,UAAU,GAAE,GAAG,CAAC,MAAM,CAAa,GAClC,MAAM,EAAE,CAmBV;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,GAAG,MAAM,EAAE,CAgB1F"}
1
+ {"version":3,"file":"engine.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/engine.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EAGd,SAAS,EACT,qBAAqB,EAGrB,UAAU,EACX,MAAM,YAAY,CAAC;AAqEpB,uFAAuF;AACvF,MAAM,WAAW,gBAAgB;IAC/B,oEAAoE;IACpE,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,uFAAuF;IACvF,cAAc,EAAE,MAAM,EAAE,CAAC;CAC1B;AAED,0FAA0F;AAC1F,MAAM,WAAW,0BAA0B;IACzC,+DAA+D;IAC/D,UAAU,EAAE,WAAW,GAAG,UAAU,CAAC;CACtC;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,cAAc,EACpB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,GAC5C,gBAAgB,GAAG,0BAA0B,GAAG,SAAS,CAe3D;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,cAAc,EACpB,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,EACzB,UAAU,GAAE,GAAG,CAAC,MAAM,CAAa,EACnC,UAAU,GAAE,GAAG,CAAC,MAAM,CAAa,GAClC,SAAS,CAsHX;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,cAAc,EACpB,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,GAC5C,SAAS,CA2EX;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAEtD;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,cAAc,EACpB,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,EACzB,UAAU,GAAE,GAAG,CAAC,MAAM,CAAa,GAClC,MAAM,EAAE,CAmBV;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,GAAG,MAAM,EAAE,CAgB1F"}
@@ -3,6 +3,7 @@ export * from "./bindings.js";
3
3
  export * from "./output-schema.js";
4
4
  export * from "./node-deadline.js";
5
5
  export * from "./node-attempts.js";
6
+ export * from "./optional-failure.js";
6
7
  export * from "./check-provenance.js";
7
8
  export { flowKindProvider } from "./flow-kind-provider.js";
8
9
  export type { FlowManifest, ManifestValidationResult as FlowManifestValidationResult, } from "./flow-manifest.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AAEtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,YAAY,EACV,YAAY,EACZ,wBAAwB,IAAI,4BAA4B,GACzD,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,kBAAkB,EAClB,YAAY,GACb,MAAM,oBAAoB,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AAEtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,YAAY,EACV,YAAY,EACZ,wBAAwB,IAAI,4BAA4B,GACzD,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,kBAAkB,EAClB,YAAY,GACb,MAAM,oBAAoB,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}