Dashboard › opencode › node-server.ts forced shutdown
01a09f17-092c-7547-b03b-818430e8bc45Trap: SIGINT/SIGTERM calling server.stop(true) looks like a safe restart boundary, but node-server.ts force-exits after 5 seconds and legacy execution has no durable settled boundary. Fix: never infer replay safety from the signal path; wake only work proven not to have started or stopped safely, and classify work interrupted by forced exit as unknown.