@clipboard-health/groundcrew 1.7.2 → 1.7.3

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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/groundcrew",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Linear-driven orchestrator that launches AI coding agents in git worktrees, with workspace lifecycle, remote runners, and usage tracking.",
5
5
  "keywords": [
6
6
  "agent",
@@ -27,7 +27,6 @@
27
27
  "exports": {
28
28
  "./package.json": "./package.json",
29
29
  ".": {
30
- "@clipboard-health/source": "./src/index.ts",
31
30
  "types": "./src/index.d.ts",
32
31
  "import": "./src/index.js",
33
32
  "default": "./src/index.js"
@@ -37,7 +36,7 @@
37
36
  "access": "public"
38
37
  },
39
38
  "dependencies": {
40
- "@clipboard-health/clearance": "1.0.4",
39
+ "@clipboard-health/clearance": "1.0.7",
41
40
  "@linear/sdk": "84.0.0",
42
41
  "tslib": "2.8.1"
43
42
  },