code wiki / _hdl_build / nx_frontier_store_seed.nx
nx_frontier_store_seed.nx
buildroot/runtime/_hdl_build/nx_frontier_store_seed.nx
about
nx_frontier_store_seed.nx -- CLI: migrate/re-seed the frontier seg-store FROM the staging .tsv.
Operator 2026-07-17 "we arent supposed to be using .tsv" -> the .tsv is put-file STAGING; this makes
the sovereign store (knowledge/store/frontier-) the SSOT that nx_frontier_board reads.
usage: nx_frontier_store_seed [tsvpath] (default knowledge/registry/frontier_queue.tsv)
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 3 imports · 0 importers
imports: nx_frontier_store.nxnx_seg_store.nxnx_syscalls.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 FSS_MSGCAP: i64 = 96 |
| 11 | const FSS_SZCAP: i64 = 16 |
| 12 | const FSS_NL: i64 = 10 |
| 13 | const FSS_STDERR: i64 = 2 |
functions
| 15 | func fss_werr(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(FSS_STDERR, s, n); return 0 } |
| 17 | func main(argc: i64, argv: *i64) -> i64 |