code wiki / _hdl_build / nx_andelinwest_crew.nx
nx_andelinwest_crew.nx
buildroot/runtime/_hdl_build/nx_andelinwest_crew.nx
about
nx_andelinwest_crew.nx -- the NISHI TEAM ORGANS execute the andelinwest build (operator: build the
builder + engineer + all the team; climb from hardware up toward a WYSIWYG site builder, S-class at
each rung, judged by benchmarking/research not self-assessment). Each organ acts in its RACI lane:
CONDUCTOR -- dispatches the deterministic L8->L0 frontier batch (nx_layered_backlog)
BUILDER -- builds each rung, wielding the web-builder capability (nx_web_builder) on the spec
ENGINEER -- gates each rung (UX-compliance verdict); a rung is DONE only when the gate passes
CRITIC -- red-teams the result so a pass is not a blind spot
EXAMINER -- grades it, and -- crucially -- the REFEREE refuses a self-graded S-class claim:
our UX checklist is a PASS/FAIL compliance gate, NOT a DISCRIMINATING benchmark (it
passes our v1 AND an award-winning site equally = low TNR per the judging research),
so it can prove COMPLIANT but NOT S-class-exceed. S-class needs a discriminating
benchmark (Lighthouse perf / a11y / real conversion) vs award-winning legal sites.
So the team BUILDS it and the objective judge BLOCKS the overclaim + names what S-class requires.
license_tier: ORIGINAL Cites knowledge/research/2026-06-04-objective-testing-judging.md (+ux-andelinwest).
dependencies 5 imports · 0 importers
imports: nx_web_builder.nxnx_layered_backlog.nxnx_referee_v2.nxnx_examiner.nxnx_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
| 22 | func cw_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 23 | func cw_num(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;k=1}; while m>0 {t[k]=48+(m%10); 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 } |
| 26 | func builder_build_andelinwest(fd: i64) -> i64 |
| 54 | func main() -> i64 |