Review C code for compliance with Zireael standards. Use before committing or when reviewing PRs.
Write readable C with proper comments, named constants, and consistent style per CODE_STANDARDS.md.
Enforce locked docs, boundary rules, and safety guardrails for any Zireael change.
Write readable C with proper comments, named constants, and consistent style per CODE_STANDARDS.md.
Write readable C with proper comments, named constants, and consistent style per CODE_STANDARDS.md.
Maintain stable C ABI and versioned binary formats (drawlist + event batches).
Maintain portable CMake builds and deterministic unit/golden/fuzz/integration tests.
Keep ZR_ERR_* codes and "no partial effects" contracts consistent across the engine.