diff --git a/AGENTS.md b/AGENTS.md index 5063b1ff4..7b3837899 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -239,10 +239,16 @@ Claude Code: plannotator annotate subcommand runs OpenCode/Pi: event handler intercepts command ↓ Input type detected: - .md/.mdx → file read from disk - .html/.htm → file read, rendered as raw HTML by default (or converted to markdown with --markdown) - https:// → fetched via Jina Reader (default) or fetch+Turndown (--no-jina) - folder/ → file browser opened, files converted on demand + .md/.mdx → file read from disk + .html/.htm → file read, rendered as raw HTML by default (or converted to markdown with --markdown) + http://localhost, 127.*, [::1] → LIVE design preview: a per-session reverse proxy + (packages/server/preview-proxy.ts) forwards to the dev server, proxies its + HMR websocket, and injects the annotation bridge; the editor renders an +