6850826abe
CI / check (pull_request) Failing after 3m14s
New package @united-workforce/agent-mock (uwf-mock CLI):
- Reads pre-scripted outputs from a YAML mock data file (--mock-data)
- Counts existing CAS chain steps to determine step index
- Validates expected role matches actual moderator routing
- Stores minimal detail node in CAS for valid step refs
- Zero LLM, instant execution, 100% deterministic
Usage in config.yaml:
agents:
mock:
command: uwf-mock
args: ["--mock-data", "./fixtures/scenario.yaml"]
Refs #33
31 lines
790 B
JSON
31 lines
790 B
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": ["node"]
|
|
},
|
|
"references": [
|
|
{ "path": "packages/util" },
|
|
{ "path": "packages/protocol" },
|
|
{ "path": "packages/util-agent" },
|
|
{ "path": "packages/agent-hermes" },
|
|
{ "path": "packages/agent-builtin" },
|
|
{ "path": "packages/agent-mock" },
|
|
{ "path": "packages/agent-claude-code" },
|
|
{ "path": "packages/cli" }
|
|
]
|
|
}
|