@growthub/cli 0.9.9 → 0.9.11

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 (30) hide show
  1. package/README.md +1 -1
  2. package/assets/worker-kits/creative-strategist-v1/kit.json +5 -2
  3. package/assets/worker-kits/growthub-agency-portal-starter-v1/kit.json +4 -1
  4. package/assets/worker-kits/growthub-ai-website-cloner-v1/kit.json +6 -3
  5. package/assets/worker-kits/growthub-creative-video-pipeline-v1/kit.json +4 -1
  6. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/README.md +4 -4
  7. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/api/workspace/integration-entities/route.js +50 -0
  8. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/globals.css +980 -1
  9. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/page.jsx +5 -2
  10. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/settings/integrations/page.jsx +4 -5
  11. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/workspace-builder.jsx +1686 -68
  12. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/lib/adapters/integrations/growthub-connection-normalizer.js +12 -16
  13. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/lib/adapters/integrations/index.js +61 -11
  14. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/lib/domain/integrations.js +31 -1
  15. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/lib/workspace-schema.js +236 -9
  16. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/package-lock.json +10 -64
  17. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/package.json +1 -0
  18. package/assets/worker-kits/growthub-custom-workspace-starter-v1/kit.json +5 -2
  19. package/assets/worker-kits/growthub-email-marketing-v1/kit.json +5 -2
  20. package/assets/worker-kits/growthub-geo-seo-v1/kit.json +5 -2
  21. package/assets/worker-kits/growthub-hyperframes-studio-v1/kit.json +5 -2
  22. package/assets/worker-kits/growthub-marketing-skills-v1/kit.json +6 -3
  23. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/kit.json +5 -2
  24. package/assets/worker-kits/growthub-open-montage-studio-v1/kit.json +6 -3
  25. package/assets/worker-kits/growthub-postiz-social-v1/kit.json +5 -2
  26. package/assets/worker-kits/growthub-twenty-crm-v1/kit.json +6 -3
  27. package/assets/worker-kits/growthub-video-use-studio-v1/kit.json +5 -2
  28. package/assets/worker-kits/growthub-zernio-social-v1/kit.json +5 -2
  29. package/dist/index.js +1750 -433
  30. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  "kit": {
4
4
  "id": "growthub-email-marketing-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Email Marketing Strategist",
6
+ "name": "Growthub Agent Worker Kit \u2014 Email Marketing Strategist",
7
7
  "description": "Self-contained local execution environment for Growthub-focused email marketing. Produces brand-aware email campaigns, nurture sequences, broadcasts, and content-pillar-driven campaign plans with pluggable email platform integration.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
@@ -112,5 +112,8 @@
112
112
  "provenance": {
113
113
  "sourceRepo": "growthub-local",
114
114
  "frozenAt": "2026-04-10T00:00:00.000Z"
115
- }
115
+ },
116
+ "workspaceVisibility": "addon",
117
+ "workspaceCompatible": true,
118
+ "workspaceCategory": "email-marketing"
116
119
  }
@@ -3,7 +3,7 @@
3
3
  "kit": {
4
4
  "id": "growthub-geo-seo-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit GEO SEO Studio",
6
+ "name": "Growthub Agent Worker Kit \u2014 GEO SEO Studio",
7
7
  "description": "Self-contained local execution environment for GEO + SEO auditing using geo-seo-claude. Produces AI search visibility audits, citability scores, crawler access reports, brand mention scans, remediation roadmaps, and client-ready PDF deliverables via 14 specialized commands and 5 parallel subagents.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
@@ -116,5 +116,8 @@
116
116
  "provenance": {
117
117
  "sourceRepo": "growthub-local",
118
118
  "frozenAt": "2026-04-14T00:00:00.000Z"
119
- }
119
+ },
120
+ "workspaceVisibility": "addon",
121
+ "workspaceCompatible": false,
122
+ "workspaceCategory": "studio"
120
123
  }
