Skip to main content
Version: Next

AI Agent Guide

Use this page to quickly orient AI agents to this repository without scanning every file.

Where Agent References Live

Canonical entry files at repository root:

Focused references are grouped under:

Plain text links above open directly as raw text files (no docs chrome).

  1. Read llms.txt first.
  2. Read one focused file for the active task area.
  3. Read llms-full.txt only if broader architecture context is needed.

Task-to-File Mapping

Ground Rules for Agent Changes

  • Preserve public API behavior unless explicitly requested.
  • Keep host-aware routing semantics intact.
  • Prefer docs/example improvements over internal rewrites.
  • Keep current docs and versioned docs in sync when docs behavior changes.
  • Validate with:
    • pnpm run typecheck
    • pnpm run test
    • pnpm run docs:check