- Connect to turbo.mosaicstack.dev remote cache (ducktors/turborepo-remote-cache)
- Parallelize lint, format, and test after typecheck (were sequential)
- Add turbo_token secret for cache authentication
- TURBO_API + TURBO_TEAM env vars on all Turbo-managed steps
Before: install → typecheck → lint → format → test → build (serial)
After: install → typecheck → lint ─┐
format ├→ build
test ──┘
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>