code wiki / (root) / nx_uxcx_grade_run.nx

nx_uxcx_grade_run.nx

buildroot/runtime/nx_uxcx_grade_run.nx

2970 B59 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_uxcx_grade_run.nx -- sovereign UX/CX grader RUNNER. Reads the live library artifacts DIRECTLY via sys_read_file (the sovereign syscall) -- no bash, no cp staging -- runs every byte-scan check in nx_uxcx_grade.nx, and prints a per-check verdict + the permil. Built + run by the WOMB (nx_sov_build_run.elf), the substrate's own build engine. Paths point at the checkout carrying this session's fixes.

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_runtime.nx nx_uxcx_grade.nx nx_uxcx_grade_run.nx

imports: nx_syscalls.nxnx_runtime.nxnx_uxcx_grade.nx

imported by: nobody (leaf or entry point)

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

main uxr_puts sys_write uxg_len uxr_grade_tree sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close uxr_puts ↻ uxr_emit uxr_puts ↻ uxg_escaping_ok uxg_has_lit uxg_has uxg_len ↻ uxg_viewport_ok uxg_has_lit ↻ uxg_skiplink_ok uxg_has_lit ↻ uxg_lang_ok uxg_has_lit ↻ uxg_title_ok uxg_has_lit ↻ uxg_nav_ok uxg_has_lit ↻ uxg_sovereign_ok uxg_has_lit ↻ uxg_back_ok uxg_has_lit ↻ uxg_loading_ok uxg_has_lit ↻ uxg_error_ok uxg_has_lit ↻ uxg_empty_ok uxg_has_lit ↻ print_i64

structs

none

consts

none

functions

13func uxr_puts(s: *u8) -> i64
17func uxr_emit(label: *u8, ok: i64) -> i64
called by 1: uxr_grade_tree calls 1: uxr_puts
24func uxr_grade_tree(label: *u8, page_path: *u8, js_path: *u8) -> i64
54func main() -> i64