code wiki / (root) / nx_atlas_admit.nx

nx_atlas_admit.nx

buildroot/runtime/nx_atlas_admit.nx

2567 B72 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic atlas
docsdependenciesstructsconstsfunctions

about

nx_atlas_admit.nx -- atlas-hygiene UNIFIED ADMISSION CONTROL (blueprint Section 4 insertion pipeline). ONE decision running every guard before a node enters the graph: safety AND confidence AND provenance. argv: <conf-permille> <source_type> <safety_token>. ADMIT (exit 0) only if clean AND conf>=750 AND source is PRIMARY_HUMAN|PRIMARY_EMPIRICAL. Else REJECT with reason: exit 5 (safety/low-conf/ai-synth) / 6 (unknown). Integer-only. Zero side effects. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_atlas_admit.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 aa_atoi aa_hazard aa_streq aa_streq ↻

structs

none

consts

none

functions

7func aa_streq(a: *u8, b: *u8) -> i64
called by 2: aa_hazardmain
16func aa_atoi(s: *u8) -> i64
called by 1: main
28func aa_hazard(t: *u8) -> i64
called by 1: main calls 1: aa_streq
37func main(argc: i64, argv: *i64) -> i64