Initial commit: DevClaw OpenClaw plugin
Multi-project dev/qa pipeline orchestration with 4 agent tools: - task_pickup: atomic task pickup with model selection and session reuse - task_complete: DEV done, QA pass/fail/refine with label transitions - queue_status: task queue and worker status across projects - session_health: zombie detection and state consistency checks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "@openclaw/devclaw",
|
||||
"version": "0.1.0",
|
||||
"description": "Multi-project dev/qa pipeline orchestration for OpenClaw",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"author": "laurentenhoor",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laurentenhoor/devclaw.git"
|
||||
},
|
||||
"keywords": [
|
||||
"openclaw",
|
||||
"openclaw-plugin",
|
||||
"dev-pipeline",
|
||||
"orchestration",
|
||||
"gitlab",
|
||||
"multi-project"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"openclaw": {
|
||||
"extensions": [
|
||||
"./index.ts"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"openclaw": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user