code wiki / _hdl_build / nx_wiki_walk_republish.nx
nx_wiki_walk_republish.nx
buildroot/runtime/_hdl_build/nx_wiki_walk_republish.nx
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
imports: nx_wiki_versioned_publish.nxnx_itoa_lib.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
| 22 | const RP_EPOCH: i64 = 1781800000 |
functions
| 14 | func 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 } |
| 19 | func r_num(v: i64) -> i64 { nxi_out(v); return 0 } |
| 25 | func rp_publish(slug: *u8, path: *u8, cs_ptr: *i64, cs_len: *i64, ncorpus: i64) -> i64 |
| 39 | func main() -> i64 |