code wiki / _hdl_build / nx_session_autonomy_gate.nx

nx_session_autonomy_gate.nx

buildroot/runtime/_hdl_build/nx_session_autonomy_gate.nx

5557 B65 linesdepth 5pulls 6 transitivereach 0 importersview sourcekind gate/prooftopic session
docsdependenciesstructsconstsfunctions

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

nx_build_pipeline.nx nx_pattern_library.nx nx_syscalls.nx nx_session_autonomy_gate.nx

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

main rw sys_write sys_mmap pl_match pl_covered bp_claude_touch bp_core_autonomous rn sys_mmap ↻ sys_write ↻ bp_autonomy_permil bp_core_autonomous ↻ pl_covered ↻ pl_n_patterns bp_core_autonomous ↻ sys_exit

structs

none

consts

none

functions

16func rw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
17func 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 }
called by 1: main calls 2: sys_mmapsys_write
19func main() -> i64