code wiki / (root) / nx_agent_ops_census.nx

nx_agent_ops_census.nx

buildroot/runtime/nx_agent_ops_census.nx

6055 B58 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_agent_ops_census.nx -- HONEST measure of whether the AGENT can do its work via SOVEREIGN Nishi APIs instead of 3rd-party shell (pkill / Invoke-WebRequest / Remove-Item / curl). For each operational capability: HAVE iff a clean sovereign organ actually opens on disk (no-false-green, auditor discipline); GAP = a capability the TEAM must build. permille = have*1000/total. Goal = 1000 (everything via API, zero shell). This is the gap-list the autonomous builder + genesis_lineage/raci own. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_gate.nx nx_agent_ops_census.nx

imports: nx_gate.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gw sys_write ax ax_have gw ↻ gn sys_write ↻ sys_mmap

structs

none

consts

none

functions

8func ax_have(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 }
called by 1: ax
9func ax(label: *u8, path: *u8, note: *u8) -> i64
called by 1: main calls 2: ax_havegw
16func main() -> i64
calls 3: gwaxgn