code wiki / _hdl_build / nx_instrument_status.nx
nx_instrument_status.nx
buildroot/runtime/_hdl_build/nx_instrument_status.nx
about
nx_instrument_status.nx -- GENERATOR: the living instrument dashboard (operator 2026-07-10 "make sure all our
gains are live and wired" + the standing "compare = living as-of-today"). Emits knowledge/instrument.html: a
self-contained, designed status page for the SOTA-evaluation instrument built 2026-07-09..10 -- integrity,
eval-methodology vs the field, the pipeline, the living product bars (repo-health verified), and the converted
censuses. Numbers are TRANSCRIBED FROM the gates that compute them (cited per row); the page carries its
regen command + date so it never silently goes stale (coach C4 discipline). Published via nx_instrument_ship
-> nx_aw_push -> https://nishifamily.com/instrument. NOT a gated prefix = serves public. 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
| 10 | func hw(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 } |
| 11 | func hn(fd: i64, v: i64) -> i64 |
| 25 | func card(fd: i64, label: *u8, val: *u8, sub: *u8) -> i64 |
| 32 | func axrow(fd: i64, nm: *u8, us: i64, mx: i64, ev: *u8) -> i64 |
| 41 | func barrow(fd: i64, nm: *u8, commits: *u8, ci: *u8, health: *u8, note: *u8) -> i64 |
| 50 | func cvrow(fd: i64, nm: *u8, score: *u8, note: *u8) -> i64 |
| 57 | func main() -> i64 |