feat(core): Bootstrap Universal Agent System v2026.1 (Zero-Pollution)

This commit is contained in:
2026-03-28 18:53:55 +09:00
commit 821c01b8ce
49 changed files with 3751 additions and 0 deletions

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

@@ -0,0 +1,18 @@
{
"name": "new_gene",
"version": "1.0.0",
"description": "",
"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"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"get-shit-done-cc": "^1.30.0",
"uipro-cli": "^2.2.3"
}
}