@growthub/cli 0.4.2 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,7 +11,15 @@ npm install -g @growthub/cli
11
11
  Or use the guided installer:
12
12
 
13
13
  ```bash
14
+ # Interactive discovery hub
14
15
  npm create growthub-local@latest
16
+
17
+ # Paperclip Local App profiles
18
+ npm create growthub-local@latest -- --profile gtm
19
+ npm create growthub-local@latest -- --profile dx
20
+
21
+ # Custom Workspace Starter (scaffold + register as a fork in one shot)
22
+ npm create growthub-local@latest -- --profile workspace --out ./my-workspace
15
23
  ```
16
24
 
17
25
  ## At a Glance
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@growthub/cli",
3
- "version": "0.4.2",
4
- "description": "Growthub CLI orchestrate AI agent teams to run a business",
3
+ "version": "0.5.0",
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
  "type": "module",
6
6
  "bin": {
7
7
  "growthub": "./dist/index.js",