Expand description
Gate identifiers: one variant per delivered gate.
A gate ID names an executable check a consumer wires as a pre-commit hook
and invokes as sdd gate <id>. This enum is only the identity; what a
gate checks, how it is wired, and its display name live in the gate
registry, and canon-only checks are cargo tests rather than variants here.
Enumsยง
- GateId
- A delivered gate, addressable as
sdd gate <id>and as a pre-commit hook id.