code wiki / _hdl_build / nx_acceptview.nx
nx_acceptview.nx
buildroot/runtime/_hdl_build/nx_acceptview.nx
about
nx_acceptview.nx -- THE OPERATOR'S REVIEW QUEUE, PUBLISHED.
WHY IT EXISTS (operator, 2026-09-03): "for human acceptance you need to publish a queue and evidence to
review like how we have rigview but you arent anywhere". That was exactly right and it named the missing
half of the three-party doctrine. The ledger was already complete -- nx_accept list computes, for every
subject, which of the three parties is missing, and knowledge/store/accept- already holds the operator's
own verdicts and words. NONE OF IT WAS PUBLISHED ANYWHERE. Acceptance you cannot SEE is not acceptance,
and asking an operator to attest to a queue that only exists as a CLI verb is asking them to sign blind.
★★★★★★A DECISION THAT REQUIRES A HUMAN AND IS NOT PUT IN FRONT OF THEM IS NOT A PENDING DECISION, IT IS
A STALLED ONE -- and from the inside it looks identical to the human being slow.
COMPOSES, NEVER RE-DERIVES. The verdict and the missing-party call come from nx_accept list (one
classifier, nx_accept_lib, shared by every consumer); the operator's words come from the accept- plane
through nx_store_put's own loader. This organ computes NO verdict of its own -- a second opinion rendered
beside the first is the duplicate-ruler defect wearing a stylesheet.
SORTS BY WHO IS BLOCKED. Subjects awaiting the OPERATOR come first, because this page exists for them;
everything else is shown but marked as waiting on a seat or a referee. A queue that does not say whose
turn it is makes the reader compute that themselves, every time.
ESCAPES BY CONSTRUCTION. Operator words are free text written by a human and are rendered through
av_esc -- an unescaped quote or angle bracket in a rejection note must never become markup.
nx_acceptview [droot] default sites/nishifamily/compare (page: <droot>/acceptance/index.html)
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 2 imports · 1 importers
imports: nx_syscalls.nxnx_tool_run.nx
imported by: nx_acceptview_gate.nx
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 29 | const AV_DROOT: *u8 = "sites/nishifamily/compare" |
| 30 | const AV_SUBDIR: *u8 = "/acceptance" |
| 31 | const AV_PAGE: *u8 = "/acceptance/index.html" |
| 32 | const AV_STATUS: *u8 = "knowledge/status/accept_queue.status" |
| 33 | const AV_ACCEPT_ELF: *u8 = "nx_accept.elf" |
| 34 | const AV_STORE_ELF: *u8 = "nx_store_put.elf" |
| 35 | const AV_PLANE: *u8 = "knowledge/store/accept-" |
| 36 | const AV_REFPLANE: *u8 = "knowledge/store/referee-" |
| 40 | const AV_SITEROOT: *u8 = "/volume1/homes/elderwesto/nishihost/sites/nishifamily" |
| 41 | const AV_CAP: i64 = 262144 |
| 42 | const AV_PAGECAP: i64 = 524288 |
| 43 | const AV_STATCAP: i64 = 8192 |
| 44 | const AV_PATHB: i64 = 512 |
| 45 | const AV_TMO_MS: i64 = 20000 |
| 46 | const AV_MODE_DIR: i64 = 493 // 0755 |
| 47 | const AV_MODE_FILE: i64 = 420 // 0644 |
| 48 | const AV_NL: i64 = 10 |
| 49 | const AV_SP: i64 = 32 |
| 50 | const AV_TAB: i64 = 9 |
| 51 | const AV_COMMA: i64 = 44 |
| 52 | const AV_KEYPFX: *u8 = "ga_accept_" |
| 66 | const AV_ARMS_NEEDED: i64 = 2 // the floor to PAIR at all: a contrast needs a baseline and a candidate |
| 73 | const AV_ARMS_POWERED: i64 = 30 |
| 74 | const AV_D0: i64 = 48 |
| 75 | const AV_D9: i64 = 57 |
functions
| 77 | func av_int_at(b: *u8, s: i64, e: i64) -> i64 called by 1: main |
| 92 | func av_arm_state(rows: i64) -> *u8 called by 1: main |
| 100 | func av_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 101 | func av_n(v: i64) -> i64 |
| 109 | func av_cat(d: *u8, o: i64, s: *u8) -> i64 { var p: i64 = o; var i: i64 = 0; while s[i] != (0 as u8) { d[p] = s[i]; p = p + 1; i = i + 1 } return p } |
| 124 | func av_is_term(c: i64) -> i64 called by 1: av_key_hit |
| 135 | func av_needle(dst: *u8, cap: i64, subj: *u8, s0: i64, s1: i64) -> i64 |
| 157 | func av_key_hit(hay: *u8, from: i64, to: i64, nd: *u8, nl: i64) -> i64 |
| 181 | func av_catn(d: *u8, o: i64, v: i64) -> i64 called by 1: main |
| 192 | func av_esc(d: *u8, o: i64, src: *u8, s: i64, e: i64) -> i64 |
| 207 | func av_lit_at(b: *u8, i: i64, e: i64, lit: *u8) -> i64 |
| 219 | func av_val(b: *u8, s: i64, e: i64, key: *u8, out: *i64) -> i64 |
| 248 | func main(argc: i64, argv: *i64) -> i64 |