code wiki / _hdl_build / nx_role_scorecard.nx
nx_role_scorecard.nx
buildroot/runtime/_hdl_build/nx_role_scorecard.nx
about
nx_role_scorecard.nx -- the EXAMINER/LIBRARIAN grade every role from HARD RESULTS only (operator
2026-06-09: "all the roles s class exceed not just optimism but via hard results"). Evidence =
durable artifacts the work actually produced: the cap registry (Builder/Librarian), the bench log
(Racing/Referee), the meter (Scribe), the PM plan (PM), the issues log (Engineer/Doctor). Grades
are MECHANICAL: NO-EVIDENCE (nothing durable -> cannot be graded above TOY, the honest finding),
FUNCTIONAL (durable output exists), S-CLASS-COMPOSE (a measured verdict line exists), EXCEED only
when an EXCEED verdict line exists -- none does yet, so every role prints its NAMED race/gap.
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.nxnx_framed_append.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
| 12 | const RS_MAGIC_1048592: i64 = 1048592 |
| 13 | const RS_MAGIC_1048576: i64 = 1048576 |
| 14 | const RS_LOG: *u8 = "knowledge/status/role_scorecard.log" |
| 15 | const RS_CAP: i64 = 1024 // bounded record (>= the longest ROLE row incl. the MODELWRIGHT gap) |
functions
| 16 | func _p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 21 | func _pn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 22 | func _fp(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return 0 } calls 1: sys_write |
| 27 | func _fn(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 } calls 1: nxi_fd |
| 28 | func rs_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: rs_count |
| 30 | func rs_count(path: *u8, pat: *u8) -> i64 |
| 57 | func rs_row(role: *u8, ev: i64, sclass: i64, gap: *u8) -> i64 |
| 76 | func main() -> i64 |