code wiki / _hdl_build / nx_team_exceed_census.nx
nx_team_exceed_census.nx
buildroot/runtime/_hdl_build/nx_team_exceed_census.nx
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
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
| 14 | func sw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 15 | func 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 } |
| 16 | func 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 } |
| 17 | func 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 } |
| 20 | func read_autonomy_permil() -> i64 |
| 41 | func tag(g: i64) -> *u8 called by 1: row |
| 49 | func grade(status: i64, measured: i64) -> i64 { if status==2 { if measured==0 { return 4 } } return status } |
| 50 | func row(name: *u8, prov: *u8, status: i64, measured: i64, cnt: *i64) -> i64 |
| 59 | func main() -> i64 |