nx_adversarial_ci.nx
buildroot/runtime/nx_adversarial_ci.nx
about
nx_adversarial_ci.nx -- CONTINUOUS ADVERSARIAL CI (census gap #1): runs the adversarial gate suite (data-driven
from knowledge/adversarial_gates.conf, one gate module-name per line) via the sovereign build+run, FAIL-CLOSED:
ANY gate RED (nonzero exit, incl. a SEGV -> 128+sig, never a silent pass) -> CI RED. WIRE before selfswap in the
deploy plane so nothing ships unless the adversarial suite is GREEN. Composes _offc/nx_sov_build_run.elf. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.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
| 8 | const CI_CONF: *u8 = "knowledge/adversarial_gates.conf" as *u8 |
| 9 | const CI_RUNNER: *u8 = "_offc/nx_sov_build_run.elf" as *u8 |
functions
| 11 | func ci_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 16 | func ci_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 19 | func ci_run_gate(gate: *u8) -> i64 |
| 37 | func main() -> i64 |