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
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
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
structs
| none |
consts
| 19 | const CS_OUT: *u8 = "web_assets/codec-arc-status.html" |
| 20 | const CS_CAP: i64 = 262144 |
functions
| 22 | func cp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 23 | func cnum(v: i64) -> i64 |
| 30 | func cs_codename(v: i64) -> *u8 called by 1: main |
| 39 | func main() -> i64 |