@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wunderkind",
3
- "version": "0.19.1",
3
+ "version": "0.20.0",
4
4
  "description": "Wunderkind \u2014 specialist AI agents for any software product team, built as an oh-my-openagent addon",
5
5
  "main": "dist/index.js"
6
6
  }
package/README.md CHANGED
@@ -617,7 +617,7 @@ In practice:
617
617
 
618
618
  - [OpenCode](https://opencode.ai)
619
619
  - [oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent)
620
- - Node.js 18+ or Bun 1+
620
+ - Node.js 22.12+ or Bun 1+
621
621
 
622
622
  ---
623
623
 
package/agents/ciso.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  CISO — Security and compliance lead for threat modeling, controls, and risk decisions.
4
- wunderkind_version: "0.19.1"
4
+ wunderkind_version: "0.20.0"
5
5
  mode: all
6
6
  temperature: 0.1
7
7
  permission:
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  Creative Director — Brand and UI/UX lead for design systems, visuals, and product experience.
4
- wunderkind_version: "0.19.1"
4
+ wunderkind_version: "0.20.0"
5
5
  mode: all
6
6
  temperature: 0.4
7
7
  permission:
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  Fullstack Wunderkind — CTO-calibre engineer for architecture, implementation, and systems tradeoffs.
4
- wunderkind_version: "0.19.1"
4
+ wunderkind_version: "0.20.0"
5
5
  mode: all
6
6
  temperature: 0.1
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  Legal Counsel — Legal and regulatory advisor for contracts, licensing, and compliance posture.
4
- wunderkind_version: "0.19.1"
4
+ wunderkind_version: "0.20.0"
5
5
  mode: all
6
6
  temperature: 0.1
7
7
  permission:
@@ -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.19.1"
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.19.1"
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.19.1",
4
- "description": "Wunderkind \u2014 specialist AI agent addon for OpenCode with 6 retained specialist agents for any software product team",
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": "^13.1.0",
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": "^5.9.3"
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",