@clipboard-health/groundcrew 3.4.0 → 3.4.1

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/README.md CHANGED
@@ -362,7 +362,7 @@ To have a coding agent (Claude Code, Cursor, etc.) scaffold `.groundcrew/setup.s
362
362
  ## Commands
363
363
 
364
364
  ```bash
365
- crew init [--global | --local] [--force] [--dry-run] # create a crew.config.ts (cwd by default)
365
+ crew init [--global | --local] [--force] [--dry-run] # create a crew.config.ts
366
366
  crew doctor # full setup check
367
367
  crew doctor --ticket <TICKET> [--no-linear] [--no-fetch] # full ticket lifecycle (dispatch + recovery)
368
368
  crew run # one-shot dispatch
@@ -12,6 +12,8 @@ ab.chatgpt.com
12
12
  api.anthropic.com
13
13
  api.openai.com
14
14
  chatgpt.com
15
+ docs.anthropic.com
16
+ docs.claude.com
15
17
  platform.claude.com
16
18
 
17
19
  # Hosted MCP servers + their auth/web hosts
@@ -73,6 +75,7 @@ fastdl.mongodb.org
73
75
  formulae.brew.sh
74
76
  hub.docker.com
75
77
  index.docker.io
78
+ json.schemastore.org
76
79
  nx.dev
77
80
  sourcegraph.com
78
81
  vitest.dev
@@ -1,4 +1,4 @@
1
- import type { Config } from "./src/lib/config.js";
1
+ import type { Config } from "@clipboard-health/groundcrew";
2
2
  // import { readFileSync } from "node:fs";
3
3
 
4
4
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/groundcrew",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
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",