code wiki / _hdl_build / nx_conductor_council_test.nx

nx_conductor_council_test.nx

buildroot/runtime/_hdl_build/nx_conductor_council_test.nx

4151 B79 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic conductor
docsdependenciesstructsconstsfunctions

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

nx_crew_council.nx nx_conductor_council_test.nx

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

main cc_puts sys_write _tputn cc_set cc_council cc_verdict_name

structs

none

consts

13const TICK_N: i64 = 6

functions

15func _tputn(v: i64) -> i64
called by 1: main
24func main() -> i64