Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,11 @@ mounts a second instance (`app.use(component, { name })`) for a static partition

| Changed | Update in the same commit |
|---------|--------------------------|
| Public API (deliver/markRead/markAllRead/get/list/unreadCount/purge signatures) | README API Reference table, `docs/API.md`, `llms.txt` context, regenerate `llms-full.txt` |
| Public API (deliver/markRead/markAllRead/get/list/unreadCount/purge signatures) | README API Reference table, `docs/API.md`, `llms.txt` context |
| Config options / defaults (validator, retention, batch, maxFanOut) | README API Reference, `docs/API.md` constructor section |
| Schema / table / indexes | README Architecture, `docs/API.md` |
| Error codes | `docs/API.md` → `## Error codes` table |
| `peerDependencies.convex` version | `llms.txt` context line (`convex@^X.Y.Z`), `docs/API.md` Compatibility line, README Installation peer note |
| Read-state / inbox semantics | `docs/API.md` mutation/query sections, Key design decisions above |
| Any change | `pnpm generate:llms` to keep `llms-full.txt` current |

Grep old values before committing (e.g. after a `peerDependencies.convex` bump, `git grep "1.41.0"` → only the new range survives).
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,11 @@ mounts a second instance (`app.use(component, { name })`) for a static partition

| Changed | Update in the same commit |
|---------|--------------------------|
| Public API (deliver/markRead/markAllRead/get/list/unreadCount/purge signatures) | README API Reference table, `docs/API.md`, `llms.txt` context, regenerate `llms-full.txt` |
| Public API (deliver/markRead/markAllRead/get/list/unreadCount/purge signatures) | README API Reference table, `docs/API.md`, `llms.txt` context |
| Config options / defaults (validator, retention, batch, maxFanOut) | README API Reference, `docs/API.md` constructor section |
| Schema / table / indexes | README Architecture, `docs/API.md` |
| Error codes | `docs/API.md` → `## Error codes` table |
| `peerDependencies.convex` version | `llms.txt` context line (`convex@^X.Y.Z`), `docs/API.md` Compatibility line, README Installation peer note |
| Read-state / inbox semantics | `docs/API.md` mutation/query sections, Key design decisions above |
| Any change | `pnpm generate:llms` to keep `llms-full.txt` current |

Grep old values before committing (e.g. after a `peerDependencies.convex` bump, `git grep "1.41.0"` → only the new range survives).
Loading
Loading