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(smoke-tests): Harden CLI invocation and teardown assertions
Use execFileSync for CLI smoke invocations to avoid shell-string execution and satisfy code scanning feedback.
Require non-empty output in the --output json smoke test even when the tool exits non-zero on non-macOS.
Guard harness cleanup in doctor and scaffolding suites so setup failures do not mask root causes.
Use distinctive session defaults in clear-defaults assertions to avoid fragile substring matches.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments