code wiki / _hdl_build / nx_team_exceed_census.nx

nx_team_exceed_census.nx

buildroot/runtime/_hdl_build/nx_team_exceed_census.nx

9660 B126 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic team
docsdependenciesstructsconstsfunctions

about

nx_team_exceed_census.nx -- the HONEST self-assessment of the Nishi team's three pillars MANAGE / BUILD / MONITOR. Operator 2026-06-25 correction: "that seems way too optimistic for a system that cant self build yet." RIGHT. The structural facts (un-owned=0, gcc-free toolchain) are real, but they are STRUCTURE/CAPABILITY, NOT AUTONOMY -- and the team CANNOT self-build novel capabilities yet. So this census LEADS with the GATING reality, read LIVE from the ledger (not asserted): nx_autonomy_meter permil + the build-pipeline bp_claude_touch rule (pattern-covered core = team authors hands-off; NOVEL = NEEDS_TUTOR = still Claude). The structural exceed rows are SCOPED honestly as "structure/capability, not autonomy". Anti-wave guard (from nx_media_census): grade() REFUSES to certify EXCEEDS without a measurement; a liar-kill proves it fires. The VERDICT carries the autonomy ASTERISK so GREEN can NEVER read as "the team is winning / is autonomous". measured-this-session provenance: nx_autonomy_meter permil (ledger), nx_lineage_raci un-owned=0, nx_genesis_trace orphans=0/floaters=0, nx_raci 11-1A, nx_reader_liveness gaps=0. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_team_exceed_census.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_mmap read_autonomy_permil sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close sw sys_write sn sys_mmap ↻ sys_write ↻ row grade sw ↻ tag grade ↻ sys_openat_append fw sys_write ↻ fn2 sys_mmap ↻ sys_write ↻ sys_close ↻ sys_exit

structs

none

consts

none

functions

14func sw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 2: rowmain calls 1: sys_write
15func sn(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m;sys_write(1,"-" as *u8,1)} let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(1,bb,k); return 0 }
called by 1: main calls 2: sys_mmapsys_write
16func fw(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 1: main calls 1: sys_write
17func fn2(fd: i64, v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(fd,bb,k); return 0 }
called by 1: main calls 2: sys_mmapsys_write
20func read_autonomy_permil() -> i64
called by 1: main calls 2: sys_mmapsys_read_file
41func tag(g: i64) -> *u8
called by 1: row
49func grade(status: i64, measured: i64) -> i64 { if status==2 { if measured==0 { return 4 } } return status }
called by 2: rowmain
50func row(name: *u8, prov: *u8, status: i64, measured: i64, cnt: *i64) -> i64
called by 1: main calls 3: gradeswtag
59func main() -> i64