nx_agent_ops_census.nx
buildroot/runtime/nx_agent_ops_census.nx
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
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
structs
| none |
consts
| none |
functions
| 8 | func 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 |
| 9 | func ax(label: *u8, path: *u8, note: *u8) -> i64 |
| 16 | func main() -> i64 |