d90e29ad05
1. threads.yaml race condition: reload threads index after agent subprocess completes before updating head pointer (cli-uwf/commands/thread.ts) 2. evaluateJsonata not awaited: jsonata evaluate() returns Promise for async expressions — now properly awaited (uwf-moderator/evaluate.ts) 3. resolveWorkflowHash dead code: function always returns a value, removed impossible null return type and dead null-check branches at call sites (cli-uwf/store.ts, commands/thread.ts, commands/workflow.ts)
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"files": [],
|
|
"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", "node"]
|
|
},
|
|
"references": [
|
|
{ "path": "packages/workflow-runtime" },
|
|
{ "path": "packages/workflow-protocol" },
|
|
{ "path": "packages/workflow-util" },
|
|
{ "path": "packages/workflow-cas" },
|
|
{ "path": "packages/workflow-reactor" },
|
|
{ "path": "packages/workflow-register" },
|
|
{ "path": "packages/workflow-execute" },
|
|
{ "path": "packages/workflow-agent-llm" },
|
|
{ "path": "packages/workflow-agent-cursor" },
|
|
{ "path": "packages/workflow-agent-hermes" },
|
|
{ "path": "packages/workflow-util-agent" },
|
|
{ "path": "packages/workflow-agent-react" },
|
|
{ "path": "packages/cli-workflow" },
|
|
{ "path": "packages/workflow-template-solve-issue" },
|
|
{ "path": "packages/workflow-template-develop" },
|
|
{ "path": "packages/uwf-protocol" },
|
|
{ "path": "packages/uwf-moderator" },
|
|
{ "path": "packages/cli-uwf" },
|
|
{ "path": "packages/uwf-agent-kit" },
|
|
{ "path": "packages/uwf-agent-hermes" }
|
|
]
|
|
}
|