9c8b98a551
- planner/coder/reviewer/tester/committer → workflow-template-develop/src/roles/ - preparer/submitter → workflow-template-solve-issue/src/roles/ - Moved tests, updated imports, removed role packages - 219 tests pass, build clean Closes #76 Refs #75, #73 小橘 🍊
30 lines
856 B
JSON
30 lines
856 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",
|
|
"types": ["bun-types"]
|
|
},
|
|
"references": [
|
|
{ "path": "packages/workflow" },
|
|
{ "path": "packages/workflow-agent-llm" },
|
|
{ "path": "packages/workflow-agent-cursor" },
|
|
{ "path": "packages/workflow-agent-hermes" },
|
|
{ "path": "packages/workflow-util-agent" },
|
|
{ "path": "packages/cli-workflow" },
|
|
{ "path": "packages/workflow-template-solve-issue" },
|
|
{ "path": "packages/workflow-template-develop" }
|
|
]
|
|
}
|