code wiki / _hdl_build / nx_pm_rank_races.nx

nx_pm_rank_races.nx

buildroot/runtime/_hdl_build/nx_pm_rank_races.nx

3906 B58 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tooltopic pm
docsdependenciesstructsconstsfunctions

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

nx_pm_decision_matrix.nx nx_itoa_lib.nx nx_syscalls.nx nx_pm_rank_races.nx

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

main _p sys_write sys_mmap dm_confidence_adjust dm_wsjf dm_cost_of_delay dm_ready _pn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap dm_next_pick sys_openat_append _fp sys_write ↻ _fn nxi_fd ↻ sys_close sys_exit

structs

none

consts

none

functions

11func _p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
16func _pn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
17func _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 }
called by 1: main calls 1: sys_write
22func _fn(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 }
called by 1: main calls 1: nxi_fd
23func main() -> i64