@@ -3,7 +3,7 @@
3
3
  "kit": {
4
4
  "id": "growthub-hyperframes-studio-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Hyperframes Studio",
6
+ "name": "Growthub Agent Worker Kit \u2014 Hyperframes Studio",
7
7
  "description": "Self-contained local execution environment for Hyperframes video production. Produces implementation-ready video briefs, composition specs, render plans, and QA handoff artifacts for HTML-native rendering workflows.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
@@ -105,5 +105,8 @@
105
105
  "provenance": {
106
106
  "sourceRepo": "growthub-local",
107
107
  "frozenAt": "2026-04-17T00:00:00.000Z"
108
- }
108
+ },
109
+ "workspaceVisibility": "addon",
110
+ "workspaceCompatible": false,
111
+ "workspaceCategory": "studio"
109
112
  }
@@ -3,8 +3,8 @@
3
3
  "kit": {
4
4
  "id": "growthub-marketing-skills-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Marketing Operator",
7
- "description": "Self-contained marketing execution environment wrapping the open-source marketingskills library (coreyhaines31/marketingskills). Provides structured marketing workflows for CRO, SEO, content strategy, email sequences, paid ads, and growth grounded in product-marketing context and brand voice. Skills are one dimension of the kit; the operator workflow, brand kit, templates, and output standards form the complete environment.",
6
+ "name": "Growthub Agent Worker Kit \u2014 Marketing Operator",
7
+ "description": "Self-contained marketing execution environment wrapping the open-source marketingskills library (coreyhaines31/marketingskills). Provides structured marketing workflows for CRO, SEO, content strategy, email sequences, paid ads, and growth \u2014 grounded in product-marketing context and brand voice. Skills are one dimension of the kit; the operator workflow, brand kit, templates, and output standards form the complete environment.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
10
10
  "sourceRepo": "growthub-local",
@@ -101,5 +101,8 @@
101
101
  "sourceRepo": "growthub-local",
102
102
  "upstream": "https://github.com/coreyhaines31/marketingskills",
103
103
  "frozenAt": "2026-04-15T00:00:00.000Z"
104
- }
104
+ },
105
+ "workspaceVisibility": "addon",
106
+ "workspaceCompatible": true,
107
+ "workspaceCategory": "marketing-operator"
105
108
  }
@@ -3,7 +3,7 @@
3
3
  "kit": {
4
4
  "id": "growthub-open-higgsfield-studio-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Open Higgsfield Studio",
6
+ "name": "Growthub Agent Worker Kit \u2014 Open Higgsfield Studio",
7
7
  "description": "Self-contained local execution environment for Open Higgsfield AI visual production. Produces implementation-ready visual briefs, prompt systems, shot plans, generation batches, model selections, and execution handoff artifacts for browser, desktop, and local fork workflows.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
@@ -119,5 +119,8 @@
119
119
  "provenance": {
120
120
  "sourceRepo": "growthub-local",
121
121
  "frozenAt": "2026-04-10T00:00:00.000Z"
122
- }
122
+ },
123
+ "workspaceVisibility": "addon",
124
+ "workspaceCompatible": false,
125
+ "workspaceCategory": "studio"
123
126
  }
@@ -3,8 +3,8 @@
3
3
  "kit": {
4
4
  "id": "growthub-open-montage-studio-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Open Montage Studio",
7
- "description": "Self-contained local execution environment for OpenMontage agentic video production. Produces end-to-end video content through 12 production pipelines from animated explainers and cinematic trailers to documentary montages and talking heads with direct CMS node integration for first-party video/image generation.",
6
+ "name": "Growthub Agent Worker Kit \u2014 Open Montage Studio",
7
+ "description": "Self-contained local execution environment for OpenMontage agentic video production. Produces end-to-end video content through 12 production pipelines \u2014 from animated explainers and cinematic trailers to documentary montages and talking heads \u2014 with direct CMS node integration for first-party video/image generation.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
10
10
  "sourceRepo": "growthub-local",
@@ -115,5 +115,8 @@
115
115
  "provenance": {
116
116
  "sourceRepo": "growthub-local",
117
117
  "frozenAt": "2026-04-14T00:00:00.000Z"
118
- }
118
+ },
119
+ "workspaceVisibility": "addon",
120
+ "workspaceCompatible": false,
121
+ "workspaceCategory": "studio"
119
122
  }
