code wiki / _hdl_build / nx_pm_status.nx
nx_pm_status.nx
buildroot/runtime/_hdl_build/nx_pm_status.nx
about
nx_pm_status.nx -- the PROJECT MANAGER's STATUS REPORT (operator: I want status updates like a real
team, and to SEE the breadth from layer 8 up, not snippets). The PM summarizes the team's own
inventory (the self-model register): how many capabilities at each LAYER (L8 machine-code up to L0
output), how many PROVEN, the grade distribution (S/A/B from the Examiner), and the next build. The
team reports its OWN status -- no more black box. Owned by the PM, composing the self-model
(inventory) + Examiner (grades) + the layered backlog (next build). license_tier: ORIGINAL.
dependencies 1 imports · 1 importers
imports: nx_syscalls.nx
imported by: nx_status_map_test.nx
structs
| none |
consts
| none |
functions
| 11 | func pm_total(layer_counts: *i64, nlayers: i64) -> i64 called by 1: main |
| 18 | func pm_proven_permil(proven: i64, total: i64) -> i64 |
| 24 | func pm_full_stack(layer_counts: *i64, nlayers: i64) -> i64 called by 1: main |
| 31 | func pm_thinnest_layer(layer_counts: *i64, nlayers: i64) -> i64 called by 1: main |
| 39 | func pm_health(proven: i64, total: i64, full_stack: i64, sclass: i64) -> i64 |