code wiki / _hdl_build / nx_wiki_walk_republish.nx

nx_wiki_walk_republish.nx

buildroot/runtime/_hdl_build/nx_wiki_walk_republish.nx

3805 B65 linesdepth 10pulls 12 transitivereach 0 importersview sourcekind orphan librarytopic wiki
docsdependenciesstructsconstsfunctions

about

nx_wiki_walk_republish.nx -- WALKABILITY arc: re-publish the 4 enriched pages (start, charter, nist_stem, devlog) LIVE through the GUARDED + VERSIONED publish path (vpub), so the new walk furniture (breadcrumb + tree + prev/next + related + backlinks) lands on nishifamily.com/wiki/*. ADDITIVE: each publish FIRST snaps a content-addressed rollback version (vpub), then the A3 fail-closed guard (pg_decide) must ALLOW before the NAS push runs. board/roadmap/search untouched. REUSE (no publish/version/push substrate reinvented): nx_wiki_versioned_publish vpub (snapshot -> A3 guard -> fork+exec nx_aw_push). license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_wiki_versioned_publish.nx nx_itoa_lib.nx nx_syscalls.nx nx_wiki_walk_republish.nx

imports: nx_wiki_versioned_publish.nxnx_itoa_lib.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

structs

none

consts

22const RP_EPOCH: i64 = 1781800000

functions

14func r_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
19func r_num(v: i64) -> i64 { nxi_out(v); return 0 }
25func rp_publish(slug: *u8, path: *u8, cs_ptr: *i64, cs_len: *i64, ncorpus: i64) -> i64
39func main() -> i64