@growthub/cli 0.3.35 → 0.3.36
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"schemaVersion":
|
|
2
|
+
"schemaVersion": 2,
|
|
3
3
|
"bundle": {
|
|
4
4
|
"id": "creative-strategist-v1",
|
|
5
5
|
"version": "1.0.0",
|
|
@@ -42,5 +42,6 @@
|
|
|
42
42
|
"export": {
|
|
43
43
|
"folderName": "growthub-agent-worker-kit-creative-strategist-v1",
|
|
44
44
|
"zipFileName": "growthub-agent-worker-kit-creative-strategist-v1.zip"
|
|
45
|
-
}
|
|
45
|
+
},
|
|
46
|
+
"activationModes": ["export"]
|
|
46
47
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"schemaVersion":
|
|
2
|
+
"schemaVersion": 2,
|
|
3
3
|
"kit": {
|
|
4
4
|
"id": "creative-strategist-v1",
|
|
5
5
|
"version": "1.0.0",
|
|
6
6
|
"name": "Growthub Agent Worker Kit — Creative Strategist",
|
|
7
7
|
"description": "Frozen Creative Strategist worker kit for exporting a working-directory-ready video creative brief worker.",
|
|
8
|
+
"type": "worker",
|
|
8
9
|
"visibility": "public-open-source",
|
|
9
10
|
"sourceRepo": "claude-workers"
|
|
10
11
|
},
|
|
@@ -68,5 +69,14 @@
|
|
|
68
69
|
"version": "1.0.0",
|
|
69
70
|
"path": "bundles/creative-strategist-v1.json"
|
|
70
71
|
}
|
|
71
|
-
]
|
|
72
|
+
],
|
|
73
|
+
"executionMode": "export",
|
|
74
|
+
"activationModes": ["export"],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"cliMinVersion": "0.3.35"
|
|
77
|
+
},
|
|
78
|
+
"provenance": {
|
|
79
|
+
"sourceRepo": "claude-workers",
|
|
80
|
+
"frozenAt": "2026-04-09T00:00:00.000Z"
|
|
81
|
+
}
|
|
72
82
|
}
|