code wiki / _hdl_build / nx_hr_census.nx
nx_hr_census.nx
buildroot/runtime/_hdl_build/nx_hr_census.nx
about
nx_hr_census.nx -- NISHI HR, rung A: the MATURITY CENSUS that ORGAN-GRADES each HR capability, never self-scored
(charter ladder: ABSENT < PRESENT < PARITY < EXCEEDS). The grade is COMPUTED FROM EVIDENCE on disk:
- a capability is PRESENT only if its GATE log contains "verdict=GREEN" (proven, not asserted);
- PARITY/EXCEEDS require a MEASURED head-to-head record (h2h=parity / h2h=exceeds) vs a named incumbent
(HRIS/IAM for the team+user side; a WAF/Cloudflare for the visitor side). LIAR-KILL: gate-green WITHOUT an
h2h record caps at PRESENT -- the census cannot promote itself to EXCEEDS by assertion. A missing/RED gate
log => ABSENT. So today's honest reading is PRESENT for the built modules, EXCEEDS=0 (no h2h measured yet).
license_tier: ORIGINAL
dependencies 2 imports · 1 importers
imports: nx_hr.nxnx_syscalls.nx
imported by: nx_hr_census_gate.nx
structs
| none |
consts
| 11 | const HC_MAGIC_262144: i64 = 262144 |
| 13 | const HC_ABSENT: i64 = 0 |
| 14 | const HC_PRESENT: i64 = 1 |
| 15 | const HC_PARITY: i64 = 2 |
| 16 | const HC_EXCEEDS: i64 = 3 |
functions
| 19 | func hc_file_contains(path: *u8, needle: *u8) -> i64 |
| 30 | func hc_grade(gate_log: *u8, h2h_path: *u8) -> i64 |
| 36 | func hc_grade_name(g: i64) -> *u8 called by 1: main |