mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-13 18:32:12 +03:00
- api-route-typecheck:56dddfce34(antigravity loadCodeAssist metadata) made getAntigravityLoadCodeAssistMetadata() return Record<string, number> while onboardAntigravityUser() still typed the parameter Record<string, string> — TS2345 in src/lib/oauth/providers/antigravity.ts, gate red on every PR. The parameter now derives from the getter's return type. - env-doc contract:0b19c5a09b(#11852, 5dive configure target) reads CLI_5DIVE_BIN and CLI_5DIVE_STATE_DIR without documenting them — Docs Gates red on every PR. Added to .env.example and ENVIRONMENT.md. Gates: check:api-typecheck OK (289 frozen), check:env-doc-sync OK, antigravity oauth tests 14/14. Refs #11852