Skip to content

Commit e9e77d5

Browse files
committed
docs: improve AGENTS.md
1 parent 9773da1 commit e9e77d5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
- Greenfield project is in /new-deepnotes:
22
- vue-shadcn and Tailwind for UI.
33
- Feature-based folder structure.
4-
- Do not try to use the Cwd or MatchPerLine parameters in tool calls, they don't work.
4+
- Do not try to use the Cwd or MatchPerLine parameters in tool calls, they don't work.
5+
- Run tests via `pnpm test` from the package root (e.g. `cd packages/session && pnpm test`). Do not use `vitest run --workspace` or `pnpm test --run`.
6+
- Collab wire has two message types: `DOC` (ProseMirror-only, legacy) and `PAGE_DOC` (page-level spatial). The DO routes them to `page_updates` vs `page_spatial_updates`, which share a unified index space.
7+
- A DeepNotes "page" is an infinite spatial canvas.

0 commit comments

Comments
 (0)