nx_evidence_fleet_t138.nx
buildroot/runtime/nx_evidence_fleet_t138.nx
about
nx_evidence_fleet.nx -- THE CENSUS-OF-CENSUSES HONESTY ROLLUP (operator 2026-07-10: "review again everything
and make sure our wiring of our systems is showing us a more real census iteratively so we can really get to
state of the art"). Every /compare/<domain> matrix publishes a coverage number, but a number is only as real
as its EVIDENCE: a domain with a <domain>.gates file has its capabilities FORKED-and-proven-GREEN by
nx_swcompare_evidence; a domain WITHOUT one is symbol-presence only (the weakest tier -- the code exists on
disk, unverified it works or is wired). This organ walks knowledge/compare/, and for every head-to-head census
(<domain>.matrix) reports EVIDENCE-BACKED (has .gates, N executable gates) vs SYMBOL-ONLY, and the FLEET
HONESTY permille = evidence-backed / total. It names exactly which domains still need a .gates file = the
rollout worklist. Read-only. See [[feedback-census-evidence-backed-not-symbol-presence]]. license_tier: ORIGINAL
dependencies 3 imports · 2 importers
imports: nx_syscalls.nxnx_evprofile_lib.nxnx_fio.nx
imported by: nx_evidence_fleet_gate_t138.nxnx_evidence_fleet_run_t138.nx
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 13 | const EF_MAGIC_65536: i64 = 65536 |
| 14 | const EF_MAGIC_65535: i64 = 65535 |
| 15 | const EF_MAGIC_131072: i64 = 131072 |
| 16 | const EF_MAGIC_262144: i64 = 262144 |
| 17 | const EF_MAGIC_262143: i64 = 262143 |
| 19 | const EF_DIR: *u8 = "knowledge/compare" |
functions
| 21 | func ef_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 22 | func ef_wn(v0: i64) -> i64 |
| 28 | func ef_slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 29 | func ef_ends(name: *u8, nl: i64, suf: *u8) -> i64 |
| 33 | func ef_exists(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0{return 0} sys_close(fd); return 1 } |
| 35 | func ef_gate_rows(path: *u8) -> i64 |
| 52 | func ef_run(st: *i64, verbose: i64) -> i64 |
| 94 | func ef_find(buf: *u8, from: i64, to: i64, needle: *u8) -> i64 |
| 104 | func ef_claimweight(st: *i64) -> i64 |
| 155 | func efp_write(s:*u8)->i64 |
| 160 | func efp_num(v:i64)->i64 |
| 171 | func efp_json(s:*u8)->i64 |
| 184 | func efp_hex(d:*u8)->i64 |
| 190 | func efp_path(dir:*u8,pre:*u8,dom:*u8,suf:*u8)->*u8 |
| 197 | func efp_release_path(p:*u8)->i64 {if (p as i64)>0 {return sys_munmap(p,ef_slen(p)+1)};return 0} |
| 200 | func efp_snapshot(path:*u8,mode:i64,out:*i64,digest:*u8)->i64 |
| 240 | func efp_field(buf:*u8,n:i64,key:*u8,pair:i64,out:*i64)->i64 |
| 268 | func efp_stamp(path:*u8,now:i64,f:*i64,digest:*u8)->i64 |
| 302 | func efp_progression(matrixdir:*u8,gatedir:*u8,statusdir:*u8)->i64 called by 2: efp_capturemain calls 15: sys_now_realtime_secsys_openat_directoryefp_writeefp_numsys_mmap_sharedsys_close+9 |
| 374 | func efp_capture(matrixdir:*u8,gatedir:*u8,statusdir:*u8,path:*u8)->i64 called by 3: mainmainmain calls 9: sys_openat_exclusiveefp_writeefp_numefp_progressionsys_fsyncsys_close+3 |
| 388 | func main(argc: i64, argv: *i64) -> i64 |