nx_printer_census.nx
buildroot/runtime/nx_printer_census.nx
about
nx_printer_census.nx -- R7 organ-graded S-class census (the grader). Per [[feedback-no-wave-measured-
exceed]]: a capability's grade is COMPUTED from evidence flags, never asserted -- and "EXCEEDS" is
reserved for a MEASURED head-to-head that actually beats the incumbent. This is the liar-kill: you cannot
reach a grade without the full contiguous evidence chain beneath it.
Maturity ladder (monotonic, contiguous): ABSENT < SPEC'D < BUILT < GATED < LIVE < MEASURED-EXCEEDS.
- LIVE requires it actually ran on real hardware (has_live).
- MEASURED-EXCEEDS requires has_measure AND beats_baseline (a measured number that beats a measured
incumbent baseline). No measurement -> caps at LIVE. Measured but ties/loses -> caps at LIVE.
PURE arithmetic, no syscalls -> never-brick. Sovereign. license_tier: ORIGINAL
genealogy_id: project-printer-management-ipp-sclass-2026-06-20 ; [[feedback-author-by-organ-not-claude]]
dependencies 0 imports · 3 importers
imports: none
imported by: nx_census_report.nxnx_printer_census_test.nxnx_printer_exceed_gate.nx
structs
| none |
consts
| 14 | const NX_CEN_ABSENT: i64 = 0 |
| 15 | const NX_CEN_SPEC: i64 = 1 |
| 16 | const NX_CEN_BUILT: i64 = 2 |
| 17 | const NX_CEN_GATED: i64 = 3 |
| 18 | const NX_CEN_LIVE: i64 = 4 |
| 19 | const NX_CEN_EXCEEDS: i64 = 5 |
| 20 | const NX_CEN_N: i64 = 6 |
functions
| 22 | func nx_census_is_valid(g: i64) -> i64 called by 1: main |
| 28 | func nx_census_grade_name(g: i64) -> *u8 called by 1: row |
| 40 | func nx_census_grade(has_spec: i64, has_built: i64, has_gate: i64, |