code wiki / _hdl_build / nx_hub_legacy_migrate.nx
nx_hub_legacy_migrate.nx
buildroot/runtime/_hdl_build/nx_hub_legacy_migrate.nx
about
nx_hub_legacy_migrate.nx -- migrate the LAST old-format hub data into the sovereign native store, then
RETIRE the superseded flat TSVs (operator: "migrate old things into the new s-class formats and retire").
knowledge/hub/maturity.tsv (7-field artifact registry) -> native hub-maturity- (nx_native_config)
knowledge/hub/roles.tsv -> already in native hub-roles- (elderwesto=3); just retire
RETIRE = overwrite each TSV with a tombstone marker pointing at the new format (soft, rule #13: not
deleted, history preserved; the native store is now the SSOT the gateway reads). license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_native_config.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 lm_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func lm_art(w: *i64, idx: i64, artifact: *u8, maturity: *u8, access: *u8, path: *u8, title: *u8, load: *u8, cur: *u8) -> i64 |
| 25 | func lm_tombstone(path: *u8, marker: *u8) -> i64 |
| 32 | func main() -> i64 |