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
Add internal adapter preparation context so preflight can pass private run context without serializing it into artifacts.
Reuse resolved CLI executables and Claude runtime/auth state across preflight and run.
Keep Droid SDK preflight as a real executable smoke test while reusing the resolved path for the run.
Add macOS executable trust diagnostics with diffwarden macos doctor.
Document macOS quarantine, codesign, Gatekeeper, and Spotlight triage guidance.
Verification
pnpm lint
pnpm typecheck
pnpm vitest run test/droid-adapter.test.ts test/cli-adapter.test.ts test/runner.test.ts test/cli.test.ts
pnpm build && node dist/cli.js macos doctor --path /bin/ls --json
Full suite passed under elevated Vitest timeout after default-timeout flakes under local machine load: INTEGRATION_TEST_ON=0 pnpm vitest run --testTimeout 15000