code wiki / _hdl_build / nx_sitegen_exceed_gate.nx

nx_sitegen_exceed_gate.nx

buildroot/runtime/_hdl_build/nx_sitegen_exceed_gate.nx

15390 B258 linesdepth 5pulls 9 transitivereach 0 importersview sourcekind gate/prooftopic sitegen
docsdependenciesstructsconstsfunctions

about

nx_sitegen_exceed_gate.nx -- MEASURED head-to-head EXCEED for the auto-builder vs Wix/Webflow/WordPress, run through the no-overclaim referee (nx_cms_exceed). NO WAVE: our side is RUN for real over a real corpus; the verdict is COMPUTED by xcd_verdict (cannot be hand-set); the referee rejects any overclaim; and the gate self-tests that it CANNOT false-green. The incumbent oracle is the DOCUMENTED behavior of the incumbents (we cannot run real Wix here -- sovereignty, no cloud), labeled as such and anchored to real, citable facts, NOT fabricated numbers: AXIS A publish-time UX gate: WYSIWYG builders (Wix/WP/Webflow) impose NO publish-time UX/accessibility gate -- the "anything-goes canvas" (documented; cf. WebAIM Million: most CMS-built pages ship detectable WCAG failures). OURS refuses a non-compliant blueprint by construction. AXIS B no-vendor-lock: Wix does not let you export/rebuild your site off-platform (documented "you cannot export your Wix site"); Webflow exports a FROZEN static snapshot with no editable data model. OURS: the blueprint IS the site -> edit a field + rebuild off-platform, deterministically. HONESTY: AXIS C is an axis where we are BEHIND (Wix's mature drag-drop visual editor) -- the gate COMPUTES BEHIND and refuses to log it as a win, proving the harness reports losses too. license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_sitegen.nx nx_cms_exceed.nx nx_syscalls.nx nx_sitegen_exceed_gate.nx

imports: nx_sitegen.nxnx_cms_exceed.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 sys_mmap xe_our_pub sys_mmap ↻ sg_compliant wb_ux_compliant wb_steps_ok xcd_verdict xcd_referee_ok xe_build sys_openat_wr sg_build_page sg_compliant ↻ wb_doc_open bt_default_brand wb_doc_open_branded wb_w sys_write bas_emit_head bas_emit_one bt_emit_root_fd sys_mmap ↻ bt_emit_root_buf sys_write ↻ bt_emit_dark_fd sys_mmap ↻ bt_emit_dark_root_buf sys_write ↻ pol_emit pol_w bt_len sg_esc sys_mmap ↻ hs_escape hs_emit hs_emitb hs_emitb ↻ wb_header wb_w ↻ wb_hero

structs

none

consts

none

functions

19func xe_w(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: xe_rowmain calls 1: sys_write
20func xe_num(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m}; 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 2: xe_rowmain calls 2: sys_mmapsys_write
21func xe_cat(dst: *u8, off: i64, s: *u8) -> i64 { var o: i64=off; var k: i64=0; while s[k]!=(0 as u8){dst[o]=s[k];o=o+1;k=k+1} return o }
called by 1: main
22func xe_catnum(dst: *u8, off: i64, v: i64) -> i64 { var o: i64=off; let t: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m}; 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{dst[o]=t[k-1-i];o=o+1;i=i+1} return o }
called by 1: main calls 1: sys_mmap
24func xe_row(id: i64, ok: i64, what: *u8) -> i64
called by 1: main calls 2: xe_wxe_num
31func xe_slurp(path: *u8, buf: *u8, cap: i64) -> i64
46func xe_contains(hay: *u8, hn: i64, needle: *u8) -> i64
called by 1: main
66func xe_bytes_eq(a: *u8, an: i64, b: *u8, bn: i64) -> i64
called by 1: main
74func xe_our_pub(header_cta: i64, hero_cta: i64, search: i64, trust_n: i64, steps_n: i64) -> i64
called by 1: main calls 2: sys_mmapsg_compliant
88func xe_build(path: *u8, title: *u8, kind: *i64, a: *i64, b: *i64, c: *i64, d: *i64, list: *i64, lcount: *i64, nblk: i64, buf: *u8, cap: i64) -> i64
94func main() -> i64