@clipboard-health/groundcrew 3.1.8 → 3.1.9
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/clearance-allow-hosts +2 -0
- package/package.json +7 -7
package/clearance-allow-hosts
CHANGED
|
@@ -29,6 +29,7 @@ slack.com
|
|
|
29
29
|
api.datadoghq.com
|
|
30
30
|
app.datadoghq.com
|
|
31
31
|
datadoghq.com
|
|
32
|
+
docs.datadoghq.com
|
|
32
33
|
|
|
33
34
|
# GitHub + GHA artifact storage (Azure blobs)
|
|
34
35
|
api.github.com
|
|
@@ -68,6 +69,7 @@ www.npmjs.com
|
|
|
68
69
|
app.terraform.io
|
|
69
70
|
buf.build
|
|
70
71
|
cdn.playwright.dev
|
|
72
|
+
fastdl.mongodb.org
|
|
71
73
|
formulae.brew.sh
|
|
72
74
|
hub.docker.com
|
|
73
75
|
index.docker.io
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clipboard-health/groundcrew",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.9",
|
|
4
4
|
"description": "Linear-driven orchestrator that launches AI coding agents in git worktrees, with workspace lifecycle and usage tracking.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -68,33 +68,33 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@clipboard-health/clearance": "1.0.8",
|
|
71
|
-
"@linear/sdk": "
|
|
71
|
+
"@linear/sdk": "85.0.0",
|
|
72
72
|
"cosmiconfig": "9.0.1",
|
|
73
73
|
"tslib": "2.8.1",
|
|
74
74
|
"zod": "4.4.3"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@clipboard-health/ai-rules": "2.18.
|
|
77
|
+
"@clipboard-health/ai-rules": "2.18.7",
|
|
78
78
|
"@clipboard-health/oxlint-config": "1.9.4",
|
|
79
79
|
"@nx/js": "22.7.1",
|
|
80
80
|
"@tsconfig/node24": "24.0.4",
|
|
81
81
|
"@tsconfig/strictest": "2.0.8",
|
|
82
82
|
"@types/node": "24.12.2",
|
|
83
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
83
|
+
"@typescript/native-preview": "7.0.0-dev.20260522.1",
|
|
84
84
|
"@vitest/coverage-v8": "4.1.5",
|
|
85
85
|
"cspell": "10.0.0",
|
|
86
86
|
"dependency-cruiser": "17.4.0",
|
|
87
87
|
"husky": "9.1.7",
|
|
88
88
|
"jscpd": "4.0.9",
|
|
89
89
|
"knip": "6.9.0",
|
|
90
|
-
"lint-staged": "17.0.
|
|
90
|
+
"lint-staged": "17.0.5",
|
|
91
91
|
"markdownlint-cli2": "0.22.1",
|
|
92
92
|
"nx": "22.7.1",
|
|
93
|
-
"oxfmt": "0.
|
|
93
|
+
"oxfmt": "0.50.0",
|
|
94
94
|
"oxlint": "1.64.0",
|
|
95
95
|
"oxlint-tsgolint": "0.22.1",
|
|
96
96
|
"syncpack": "15.0.0",
|
|
97
|
-
"vite": "8.0.
|
|
97
|
+
"vite": "8.0.14",
|
|
98
98
|
"vitest": "4.1.5"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|