3565c5dfb5
Replace ugly `as unknown as EventEmitter` casts with a proper type alias `Process = ChildProcess & NodeJS.EventEmitter`. @types/node@25 removed .on() from ChildProcess class declaration even though it extends EventEmitter at runtime. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>