code wiki / _hdl_build / nx_instrument_status.nx

nx_instrument_status.nx

buildroot/runtime/_hdl_build/nx_instrument_status.nx

13845 B147 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_instrument_status.nx

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

main sys_openat_wr hw sys_write card hw ↻ axrow hw ↻ hn sys_mmap hw ↻ sys_write ↻ barrow hw ↻ cvrow hw ↻ sys_close

structs

none

consts

none

functions

10func 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 }
11func hn(fd: i64, v: i64) -> i64
called by 1: axrow calls 3: sys_mmaphwsys_write
25func card(fd: i64, label: *u8, val: *u8, sub: *u8) -> i64
called by 1: main calls 1: hw
32func axrow(fd: i64, nm: *u8, us: i64, mx: i64, ev: *u8) -> i64
called by 1: main calls 2: hwhn
41func barrow(fd: i64, nm: *u8, commits: *u8, ci: *u8, health: *u8, note: *u8) -> i64
called by 1: main calls 1: hw
50func cvrow(fd: i64, nm: *u8, score: *u8, note: *u8) -> i64
called by 1: main calls 1: hw
57func main() -> i64