From 398e3f3b9594437d4997a60bc1048ed7702327b4 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:23:29 +0000 Subject: [PATCH] docs: 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: Chris Farhood 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.