chore: RFC-006 Phase 4 cleanup — delete worker-fork-support.ts #300
Reference in New Issue
Block a user
Delete Branch "chore/rfc-006-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Final cleanup for RFC-006. Removes the now-obsolete
worker-fork-support.ts.Changes
worker-runtime.ts: AddedformatChildExitSummaryandformatCapturedStderrTailexports (moved from worker-fork-support)worker-signals.ts(new):ignoreSessionBroadcastSignals— lightweight module for worker processesworker-fork-support.ts(deleted): All functions migrated,teeCapturedStderrno longer used.knowledge/: Updated worker-isolation.md and architecture.md to document WorkerRuntimeTest results
Closes #283