code wiki / _hdl_build / nx_conductor_council_test.nx
nx_conductor_council_test.nx
buildroot/runtime/_hdl_build/nx_conductor_council_test.nx
about
nx_conductor_council_test.nx -- the council, OPERATIONAL: a conductor TICK that
runs the loop's real candidate-action queue through the 3 -> 2 -> 1 crew council
and produces the GOVERNED outcome -- commit the clear ones, hard-deny the unsafe,
route the doubtful to the operator (NEEDS-REVIEW). This is the crew governing the
LIVE loop, not deciding on hypotheticals: the conductor never commits an action
the council didn't clear. Composes nx_crew_council (the proven decision logic).
Known answer: a tick over 6 candidate actions -> 3 COMMIT, 1 DENY, 2 ESCALATE;
exit 0 iff the conductor governed the tick exactly so. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_crew_council.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
| 13 | const TICK_N: i64 = 6 |
functions
| 15 | func _tputn(v: i64) -> i64 called by 1: main |
| 24 | func main() -> i64 |