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 a skill’s instructions is a native read-only capability and is intentionally not policy-gated).
- Do not write secrets into config, logs, or audit output.