feat: optimize query path and add smoke test/demo assets

This commit is contained in:
2026-03-07 07:00:51 +00:00
parent 0ede080e85
commit 76d6a31d25
9 changed files with 709 additions and 10 deletions

View File

@@ -7,12 +7,15 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepare": "npm run clean && npm run build"
"prepare": "npm run clean && npm run build",
"test:smoke": "tsx tests/smoke.ts",
"demo": "tsx scripts/demo.ts"
},
"keywords": ["openclaw", "plugin", "organization", "agents"],
"license": "MIT",
"devDependencies": {
"typescript": "^5.7.3",
"@types/node": "^22.13.10"
"@types/node": "^22.13.10",
"tsx": "^4.19.2"
}
}