nexus/server
Devin Foley d747d847e4 Fix idle timeout tests to register in runningProcesses
The idle tests were failing because runs without runningProcesses
entries were being reaped by the orphan reaper before the idle
timeout pass could check them. Fix by spawning real child processes
and registering them in runningProcesses so the orphan reaper skips
them, allowing the idle timeout logic to evaluate them correctly.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-26 23:55:41 -07:00
..
scripts Harden dev-watch excludes for nested UI outputs 2026-03-26 12:35:19 -05:00
src Fix idle timeout tests to register in runningProcesses 2026-03-26 23:55:41 -07:00
CHANGELOG.md chore: release v0.3.1 2026-03-12 13:09:22 -05:00
package.json Fix worktree runtime isolation recovery 2026-03-26 11:12:39 -05:00
tsconfig.json Fix root TypeScript solution config 2026-03-09 14:09:30 -05:00
vitest.config.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00