-
Notifications
You must be signed in to change notification settings - Fork 0
[codex] Update clinical guide for Node 24 #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
d81b471
Polish clinical guide answer and document UI
BigSimmo 7314501
Add profile home and evidence popup polish
BigSimmo 1b67b31
Fix clipboard permission origin in UI smoke test
BigSimmo 71850a5
Update clinical guide for Node 24
BigSimmo f457a94
Tighten document search mobile copy
BigSimmo 82a2adb
Align document search smoke expectation
BigSimmo 9d22f89
test: stabilize Chromium UI selectors
BigSimmo 6174736
Potential fix for pull request finding
BigSimmo 5cc1c93
Potential fix for pull request finding
BigSimmo f47eaa4
Potential fix for pull request finding
BigSimmo 82133a9
Potential fix for pull request finding
BigSimmo ac3651a
build: align Next.js lockfile versions
BigSimmo 6e93f4f
Gate mockup-only app mode entries behind dev-only flag
Copilot 3f71fb9
build: sync Next.js package versions
BigSimmo 3ceeed3
Align lockfile @next/env with Next 16.2.7
Copilot 58c44ab
fix: restore match_document_chunks_text execute privileges in migration
Copilot 168c2cf
fix: address review comments - mockup routes, governance notices, doc…
Copilot ec29062
Potential fix for pull request finding
BigSimmo 17732a5
Potential fix for pull request finding
BigSimmo ae365f4
docs: align runtime target with pinned Next.js version
Copilot 7ee9012
Potential fix for pull request finding
BigSimmo 4c45602
fix: prevent copySourceQuote setTimeout from firing after unmount
Copilot 33a16df
fix: remove hard-coded clinician identity on home profile
Copilot 39a6261
Merge remote-tracking branch 'origin/copilot/simplify-operational-too…
Copilot 73aea3a
ci: install Deno before edge function check
Copilot 0cd0480
fix: address latest PR review comments
Copilot fa128b6
docs: document Deno v2.x requirement for check:edge:functions in README
Copilot 141a1b0
Potential fix for pull request finding
BigSimmo ea4439b
chore: verify review thread status
Copilot 4b22bde
chore: revert unintended lockfile update
Copilot 701d25a
fix: align lockfile @next/env version with next
Copilot 0b1b1e3
Remove unused DocumentBadge import
Copilot 469cd4c
fix: make edge function check resilient without local deno
Copilot 1316dfb
fix: align dashboard copy timer with browser timeout type
Copilot 036d853
Merge branch 'main' into copilot/simplify-operational-tooling
BigSimmo 2bb81e4
fix: resolve bad merge in switchToDocumentSearchMode (ui-smoke.spec.ts)
Copilot 1f2ccd5
Potential fix for pull request finding
BigSimmo 5518554
fix: restore dev dependency versions to correct patch releases
Copilot f0b4fef
fix: revert unintentional dependency downgrades flagged in review
Copilot 383e74c
Potential fix for pull request finding
BigSimmo c0c02dd
Potential fix for pull request finding
BigSimmo cb0c388
fix: replace menu/menuitemradio ARIA roles with simpler button list s…
Copilot 6622e83
fix: update mode-dropdown mockup to match ARIA button list semantics
Copilot 6e52313
fix: update ui-stress test selector from menuitemradio to aria-pressed
Copilot 29da6b2
Potential fix for pull request finding
BigSimmo 5ed6ba2
Potential fix for pull request finding
BigSimmo bd01181
test: stabilize app mode UI smoke helper
Copilot 4ed611b
test: stabilize app mode smoke helper
Copilot 753f759
Merge remote-tracking branch 'origin/copilot/simplify-operational-too…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,7 @@ dev-server*.log | |
|
|
||
| # generated sample uploads | ||
| /sample-documents/ | ||
| /tmp/ | ||
|
|
||
| # python | ||
| __pycache__/ | ||
|
|
||
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # Supabase Migration Reconciliation | ||
|
|
||
| Last reviewed: 2026-06-27 | ||
|
|
||
| Target project: Clinical KB Database (`sjrfecxgysukkwxsowpy`) | ||
|
|
||
| ## Policy | ||
|
|
||
| - Do not use `supabase db push` while local and remote migration history are divergent. | ||
| - Use `supabase migration repair --linked --status applied <version>` only when live database evidence proves the migration effect already exists. | ||
| - Leave all other local-only migrations unrepaired until their effects are verified or deliberately applied. | ||
|
|
||
| ## Verified Applied | ||
|
|
||
| These versions are safe to mark applied in Supabase migration history: | ||
|
|
||
| - `20260625033425` - `document_strict_gate_status` exists, `repair_strict_enrichment_gate_batch(integer)` exists, service role can read/execute, and anon cannot read/execute. | ||
| - `20260625033944` - `complete_strict_enrichment_job(uuid, uuid, text, text, text)` exists, service role can execute, and anon cannot execute. | ||
| - `20260626000000` - duplicate index `ingestion_job_stages_doc_idx` is absent and canonical index `ingestion_job_stages_document_started_idx` exists. | ||
|
|
||
| ## Skipped | ||
|
|
||
| All other local-only migrations from `supabase migration list --linked` remain unrepaired until they are individually verified. This includes older search/retrieval/API-rate-limit migrations and the current `20260626020000` retrieval RPC performance migration. | ||
|
|
||
| ## Verification Commands | ||
|
|
||
| ```powershell | ||
| npx supabase migration list --linked | ||
| npx supabase db advisors --linked | ||
| npx supabase db query --linked "select to_regclass('public.document_strict_gate_status') as gate_view, to_regprocedure('public.repair_strict_enrichment_gate_batch(integer)') as repair_rpc, to_regprocedure('public.complete_strict_enrichment_job(uuid, uuid, text, text, text)') as complete_rpc, to_regclass('public.ingestion_job_stages_doc_idx') as duplicate_index, to_regclass('public.ingestion_job_stages_document_started_idx') as canonical_stage_index;" | ||
| ``` |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.