- Playwright config at playwright.config.ts targets fixture pages under
docs/src/routes/test/<feature>/+page.svelte (intentionally separate from
showcase pages so specs stay stable under their selectors).
- e2e/ holds specs + COVERAGE.md / FINDINGS.md notes; first feature covered
is Autocomplete (e2e/autocomplete.spec.ts) with fixture pages at
docs/src/routes/test/autocomplete/{,initial-query}/.
- .gitignore: add test-results/ and playwright-report/ for Playwright run
artifacts; .claude/ (matches at any depth — both root and docs/) for
Claude Code local config; ALERT_SESSION_NOTES.md and check-errors*.txt
for local working dumps that shouldn't ride along with releases.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>