nx_readiness_census.nx
buildroot/runtime/nx_readiness_census.nx
about
nx_readiness_census.nx -- reads the ITERABLE roadmap (knowledge/readiness/
roadmap.map) and applies the TRL/MRL engine to emit, for EVERY Nishi
capability, the hardware-rung-up roadmap: current rung, the next concrete
action to advance, rungs remaining to market, and the market-entry
verdict. Validates every rung (a malformed TRL/MRL level -> RED, exit 1),
so the roadmap cannot silently carry a bogus rung. Absolute map path so
it runs from any cwd. license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_readiness.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
| 10 | const K_MAGIC_65536: i64 = 65536 |
functions
| 12 | func 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 } |
| 13 | func wn(fd: i64, v: i64) -> i64 |
| 19 | func c_read(path: *u8, buf: *u8, cap: i64) -> i64 |
| 25 | func splitpipe(s: *u8, fld: *i64, maxf: i64) -> i64 called by 1: main |
| 30 | func atoi(s: *u8) -> i64 called by 1: main |
| 35 | func kind_of(s: *u8) -> i64 called by 1: main |
| 41 | func main() -> i64 |