code wiki / _hdl_build / nx_pm_decision_demo.nx

nx_pm_decision_demo.nx

buildroot/runtime/_hdl_build/nx_pm_decision_demo.nx

7143 B105 linesdepth 3pulls 5 transitivereach 0 importersview sourcekind sketch/demotopic pm
docsdependenciesstructsconstsfunctions

about

nx_pm_decision_demo.nx -- the PM runs the decision matrix on the 9 roadmap items using the team's per-dimension feedback (hardware/software/user value + time-criticality + effort), and emits a RANKED INVESTMENT RECOMMENDATION (approve the sequence) instead of a this-or-that. Validates clean RACI and the bounded back-and-forth. Writes the recommendation to /tmp/nishi_pm_plan.log. Exit 0 on 9/9. license_tier: ORIGINAL

dependencies 4 imports · 0 importers

nx_pm_decision_matrix.nx nx_itoa_lib.nx nx_raci_collab.nx nx_syscalls.nx nx_pm_decision_demo.nx

imports: nx_pm_decision_matrix.nxnx_itoa_lib.nxnx_raci_collab.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 dd_puts sys_write sys_mmap dm_cost_of_delay dm_wsjf dm_no_regression sys_openat_append dd_fw sys_write ↻ dm_next_pick dd_num nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap dd_fn nxi_fd ↻ sys_close collab_run collab_round raci_clean collab_label raci_may_commit sys_exit

structs

none

consts

none

functions

11func dd_puts(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 dd_num(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
17func dd_fw(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 dd_fn(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 }
called by 1: main calls 1: nxi_fd
24func main() -> i64