Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,6 +15,12 @@
/output/
/test-results/
/playwright-report/
/playwright-cli/
/.playwright-cli/
/playwright/.auth/
/.codex/
/.agents/
/skills-lock.json

# next.js
/.next/
Expand Down
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -99,6 +99,7 @@ After setup:
- Never attach to a local server unless `/api/local-project-id` confirms it is this project.
- Do not kill or modify other projects' local servers. If the stable project port is busy, let `npm run ensure` choose the next safe project URL.
- Do not run a permanent watcher. Only start or verify the server when the current chat task needs the app or the user asks to run it.

<!-- END:local-server-safety -->

<!-- BEGIN:process-hardening -->
Expand All@@ -111,6 +112,7 @@ After setup:
- For clinical ingestion, answer generation, source governance, privacy, production-readiness, or environment changes, run the smallest relevant domain check plus `npm run check:production-readiness`.
- For pull requests that touch ingestion, answer generation, search/ranking, source rendering, document access, privacy, production env, or clinical output, complete the clinical governance preflight in `.github/pull_request_template.md`.
- Track known verification debts and staged process improvements in `docs/process-hardening.md` instead of relying on chat-only memory.

<!-- END:process-hardening -->

<!-- BEGIN:supabase-project-safety -->
Expand All@@ -121,6 +123,7 @@ After setup:
- Expected project ref: `sjrfecxgysukkwxsowpy`.
- Older unused project ref `qjgitjyhxrwxsrydablr` belongs to `Database`; treat it as stale and do not use it.
- Run `npm run check:supabase-project` after changing Supabase env values.

<!-- END:supabase-project-safety -->

<!-- BEGIN:upload-shortcut -->
Expand Down
267 changes: 267 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading