code wiki / _hdl_build / nx_gatedry_gate.nx
nx_gatedry_gate.nx
buildroot/runtime/_hdl_build/nx_gatedry_gate.nx
about
nx_gatedry_gate.nx -- proves the gate-DRY classifier, and DOGFOODS BOTH BASE CLASSES IT ADVOCATES:
it emits its verdict through nx_gate_verdict (so this gate is itself an L009 ADOPTER, not a breach),
and every tooth is a gv_bite cell (fires on the crafted-bad input, SILENT on the crafted-good one),
because a gate that only ever sees one polarity proves nothing. Measured 2026-07-31: gv_bite appears
in only 8 of 2167 gate files = 3.7 permil, so most gates cannot tell "it passed" from "it never fired".
HERMETIC BY CONSTRUCTION: drives the pure classifier on SYNTHETIC BUFFERS. It writes nothing and reads
no shared tree, so it can never disturb the corpus it judges (the fsops-gate lesson).
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 2 imports · 0 importers
imports: nx_gatedry_lib.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 13 | func gdg_cls(s: *u8) -> i64 { return gd_classify(s, gd_len(s)) } |
| 15 | func main() -> i64 |