@growthub/create-growthub-local 0.5.14 → 0.5.17
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 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
`@growthub/create-growthub-local` is the guided installer for Growthub Local.
|
|
4
4
|
|
|
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.
|
|
5
|
+
It creates a governed **Workspace** — the top-level Growthub product object and Agent Workspace as Code (AWaC) artifact — 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
|
|
|
@@ -29,11 +29,23 @@ Reference contracts:
|
|
|
29
29
|
The installer offers profile selection before command/harness depth:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
npm create growthub-local@latest -- --profile gtm
|
|
33
|
-
npm create growthub-local@latest -- --profile dx
|
|
34
|
-
npm create growthub-local@latest -- --profile workspace --out ./my-workspace
|
|
32
|
+
npm create @growthub/growthub-local@latest -- --profile gtm
|
|
33
|
+
npm create @growthub/growthub-local@latest -- --profile dx
|
|
34
|
+
npm create @growthub/growthub-local@latest -- --profile workspace --out ./my-workspace
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
+
## How this fits the governed workspace architecture
|
|
38
|
+
|
|
39
|
+
The installer is the safest entrypoint into the same lifecycle the CLI operates:
|
|
40
|
+
|
|
41
|
+
1. choose a source profile or starter path
|
|
42
|
+
2. export the governed Workspace app
|
|
43
|
+
3. register the fork metadata and local policy
|
|
44
|
+
4. open the Workspace Builder for dashboards, tabs, widgets, templates, data model objects, and settings
|
|
45
|
+
5. continue with `@growthub/cli` for status checks, fork sync, deploy preparation, worker kits, workflows, pipelines, and optional Growthub authority
|
|
46
|
+
|
|
47
|
+
The generated Workspace is not a loose app copy. It carries `growthub.config.json` plus `.growthub-fork/` lifecycle state so export, fork safety, ongoing customization, and agent operation stay tied to one portable artifact.
|
|
48
|
+
|
|
37
49
|
## First-run outcomes
|
|
38
50
|
|
|
39
51
|
After install, users land on **Custom AI Governed Workspace** first. The fastest paths are:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@growthub/create-growthub-local",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.5.17",
|
|
4
|
+
"description": "Guided installer for Growthub Local and Agent Workspace as Code: create a governed workspace with matching CLI, fork metadata, and local-first lifecycle.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"node": ">=20"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@growthub/cli": "0.9.
|
|
26
|
+
"@growthub/cli": "0.9.17"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"growthub",
|