Monorepo containing:
- npm package (
package/) - Seepackage/CLAUDE.md - Website/docs (
package/example/) - Seepackage/example/CLAUDE.md
A floating toolbar for annotating web pages and collecting structured feedback for AI coding agents.
pnpm install # Install all workspace dependencies
pnpm dev # Run both package watch + website dev server
pnpm build # Build package onlyThe npm package is public. Changes to package/src/ affect all users.
Website changes (package/example/) only affect agentation.dev.
- Package size is critical - avoid bloat
- UI changes need extra scrutiny
- Plugins/extensions → encourage separate repos
- External binary files → never accept
Whenever the user brings up annotations, fetch all the pending annotations before doing anything else. And infer whether I am referencing any annotations.
Use the equivalent Codex instructions in AGENTS.md (same annotation-first workflow, codex-specific wording).