Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Agent Guide

The authoritative English agent guide lives at:

The Chinese agent guide lives at:

Key Rules

  • Read the roadmap before expanding capability.
  • Keep code changes scoped.
  • Run zig build and zig build test after Zig changes.
  • Keep all project documentation bilingual.
  • Do not execute unvalidated model output.
  • Do not let skill execution bypass the tool sandbox; reading skill instructions/resources is a native read-only capability and intentionally not policy-gated.
  • Export internal subsystems from src/internal.zig; keep src/root.zig limited to the stable embedding API unless explicitly changing that API boundary.
  • Do not write secrets into config, logs, or audit output.