feat: implement zero-click AI self-bootstrap and bypass ExecutionPolicy

This commit is contained in:
2026-03-28 22:28:59 +09:00
parent 821c01b8ce
commit 21071f66e9
3 changed files with 27 additions and 1 deletions

View File

@@ -5,7 +5,10 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update:all-agents": "cd ../.. && git submodule update --remote --merge && npx --prefix .agent/env uipro update && npm install -g get-shit-done-cc@latest"
"update:all-agents": "npm run update:submodules && npm run install:uipro && npm run install:gsd",
"update:submodules": "cmd /c \"cd ..\\.. && git submodule update --remote --merge\"",
"install:uipro": "cmd /c \"npx uipro update\"",
"install:gsd": "cmd /c \"npm install -g get-shit-done-cc@latest\""
},
"keywords": [],
"author": "",