chore: quantlab-agent 프로젝트 초기 설정
agent_guide 템플릿 기반으로 프로젝트 구조 설정. Gitea(quantlab-agent), Vikunja(project #15) 연동 완료. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
21
.agent/env/package.json
vendored
Normal file
21
.agent/env/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user