chore: initial project setup with agent guide

This commit is contained in:
Variet-Worker
2026-04-05 00:43:39 +09:00
commit 7890ff6644
1368 changed files with 213076 additions and 0 deletions

21
.agent/env/package.json vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "new_gene",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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 get-shit-done-cc@latest --save-dev\""
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"get-shit-done-cc": "^1.30.0",
"uipro-cli": "^2.2.3"
}
}