@@ -3,7 +3,7 @@
3
3
  "kit": {
4
4
  "id": "growthub-postiz-social-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Postiz Social Media Studio",
6
+ "name": "Growthub Agent Worker Kit \u2014 Postiz Social Media Studio",
7
7
  "description": "Self-contained local execution environment for Postiz, the open-source agentic social media scheduler. Produces implementation-ready social media campaigns, content calendars, multi-platform publishing plans, AI-assisted captions, and analytics briefings across 28+ platforms including Instagram, LinkedIn, TikTok, X/Twitter, YouTube, Pinterest, Reddit, Bluesky, and more.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
@@ -112,5 +112,8 @@
112
112
  "provenance": {
113
113
  "sourceRepo": "growthub-local",
114
114
  "frozenAt": "2026-04-15T00:00:00.000Z"
115
- }
115
+ },
116
+ "workspaceVisibility": "addon",
117
+ "workspaceCompatible": false,
118
+ "workspaceCategory": "social-media"
116
119
  }
@@ -3,8 +3,8 @@
3
3
  "kit": {
4
4
  "id": "growthub-twenty-crm-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Twenty CRM",
7
- "description": "Self-contained local execution environment for Twenty CRM the open-source Salesforce/Apollo alternative. Produces CRM setup plans, data model designs, lead enrichment pipelines, pipeline automation briefs, webhook integration specs, API query plans, and client-ready CRM playbooks for teams adopting Twenty as their growth stack foundation.",
6
+ "name": "Growthub Agent Worker Kit \u2014 Twenty CRM",
7
+ "description": "Self-contained local execution environment for Twenty CRM \u2014 the open-source Salesforce/Apollo alternative. Produces CRM setup plans, data model designs, lead enrichment pipelines, pipeline automation briefs, webhook integration specs, API query plans, and client-ready CRM playbooks for teams adopting Twenty as their growth stack foundation.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
10
10
  "sourceRepo": "growthub-local",
@@ -116,5 +116,8 @@
116
116
  "provenance": {
117
117
  "sourceRepo": "growthub-local",
118
118
  "frozenAt": "2026-04-15T00:00:00.000Z"
119
- }
119
+ },
120
+ "workspaceVisibility": "addon",
121
+ "workspaceCompatible": false,
122
+ "workspaceCategory": "crm"
120
123
  }
@@ -3,7 +3,7 @@
3
3
  "kit": {
4
4
  "id": "growthub-video-use-studio-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Video Use Studio",
6
+ "name": "Growthub Agent Worker Kit \u2014 Video Use Studio",
7
7
  "description": "Self-contained local execution environment for conversational video editing with browser-use/video-use. Produces implementation-ready video briefs, transcript-driven edit strategies, edit decision lists, render plans, and QA handoff artifacts for ElevenLabs Scribe + FFmpeg workflows.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
@@ -108,5 +108,8 @@
108
108
  "provenance": {
109
109
  "sourceRepo": "growthub-local",
110
110
  "frozenAt": "2026-04-23T00:00:00.000Z"
111
- }
111
+ },
112
+ "workspaceVisibility": "addon",
113
+ "workspaceCompatible": false,
114
+ "workspaceCategory": "studio"
112
115
  }
@@ -3,7 +3,7 @@
3
3
  "kit": {
4
4
  "id": "growthub-zernio-social-v1",
5
5
  "version": "1.0.0",
6
- "name": "Growthub Agent Worker Kit Zernio Social Media Studio",
6
+ "name": "Growthub Agent Worker Kit \u2014 Zernio Social Media Studio",
7
7
  "description": "Self-contained local execution environment for Zernio, the unified social media REST API for developers and AI agents. Produces implementation-ready social media campaigns, content calendars, multi-platform publishing plans, AI-assisted captions, Zernio-shaped scheduling manifests, recurring queue definitions, inbox reply plans, and analytics briefings across 14 platforms including X/Twitter, Instagram, Facebook, LinkedIn, TikTok, YouTube, Pinterest, Reddit, Bluesky, Threads, Google Business, Telegram, Snapchat, and WhatsApp.",
8
8
  "type": "worker",
9
9
  "visibility": "public-open-source",
@@ -144,5 +144,8 @@
144
144
  "provenance": {
145
145
  "sourceRepo": "growthub-local",
146
146
  "frozenAt": "2026-04-15T00:00:00.000Z"
147
- }
147
+ },
148
+ "workspaceVisibility": "addon",
149
+ "workspaceCompatible": false,
150
+ "workspaceCategory": "social-media"
148
151
  }