Skip to content

Commit aa7bc22

Browse files
aidenybaiclaude
andcommitted
chore: clean up AGENTS.md headings and remove stale flaky test note
Rename "Cursor Cloud specific instructions" to "Development instructions" and remove outdated "Known flaky test" section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 706b798 commit aa7bc22

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

AGENTS.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pnpm typecheck # runs type checking
101101
pnpm format
102102
```
103103

104-
## Cursor Cloud specific instructions
104+
## Development instructions
105105

106106
This is a pnpm + Turborepo monorepo (19 packages under `packages/`). No external services (databases, Docker, etc.) are required.
107107

@@ -117,10 +117,6 @@ The root `package.json` has `pnpm.onlyBuiltDependencies` configured for `@parcel
117117

118118
E2E tests (`pnpm test` at root) run Playwright against the `e2e-playground` Vite dev server on port 5175 (auto-started by the Playwright config). Chromium must be installed: `npx --prefix packages/react-grab playwright install chromium --with-deps`.
119119

120-
### Known flaky test
121-
122-
`e2e/history-items.spec.ts` > "should reposition when toolbar is dragged to top edge" intermittently times out in headless CI environments. This is a pre-existing issue.
123-
124120
### Key commands reference
125121

126122
See root `package.json` scripts and `CONTRIBUTING.md` for the full list. Quick reference:

0 commit comments

Comments
 (0)