code wiki / _hdl_build / nx_wiki_codec_status_page.nx

nx_wiki_codec_status_page.nx

buildroot/runtime/_hdl_build/nx_wiki_codec_status_page.nx

11081 B127 linesdepth 9pulls 16 transitivereach 0 importersview sourcekind tooltopic wiki
docsdependenciesstructsconstsfunctions

about

nx_wiki_codec_status_page.nx -- EMIT the sovereign-codec arc as an S-class HTML wiki page through the proven sovereign page builder (nx_wiki_shell), then PUBLISH it LIVE through the guarded wrapper (pub_publish): the A2 guard refuses any placeholder / un-stamped / dangling-cite / dead-link page, then the proven vault+SSH push streams it ADDITIVELY to the served doc-root /wiki/codec-arc-status.html. WHY (operator 2026-06-18): "make sure this and everything else in parallel workstreams is getting logged to the wiki for accurate live documentation thats being built out by the wiki as we work." The lessons' SOURCE .md are already live in NAS wiki-content/ (daemon-ingestible); this page is the genuinely-VIEWABLE capstone of the codec workstream, on the same emit->guard->push->fetch-verify loop charter/start use. Each milestone CITES the gate that proved it + a reproduce command (evidence resolves by re-running). Freshness-stamped (epoch). Internal links only to live corpus slugs (start/charter/search/self) so the guard's dead-link check passes; the lessons are referenced by name (their HTML render awaits the daemon). DRY (#15): no new push/render primitive -- composes nx_wiki_shell + nx_wiki_publish. license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_wiki_shell.nx nx_wiki_publish.nx nx_wiki_codec_status_page.nx

imports: nx_syscalls.nxnx_wiki_shell.nxnx_wiki_publish.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_now_realtime_sec sys_mmap sys_clock_gettime_real sys_mmap ↻ sh_head sh_cat sh_nav sh_cat ↻ sh_cat ↻ sh_catn sys_mmap ↻ sh_infobox_open sh_cat ↻ sh_infobox_row sh_cat ↻ sh_infobox_close sh_cat ↻ sh_toc_open sh_cat ↻ sh_toc_item sh_cat ↻ sh_toc_close sh_cat ↻ sh_section sh_cat ↻ sh_footer sh_cat ↻ sh_catn ↻ sys_openat_wr cp sys_write sys_exit sys_write ↻ sys_close cnum sys_mmap ↻ sys_write ↻ pub_publish pub_publish_ex

structs

none

consts

19const CS_OUT: *u8 = "web_assets/codec-arc-status.html"
20const CS_CAP: i64 = 262144

functions

22func cp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
23func cnum(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
30func cs_codename(v: i64) -> *u8
called by 1: main
39func main() -> i64