@cat-factory/orchestration 0.292.0 → 0.294.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 (40) hide show
  1. package/dist/container/dependencies.d.ts +10 -1
  2. package/dist/container/dependencies.d.ts.map +1 -1
  3. package/dist/container/environmentsModule.factory.d.ts.map +1 -1
  4. package/dist/container/environmentsModule.factory.js +3 -0
  5. package/dist/container/environmentsModule.factory.js.map +1 -1
  6. package/dist/index.d.ts +1 -1
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js +1 -1
  9. package/dist/index.js.map +1 -1
  10. package/dist/modules/execution/AgentContextBuilder.d.ts +5 -25
  11. package/dist/modules/execution/AgentContextBuilder.d.ts.map +1 -1
  12. package/dist/modules/execution/AgentContextBuilder.js +26 -58
  13. package/dist/modules/execution/AgentContextBuilder.js.map +1 -1
  14. package/dist/modules/execution/DeployerStepController.d.ts +17 -0
  15. package/dist/modules/execution/DeployerStepController.d.ts.map +1 -1
  16. package/dist/modules/execution/DeployerStepController.js +51 -1
  17. package/dist/modules/execution/DeployerStepController.js.map +1 -1
  18. package/dist/modules/execution/builder-frontend-resolution.d.ts +56 -0
  19. package/dist/modules/execution/builder-frontend-resolution.d.ts.map +1 -0
  20. package/dist/modules/execution/builder-frontend-resolution.js +51 -0
  21. package/dist/modules/execution/builder-frontend-resolution.js.map +1 -0
  22. package/dist/modules/execution/frontend-infra.logic.d.ts +1 -1
  23. package/dist/modules/execution/frontend-infra.logic.d.ts.map +1 -1
  24. package/dist/modules/execution/frontend-infra.logic.js +1 -1
  25. package/dist/modules/execution/frontend-infra.logic.js.map +1 -1
  26. package/dist/modules/preview/PreviewService.d.ts.map +1 -1
  27. package/dist/modules/preview/PreviewService.js +3 -0
  28. package/dist/modules/preview/PreviewService.js.map +1 -1
  29. package/dist/validation/validateInlineUseCases.d.ts.map +1 -1
  30. package/dist/validation/validateInlineUseCases.js +4 -2
  31. package/dist/validation/validateInlineUseCases.js.map +1 -1
  32. package/dist/validation/validateRegistrations.d.ts +88 -6
  33. package/dist/validation/validateRegistrations.d.ts.map +1 -1
  34. package/dist/validation/validateRegistrations.js +114 -29
  35. package/dist/validation/validateRegistrations.js.map +1 -1
  36. package/dist/validation/validateToolServers.d.ts +20 -2
  37. package/dist/validation/validateToolServers.d.ts.map +1 -1
  38. package/dist/validation/validateToolServers.js +71 -18
  39. package/dist/validation/validateToolServers.js.map +1 -1
  40. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/orchestration",
3
- "version": "0.292.0",
3
+ "version": "0.294.0",
4
4
  "description": "Delivery-workflow engine for the Agent Architecture Board (execution, bootstrap, pipelines, board, boardScan, requirements, and composition root).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,19 +24,19 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@cat-factory/agents": "0.148.0",
28
- "@cat-factory/caching": "0.20.57",
29
- "@cat-factory/contracts": "0.336.0",
30
- "@cat-factory/integrations": "0.168.0",
31
- "@cat-factory/kernel": "0.325.0",
32
- "@cat-factory/prompt-fragments": "1.1.19",
33
- "@cat-factory/sandbox": "0.12.31",
34
- "@cat-factory/spend": "0.17.1",
35
- "@cat-factory/workspaces": "0.28.45",
27
+ "@cat-factory/agents": "0.149.1",
28
+ "@cat-factory/caching": "0.20.59",
29
+ "@cat-factory/contracts": "0.338.0",
30
+ "@cat-factory/integrations": "0.169.1",
31
+ "@cat-factory/kernel": "0.327.0",
32
+ "@cat-factory/prompt-fragments": "1.1.21",
33
+ "@cat-factory/sandbox": "0.12.33",
34
+ "@cat-factory/spend": "0.17.3",
35
+ "@cat-factory/workspaces": "0.28.47",
36
36
  "ai": "^7.0.85"
37
37
  },
38
38
  "devDependencies": {
39
- "@cat-factory/sandbox-fixtures": "0.8.17",
39
+ "@cat-factory/sandbox-fixtures": "0.8.19",
40
40
  "typescript": "7.0.2",
41
41
  "vitest": "^4.1.11"
42
42
  },