chore: PR cleanup — consolidate Gemma mirrors, CORS fix, AGENTS.md, tests#116
Merged
Conversation
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]>
Co-authored-by: Nitish R.G. <[email protected]>
Co-authored-by: Nitish R.G. <[email protected]>
Co-authored-by: Nitish R.G. <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)
Access-Control-Allow-Originwhen unset instead of"null"AGENTS.md— Cursor Cloud dev environment instructionsCrashConfidenceEngineSuperseded / will close separately
Not merged here (intentionally)
flutter_gemma0.3 → 0.15 major bump (needs dedicated QA)Verification
dart analyze/flutter testrecommended on merge (cloud VM lacked Flutter SDK at commit time).