code wiki / _hdl_build / nx_session_autonomy_gate.nx
nx_session_autonomy_gate.nx
buildroot/runtime/_hdl_build/nx_session_autonomy_gate.nx
about
nx_session_autonomy_gate.nx -- HONEST autonomy self-assessment of this session's build (the doctrine: "MEASURE the
dependency, not hide it"). This session shipped ~15 measured-exceed rungs (NHDL H1-H6, logic-opt, the researcher)
-- ALL Claude-authored. WHY: each maps to a NEW module-shape the 20-pattern library (nx_pattern_library) does NOT
catalog, so every core hit bp_claude_touch=1 (novel -> tutor). This gate proves that honestly using the TEAM'S OWN
metrics (bp_autonomy_permil / bp_core_autonomous from nx_build_pipeline; pl_covered from nx_pattern_library) and
names the exact EMITTER BACKLOG whose coverage would make future EDA/researcher rungs team-authorable.
T1 every rung this session was TUTOR-authored (bp_claude_touch=1) -- honest dependency, not hidden.
T2 this session's autonomy = 0 permil (all novel shapes) -- it added measured CAPABILITY, zero AUTONOMY.
T3 the 5 new shapes (21-25) are NOT yet covered (pl_covered=0) = the precise backlog to grow the library.
T4 NEG-CONTROL: an existing shape (VERDICT_GATE=1) IS covered -> the metric isn't trivially zero (the catalog works).
expect_exit: 0 license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_build_pipeline.nxnx_pattern_library.nxnx_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
| 16 | func rw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 17 | func rn(v: i64) -> i64 { let b: *u8=sys_mmap(28); var m: i64=v; if m<0{sys_write(1,"-" as *u8,1);m=0-m} let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{b[i]=t[k-1-i];i=i+1} sys_write(1,b,k); return 0 } |
| 19 | func main() -> i64 |