code wiki / _hdl_build / nx_vizsla_coord_gate.nx

nx_vizsla_coord_gate.nx

buildroot/runtime/_hdl_build/nx_vizsla_coord_gate.nx

12668 B298 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic vizsla
docsdependenciesstructsconstsfunctions

about

nx_vizsla_coord_gate.nx -- VIZSLA COORD-PAGE gate: the engagement-partner digest renders to a sovereign 0-JS first-party page (nx_vizsla_render coord). FULL-STACK COMPOSITION: fixtures load through the blessed relate/notes/calendar/plan/venue organs -> the blessed digest composes them -> the render organ builds the page -> the page carries the coordination items and passes the fail-closed sovereignty scan. fixtures (today=2026-06-14): relate mom(06-20 bday, touched 06-10) et al; notes birthday card; calendar mtg 10:00-11:00; plan dg/venue2 due 06-16; venue dgparty/spot-x fits. digest conf: REMIND_LEADS 6,0 -> due = mtg(in=0 event) + mom(in=6 birthday) = 2. coord page counters: cal=1 rem=2 plan=2 (TASK + CRITICAL) venue=1. Rows: 1 coord-renders 2 coord-page-items 3 coord-summary 4 coord-sovereign 5 coord-determinism 6 loud-fail-missing-conf[neg] Evidence: VIZSLA-COORD-GATE -> stdout + knowledge/status/vizsla_gate.log; exit 0 iff 6/6. spec: knowledge/research/2026-06-22-vizsla-sclass-roadmap.md license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_gate_verdict.nx nx_vizsla_coord_gate.nx

imports: nx_syscalls.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

19func cg_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
20func cg_p(s: *u8) -> i64 { sys_write(1, s, cg_slen(s)); return 0 }
22func cg_cat(dst: *u8, off: i64, s: *u8) -> i64
28func cg_catn(dst: *u8, off: i64, v: i64) -> i64
41func cg_write(path: *u8, content: *u8) -> i64
49func cg_readall(path: *u8, szout: *i64) -> *u8
66func cg_runv(elf: *u8, args: *i64, outpath: *u8) -> i64
96func cg_has(path: *u8, needle: *u8) -> i64
115func cg_fileeq(p1: *u8, p2: *u8) -> i64
130func cg_row(name: *u8, pass: i64) -> i64
137func cg_args(a1: *u8, a2: *u8, a3: *u8, a4: *u8, a5: *u8) -> *i64
148func cg_ensure(elf: *u8, organ: *u8) -> i64
156func cg_mkpfx(tag: *u8, us: i64) -> *u8
166func main(argc: i64, argv: *i64) -> i64