Skip to content

v0.2.6

Choose a tag to compare

@aurokin aurokin released this 25 May 18:25

Changes

  • 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