@cat-factory/orchestration 0.207.0 → 0.209.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 (53) hide show
  1. package/dist/container.d.ts.map +1 -1
  2. package/dist/container.js +7 -5
  3. package/dist/container.js.map +1 -1
  4. package/dist/modules/debug/debug.logic.d.ts.map +1 -1
  5. package/dist/modules/debug/debug.logic.js +7 -6
  6. package/dist/modules/debug/debug.logic.js.map +1 -1
  7. package/dist/modules/execution/CompanionController.d.ts.map +1 -1
  8. package/dist/modules/execution/CompanionController.js +6 -5
  9. package/dist/modules/execution/CompanionController.js.map +1 -1
  10. package/dist/modules/execution/ExecutionService.d.ts +23 -6
  11. package/dist/modules/execution/ExecutionService.d.ts.map +1 -1
  12. package/dist/modules/execution/ExecutionService.js +28 -7
  13. package/dist/modules/execution/ExecutionService.js.map +1 -1
  14. package/dist/modules/execution/GateStepController.d.ts +8 -0
  15. package/dist/modules/execution/GateStepController.d.ts.map +1 -1
  16. package/dist/modules/execution/GateStepController.js +14 -1
  17. package/dist/modules/execution/GateStepController.js.map +1 -1
  18. package/dist/modules/execution/PrVerificationReportController.d.ts +61 -2
  19. package/dist/modules/execution/PrVerificationReportController.d.ts.map +1 -1
  20. package/dist/modules/execution/PrVerificationReportController.js +82 -20
  21. package/dist/modules/execution/PrVerificationReportController.js.map +1 -1
  22. package/dist/modules/execution/RunAdmission.d.ts +9 -0
  23. package/dist/modules/execution/RunAdmission.d.ts.map +1 -1
  24. package/dist/modules/execution/RunAdmission.js +9 -1
  25. package/dist/modules/execution/RunAdmission.js.map +1 -1
  26. package/dist/modules/execution/RunDispatcher.d.ts.map +1 -1
  27. package/dist/modules/execution/RunDispatcher.js +5 -5
  28. package/dist/modules/execution/RunDispatcher.js.map +1 -1
  29. package/dist/modules/execution/StepDecisionController.d.ts +22 -5
  30. package/dist/modules/execution/StepDecisionController.d.ts.map +1 -1
  31. package/dist/modules/execution/StepDecisionController.js +86 -12
  32. package/dist/modules/execution/StepDecisionController.js.map +1 -1
  33. package/dist/modules/execution/prReport.logic.d.ts +7 -0
  34. package/dist/modules/execution/prReport.logic.d.ts.map +1 -1
  35. package/dist/modules/execution/prReport.logic.js +21 -5
  36. package/dist/modules/execution/prReport.logic.js.map +1 -1
  37. package/dist/modules/execution/run-context-admission.d.ts +1 -1
  38. package/dist/modules/execution/run-context-admission.d.ts.map +1 -1
  39. package/dist/modules/execution/run-context-admission.js +1 -0
  40. package/dist/modules/execution/run-context-admission.js.map +1 -1
  41. package/dist/modules/execution/stepApproval.d.ts +15 -0
  42. package/dist/modules/execution/stepApproval.d.ts.map +1 -0
  43. package/dist/modules/execution/stepApproval.js +42 -0
  44. package/dist/modules/execution/stepApproval.js.map +1 -0
  45. package/dist/modules/pipelines/PipelineService.d.ts +10 -2
  46. package/dist/modules/pipelines/PipelineService.d.ts.map +1 -1
  47. package/dist/modules/pipelines/PipelineService.js +6 -1
  48. package/dist/modules/pipelines/PipelineService.js.map +1 -1
  49. package/dist/modules/pipelines/pipelineShape.d.ts +31 -1
  50. package/dist/modules/pipelines/pipelineShape.d.ts.map +1 -1
  51. package/dist/modules/pipelines/pipelineShape.js +65 -1
  52. package/dist/modules/pipelines/pipelineShape.js.map +1 -1
  53. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/orchestration",
3
- "version": "0.207.0",
3
+ "version": "0.209.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",
@@ -25,20 +25,20 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "ai": "^7.0.47",
28
- "@cat-factory/agents": "0.112.0",
29
- "@cat-factory/caching": "0.14.20",
30
- "@cat-factory/contracts": "0.240.0",
31
- "@cat-factory/integrations": "0.128.0",
32
- "@cat-factory/kernel": "0.239.0",
33
- "@cat-factory/prompt-fragments": "0.15.66",
34
- "@cat-factory/sandbox": "0.11.61",
35
- "@cat-factory/spend": "0.15.2",
36
- "@cat-factory/workspaces": "0.21.54"
28
+ "@cat-factory/agents": "0.112.2",
29
+ "@cat-factory/caching": "0.14.22",
30
+ "@cat-factory/contracts": "0.242.0",
31
+ "@cat-factory/integrations": "0.129.0",
32
+ "@cat-factory/kernel": "0.241.0",
33
+ "@cat-factory/prompt-fragments": "0.15.68",
34
+ "@cat-factory/sandbox": "0.11.63",
35
+ "@cat-factory/spend": "0.15.4",
36
+ "@cat-factory/workspaces": "0.21.56"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "7.0.2",
40
40
  "vitest": "^4.1.10",
41
- "@cat-factory/sandbox-fixtures": "0.7.274"
41
+ "@cat-factory/sandbox-fixtures": "0.7.276"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsc -b tsconfig.build.json",