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>
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [{ "path": "../workflow" }, { "path": "../workflow-role-llm" }]
|
|
}
|