31695e89a8
Claude Code CLI adapter for the workflow engine, mirroring workflow-agent-hermes architecture. Spawns `claude -p` with `--output-format json` for structured output parsing. Refs #391
7 lines
177 B
JSON
7 lines
177 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
|
|
"include": ["src"],
|
|
"references": [{ "path": "../workflow-agent-kit" }]
|
|
}
|