code wiki / _hdl_build / nx_janitor_sweep_run.nx
nx_janitor_sweep_run.nx
buildroot/runtime/_hdl_build/nx_janitor_sweep_run.nx
about
nx_janitor_sweep_run.nx -- thin RUNNER for the existing jan_sweep: migrate OUR non-sovereign data dirs
(the .tsv/.conf/.json the auditor flags as NONSOV_FORMAT) into the sovereign seg_store, byte-verified,
ADDITIVE (originals INTACT -> retire-ready; the actual count-drop = the GATED jan_retire step, because many
are human-edited sources still read by organs). Composes the existing nx_janitor_sweep -- no rebuild; this is
the by-hand sovereign migration doctrine (operator 2026-06-28: "get everything that's tsv/3rd-party onto the
nishi ecosystem"). expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_janitor_sweep.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
| none |
functions
| 10 | func jsr_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 11 | func jsr_putn(v: i64) -> i64 |
| 22 | func jsr_one(dir: *u8) -> i64 |
| 33 | func main() -> i64 |