code wiki / (root) / nx_readiness_census.nx

nx_readiness_census.nx

buildroot/runtime/nx_readiness_census.nx

5184 B99 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic readiness
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_readiness.nx nx_readiness_census.nx

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

main sys_mmap c_read sys_openat_rd sys_read sys_close w sys_write sys_exit splitpipe kind_of atoi rd_trl_valid rd_mrl_valid wn w ↻ sys_mmap ↻ sys_write ↻ rd_trl_name rd_mrl_name rd_next_hardware_rung rd_trl_exit rd_next_trl rd_trl_to_market rd_gap rd_mrl_to_market rd_gap ↻ rd_market_entry_ready

structs

none

consts

10const K_MAGIC_65536: i64 = 65536

functions

12func 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 }
called by 2: wnmain calls 1: sys_write
13func wn(fd: i64, v: i64) -> i64
called by 1: main calls 3: wsys_mmapsys_write
19func c_read(path: *u8, buf: *u8, cap: i64) -> i64
called by 1: main calls 3: sys_openat_rdsys_readsys_close
25func splitpipe(s: *u8, fld: *i64, maxf: i64) -> i64
called by 1: main
30func atoi(s: *u8) -> i64
called by 1: main
35func kind_of(s: *u8) -> i64
called by 1: main
41func main() -> i64