code wiki / _hdl_build / nx_andelinwest_crew.nx

nx_andelinwest_crew.nx

buildroot/runtime/_hdl_build/nx_andelinwest_crew.nx

8941 B118 linesdepth 4pulls 12 transitivereach 0 importersview sourcekind tooltopic andelinwest
docsdependenciesstructsconstsfunctions

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

nx_web_builder.nx nx_layered_backlog.nx nx_referee_v2.nx nx_examiner.nx nx_syscalls.nx nx_andelinwest_crew.nx

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

main cw_puts sys_write sys_mmap sys_openat_wr builder_build_andelinwest wb_doc_open bt_default_brand wb_doc_open_branded wb_w sys_write ↻ bas_emit_head bas_emit_one sys_mmap ↻ bas_lookup bas_esc_attr bas_fw bt_emit_root_fd sys_mmap ↻ bt_emit_root_buf bt_app sys_mmap ↻ bt_slice_eq bt_ident_safe bt_value_safe bt_app_n sys_write ↻ bt_emit_dark_fd sys_mmap ↻ bt_emit_dark_root_buf bt_app ↻ sys_mmap ↻ bt_slice_eq ↻ bt_ident_safe ↻ bt_value_safe ↻ bt_app_n ↻ sys_write ↻ pol_emit pol_w sys_write ↻

structs

none

consts

none

functions

22func 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 }
called by 1: main calls 1: sys_write
23func 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 }
called by 1: main calls 2: sys_mmapsys_write
26func builder_build_andelinwest(fd: i64) -> i64
54func main() -> i64