78d883ec5d
- Committer: git add/commit/push with LLM-generated branch+message - Reviewer: code review role with approval meta - Both use zod@4 schemas, no nerve-core deps - 98 tests pass, biome clean Closes #12 小橘 <xiaoju@shazhou.work>
17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"name": "@uncaged/workflow-role-reviewer",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "echo 'TODO'",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow": "workspace:*",
|
|
"@uncaged/workflow-role-llm": "workspace:*",
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|