the signals and their derived score are provisional and subject to change.
validate manually before sharing.
f9355ce776819e2776452962af3fb0ecd2104d678c7fa81cea415cffcb7b815cec3174e0165e191fAuthored: 5 months ago (Wed, 15 Apr 2026 22:40:03 +0000)Match: Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>AGENTS.mdTool: agents-md# Agent Development Guide
A file for [guiding coding agents](https://agents.md/).
## Commands
- **Build:** `zig build`
- If you're only verifying `game`: `zig build game`
- If you're only verifying `server`: `zig build server`
- Console targets:
- PSP: `zig build -Dtarget=mipsel-psp`
- 3DS: `zig build -Dtarget=arm-3ds`
- Switch: `zig build -Dtarget=aarch64-freestanding -Dnintendo-switch`
- **Test (Zig):** `zig build test`
- Prefer to run targeted tests with -Dtest-filter because the fCLAUDE.mdTool: claude-codeAGENTS.mdnone