code wiki / _hdl_build / nx_pm_plan_gen.nx
nx_pm_plan_gen.nx
buildroot/runtime/_hdl_build/nx_pm_plan_gen.nx
about
nx_pm_plan_gen.nx -- the Nishi PM GENERATES the roadmap plan from the maturity gaps, with effort
estimates, check-in cadence, and cumulative ETAs, and writes it to /tmp/nishi_pm_plan.log for the
operator to read. Ordered for "S-class first, then breadth", on the hardware-up / 3rd-party->1st-party
axis. Marks item 1 IN-PROGRESS = the team has BEGUN. license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_pm_plan.nxnx_itoa_lib.nxnx_pm_review_log.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 pg_w(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 } |
| 16 | func pg_num(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 } |
| 18 | func main() -> i64 |