code wiki / (root) / nx_recall_board.nx

nx_recall_board.nx

buildroot/runtime/nx_recall_board.nx

6262 B73 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic recall
docsdependenciesstructsconstsfunctions

about

nx_recall_board.nx -- the recall/search SOTA board as an MCP tool: honest liar-killed axes + coverage + research_opportunities + fetch_targets + maturity + RACI, emitted as JSON. This is the /compare/recall + atlas interchange (mirrors the sibling nx_graphics_board). Every axis carries a STATE (HAVE-LIVE = in production / HAVE-GATED = gate-proven not-yet-live / GAP = honestly absent) so coverage cannot be inflated; a GAP is never counted as HAVE. Data-driven honesty, integer coverage. nx_recall_board -> the recall SOTA JSON (no args) license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_recall_board.nx

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

main rb_puts sys_write rb_k rb_q sys_mmap sys_write ↻ rb_puts ↻ rb_str rb_q ↻ rb_puts ↻ rb_num nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap rb_axis rb_puts ↻ rb_k ↻ rb_q ↻ rb_num ↻

structs

none

consts

10const K_MAGIC_4000: i64 = 4000

functions

12func rb_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 4: rb_krb_axisrb_strmain calls 1: sys_write
13func rb_q() -> i64 { let b: *u8 = sys_mmap(1); b[0] = 34 as u8; sys_write(1, b, 1); return 0 }
called by 3: rb_krb_axisrb_str calls 2: sys_mmapsys_write
14func rb_k(name: *u8) -> i64 { rb_q(); rb_puts(name); rb_q(); rb_puts(":" as *u8); return 0 }
called by 2: rb_axismain calls 2: rb_qrb_puts
19func rb_num(v: i64) -> i64 { nxi_out(v); return 0 }
called by 2: rb_axismain calls 1: nxi_out
21func rb_axis(axis: *u8, state: *u8, w: i64, ev: *u8) -> i64
called by 1: main calls 4: rb_putsrb_krb_qrb_num
28func rb_str(s: *u8) -> i64 { rb_q(); rb_puts(s); rb_q(); return 0 }
called by 1: main calls 2: rb_qrb_puts
30func main() -> i64