nx_analyze_gate.nx
buildroot/runtime/nx_analyze_gate.nx
about
nx_analyze_gate.nx -- proves the analyst FRONT DOOR: the JSON an agent/workflow actually consumes is
well-formed and CORRECT, over real sharded seg_store data. The numeric organs are gated elsewhere; what
this gate owns is the SURFACE -- that the composed pipeline loads at scale, emits parseable JSON, and
that the honesty flags carry the right values. D001 verdict via nx_gate_verdict. expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_analyze.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 AG_N: i64 = 300 // > one seg_store version window; forces the sharded path to matter |
| 9 | const AG_SHARD: i64 = 150 |
| 10 | const AG_CAP: i64 = 65536 |
functions
| 12 | func ag_lcg(s: i64) -> i64 { return (s * 1103515245 + 12345) & 0x7fffffff } called by 1: ag_row |
| 13 | func ag_has(hay: *u8, needle: *u8) -> i64 called by 1: main |
| 28 | func ag_catn(buf: *u8, o: i64, v: i64) -> i64 |
| 40 | func ag_row(row: *u8, id: i64, seed: i64) -> i64 |
| 56 | func main() -> i64 |