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
The tests are sufficient to verify the bug exists. The code changes
were treating symptoms rather than fixing the root cause. Each CLI
invocation should be a fresh Node.js process, so state pollution
shouldn't occur between separate 'cn' commands in the first place.
The added tests will catch when the actual architectural issue
gets properly fixed.
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <[email protected]>
0 commit comments