nx_capability_triage_gate.nx
buildroot/runtime/nx_capability_triage_gate.nx
about
nx_capability_triage_gate.nx -- liar-killed GATE for the intelligent-catch kernel v2.
TWO load-bearing properties proven:
(A) ANTI-NAVEL-GAZING: a PARITY/EXCEEDS claim graded self/none -> SELF-GRADED-SUSPECT, NEVER ROUTE;
ROUTE fires ONLY for wired + measured(>=parity) + bench=EXTERNAL. Neg-control sweeps ALL combos
and asserts zero ROUTE leaks for anything not-externally-proven -- it cannot be talked into
"we're SOTA" by our own grader.
(B) OPERATOR-PROPOSAL: a self-graded suspect (any weight) RAISES; a real gap on a CORE capability
RAISES; a peripheral non-suspect gap QUEUEs. Proves the flag is interrupt-worthy, not spam.
Plus the extended 7-field parser (backward compat to 5 fields -> bench defaults SELF = untrusted).
Exit 0 only on all-PASS.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_capability_triage_core.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
| 15 | func g_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 g_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 18 | func g_check(name: *u8, got: i64, want: i64, passp: *i64) -> i64 |
| 24 | func g_bool(name: *u8, got: i64, want: i64, passp: *i64) -> i64 |
| 30 | func main(argc: i64, argv: *i64) -> i64 |