Skip to content

chore: PR cleanup — consolidate Gemma mirrors, CORS fix, AGENTS.md, tests#116

Merged
cursor[bot] merged 7 commits into
mainfrom
cursor/pr-cleanup-consolidation-6612
May 17, 2026
Merged

chore: PR cleanup — consolidate Gemma mirrors, CORS fix, AGENTS.md, tests#116
cursor[bot] merged 7 commits into
mainfrom
cursor/pr-cleanup-consolidation-6612

Conversation

@NITISH-R-G
Copy link
Copy Markdown
Owner

Summary

Consolidates the highest-value open PRs that were blocked by merge conflicts or duplicated by recent merges to main (#114 foolproof SOS, #115 dart format).

Included (closes when merged)

Source PR Change
#107 Gemma 4 download via Unsloth mirror + ggml-org/bartowski fallbacks (fixes HF 401 on Google's gated repo)
#85 Family-track CORS: omit Access-Control-Allow-Origin when unset instead of "null"
#101 AGENTS.md — Cursor Cloud dev environment instructions
#87 Unit tests for CrashConfidenceEngine

Superseded / will close separately

Not merged here (intentionally)

Verification

  • dart analyze / flutter test recommended on merge (cloud VM lacked Flutter SDK at commit time).
Open in Web Open in Cursor 

NITISH-R-G and others added 7 commits May 12, 2026 04:11
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Refactors the `importBundledSeedIfNeeded` loop to accumulate insert parameters and execute a single `executeBatch` query instead of firing an `await execute` query inside the loop. This resolves an N+1 SQLite execution bottleneck.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Implemented comprehensive unit tests for `CrashConfidenceEngine.score()`. Tests verify tier mapping (LOW, MEDIUM, HIGH) against sensor signal thresholds, ensure negative inputs clamp safely, and validate maximum threshold handling. Also confirms generated factual incident labels meet design constraints.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
- fix(gemma): Unsloth mirror + fallbacks (from #107) — Google HF returns 401
- fix(security): omit CORS Allow-Origin when unset (from #85) — no 'null' origin
- docs: add AGENTS.md for Cursor Cloud dev setup (from #101)

Co-authored-by: Nitish R.G. <[email protected]>
@cursor cursor Bot merged commit 8bf3a6e into main May 17, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants