code wiki / (root) / nx_printer_census.nx

nx_printer_census.nx

buildroot/runtime/nx_printer_census.nx

2490 B53 linesdepth 0pulls 0 transitivereach 3 importersview sourcekind librarytopic printer
docsdependenciesstructsconstsfunctions

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

nx_printer_census.nx nx_census_report.nx nx_printer_census_test.nx nx_printer_exceed_gate.nx

imports: none

imported by: nx_census_report.nxnx_printer_census_test.nxnx_printer_exceed_gate.nx

structs

none

consts

14const NX_CEN_ABSENT: i64 = 0
15const NX_CEN_SPEC: i64 = 1
16const NX_CEN_BUILT: i64 = 2
17const NX_CEN_GATED: i64 = 3
18const NX_CEN_LIVE: i64 = 4
19const NX_CEN_EXCEEDS: i64 = 5
20const NX_CEN_N: i64 = 6

functions

22func nx_census_is_valid(g: i64) -> i64
called by 1: main
28func nx_census_grade_name(g: i64) -> *u8
called by 1: row
40func nx_census_grade(has_spec: i64, has_built: i64, has_gate: i64,
called by 3: rowmainmain