You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(lifecycle): add regression guards for stdin listener removal (#236)
Two new unit tests on top of PR #255 cherry-pick:
- Verify lifecycle guard does NOT attach stdin listeners (count check)
- Verify process.stdin.resume() is never called (spy check)
These act as regression guards — will break if stdin handling
is accidentally re-introduced.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments