code wiki / _hdl_build / nx_mgmt_census.nx
nx_mgmt_census.nx
buildroot/runtime/_hdl_build/nx_mgmt_census.nx
about
nx_mgmt_census.nx -- the MEASURED, HONEST ecosystem-MANAGEMENT scorecard vs the June-2026 SOTA (operator:
"s class exceed management ... TRUE monitoring not false positive or negative ... s class exceed june 2026
management techniques per the nishi researcher"). Grounded in the sovereign management researcher
(knowledge/library/mgmt_*.txt: control-plane/k8s/service-mesh/IaC/CD/DevOps/blue-green/feature-toggle/APM/
OpenTelemetry/tracing/heartbeat/autoscaling/load-balancing/service-discovery). It does NOT wave: a management
dimension is CREDITED only when a real GREEN gate (or banked researcher evidence) proves it (liar-kill: no
evidence -> GAP, never claimed), and it LEADS WITH THE GAPS vs the SOTA. The verdict is an honest "where are
we" permil to S-class -- an honest "we are behind on X" IS the correct output, not a false-green. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| 11 | func c_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 12 | func c_num(v: i64) -> i64 |
| 18 | func c_lognum(fd: i64, v: i64) -> i64 |
| 23 | func c_w(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return 0 } |
| 26 | func c_contains_green(path: *u8) -> i64 |
| 36 | func c_file_nonempty(path: *u8) -> i64 |
| 43 | func c_have(ok: i64, dim: *u8, why: *u8) -> i64 |
| 48 | func c_gap(dim: *u8, why: *u8) -> i64 { c_puts(" [GAP!] " as *u8); c_puts(dim); c_puts(" <- " as *u8); c_puts(why); c_puts("\n" as *u8); return 0 } |
| 50 | func main() -> i64 |