82d3478895
Move pure role utilities (decorateRole, withDryRun, onFail, schemaDefaults) into @uncaged/workflow-util-role. extractMetaOrThrow stays in role-llm since it depends on LLM capabilities. Dependency graph (no cycles): util-role → workflow role-llm → workflow, util-role committer → workflow, util-role, role-llm Closes #15
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"name": "@uncaged/workflow-role-committer",
|
|
"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:*",
|
|
"@uncaged/workflow-util-role": "workspace:*",
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|