@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 +1 -1
- package/clearance-allow-hosts +3 -0
- package/crew.config.example.ts +1 -1
- package/package.json +1 -1
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]
|
|
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
|
package/clearance-allow-hosts
CHANGED
|
@@ -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
|
package/crew.config.example.ts
CHANGED
package/package.json
CHANGED