@grant-vine/wunderkind 0.19.1 → 0.20.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.
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +1 -1
- package/agents/ciso.md +1 -1
- package/agents/creative-director.md +1 -1
- package/agents/fullstack-wunderkind.md +1 -1
- package/agents/legal-counsel.md +1 -1
- package/agents/marketing-wunderkind.md +1 -1
- package/agents/product-wunderkind.md +1 -1
- package/package.json +7 -4
package/README.md
CHANGED
package/agents/ciso.md
CHANGED
package/agents/legal-counsel.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Marketing Wunderkind — CMO-calibre strategist for brand, community, developer advocacy, docs-led launches, adoption, PR, and go-to-market work.
|
|
4
|
-
wunderkind_version: "0.
|
|
4
|
+
wunderkind_version: "0.20.0"
|
|
5
5
|
mode: all
|
|
6
6
|
temperature: 0.3
|
|
7
7
|
permission:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: >
|
|
3
3
|
Product Wunderkind — Default orchestrator and front door for all Wunderkind requests. Routes, clarifies, and synthesizes across specialists. VP Product authority for strategy, roadmaps, PRDs, OKRs, issue intake, acceptance review, and decomposition.
|
|
4
|
-
wunderkind_version: "0.
|
|
4
|
+
wunderkind_version: "0.20.0"
|
|
5
5
|
mode: all
|
|
6
6
|
temperature: 0.2
|
|
7
7
|
permission:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grant-vine/wunderkind",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Wunderkind
|
|
3
|
+
"version": "0.20.0",
|
|
4
|
+
"description": "Wunderkind — specialist AI agent addon for OpenCode with 6 retained specialist agents for any software product team",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@clack/prompts": "^1.5.1",
|
|
40
40
|
"@opencode-ai/plugin": "1.17.8",
|
|
41
41
|
"@opencode-ai/sdk": "1.17.8",
|
|
42
|
-
"commander": "^
|
|
42
|
+
"commander": "^15.0.0",
|
|
43
43
|
"jsonc-parser": "^3.3.1",
|
|
44
44
|
"oh-my-openagent": "4.11.1",
|
|
45
45
|
"picocolors": "^1.1.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^22.19.21",
|
|
49
|
-
"typescript": "^
|
|
49
|
+
"typescript": "^6.0.3"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
52
52
|
"oh-my-openagent",
|
|
@@ -62,6 +62,9 @@
|
|
|
62
62
|
"type": "git",
|
|
63
63
|
"url": "https://github.com/grant-vine/wunderkind"
|
|
64
64
|
},
|
|
65
|
+
"engines": {
|
|
66
|
+
"node": ">=22.12.0"
|
|
67
|
+
},
|
|
65
68
|
"overrides": {
|
|
66
69
|
"picomatch": "4.0.4",
|
|
67
70
|
"@hono/node-server": "1.19.13",
|