code wiki / _hdl_build / nx_pub_vroom_handoff.nx
nx_pub_vroom_handoff.nx
buildroot/runtime/_hdl_build/nx_pub_vroom_handoff.nx
about
nx_pub_vroom_handoff.nx -- wire the SOVEREIGN VIDEO ROOM through the Nishi Publisher (operator
2026-06-22: "where are we on getting our video room wired up as s class exceed with the nishi
publisher"). The room workstream REQUESTS; the publisher SHIPS -- replacing the old direct-SSH push
(nx_vroom_html) with the sovereign publish pipeline, exactly like nx_pub_reader_handoff.
Pipeline: pub_submit (sha256 of the room client) -> pub_run_full (serialize -> idempotent sha-skip ->
stage -> VERIFY-sha -> ATOMIC-promote -> ledger) -> LOCAL vroom liveroot. The OUTWARD transport
liveroot -> nishifamily.com/video is OPERATOR-GATED (publisher R6 policy=outward + R8 transport) and
also needs the live relay daemon on the host (a separate operator-gated SSH step). license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_publisher.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
| none |
functions
| 13 | func vh_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } sys_write(1, s, n); return 0 } |
| 18 | func vh_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 19 | func vh_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 21 | func main() -> i64 |