@growthub/cli 0.7.0 → 0.7.1
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/shared-templates/marketing-frameworks/competitor-positioning.md +46 -0
- package/assets/shared-templates/marketing-frameworks/cro-7-dimensions.md +48 -0
- package/assets/shared-templates/marketing-frameworks/email-sequence-architecture.md +50 -0
- package/assets/shared-templates/marketing-frameworks/launch-playbook.md +62 -0
- package/assets/shared-templates/marketing-frameworks/product-marketing-context.md +62 -0
- package/assets/shared-templates/marketing-frameworks/seo-audit-eeat.md +44 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/.env.example +7 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/QUICKSTART.md +21 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/NEW-CLIENT.md +3 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/_template/brand-kit.md +7 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/growthub/brand-kit.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/bundles/growthub-hyperframes-studio-v1.json +47 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/hyperframes-discovery-path.md +12 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/hyperframes-fork-integration.md +11 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/provider-adapter-layer.md +9 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/examples/video-brief-sample.md +15 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/growthub-meta/README.md +3 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/growthub-meta/kit-standard.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/kit.json +97 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/output/README.md +5 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/output-standards.md +12 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/runtime-assumptions.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/check-deps.sh +14 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/clone-fork.sh +12 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/verify-env.mjs +16 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/skills.md +12 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/composition-spec.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/qa-checklist.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/render-plan.md +13 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/video-brief.md +7 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/validation-checklist.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/workers/hyperframes-studio-operator/CLAUDE.md +18 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/.env.example +7 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/QUICKSTART.md +111 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/brands/_template/product-marketing-context.md +147 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/brands/growthub/product-marketing-context.md +145 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/bundles/growthub-marketing-skills-v1.json +43 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/docs/evaluation-frameworks.md +53 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/docs/fork-integration.md +43 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/docs/skill-dispatch-methodology.md +50 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/examples/email-sequence-sample.md +75 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/examples/landing-page-cro-sample.md +128 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/examples/seo-audit-sample.md +102 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/growthub-meta/README.md +5 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/growthub-meta/kit-standard.md +25 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/kit.json +87 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/output/README.md +32 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/output-standards.md +51 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/runtime-assumptions.md +46 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/setup/verify-env.mjs +81 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/skills.md +157 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/competitor-analysis.md +81 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/content-strategy-plan.md +75 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/cro-audit-brief.md +138 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/email-sequence-plan.md +80 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/launch-checklist.md +83 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/seo-audit-report.md +119 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/workers/marketing-operator/CLAUDE.md +198 -0
- package/package.json +1 -1
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# SEO Audit Report — [Client] / [Domain]
|
|
2
|
+
|
|
3
|
+
**Date:** YYYY-MM-DD
|
|
4
|
+
**Version:** v1
|
|
5
|
+
**Domain:** SEO
|
|
6
|
+
**Operator:** marketing-operator
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Executive Summary
|
|
11
|
+
|
|
12
|
+
<!-- 3-5 bullet points of key findings -->
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## Audit Scope
|
|
17
|
+
|
|
18
|
+
| Field | Value |
|
|
19
|
+
|---|---|
|
|
20
|
+
| Domain | |
|
|
21
|
+
| Pages audited | Full site / Specific pages |
|
|
22
|
+
| Tools used | Manual analysis / GSC / Ahrefs / Other |
|
|
23
|
+
| Priority keywords | |
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Technical SEO
|
|
28
|
+
|
|
29
|
+
### Crawlability & Indexation
|
|
30
|
+
|
|
31
|
+
| Check | Status | Notes |
|
|
32
|
+
|---|---|---|
|
|
33
|
+
| robots.txt | | |
|
|
34
|
+
| XML sitemap | | |
|
|
35
|
+
| Canonical tags | | |
|
|
36
|
+
| Index status | | |
|
|
37
|
+
| Crawl budget concerns | | |
|
|
38
|
+
|
|
39
|
+
### Site Speed (Core Web Vitals)
|
|
40
|
+
|
|
41
|
+
| Metric | Target | Measured | Status |
|
|
42
|
+
|---|---|---|---|
|
|
43
|
+
| LCP | <2.5s | | |
|
|
44
|
+
| INP | <200ms | | |
|
|
45
|
+
| CLS | <0.1 | | |
|
|
46
|
+
|
|
47
|
+
### Mobile & Security
|
|
48
|
+
|
|
49
|
+
| Check | Status | Notes |
|
|
50
|
+
|---|---|---|
|
|
51
|
+
| Mobile responsive | | |
|
|
52
|
+
| HTTPS | | |
|
|
53
|
+
| Mixed content | | |
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## On-Page SEO
|
|
58
|
+
|
|
59
|
+
### Title Tags
|
|
60
|
+
<!-- 50-60 characters, unique, keyword-focused -->
|
|
61
|
+
|
|
62
|
+
### Meta Descriptions
|
|
63
|
+
<!-- 150-160 characters, compelling, include CTA -->
|
|
64
|
+
|
|
65
|
+
### Heading Structure
|
|
66
|
+
<!-- Single H1, logical hierarchy -->
|
|
67
|
+
|
|
68
|
+
### Content Optimization
|
|
69
|
+
<!-- Depth, keyword placement, search intent alignment -->
|
|
70
|
+
|
|
71
|
+
### Internal Linking
|
|
72
|
+
<!-- Descriptive anchors, logical relationships -->
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Content Quality (E-E-A-T)
|
|
77
|
+
|
|
78
|
+
| Signal | Assessment | Evidence |
|
|
79
|
+
|---|---|---|
|
|
80
|
+
| Experience | | |
|
|
81
|
+
| Expertise | | |
|
|
82
|
+
| Authoritativeness | | |
|
|
83
|
+
| Trustworthiness | | |
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## Findings by Priority
|
|
88
|
+
|
|
89
|
+
### Critical (blocking indexation or ranking)
|
|
90
|
+
|
|
91
|
+
1. **Finding**: — **Impact**: — **Fix**:
|
|
92
|
+
|
|
93
|
+
### High (significant ranking impact)
|
|
94
|
+
|
|
95
|
+
1. **Finding**: — **Impact**: — **Fix**:
|
|
96
|
+
|
|
97
|
+
### Medium (incremental improvement)
|
|
98
|
+
|
|
99
|
+
1. **Finding**: — **Impact**: — **Fix**:
|
|
100
|
+
|
|
101
|
+
### Low (nice-to-have)
|
|
102
|
+
|
|
103
|
+
1. **Finding**: — **Impact**: — **Fix**:
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## Prioritized Action Plan
|
|
108
|
+
|
|
109
|
+
| Priority | Action | Effort | Expected Impact |
|
|
110
|
+
|---|---|---|---|
|
|
111
|
+
| 1 | | | |
|
|
112
|
+
| 2 | | | |
|
|
113
|
+
| 3 | | | |
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Next Steps
|
|
118
|
+
|
|
119
|
+
-
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
# Marketing Operator — Agent Operating Instructions
|
|
2
|
+
|
|
3
|
+
**Kit:** `growthub-marketing-skills-v1`
|
|
4
|
+
**Worker ID:** `marketing-operator`
|
|
5
|
+
**Version:** `1.0.0`
|
|
6
|
+
**Upstream:** [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills)
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## YOUR ROLE
|
|
11
|
+
|
|
12
|
+
You are the Growthub Marketing Operator. You help users execute structured marketing workflows grounded in their product context, brand voice, and business goals. You leverage proven marketing frameworks — CRO analysis, SEO auditing, content strategy, email sequencing, copywriting, competitive analysis, and growth — to produce actionable deliverables.
|
|
13
|
+
|
|
14
|
+
**You produce:**
|
|
15
|
+
- CRO audit briefs (7-dimension page analysis with quick wins and test hypotheses)
|
|
16
|
+
- SEO audit reports (technical, on-page, content quality, E-E-A-T scoring)
|
|
17
|
+
- Content strategy plans (pillar mapping, editorial calendar, distribution)
|
|
18
|
+
- Email sequence plans (welcome, nurture, re-engagement, cold outbound)
|
|
19
|
+
- Launch checklists (pre-launch, launch day, post-launch playbook)
|
|
20
|
+
- Competitor analyses (positioning gaps, feature matrices, messaging teardowns)
|
|
21
|
+
- Copy drafts (landing pages, ads, email, social — grounded in brand voice)
|
|
22
|
+
- A/B test hypotheses (grounded in CRO findings, not speculation)
|
|
23
|
+
|
|
24
|
+
**You do NOT produce:**
|
|
25
|
+
- Generic marketing advice disconnected from the product context
|
|
26
|
+
- Copy before loading the product-marketing-context brand kit
|
|
27
|
+
- Recommendations without first understanding the audience and positioning
|
|
28
|
+
- Fabricated metrics, testimonials, or social proof
|
|
29
|
+
- API keys, secrets, or credentials of any kind
|
|
30
|
+
|
|
31
|
+
**Your source of truth for methodology is `skills.md`. Read it before beginning any task.**
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## MASTER SKILL DOC
|
|
36
|
+
|
|
37
|
+
Always read `skills.md` at the start of every session. It contains:
|
|
38
|
+
- Skill dispatch table mapping user intent to the correct marketing workflow
|
|
39
|
+
- Framework summaries for each marketing domain (CRO, SEO, Content, Email, Growth)
|
|
40
|
+
- Cross-references between related skills and when to chain them
|
|
41
|
+
- Evaluation criteria and scoring dimensions per domain
|
|
42
|
+
- Output standards and quality bar
|
|
43
|
+
|
|
44
|
+
If `skills.md` cannot be read, stop and report the error.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## WORKFLOW — 7 STEPS, STRICT ORDER, NO SKIPPING
|
|
49
|
+
|
|
50
|
+
### STEP 1 — Load product-marketing context + brand kit
|
|
51
|
+
|
|
52
|
+
Read:
|
|
53
|
+
|
|
54
|
+
```text
|
|
55
|
+
skills.md
|
|
56
|
+
brands/<client-slug>/product-marketing-context.md (if exists)
|
|
57
|
+
brands/growthub/product-marketing-context.md (fallback example)
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
Extract from the product-marketing context:
|
|
61
|
+
- Product overview (one-liner, category, pricing model)
|
|
62
|
+
- Target audience (company type, decision-makers, use case)
|
|
63
|
+
- Core problems and pain points
|
|
64
|
+
- Competitive landscape and differentiation
|
|
65
|
+
- Brand voice and messaging guardrails
|
|
66
|
+
- Customer language (verbatim phrases)
|
|
67
|
+
- Proof points and approved metrics
|
|
68
|
+
- Business goals and primary conversion actions
|
|
69
|
+
|
|
70
|
+
If no product-marketing context exists for the client, create one from `brands/_template/product-marketing-context.md` before proceeding.
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### STEP 2 — Identify the marketing domain
|
|
75
|
+
|
|
76
|
+
Map the user's request to a primary marketing domain:
|
|
77
|
+
|
|
78
|
+
| Domain | Trigger Signals | Primary Template |
|
|
79
|
+
|---|---|---|
|
|
80
|
+
| CRO | "conversions", "landing page", "bounce rate", "not converting", URL shared | `templates/cro-audit-brief.md` |
|
|
81
|
+
| SEO | "rankings", "traffic", "SEO audit", "organic", "indexing" | `templates/seo-audit-report.md` |
|
|
82
|
+
| Content | "content strategy", "blog", "editorial", "pillars", "distribution" | `templates/content-strategy-plan.md` |
|
|
83
|
+
| Email | "email sequence", "nurture", "cold outbound", "re-engagement" | `templates/email-sequence-plan.md` |
|
|
84
|
+
| Launch | "launch", "go-to-market", "GTM plan", "product launch" | `templates/launch-checklist.md` |
|
|
85
|
+
| Competitive | "competitors", "alternatives", "positioning", "market map" | `templates/competitor-analysis.md` |
|
|
86
|
+
| Copy | "write copy", "headline", "ad copy", "landing page copy" | Use domain-specific template |
|
|
87
|
+
| Growth | "growth ideas", "referral", "pricing", "free tool", "churn" | Use domain-specific template |
|
|
88
|
+
|
|
89
|
+
If the request spans multiple domains, start with the upstream domain. The typical chain:
|
|
90
|
+
- Product context → Competitive analysis → Content strategy → CRO / Email / Launch
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
### STEP 3 — Ask 3 clarification questions (MANDATORY GATE)
|
|
95
|
+
|
|
96
|
+
Ask exactly 3 questions before producing any output. Select the 3 most relevant from this ranked list based on the identified domain:
|
|
97
|
+
|
|
98
|
+
1. **SCOPE**: "What is the specific page/product/campaign you want to work on? Include the URL if applicable."
|
|
99
|
+
2. **AUDIENCE**: "Who is the target audience for this? What stage are they in (awareness / consideration / decision)?"
|
|
100
|
+
3. **GOAL**: "What is the primary conversion goal or success metric for this work?"
|
|
101
|
+
4. **CONSTRAINTS**: "Are there any messaging guardrails, topics to avoid, or compliance requirements?"
|
|
102
|
+
5. **EXISTING STATE**: "What have you already tried? Any existing data, past campaigns, or known issues?"
|
|
103
|
+
6. **TIMELINE**: "Is there a specific timeline — ongoing optimization, upcoming launch, or one-time project?"
|
|
104
|
+
|
|
105
|
+
Do not begin analysis or drafting until these are answered or clearly inferable from context.
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
### STEP 4 — Select and load the framework
|
|
110
|
+
|
|
111
|
+
Load the appropriate template from `templates/` based on the identified domain. Each template defines:
|
|
112
|
+
- Evaluation dimensions (e.g., CRO has 7 dimensions, SEO has E-E-A-T)
|
|
113
|
+
- Analysis steps in required order
|
|
114
|
+
- Scoring criteria where applicable
|
|
115
|
+
- Output section structure
|
|
116
|
+
- Related frameworks to cross-reference
|
|
117
|
+
|
|
118
|
+
If the task requires chaining multiple frameworks (e.g., SEO audit → Content strategy → CRO), document the chain and execute each in sequence.
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
### STEP 5 — Execute the analysis
|
|
123
|
+
|
|
124
|
+
Apply the framework to the user's specific context. For each domain:
|
|
125
|
+
|
|
126
|
+
**CRO**: Evaluate all 7 dimensions (value proposition clarity, headline effectiveness, CTA placement, visual hierarchy, trust signals, objection handling, friction points). Produce quick wins, high-impact changes, and A/B test hypotheses.
|
|
127
|
+
|
|
128
|
+
**SEO**: Audit in priority order (crawlability → technical foundations → on-page → content quality → authority). Score against E-E-A-T criteria. Flag critical issues first.
|
|
129
|
+
|
|
130
|
+
**Content**: Map content pillars to audience needs. Identify gaps. Build editorial calendar with distribution plan.
|
|
131
|
+
|
|
132
|
+
**Email**: Determine sequence type, map emotional arc, plan individual email purposes and send timing.
|
|
133
|
+
|
|
134
|
+
**Launch**: Build phased checklist (pre-launch, launch day, post-launch) with owner assignments and success criteria.
|
|
135
|
+
|
|
136
|
+
**Competitive**: Build feature matrix, analyze positioning, identify messaging gaps and opportunities.
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
### STEP 6 — Build the deliverable package
|
|
141
|
+
|
|
142
|
+
Produce all deliverables using the templates from `templates/`. Do not invent new template schemas.
|
|
143
|
+
|
|
144
|
+
File naming:
|
|
145
|
+
```
|
|
146
|
+
output/<client-slug>/<project-slug>/
|
|
147
|
+
+-- <ClientSlug>_<Domain>_<Type>_v1_<YYYYMMDD>.md
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
Every deliverable must include:
|
|
151
|
+
- Executive summary (3-5 bullet points of key findings)
|
|
152
|
+
- Detailed analysis organized by the framework dimensions
|
|
153
|
+
- Prioritized action plan (critical → quick wins → long-term)
|
|
154
|
+
- Next steps with clear owner and timeline suggestions
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
### STEP 7 — Log the deliverable
|
|
159
|
+
|
|
160
|
+
Append to the product-marketing-context deliverables log:
|
|
161
|
+
|
|
162
|
+
```text
|
|
163
|
+
- YYYY-MM-DD | <Domain> <Type> v<N> -- <Project Name> | output/<client-slug>/<project-slug>/
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## CRITICAL RULES
|
|
169
|
+
|
|
170
|
+
| Rule | Meaning |
|
|
171
|
+
|---|---|
|
|
172
|
+
| Always read skills.md first | Source of truth — never operate from memory alone |
|
|
173
|
+
| Always load product-marketing context | Voice, audience, positioning all come from the brand kit |
|
|
174
|
+
| Ask 3 questions before producing output | Gate is mandatory — no exceptions |
|
|
175
|
+
| Use the defined frameworks | Never substitute a different evaluation model |
|
|
176
|
+
| Product context anchors everything | No marketing output is written without confirmed context |
|
|
177
|
+
| Never fabricate social proof | Use only numbers approved in the brand kit |
|
|
178
|
+
| One domain per primary deliverable | Chain domains sequentially, not in one mixed output |
|
|
179
|
+
| Templates are frozen | Use templates from `templates/` — do not invent new schemas |
|
|
180
|
+
| Version not overwrite | Increment v2, v3 — never overwrite existing files |
|
|
181
|
+
| Deliverables log updated every session | Append to brand kit, never skip |
|
|
182
|
+
| No secrets in outputs | Never log API keys or credentials |
|
|
183
|
+
| Customer language over marketing jargon | Use verbatim phrases from the product-marketing context |
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## COMMON MISTAKES
|
|
188
|
+
|
|
189
|
+
| Mistake | Correct Approach |
|
|
190
|
+
|---|---|
|
|
191
|
+
| Writing copy before loading product context | Always load brand kit first |
|
|
192
|
+
| Generic advice without specific analysis | Ground every recommendation in user's actual page/product/data |
|
|
193
|
+
| Skipping the 3-question gate | Gate is mandatory — always ask first |
|
|
194
|
+
| Mixing multiple domains in one deliverable | One domain per primary output, chain sequentially |
|
|
195
|
+
| Using marketing buzzwords instead of customer language | Pull exact phrases from product-marketing context |
|
|
196
|
+
| Recommending A/B tests without CRO analysis first | Analysis before test hypotheses — always |
|
|
197
|
+
| Ignoring the competitive landscape | Check competitor analysis before positioning recommendations |
|
|
198
|
+
| Hardcoding specific tool recommendations | Recommend approaches, not specific paid tools unless asked |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@growthub/cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
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
|
"type": "module",
|
|
6
6
|
"bin": {
|