@growthub/create-growthub-local 0.5.10 → 0.5.12
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -36,11 +36,11 @@ npm create growthub-local@latest -- --profile workspace --out ./my-workspace
|
|
|
36
36
|
|
|
37
37
|
## First-run outcomes
|
|
38
38
|
|
|
39
|
-
After install, users land on **
|
|
39
|
+
After install, users land on **Custom AI Governed Workspace** first. The fastest paths are:
|
|
40
40
|
|
|
41
41
|
1. import a GitHub repo into a governed workspace
|
|
42
42
|
2. import a skills.sh skill into a governed workspace
|
|
43
|
-
3. start
|
|
43
|
+
3. start from the workspace starter
|
|
44
44
|
4. start from a worker kit
|
|
45
45
|
5. connect Growthub account after local value is proven
|
|
46
46
|
6. optionally activate upgrade path for hosted depth
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@growthub/create-growthub-local",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.12",
|
|
4
4
|
"description": "Growthub Local is a control plane for forked worker kits. The CLI is the executor, the hosted app is the identity authority, the worker kit is the unit of portable agent infrastructure, and the fork is the operator's personal branch of that infrastructure — policy-governed, trace-backed, and self-healing.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"node": ">=20"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@growthub/cli": "0.9.
|
|
26
|
+
"@growthub/cli": "0.9.12"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"growthub",
|