code wiki / _hdl_build / nx_pm_plan_gen.nx

nx_pm_plan_gen.nx

buildroot/runtime/_hdl_build/nx_pm_plan_gen.nx

7620 B94 linesdepth 4pulls 6 transitivereach 0 importersview sourcekind tooltopic pm
docsdependenciesstructsconstsfunctions

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

nx_pm_plan.nx nx_itoa_lib.nx nx_pm_review_log.nx nx_syscalls.nx nx_pm_plan_gen.nx

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

main sys_openat_wr pg_w sys_write pg_num nxi_fd sys_mmap ccz_cat_num sys_write ↻ sys_munmap sys_mmap ↻ pm_effort pm_checkins pm_layer_label pm_party_label mat_label sys_close pm_open sys_openat_append pm_deliverable pm_flag pm_w sys_write ↻ pm_cstr_len sys_exit

structs

none

consts

none

functions

11func 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 }
called by 1: main calls 1: sys_write
16func pg_num(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 }
called by 1: main calls 1: nxi_fd
18func main() -> i64