en un clic
zireael-abi-formats
// Maintain stable C ABI and versioned binary formats (drawlist + event batches).
// Maintain stable C ABI and versioned binary formats (drawlist + event batches).
| name | zireael-abi-formats |
| description | Maintain stable C ABI and versioned binary formats (drawlist + event batches). |
| metadata | {"short-description":"ABI stability + binary formats"} |
Use this skill when changing:
docs/modules/CONFIG_AND_ABI_VERSIONING.md — ABI and versioning rulesdocs/modules/DRAWLIST_FORMAT_AND_PARSER.md — drawlist specdocs/modules/EVENT_SYSTEM_AND_PACKED_EVENT_ABI.md — event batch specdocs/ERROR_CODES_CATALOG.md — error code semanticsdocs/VERSION_PINS.md — pinned versions0 on success, negative ZR_ERR_* codes on failureAll on-wire formats are:
zr_limits_t)Drawlist:
total_size, table offsets{opcode, size, flags, payload}memcpy), not castsEvent batches:
Maintain separate version axes:
Negotiation at engine_create(config).
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 portable CMake builds and deterministic unit/golden/fuzz/integration tests.