🎉 init: 小龙的工作空间

This commit is contained in:
大海
2026-06-06 10:40:48 +08:00
commit a188ee1426
3201 changed files with 231817 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "workspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:architecture": "bash scripts/guard-all.sh",
"test:baseline": "node --test test/baseline/test-*.test.mjs",
"guard": "bash scripts/guard-all.sh",
"check:deprecations": "node scripts/check-deprecations.mjs",
"smoke": "node scripts/smoke-test.mjs",
"production-check": "bash scripts/production-check.sh",
"audit": "node scripts/audit-all.mjs",
"audit:agents": "node scripts/audit-agents.mjs",
"audit:governance": "node scripts/audit-governance.mjs",
"audit:portfolio": "node scripts/audit-portfolio.mjs",
"upgrade": "node scripts/upgrade-test.mjs",
"test": "node --test test/architecture/guard.test.mjs test/architecture/production-check.test.mjs",
"orchestrator": "node scripts/orchestrator.mjs",
"test:orchestrator": "node --test test/orchestrator.test.mjs",
"test:intake": "node --test test/project-intake-agent.test.mjs",
"test:composer": "node --test test/fullstack-composer-agent.test.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"better-sqlite3": "^12.10.0"
}
}