f21014fcdd
- Cursor adapter: spawn cursor-agent CLI, auto/specified model - Hermes adapter: spawn hermes chat CLI - Both: AgentFn interface, no nerve-core deps, Result-based config validation - 93 tests pass, biome clean Closes #10, Closes #11 小橘 <xiaoju@shazhou.work>
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [{ "path": "../workflow" }]
|
|
}
|