nx_recall_board.nx
buildroot/runtime/nx_recall_board.nx
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
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
| 10 | const K_MAGIC_4000: i64 = 4000 |
functions
| 12 | func 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 } |
| 13 | func rb_q() -> i64 { let b: *u8 = sys_mmap(1); b[0] = 34 as u8; sys_write(1, b, 1); return 0 } |
| 14 | func rb_k(name: *u8) -> i64 { rb_q(); rb_puts(name); rb_q(); rb_puts(":" as *u8); return 0 } |
| 19 | func rb_num(v: i64) -> i64 { nxi_out(v); return 0 } |
| 21 | func rb_axis(axis: *u8, state: *u8, w: i64, ev: *u8) -> i64 |
| 28 | func rb_str(s: *u8) -> i64 { rb_q(); rb_puts(s); rb_q(); return 0 } |
| 30 | func main() -> i64 |