code wiki / _hdl_build / nx_pm_decision_demo.nx
nx_pm_decision_demo.nx
buildroot/runtime/_hdl_build/nx_pm_decision_demo.nx
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
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
structs
| none |
consts
| none |
functions
| 11 | func 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 } |
| 16 | func dd_num(v: i64) -> i64 { nxi_out(v); return 0 } |
| 17 | func 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 } |
| 22 | func dd_fn(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 } |
| 24 | func main() -> i64 |