code wiki / _hdl_build / nx_wflow_engine_gate.nx

nx_wflow_engine_gate.nx source

↩ module page · 7 lines · 479 B

1// nx_wflow_engine_gate.nx -- gate wrapper for the pure-core workflow engine (house pure-core+gate idiom; 2// the core runtime/nx_wflow_engine.nx has no main). Runs the full R1 battery: whole-set load validation, 3// in-order multi-step run, DURABLE ledger dedup, per-step retry, exhausted-fail-stop, crash-resume WITHOUT 4// re-executing OK steps, liar-kill negatives. license_tier: ORIGINAL expect_exit: 0 5import "nx_wflow_engine.nx" 6 7func main() -> i64 { return wf_selftest() }