@growthub/cli 0.3.60 → 0.4.2
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/assets/worker-kits/growthub-custom-workspace-starter-v1/.env.example +10 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/QUICKSTART.md +44 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/brands/NEW-CLIENT.md +10 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/brands/_template/brand-kit.md +27 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/brands/growthub/brand-kit.md +25 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/bundles/growthub-custom-workspace-starter-v1.json +47 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/docs/fork-sync-integration.md +32 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/docs/starter-kit-overview.md +26 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/docs/vite-ui-shell-guide.md +24 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/examples/workspace-sample.md +10 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/growthub-meta/README.md +3 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/growthub-meta/kit-standard.md +10 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/kit.json +101 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/output/README.md +3 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/output-standards.md +11 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/runtime-assumptions.md +8 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/setup/check-deps.sh +20 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/setup/verify-env.mjs +20 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/skills.md +14 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/index.html +12 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/package.json +20 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/serve.mjs +42 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/src/App.jsx +32 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/src/app.css +20 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/src/main.jsx +10 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/vite.config.js +8 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/templates/agent-contract.md +9 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/templates/deployment-plan.md +22 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/templates/workspace-brief.md +11 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/validation-checklist.md +13 -0
- package/assets/worker-kits/growthub-custom-workspace-starter-v1/workers/custom-workspace-operator/CLAUDE.md +32 -0
- package/dist/index.js +12658 -9040
- package/package.json +1 -1