@growthub/create-growthub-local 0.5.8 → 0.5.10
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 +16 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,14 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
`@growthub/create-growthub-local` is the guided installer for Growthub Local.
|
|
4
4
|
|
|
5
|
-
It
|
|
5
|
+
It creates a governed **Workspace** — the top-level Growthub product object — by exporting the official `growthub-custom-workspace-starter-v1` kit and pinning the matching `@growthub/cli` version. Local value first; hosted authority is additive.
|
|
6
6
|
|
|
7
7
|
## Quickstart
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm create growthub-local@latest
|
|
10
|
+
npm create @growthub/growthub-local@latest
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
After install, open the no-code Workspace Builder:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
cd <workspace>/apps/workspace
|
|
17
|
+
npm install
|
|
18
|
+
npm run dev
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Reference contracts:
|
|
22
|
+
|
|
23
|
+
- [Workspace Config Contract V1](https://github.com/Growthub-ai/growthub-local/blob/main/docs/WORKSPACE_CONFIG_CONTRACT_V1.md)
|
|
24
|
+
- [Governed Workspace Topology V1](https://github.com/Growthub-ai/growthub-local/blob/main/docs/GOVERNED_WORKSPACE_TOPOLOGY_V1.md)
|
|
25
|
+
- [Workspace Builder Runtime V1](https://github.com/Growthub-ai/growthub-local/blob/main/docs/WORKSPACE_BUILDER_RUNTIME_V1.md)
|
|
26
|
+
|
|
13
27
|
## Profile-first install
|
|
14
28
|
|
|
15
29
|
The installer offers profile selection before command/harness 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.10",
|
|
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.10"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"growthub",
|