db5cbd49e2
planner → coder → reviewer → committer flow with retry logic. - createSolveIssueWorkflow factory (agent-agnostic) - buildSolveIssueDescriptor with zod@4 JSON Schema - Moderator: reviewer reject → coder retry, maxRounds → END - 103 tests pass, biome clean Closes #13 小橘 <xiaoju@shazhou.work>
29 lines
828 B
JSON
29 lines
828 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"outDir": "dist"
|
|
},
|
|
"references": [
|
|
{ "path": "packages/workflow" },
|
|
{ "path": "packages/workflow-role-llm" },
|
|
{ "path": "packages/workflow-role-committer" },
|
|
{ "path": "packages/workflow-role-reviewer" },
|
|
{ "path": "packages/workflow-agent-cursor" },
|
|
{ "path": "packages/workflow-agent-hermes" },
|
|
{ "path": "packages/cli-workflow" },
|
|
{ "path": "packages/workflow-template-solve-issue" }
|
|
]
|
|
}
|