@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.
- package/dist/container.d.ts.map +1 -1
- package/dist/container.js +7 -5
- package/dist/container.js.map +1 -1
- package/dist/modules/debug/debug.logic.d.ts.map +1 -1
- package/dist/modules/debug/debug.logic.js +7 -6
- package/dist/modules/debug/debug.logic.js.map +1 -1
- package/dist/modules/execution/CompanionController.d.ts.map +1 -1
- package/dist/modules/execution/CompanionController.js +6 -5
- package/dist/modules/execution/CompanionController.js.map +1 -1
- package/dist/modules/execution/ExecutionService.d.ts +23 -6
- package/dist/modules/execution/ExecutionService.d.ts.map +1 -1
- package/dist/modules/execution/ExecutionService.js +28 -7
- package/dist/modules/execution/ExecutionService.js.map +1 -1
- package/dist/modules/execution/GateStepController.d.ts +8 -0
- package/dist/modules/execution/GateStepController.d.ts.map +1 -1
- package/dist/modules/execution/GateStepController.js +14 -1
- package/dist/modules/execution/GateStepController.js.map +1 -1
- package/dist/modules/execution/PrVerificationReportController.d.ts +61 -2
- package/dist/modules/execution/PrVerificationReportController.d.ts.map +1 -1
- package/dist/modules/execution/PrVerificationReportController.js +82 -20
- package/dist/modules/execution/PrVerificationReportController.js.map +1 -1
- package/dist/modules/execution/RunAdmission.d.ts +9 -0
- package/dist/modules/execution/RunAdmission.d.ts.map +1 -1
- package/dist/modules/execution/RunAdmission.js +9 -1
- package/dist/modules/execution/RunAdmission.js.map +1 -1
- package/dist/modules/execution/RunDispatcher.d.ts.map +1 -1
- package/dist/modules/execution/RunDispatcher.js +5 -5
- package/dist/modules/execution/RunDispatcher.js.map +1 -1
- package/dist/modules/execution/StepDecisionController.d.ts +22 -5
- package/dist/modules/execution/StepDecisionController.d.ts.map +1 -1
- package/dist/modules/execution/StepDecisionController.js +86 -12
- package/dist/modules/execution/StepDecisionController.js.map +1 -1
- package/dist/modules/execution/prReport.logic.d.ts +7 -0
- package/dist/modules/execution/prReport.logic.d.ts.map +1 -1
- package/dist/modules/execution/prReport.logic.js +21 -5
- package/dist/modules/execution/prReport.logic.js.map +1 -1
- package/dist/modules/execution/run-context-admission.d.ts +1 -1
- package/dist/modules/execution/run-context-admission.d.ts.map +1 -1
- package/dist/modules/execution/run-context-admission.js +1 -0
- package/dist/modules/execution/run-context-admission.js.map +1 -1
- package/dist/modules/execution/stepApproval.d.ts +15 -0
- package/dist/modules/execution/stepApproval.d.ts.map +1 -0
- package/dist/modules/execution/stepApproval.js +42 -0
- package/dist/modules/execution/stepApproval.js.map +1 -0
- package/dist/modules/pipelines/PipelineService.d.ts +10 -2
- package/dist/modules/pipelines/PipelineService.d.ts.map +1 -1
- package/dist/modules/pipelines/PipelineService.js +6 -1
- package/dist/modules/pipelines/PipelineService.js.map +1 -1
- package/dist/modules/pipelines/pipelineShape.d.ts +31 -1
- package/dist/modules/pipelines/pipelineShape.d.ts.map +1 -1
- package/dist/modules/pipelines/pipelineShape.js +65 -1
- package/dist/modules/pipelines/pipelineShape.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/orchestration",
|
|
3
|
-
"version": "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.
|
|
29
|
-
"@cat-factory/caching": "0.14.
|
|
30
|
-
"@cat-factory/contracts": "0.
|
|
31
|
-
"@cat-factory/integrations": "0.
|
|
32
|
-
"@cat-factory/kernel": "0.
|
|
33
|
-
"@cat-factory/prompt-fragments": "0.15.
|
|
34
|
-
"@cat-factory/sandbox": "0.11.
|
|
35
|
-
"@cat-factory/spend": "0.15.
|
|
36
|
-
"@cat-factory/workspaces": "0.21.
|
|
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.
|
|
41
|
+
"@cat-factory/sandbox-fixtures": "0.7.276"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsc -b tsconfig.build.json",
|