| 1 | // One binary, two roles: `KILD_ROLE=agent` runs a single agent session (one per |
| 2 | // process — the coding-agent SDK requires it); otherwise this is the engine. |
| 3 | if (process.env.KILD_ROLE === 'agent') { |
| 4 | await (await import('./agent.ts')).runAgent(); |
nothing calls this directly
no test coverage detected