code wiki / _hdl_build / nx_pm_rank_races.nx
nx_pm_rank_races.nx
buildroot/runtime/_hdl_build/nx_pm_rank_races.nx
about
nx_pm_rank_races.nx -- the PM ranks Claude's three recommended EXCEED-RACES through the team's
OWN decision machinery (nx_pm_decision_matrix: MCDA cost-of-delay -> WSJF -> confidence ->
readiness gate). Claude RECOMMENDS; the matrix DECIDES; the pick is logged to the plan.
Candidates (from the 2026-06-09 maturity feedback): R1 S6 synth-bench (team-vs-Claude measured),
R2 language-quality benchmark suite (research-gated), R3 T4 training race vs external baseline
(blocked on T6 remainder). Weights follow the win-win-win law (user-weighted).
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_pm_decision_matrix.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
| 11 | 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 } |
| 16 | func _pn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 17 | 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 } |
| 22 | func _fn(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 } |
| 23 | func main() -> i64 |