code wiki / _hdl_build / nx_ladder_tick.nx
nx_ladder_tick.nx
buildroot/runtime/_hdl_build/nx_ladder_tick.nx
about
nx_ladder_tick.nx -- ONE AUTONOMOUS TICK of the S-class-exceed ladder loop (team-owned, NO Claude):
1. run the WIRED horizontal gates (bench races vs the C lane on the runner-built corpus)
2. (their BENCH lines append to /tmp/nishi_ladder.log)
3. regenerate the wiki ladder page (/tmp/ladder.html) from the log
The polite daemon (nx_polite_daemon) calls THIS each beat -> gates run, grades refresh, page
regenerates -- the whole vertical+horizontal program self-running. Exec spine = existing sovereign
ELFs only. Exit = count of failed steps (0 = clean tick). license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| none |
functions
| 10 | func lt_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func lt_run1(path: *u8, a1: *u8) -> i64 |
| 27 | func main() -> i64 |