code wiki / (root) / nx_atlas_prov.nx

nx_atlas_prov.nx

buildroot/runtime/nx_atlas_prov.nx

1902 B54 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic atlas
docsdependenciesstructsconstsfunctions

about

nx_atlas_prov.nx -- atlas-hygiene ZOMBIE-LOOP FIREWALL (blueprint Callout 2 / F263). Enforces the provenance rule: AI_SYNTHESIZED nodes CANNOT be PRIMARY validation for new hypotheses (prevents the self-reinforcing agent-summarizes-agent zombie loop). source_type -> ALLOW/BLOCK + EXIT: 0 = valid primary (PRIMARY_HUMAN|PRIMARY_EMPIRICAL), 5 = AI_SYNTHESIZED refused, 6 = unknown fail-closed. Zero side effects. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_atlas_prov.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main sys_write sys_exit ap_slen ap_streq

structs

none

consts

none

functions

8func ap_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: main
10func ap_streq(a: *u8, b: *u8) -> i64
called by 1: main
20func main(argc: i64, argv: *i64) -> i64