From 3798e7b97accfddd95c1d00713a28bf5a26c3ea9 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 11 May 2026 13:55:35 +0000 Subject: [PATCH] Remove stale E2E command references from CLAUDE.md Removed lines 28-29 which listed ghost E2E commands (npm run e2e, npm run e2e:headed). The repo has no E2E files, no playwright.config.ts, no e2e/ directory, and no e2e script in package.json. Resolves: PRI-1147 Co-Authored-By: Paperclip --- CLAUDE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index fd13c33..ad93696 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,8 +25,6 @@ npm run format:check # Prettier check npm test # vitest run npm run test:watch # vitest watch mode npx vitest run src/api/polaris.test.ts # run a single test file -npm run e2e # Playwright E2E tests -npm run e2e:headed # Playwright headed mode ``` All tests and `tsc` must pass before committing. -- 2.52.0