Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3544685
Optimize Cursor codebase indexing ignore rules.
cursoragent Jul 24, 2026
a472459
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
cursoragent Jul 24, 2026
70001bd
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
cursoragent Jul 24, 2026
f2823d8
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
cursoragent Jul 24, 2026
ee3595c
Merge remote-tracking branch 'origin/main' into cursor/codebase-index…
cursoragent Jul 24, 2026
cccda73
Merge remote-tracking branch 'origin/main' into cursor/codebase-index…
cursoragent Jul 24, 2026
17608b0
Merge cursor/pr-queue-hygiene-72ec for postcss audit + PR branch sync
cursoragent Jul 24, 2026
46c03ac
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 24, 2026
520c6ad
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 24, 2026
6af340c
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 24, 2026
71cf4fe
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 24, 2026
e058d3b
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 24, 2026
1c20878
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 24, 2026
f325ad1
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 24, 2026
be66f11
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 25, 2026
e972d3f
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 25, 2026
3039dd4
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 25, 2026
37a534f
Merge branch 'main' into cursor/codebase-indexing-optimize-7a2b
github-actions[bot] Jul 25, 2026
25b59ef
docs(review): retrigger CI for PR #1171
BigSimmo Jul 25, 2026
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
30 changes: 27 additions & 3 deletions .cursorignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
# Cursor semantic index exclusions — keep search focused on source, not artifacts.
# Mirrors .gitignore noise; Cursor still indexes tracked source under src/, worker/, scripts/, supabase/.
# Cursor exclusions — hides from semantic index AND AI features (@Files, Chat, Agent).
# Prefer .cursorindexingignore for large tracked blobs that should stay @Files-reachable.
# Cursor also auto-excludes .gitignore entries; this file covers defense-in-depth + tracked noise.

# Build / deps / test artifacts
node_modules/
.next/
.next-playwright/
out/
build/
dist/
coverage/
output/
test-results/
playwright-report/
playwright-cli/
.playwright-cli/
playwright/.auth/
vendor/
venv/
.venv/

# Local env and secrets
# Local env and secrets (keep .env.example readable for setup)
.env*
!.env.example
*.pem
**/secrets/
**/credentials/

# Generated / machine-local
*.tsbuildinfo
*.min.js
*.min.css
*.bundle.js
*.map
sample-documents/
tmp/
.tmp-visual/
Expand All @@ -27,6 +42,15 @@ scratch/
.qa-smoke/
.impeccable/
supabase/.temp/
.ds-sync/
ds-bundle/
.design-sync/.cache/
.design-sync/learnings/
.design-sync/node_modules/
.worktrees/
worktrees/
.local/
.vercel/

# Logs and PIDs
*.log
Expand Down
34 changes: 33 additions & 1 deletion .cursorindexingignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,41 @@
# Exclude from Cursor semantic index only — still reachable via @Files when needed.
# Use this for large tracked blobs that pollute @Codebase without helping discovery.

# Lockfiles (version pins; not useful as semantic chunks)
package-lock.json
deno.lock
*.lock

# Golden eval fixtures (large JSON, low day-to-day search value)
scripts/fixtures/

# Playwright auth state and reports (already in .cursorignore via .gitignore patterns)
# Generated / snapshot clinical data dumps (~7MB JSON)
data/

# In-app clinical content JSON (large; reference via @Files when editing those surfaces)
src/data/*.json

# Static binaries and mockup assets (PDFs/PNGs — no useful code embeddings)
public/forms-pdf/
public/mockups/
public/demo-documents/
public/therapy-compass-data/
*.pdf
*.png
*.jpg
*.jpeg
*.gif
*.webp
*.ico

# Append-only review ledger and archived evidence dumps
docs/branch-review-ledger.md
docs/archive/

# Generated schema-drift inventory (large JSON)
supabase/drift-manifest.json

# Playwright auth state and reports
playwright/.auth/
playwright-report/

Expand Down
1 change: 1 addition & 0 deletions docs/branch-review-ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,3 +797,4 @@ This file is append-only. Never rewrite or delete an existing review record; app
| 2026-07-24 | fix-physics-animation-audit (PR #1142) | 11776696ddaa4e3d41f395ea35c22075e3144e7e | Run PR re-sync sweep | Before: CONFLICTING. After: merged origin/main clean. | merge origin/main and/or conflict re-check only; no provider-backed checks run |
| 2026-07-25 | fix-physics-animation-audit (PR #1142) | bdfe81e15c57d376ff74ddb611a8959b0ae94cc9 | Open-PR maintenance: review fix + drift | Before: 24 commits behind and 1 unresolved P2 thread; CSS changed phone reserve timing without pinning the timing in static/phone-scroll coverage. After: current main is merged; static coverage pins 200/240ms transitions and the motion-enabled phone-scroll sweep asserts the active 200ms reserve transition before geometry checks. | Prettier check pass; `git diff --check` pass; focused Vitest/Playwright not run because repository heavyweight lock is owned by worktree 6314; hosted CI will exercise the updated tests; no provider-backed checks run. |
| 2026-07-25 | fix-physics-animation-audit (PR #1142) | c88c4516476cae3246e1975ce648dff0f3ecb3f7 | Ledger append-only placement fix | CORRECTION: relocated the five PR #1142-unique ledger rows that had been inserted below the table header / among older entries so they append after the final existing record, without rewriting any other rows' content. Restores the append-only contract called out in the Codex P1. | `npm run check:branch-review-ledger`; no provider-backed checks run |
| 2026-07-25 | cursor/codebase-indexing-optimize-7a2b (PR #1171) | 37a534fb4b89ba504bec00f4c91932a251f0739a | PR babysit: retrigger required CI | Empty sync after main advanced; no product change. | No provider-backed checks. |
Loading