@cat-factory/orchestration 0.204.0 → 0.206.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/execution-service.d.ts.map +1 -1
- package/dist/container/execution-service.js +4 -0
- package/dist/container/execution-service.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/modules/board/BoardService.d.ts +12 -2
- package/dist/modules/board/BoardService.d.ts.map +1 -1
- package/dist/modules/board/BoardService.js +4 -1
- package/dist/modules/board/BoardService.js.map +1 -1
- package/dist/modules/board/removal-cascade.d.ts +2 -1
- package/dist/modules/board/removal-cascade.d.ts.map +1 -1
- package/dist/modules/board/removal-cascade.js +23 -0
- package/dist/modules/board/removal-cascade.js.map +1 -1
- package/dist/modules/execution/ExecutionService.d.ts +1 -1
- package/dist/modules/execution/ExecutionService.d.ts.map +1 -1
- package/dist/modules/execution/ExecutionService.js +46 -10
- package/dist/modules/execution/ExecutionService.js.map +1 -1
- package/dist/modules/execution/ExecutionServiceDependencies.d.ts +18 -1
- package/dist/modules/execution/ExecutionServiceDependencies.d.ts.map +1 -1
- package/dist/modules/execution/PostMergeBoardController.d.ts +9 -1
- package/dist/modules/execution/PostMergeBoardController.d.ts.map +1 -1
- package/dist/modules/execution/PostMergeBoardController.js +23 -4
- package/dist/modules/execution/PostMergeBoardController.js.map +1 -1
- package/dist/modules/execution/RunLifecycleController.d.ts +10 -2
- package/dist/modules/execution/RunLifecycleController.d.ts.map +1 -1
- package/dist/modules/execution/RunLifecycleController.js +4 -1
- package/dist/modules/execution/RunLifecycleController.js.map +1 -1
- package/dist/modules/notifications/NotificationService.d.ts +6 -0
- package/dist/modules/notifications/NotificationService.d.ts.map +1 -1
- package/dist/modules/notifications/NotificationService.js +8 -0
- package/dist/modules/notifications/NotificationService.js.map +1 -1
- package/dist/modules/pipelines/PipelineService.d.ts +11 -7
- package/dist/modules/pipelines/PipelineService.d.ts.map +1 -1
- package/dist/modules/pipelines/PipelineService.js +28 -16
- package/dist/modules/pipelines/PipelineService.js.map +1 -1
- package/dist/modules/pipelines/pipelineAdoption.d.ts +57 -0
- package/dist/modules/pipelines/pipelineAdoption.d.ts.map +1 -0
- package/dist/modules/pipelines/pipelineAdoption.js +94 -0
- package/dist/modules/pipelines/pipelineAdoption.js.map +1 -0
- package/dist/modules/reports/ReportsService.d.ts +4 -2
- package/dist/modules/reports/ReportsService.d.ts.map +1 -1
- package/dist/modules/reports/ReportsService.js +9 -3
- package/dist/modules/reports/ReportsService.js.map +1 -1
- package/dist/modules/spend/spend-alert.logic.d.ts +24 -0
- package/dist/modules/spend/spend-alert.logic.d.ts.map +1 -0
- package/dist/modules/spend/spend-alert.logic.js +51 -0
- package/dist/modules/spend/spend-alert.logic.js.map +1 -0
- 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.206.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.
|
|
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.
|
|
36
|
-
"@cat-factory/workspaces": "0.21.
|
|
28
|
+
"@cat-factory/agents": "0.111.0",
|
|
29
|
+
"@cat-factory/caching": "0.14.19",
|
|
30
|
+
"@cat-factory/contracts": "0.239.0",
|
|
31
|
+
"@cat-factory/integrations": "0.127.1",
|
|
32
|
+
"@cat-factory/kernel": "0.238.0",
|
|
33
|
+
"@cat-factory/prompt-fragments": "0.15.65",
|
|
34
|
+
"@cat-factory/sandbox": "0.11.60",
|
|
35
|
+
"@cat-factory/spend": "0.15.1",
|
|
36
|
+
"@cat-factory/workspaces": "0.21.53"
|
|
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.273"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsc -b tsconfig.build.json",
|