Commit guided setup and clack dependency updates

This commit is contained in:
Advait Paliwal
2026-04-15 17:58:10 -07:00
parent 8fade18b98
commit d5b6f9cd00
3 changed files with 236 additions and 33 deletions

View File

@@ -5,7 +5,7 @@
"license": "MIT",
"type": "module",
"engines": {
"node": ">=20.19.0"
"node": ">=20.19.0 <25"
},
"bin": {
"feynman": "bin/feynman.js"
@@ -59,6 +59,7 @@
]
},
"dependencies": {
"@clack/prompts": "^1.2.0",
"@companion-ai/alpha-hub": "^0.1.3",
"@mariozechner/pi-ai": "^0.66.1",
"@mariozechner/pi-coding-agent": "^0.66.1",