@clipboard-health/groundcrew 4.37.1 → 4.38.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/clearance-allow-hosts +6 -0
- package/docs/runners.md +1 -1
- package/package.json +1 -1
package/clearance-allow-hosts
CHANGED
|
@@ -73,6 +73,12 @@ conda.anaconda.org
|
|
|
73
73
|
registry.npmjs.org
|
|
74
74
|
www.npmjs.com
|
|
75
75
|
|
|
76
|
+
# PyPI registry + package CDN (pip / uv). pypi.org serves the Simple index;
|
|
77
|
+
# files.pythonhosted.org serves the wheel/sdist artifacts. uv's managed-Python
|
|
78
|
+
# downloads come from github.com (already allowed above).
|
|
79
|
+
files.pythonhosted.org
|
|
80
|
+
pypi.org
|
|
81
|
+
|
|
76
82
|
# Google APIs
|
|
77
83
|
developers.google.com
|
|
78
84
|
www.googleapis.com
|
package/docs/runners.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
Only applies when `local.runner` resolves to `safehouse`. Groundcrew starts `clearance` on `http://127.0.0.1:19999` and runs the agent through the bundled `safehouse-clearance` wrapper. Groundcrew automatically points clearance at its shipped starter allowlist, so a fresh install does not need a `CLEARANCE_ALLOW_HOSTS_FILES` export.
|
|
17
17
|
|
|
18
|
-
Groundcrew ships that starter file at `$(npm root -g)/@clipboard-health/groundcrew/clearance-allow-hosts`, covering model APIs, Linear, Notion, Slack, Datadog, GitHub, npm, and common dev tooling.
|
|
18
|
+
Groundcrew ships that starter file at `$(npm root -g)/@clipboard-health/groundcrew/clearance-allow-hosts`, covering model APIs, Linear, Notion, Slack, Datadog, GitHub, npm, PyPI, and common dev tooling.
|
|
19
19
|
|
|
20
20
|
To add ad hoc hosts for one run, use `CLEARANCE_ALLOW_HOSTS`:
|
|
21
21
|
|
package/package.json
CHANGED