nx_hostctl_buildrun_gate.nx
buildroot/runtime/nx_hostctl_buildrun_gate.nx
about
nx_hostctl_buildrun_gate.nx -- the RED that the buildrun fix never had (2026-09-05). Drives the ONE rule in
nx_buildrun_verdict_lib (the function nx_hostctl cmd_buildrun calls before it stages anything) with captures shaped
like the real incident and its controls. The subject is the decision, not the supervisor's filesystem: hostctl's
build paths are absolute by design, so a fixture tree cannot stand in for them, and a gate that forked the live
supervisor would be a deploy in a test's clothing.
Declared for nx_hostctl in knowledge/organ_gate.conf. exit: 0 GREEN / 1 RED (gv_verdict law).
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_verdict.nxnx_buildrun_verdict_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
| none |
functions
| 11 | func bg_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 13 | func main(argc: i64, argv: *i64) -> i64 |