code wiki / _hdl_build / nx_brand_census.nx
nx_brand_census.nx
buildroot/runtime/_hdl_build/nx_brand_census.nx
about
nx_brand_census.nx -- R0 GENESIS GATE of the S-CLASS BRAND / UX / CX arc for the Nishi website ecosystem.
Operator 2026-06-21: "a lot of our systems are ok but our ux cx brand etc arent s class exceed at all -- we
need real s class nike/coca-cola brand management exceed tools ... really census and research ... and build
them up each hardware rung till s class. users + developers + ai-users + local-llm able to manage in lots of
ways to NOT lock in." This is the honest, data-driven MATURITY SCORECARD: one row per (pillar x capability),
graded ABSENT->PRESENT->PARITY->EXCEEDS from EVIDENCE. The LIAR-KILL refuses any PARITY/EXCEEDS row lacking
measured evidence (has_ev=1 only when a real gate / measured head-to-head backs it) -- so no "exceeds Nike /
Webflow" can be claimed without proof, BY CONSTRUCTION. A NEGATIVE CONTROL (a deliberately fabricated EXCEEDS
with no evidence) proves the liar-kill fires. ev-backed cells cite gates the recon CONFIRMED PASS in
knowledge/status/cms_gate.log + cms_exceed.log (nx_sitegen 11/11, nx_studio_tiers 8/8, nx_sitegen_llm 6/6,
nx_sitegen_exceed AXIS-A/B AHEAD, nx_cms_* PASS). Everything unbuilt is honestly ABSENT with its cited real-
world yardstick (a later rung EARNS its grade by attaching a measured gate). Mirrors nx_omniforge_census idiom.
100% sovereign (nx_cc->nxasm, no gcc/JS). 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
| 16 | const G_ABSENT: i64 = 0 |
| 17 | const G_PRESENT: i64 = 1 |
| 18 | const G_PARITY: i64 = 2 |
| 19 | const G_EXCEEDS: i64 = 3 |
functions
| 21 | 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 } |
| 22 | 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 } |
| 24 | func grade_name(g: i64) -> i64 |
| 33 | func cap_valid(grade: i64, has_ev: i64) -> i64 called by 1: row |
| 38 | func row(pillar: *u8, cap: *u8, grade: i64, base: *u8, evidence: *u8, has_ev: i64, tot: *i64) -> i64 |
| 48 | func main() -> i64 |