code wiki / _hdl_build / nx_hr_census.nx

nx_hr_census.nx

buildroot/runtime/_hdl_build/nx_hr_census.nx

2259 B41 linesdepth 11pulls 18 transitivereach 1 importersview sourcekind librarytopic hr
docsdependenciesstructsconstsfunctions

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

nx_hr.nx nx_syscalls.nx nx_hr_census.nx nx_hr_census_gate.nx

imports: nx_hr.nxnx_syscalls.nx

imported by: nx_hr_census_gate.nx

structs

none

consts

11const HC_MAGIC_262144: i64 = 262144
13const HC_ABSENT: i64 = 0
14const HC_PRESENT: i64 = 1
15const HC_PARITY: i64 = 2
16const HC_EXCEEDS: i64 = 3

functions

19func hc_file_contains(path: *u8, needle: *u8) -> i64
called by 2: hc_grademain calls 2: sys_mmaphr_read
30func hc_grade(gate_log: *u8, h2h_path: *u8) -> i64
called by 1: main calls 1: hc_file_contains
36func hc_grade_name(g: i64) -> *u8
called by 1: main