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 buildandzig build testafter 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; keepsrc/root.ziglimited to the stable embedding API unless explicitly changing that API boundary. - Do not write secrets into config, logs, or audit output.