You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: AGENTS.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ pnpm typecheck # runs type checking
101
101
pnpm format
102
102
```
103
103
104
-
## Cursor Cloud specific instructions
104
+
## Development instructions
105
105
106
106
This is a pnpm + Turborepo monorepo (19 packages under `packages/`). No external services (databases, Docker, etc.) are required.
107
107
@@ -117,10 +117,6 @@ The root `package.json` has `pnpm.onlyBuiltDependencies` configured for `@parcel
117
117
118
118
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`.
119
119
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
-
124
120
### Key commands reference
125
121
126
122
See root `package.json` scripts and `CONTRIBUTING.md` for the full list. Quick reference:
0 commit comments