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 orphan librarytopic 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)

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 }
23func cnum(v: i64) -> i64
30func cs_codename(v: i64) -> *u8
39func main() -> i64