Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.1 KB

File metadata and controls

38 lines (24 loc) · 1.1 KB

Agentation

Monorepo containing:

  1. npm package (package/) - See package/CLAUDE.md
  2. Website/docs (package/example/) - See package/example/CLAUDE.md

What is Agentation?

A floating toolbar for annotating web pages and collecting structured feedback for AI coding agents.

Development

pnpm install    # Install all workspace dependencies
pnpm dev        # Run both package watch + website dev server
pnpm build      # Build package only

Important

The npm package is public. Changes to package/src/ affect all users. Website changes (package/example/) only affect agentation.dev.

PR/Issue Approach

  • Package size is critical - avoid bloat
  • UI changes need extra scrutiny
  • Plugins/extensions → encourage separate repos
  • External binary files → never accept

Annotations (Claude Code)

Whenever the user brings up annotations, fetch all the pending annotations before doing anything else. And infer whether I am referencing any annotations.

Codex

Use the equivalent Codex instructions in AGENTS.md (same annotation-first workflow, codex-specific wording).