Fix stale shared-home CI expectations - #2179
Merged
BigSimmo merged 2 commits intoAug 19, 2026
Merged
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
CopilotAI
changed the title
[WIP] Fix failing GitHub Actions jobFix stale shared-home CI expectationsAug 19, 2026
BigSimmo
approved these changes
Aug 19, 2026
BigSimmo
marked this pull request as ready for review
August 19, 2026 08:53
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
BigSimmo
merged commit Aug 19, 2026
d6b49b5
into
gemini/safe-tooling-ui-and-crossmode-hardening
2 checks passed
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
sharedHomePresentationas{ title, subtitle, suggestions }Therapy, matching current user-facing copyVerification
npm run verify:pr-localDuring development, use
npm run verify:cheapas the faster iteration gate before the final PR-local preflight.npm run verify:uiwhen UI, routing, styling, browser behavior, reduced-motion, or forced-colors behavior changednpm run verify:releasebefore release or handoff confidence claimsFor retrieval, ranking, selection, chunking, source/citation rendering, or answer-contract changes,
verify:pr-localrunseval:rag:offlineautomatically. Run the offline command directly during iteration before spending a live eval.npm run eval:retrieval:quality(must stay 36/36) when retrieval, ranking, selection, chunking, or scoring behavior changed — CI cannot run it (needs live keys), so run it locally and paste the summary. A metadata/governance-weighting change once buried correct docs (recall 1.0→0.76) and only this eval caught it.npm run eval:rag -- --limit 15+npm run eval:quality -- --rag-onlywhen answer generation, the synthesis prompt, or answer post-processing changed (grounded-supported must not drop; citation-failure 0)npm run check:production-readinesswhen clinical workflow, privacy, environment, Supabase, source governance, or deployment behavior changednpm run check:deployment-readinesswhen deployment startup, hosting, or rollout behavior changedVerification not run:
npm run verify:pr-local— this fix is test-only; ran the targeted failing suite instead:npm test -- --run tests/shared-home-empty-state.dom.test.tsx tests/mode-home-no-caveat-footer.test.ts(Test Files 2 passed (2),Tests 34 passed (34)).UI verification not run: test-only change; no UI/runtime behavior changed.
Risk and rollout
Clinical Governance Preflight
Clinical KB Database(sjrfecxgysukkwxsowpy)Clinical Governance Preflight not applicable: no clinical, data, retrieval, privacy, or production behavior changed.
Notes
["subtitle", "title"]andTherapy Compass, while the shipped contract is["subtitle", "suggestions", "title"]andTherapy.