(root)
13740 modules
The core library plane. Everything here is importable substrate: the syscall layer (nx_syscalls, nx_syscalls_x86_64) and runtime base (nx_tier, nx_runtime); sovereign storage (nx_seg_store segment store and the nx_sov_ledger persistence plane over it); the TLS/web stack (nx_x509_trust_store, nx_trust_store_load_from_certdata, nx_https_fetch_follow) that lets organs speak HTTPS with no third-party web server; media and math (nx_png, nx_image, nx_f32); model loading (nx_gguf, nx_gguf_load); and the ecosystem-introspection engine (nx_eco_graph, nx_import_scan) that this wiki composes.
Reading order for a new module: check its depth chip — depth 0–1 modules are leaf substrate safe to read in isolation; higher depths compose downward. The load-bearing list in the sidebar is the measured fan-in ranking, which is the honest "most important files" list.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| _a2a_count_subst.nx | 17 | 1 | |
| _a2a_cs_x100.nx | CountSketch x100 for amortized timing | 19 | 1 |
| _a2a_hll_i64_x100.nx | Substrate HLL via fast nx_hll_add_i64; 100 iterations for amortized timing. | 22 | 1 |
| _a2a_hll_x100.nx | Run HLL fill 100x consecutively for amortized timing measurement. | 36 | 2 |
| _a2a_selfhost_binop.nx | Self-host pipeline exercising binary operators. | 142 | 1 |
| _a2a_selfhost_let.nx | Self-host: `func main() -> i64 { let x = 7 ; return x + 1 }` | 137 | 1 |
| _a2a_subst.nx | 30 | 2 | |
| _a2a_td_x100.nx | T-Digest x100 for amortized timing | 18 | 1 |
| _a2a_tdigest_subst.nx | 18 | 1 | |
| _aes128_gcm_throughput_bench.nx | pure-software AES-128-GCM | 55 | 1 |
| _api_extract.nx | SOVEREIGN structured extraction over an API JSON response. | 50 | 4 |
| _arg7_minrepro.nx | isolate the >6-argument call miscompile | 73 | 7 |
| _arg9_delegate_probe.nx | does a 9-arg TAIL-CALL delegation drop args? | 27 | 3 |
| _attn_exp_hoist_gate.nx | byte-identity gate for SPD-ALG-TENSOR-001 (attention-exp-lut-hoist). | 44 | 2 |
| _bits_rotr64_kat.nx | _bits_rotr64_kat.nx — isolate the rotate intrinsic in native ELF. | 49 | 3 |
| _bmi_intrinsics_smoke.nx | Smoke that exercises __clz32 / __ctz32 / __popcnt64 builtins. | 34 | 1 |
| _bmi_test.nx | Verify __clz32 + __ctz32 + __popcnt64 intrinsics. | 14 | 1 |
| _clz_test.nx | 13 | 1 | |
| _derefcast_minrepro.nx | min repro: deref + pointer-cast in ONE | 47 | 1 |
| _dlr_fetch_one.nx | single-URL TEXT fetch unit for the guarded crawler. | 23 | 1 |
| _dlr_probe.nx | localize the validated-HTTPS read-hang (SREACH R1 blocker). | 74 | 3 |
| _ed25519_ct_gate.nx | constant-time gate for SEC-CT-002 (ed25519-scalarmul-constant-time). | 80 | 5 |
| _ed25519_rfc8032_kat.nx | _ed25519_rfc8032_kat.nx — RFC 8032 §7.1 TEST 1 KAT for Ed25519. | 87 | 6 |
| _ed25519_sign_verify_smoke.nx | _ed25519_sign_verify_smoke.nx — SITES-LIVE 2026-05-27 isolation | 41 | 1 |
| _ed_fetch_html.nx | single-URL RAW-HTML fetch unit for the discovery | 19 | 1 |
| _evoracle_probe.nx | transport probe | 1 | 0 |
| _f32_intrin_probe.nx | R1b proof: NishiLang computing in HARDWARE f32 via the new | 19 | 1 |
| _f32_wat_kat.nx | minimal f32 program to verify the sovereign wat path emits hardware f32 (f32.add). | 5 | 1 |
| _f64_exp_consts.nx | GENERATED by _hdl_build/_f64_exp_oracle_gen.py. | 25 | 0 |
| _fft256_q15_throughput_bench.nx | 256-point Q15 FFT throughput. | 210 | 6 |
| _ft_diag.nx | diagnostic twin for the P3 KAT4 context-flake (2026-06-10): | 48 | 3 |
| _gemm_i32_throughput_bench.nx | pure-software GEMM i32 throughput. | 127 | 1 |
| _germ_man_nx_exit42.nx | trivial container entrypoint: exits 42 (proves the | 6 | 1 |
| _germ_man_nx_kat_add7.nx | tiny KAT canary: computes 3+4 and exits the result (7). | 6 | 1 |
| _germ_scratch_exit42.nx | trivial container entrypoint: exits 42 (proves the | 6 | 1 |
| _i16dot_minrepro.nx | the feature program for __i16_dot (R0r-b, 2026-09-17): the compiler's whole-chunk integer | 50 | 4 |
| _idea_genealogy_gate.nx | the no-mocks tamper gate for nx_idea_genealogist. | 182 | 10 |
| _ki_autofix_bad.nx | 4 | 1 | |
| _lens0_probe.nx | 28 | 3 | |
| _loop_kat.nx | minimal loop through the sovereign wat path: sum 0..4 = 10. If node hangs/wrong, the | 11 | 1 |
| _min2.nx | nx_safety_envelope: | 22 | 2 |
| _mlp_probe.nx | MINIMAL REPRODUCER: is a MULTI-LINE function parameter list parsed? | 15 | 2 |
| _mulcse_minrepro.nx | COMPILER DEFECT min-repro (2026-06-10, found by | 32 | 3 |
| _nx_argtype_live_probe.nx | Live proof that ARGUMENT TYPE CHECKING is active in the shipped toolchain. | 13 | 3 |
| _nx_bits_bswap_oracle.nx | correctness paired oracle for | 32 | 1 |
| _nx_bits_bswap_speed_fast.nx | 15 | 1 | |
| _nx_bits_bswap_speed_soft.nx | 15 | 1 | |
| _nx_bits_clz64_oracle.nx | _nx_bits_clz64_oracle.nx | 71 | 3 |
| _nx_bits_clz64_speed_fast.nx | 100M-iter loop calling FAST | 17 | 1 |
| _nx_bits_clz64_speed_soft.nx | 100M-iter loop calling SOFT | 17 | 1 |
| _nx_bits_fast_vs_soft.nx | _nx_bits_fast_vs_soft.nx | 85 | 1 |
| _nx_bits_rotate_oracle.nx | correctness paired oracle for | 33 | 1 |
| _nx_bits_rotate_speed_fast.nx | 15 | 1 | |
| _nx_bits_rotate_speed_soft.nx | 15 | 1 | |
| _nx_bits_speed_fast.nx | 10M-iter loop calling FAST popcount only. | 18 | 1 |
| _nx_bits_speed_paired.nx | _nx_bits_speed_paired.nx | 87 | 2 |
| _nx_bits_speed_soft.nx | 10M-iter loop calling SOFT popcount only. | 18 | 1 |
| _nx_dupdef_live_probe.nx | kept as documentation, deliberately made VALID so it cannot break a | 14 | 2 |
| _nx_loop_v2_oracle.nx | correctness oracle for the V2 frame-based | 82 | 1 |
| _nx_pub_from_priv_isolated_test.nx | SITES-LIVE 2026-05-27: x509_build_self_signed diagnostic | 50 | 3 |
| _nx_xlate_probe.nx | Discriminator for the rv64->x86 syscall translation capability (debt 1785528831). | 11 | 1 |
| _offc_argv_open.nx | diagnostic for Wheeler DDC argv path bug. | 31 | 1 |
| _offc_asm_probe.nx | Diagnostic: read /tmp/probe.s from disk + feed to nxasm_v2. | 55 | 2 |
| _offc_bisect_50funcs.nx | 51 | 51 | |
| _offc_bisect_50strings.nx | 104 | 1 | |
| _offc_bisect_arith_local.nx | Bar-3 feature bisect: let_arith | 8 | 1 |
| _offc_bisect_func_call.nx | Bar-3 feature bisect: func_call_return | 8 | 2 |
| _offc_bisect_if_else.nx | Bar-3 feature bisect: if_else_branch | 7 | 1 |
| _offc_bisect_many_funcs.nx | 9 | 9 | |
| _offc_bisect_many_strings.nx | 10 | 1 | |
| _offc_bisect_outbuf_use.nx | 8 | 1 | |
| _offc_bisect_ptr_arith.nx | 7 | 1 | |
| _offc_bisect_recursion.nx | Bar-3 feature bisect: recursive_call | 11 | 2 |
| _offc_bisect_string_literal.nx | Bar-3 feature bisect: string_literal_global | 8 | 1 |
| _offc_bisect_struct_field.nx | Bar-3 feature bisect: struct_field_access | 9 | 1 |
| _offc_bisect_while_sum.nx | Bar-3 feature bisect: while_loop | 9 | 1 |
| _offc_bitset_helper_probe.nx | Verify bit-set helpers when called through indirection — same shape as | 39 | 4 |
| _offc_bitset_probe.nx | Verify bit-set semantics work in NishiLang. | 15 | 1 |
| _offc_callmin.nx | Even smaller repro: pure user-defined function call. | 9 | 2 |
| _offc_deref_minimal_v2.nx | Even simpler: no array, no struct, just one *p = N then return *p. | 11 | 1 |
| _offc_deref_store_minimal.nx | Smallest possible deref-store test. | 11 | 1 |
| _offc_deref_store_probe.nx | Matrix probe for T#sovereign-deref-store-001. | 115 | 11 |
| _offc_dmcell_addr_of_local_sbracket_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 11 | 1 |
| _offc_dmcell_addr_of_local_sbracket_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 11 | 1 |
| _offc_dmcell_addr_of_local_sstar_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 11 | 1 |
| _offc_dmcell_addr_of_local_sstar_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 11 | 1 |
| _offc_dmcell_arg_param_sbracket_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 14 | 2 |
| _offc_dmcell_arg_param_sbracket_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 14 | 2 |
| _offc_dmcell_arg_param_sstar_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 14 | 2 |
| _offc_dmcell_arg_param_sstar_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 14 | 2 |
| _offc_dmcell_call_return_sbracket_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 14 | 2 |
| _offc_dmcell_call_return_sbracket_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 14 | 2 |
| _offc_dmcell_call_return_sstar_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 14 | 2 |
| _offc_dmcell_call_return_sstar_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 14 | 2 |
| _offc_dmcell_cast_mmap_sbracket_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 11 | 1 |
| _offc_dmcell_cast_mmap_sbracket_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 11 | 1 |
| _offc_dmcell_cast_mmap_sstar_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 11 | 1 |
| _offc_dmcell_cast_mmap_sstar_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 11 | 1 |
| _offc_dmcell_ptr_arith_sbracket_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 12 | 1 |
| _offc_dmcell_ptr_arith_sbracket_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 12 | 1 |
| _offc_dmcell_ptr_arith_sstar_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 12 | 1 |
| _offc_dmcell_ptr_arith_sstar_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 12 | 1 |
| _offc_dmcell_rebound_let_sbracket_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 15 | 2 |
| _offc_dmcell_rebound_let_sbracket_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 15 | 2 |
| _offc_dmcell_rebound_let_sstar_lbracket.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 15 | 2 |
| _offc_dmcell_rebound_let_sstar_lstar.nx | Auto-generated cell for nx_deref_store_matrix.sh. | 15 | 2 |
| _offc_exit42.nx | minimal Bar-3 test program. | 6 | 1 |
| _offc_gap3_repro_v2.nx | nx_safety_envelope: | 27 | 2 |
| _offc_gap3_repro_v3.nx | nx_safety_envelope: | 44 | 5 |
| _offc_hello.nx | 8 | 1 | |
| _offc_la_repro.nx | Minimal repro for the .Lg79 / la-pass-2 nxasm failure. | 11 | 1 |
| _offc_lex_only.nx | Isolated test: just call lex_source on a tiny input. | 20 | 1 |
| _offc_micro_bare.nx | Bare minimum — no nx_narr import at all. | 8 | 1 |
| _offc_minrepro.nx | 13 | 1 | |
| _offc_nxc_small.nx | the full NishiLang sovereign-compiler driver. | 169 | 2 |
| _offc_out_i64.nx | Reduced repro of T#selfhost-001. Same shape as outbuf.nx::out_i64: | 31 | 2 |
| _offc_outbuf_a.nx | outbuf_a: just call out_new + return o.cap (read of field). | 7 | 1 |
| _offc_outbuf_b.nx | outbuf_b: out_new + write/read o.pos. | 8 | 1 |
| _offc_outbuf_c.nx | outbuf_c: out_new + use o.buf as *u8 + write a byte. | 9 | 1 |
| _offc_probe.nx | 11 | 1 | |
| _offc_probe_5args.nx | Tests nxc.elf codegen for: 5-arg function call. | 19 | 2 |
| _offc_probe_callchain.nx | Bisects which IR-construction call clobbers `f` (the s-reg that | 75 | 3 |
| _offc_probe_f32equiv.nx | IS THE HARDWARE f32 INTRINSIC BIT-IDENTICAL TO THE | 146 | 3 |
| _offc_probe_i32lit.nx | ACCEPTANCE PROBE for integer type-context inference. | 53 | 1 |
| _offc_probe_irbuild.nx | Replicates regalloc_test.nx lines 9-21 — full IR construction | 26 | 1 |
| _offc_probe_irfn.nx | Adds ir_function_new call to the Module probe. | 22 | 1 |
| _offc_probe_m0b.nx | minimal smoke for the gcc-as -> nxasm swap. | 16 | 1 |
| _offc_probe_module.nx | Replicates the start of regalloc_test.nx using the same nx_ir.nx | 17 | 1 |
| _offc_probe_pstar.nx | 28 | 2 | |
| _offc_probe_struct.nx | Tests nxc.elf codegen for: struct allocation, field write, field read, | 30 | 2 |
| _offc_regalloc_min.nx | Minimal repro for the regalloc_test SIGSEGV. Identical to | 43 | 1 |
| _offc_strlen_call.nx | Mirror the parse_function pattern: | 26 | 2 |
| _offc_strlit.nx | Reduced repro for T#selfhost-003: uses a string literal so the | 11 | 1 |
| _offc_struct_cast.nx | Mirror of the emit_function pattern: | 21 | 1 |
| _offc_t4_smoke.nx | Single-function smoke test for Tier 4 emission. | 5 | 1 |
| _offc_xfile_struct.nx | 60 | 2 | |
| _pe_f64pow.nx | no Claude core logic. | 170 | 4 |
| _pp_minimal.nx | nx_safety_envelope: | 29 | 2 |
| _pp_minimal2.nx | nx_safety_envelope: | 14 | 1 |
| _premortem3_shtest.nx | 23 | 3 | |
| _primes_bitpacked.nx | bit-packed Sieve of Eratosthenes. | 86 | 4 |
| _primes_bitpacked_inline.nx | bit-packed sieve with MANUALLY inlined bit ops. | 76 | 2 |
| _primes_drag.nx | multi-pass sieve for drag-race timing. | 61 | 2 |
| _primes_sieve.nx | Sieve of Eratosthenes, NishiLang. | 75 | 2 |
| _probe_alw2.nx | probe | 1 | 0 |
| _probe_mulpow2_guard.nx | Adversarial probe: reproduce the EXACT log2-by-halving + k<W guard logic from | 76 | 4 |
| _probe_mulpow2_soundness.nx | Adversarial probe #2: is the LIVE rule's union actually SOUND for every k it | 79 | 4 |
| _py_freq_substrate.nx | 21 | 1 | |
| _py_head2head_substrate.nx | 36 | 2 | |
| _py_quant_substrate.nx | 19 | 1 | |
| _q8blkdot_minrepro.nx | the feature program for __q8blk_i16dot (search R0s-b, 2026-09-17): one Q8_0 block's dot, | 61 | 6 |
| _ro_probe_fx_isqrt_20397.nx | GENERATED by nx_retire_onto prove; transient, named per function and pid, removed after the run | 26 | 1 |
| _ro_probe_fx_isqrt_9162.nx | GENERATED by nx_retire_onto prove; transient, named per function and pid, removed after the run | 26 | 1 |
| _scalar_bitops_kat.nx | _scalar_bitops_kat.nx — KAT for __bswap64/__clz32/__ctz32/__popcnt64 | 66 | 2 |
| _self_host_lane_binops_test.nx | one smoke each. | 65 | 1 |
| _self_host_li_boundary_test.nx | exercises corner cases at | 59 | 1 |
| _self_host_li_test.nx | Test that the self-host can load a 49-bit constant correctly. | 10 | 1 |
| _self_host_mem_test.nx | Test that mmap+store+read works in self-host. | 14 | 1 |
| _self_host_neg_li_test.nx | Test that li of large negative value works through self-host. | 9 | 1 |
| _self_host_or_shift3_test.nx | 9 | 1 | |
| _self_host_or_shift_test.nx | Bisect: does `expr | (expr << N)` work in self-host? | 10 | 1 |
| _self_host_pack4_neg_test.nx | Test pack4_i16 with negative first arg + vreduce_min. | 22 | 2 |
| _self_host_pack4_oneline.nx | Same pack4 but body on ONE line. If this passes but multiline | 13 | 2 |
| _self_host_pack4_repro.nx | Exact reproduction of pack4_i16 to isolate the bug. | 17 | 2 |
| _self_host_sat_trio_test.nx | exercise 3 new saturating ops | 62 | 1 |
| _self_host_shift32_test.nx | 9 | 1 | |
| _self_host_shift_arith_matrix.nx | Regression matrix: every shift + funct7-discriminated arith op | 86 | 7 |
| _self_host_simd_i32_test.nx | i32x8 set: 5 ops verified. | 46 | 1 |
| _self_host_simd_i64_test.nx | i64x4 closes the 4-width spectrum. | 63 | 1 |
| _self_host_simd_i8_test.nx | i8x32 set: 6 ops, 6 assertions. | 52 | 1 |
| _self_host_simd_minmax_sat_test.nx | 3 ops in one smoke. | 49 | 2 |
| _self_host_simd_shift_test.nx | vsll/vsrl/vsra for i16x16. | 55 | 1 |
| _self_host_simd_sum_bcast_test.nx | vreduce_sum + vbroadcast. | 58 | 1 |
| _self_host_stmt_boundary_regression.nx | Regression for at_stmt_boundary refinement (2026-05-16). | 48 | 4 |
| _self_host_vdot_full.nx | full vdot [1..16] . [1..16] via self-host. | 31 | 1 |
| _self_host_vdot_simple.nx | minimal sanity: dot([1,1,..1] . [1,1,..1]) = 16. | 20 | 1 |
| _self_host_vdot_test.nx | proves the self-host can emit | 39 | 2 |
| _self_host_vreduce_min_test.nx | Minimal smoke for vreduce_min: just call it and return modulo 100. | 14 | 1 |
| _selfhost_compile_42.nx | end-to-end self-host validation. | 69 | 1 |
| _selfhost_compile_binop.nx | Compile 'func main() -> i64 { return 2 + 3 * 4 }' via NishiLang pipeline. | 64 | 1 |
| _selfhost_compile_if.nx | compile `if 1 { return 42 } return 7` via | 78 | 1 |
| _selfhost_compile_if_false.nx | compile `if 0 { return 42 } return 7`. | 74 | 1 |
| _selfhost_compile_let.nx | Compile 'func main() -> i64 { let x = 7 ; return x + 1 }' via pipeline. | 72 | 1 |
| _sha512_kat.nx | _sha512_kat.nx — NIST CAVS SHA-512 KATs. | 44 | 3 |
| _sha512_kernel_fast.nx | SHA-512 nonlinear-function rotation | 25 | 1 |
| _sha512_kernel_soft.nx | same SHA-512 rotation kernel but using | 21 | 1 |
| _shr6.nx | 7 | 1 | |
| _simhash_popcount_gate.nx | byte-identity KAT for SPD-ALG-SEARCH-01 (search-popcount-swar). | 51 | 2 |
| _sprinkler_w0_throughput_bench.nx | W0 hardened-field embedded | 156 | 4 |
| _tlskdf_minrepro.nx | MINIMAL REPRO for the Jun-2 native-compiler | 90 | 3 |
| _ts_diag.nx | prints the KAT4 score comparison values (3-layer score). | 26 | 3 |
| _u256_cmov_gate.nx | KAT for u256_cmov (the SEC-CT-001 foundation primitive). | 48 | 2 |
| _wt_probe_one.nx | single-host WALL PROBE unit for nx_wall_triage. Runs the | 40 | 1 |
| abb_t1.nx | 2 | 0 | |
| abb_t2.nx | Calculates and prints the product of 42 and 101 followed by a newline. | 12 | 1 |
| abb_t3.nx | 1 | 0 | |
| abr_t1.nx | Calculates and prints the product of 42 and 101 followed by a newline. | 12 | 1 |
| abr_t2.nx | Calculates and prints a value, reverses a string in memory, and outputs multiple numeric values. | 31 | 1 |
| abr_t3.nx | Calculates and prints the product of 42 and 101 followed by a newline. | 12 | 1 |
| accept_lang.nx | parse HTTP Accept-Language header. | 217 | 7 |
| adler32.nx | Adler-32 checksum (Mark Adler, zlib/gzip). | 82 | 4 |
| aead.nx | ChaCha20-Poly1305 AEAD (RFC 8439 section 2.8). | 169 | 6 |
| asn1.nx | ASN.1 DER TLV (Tag-Length-Value) primitives. | 193 | 7 |
| async_rt.nx | cooperative async task runtime. | 160 | 8 |
| atom.nx | Atom 1.0 feed builder (RFC 4287). | 181 | 7 |
| base32.nx | RFC 4648 base32 encoder + decoder. | 178 | 5 |
| base58.nx | Bitcoin / IPFS base58 encoder + decoder. | 182 | 7 |
| base64.nx | RFC 4648 base64 encoder + decoder. | 163 | 7 |
| basic_auth.nx | HTTP Basic Authentication (RFC 7617). | 195 | 4 |
| bearer_auth.nx | extract Bearer tokens from Authorization header. | 127 | 5 |
| bench_emit.nx | stream workload through OUR primitives, emit numbers to stdout. | 106 | 5 |
| bench_hll_vs_cpc.nx | head-to-head workload runner. | 77 | 1 |
| bench_hll_vs_cpcd.nx | HLL_8 vs CPC DENSE at matched accuracy. | 73 | 1 |
| bench_multiseed.nx | 20-workload accuracy averaging for OUR HLL + CPC. | 149 | 6 |
| bf_probe.nx | do not hand-edit | 38 | 5 |
| bigint.nx | KAT GATE for the multi-precision integer primitives (syscalls.nx import chain). | 39 | 1 |
| bitset.nx | packed bit array with O(1) get / set / clear. | 185 | 11 |
| bloom.nx | Bloom filter (Burton Howard Bloom, 1970). | 123 | 7 |
| bmp_header.nx | parse Windows BMP/DIB image headers. | 147 | 6 |
| bytes_fmt.nx | human-readable byte-size formatter. | 123 | 5 |
| cache_control.nx | parse HTTP Cache-Control header. | 262 | 6 |
| callee_save_test.nx | exercise emit_function's save_mask > 0 path. | 216 | 2 |
| cap.nx | capability-based security primitives. | 141 | 5 |
| chacha20.nx | RFC 8439 ChaCha20 stream cipher. | 215 | 8 |
| channel.nx | typed message-passing primitive (Phase M1 seed). | 118 | 8 |
| cidr.nx | IPv4 CIDR (RFC 4632) parser + match. | 101 | 5 |
| civil_date.nx | Gregorian civil date from unix seconds. | 145 | 5 |
| content_type.nx | parse a Content-Type / Accept header value. | 167 | 8 |
| cookie.nx | parse HTTP Cookie header (RFC 6265 §4.2). | 185 | 6 |
| cors.nx | build CORS response headers. | 167 | 9 |
| crc16.nx | CRC-16 variants (CCITT, IBM, MODBUS). | 109 | 5 |
| crc32.nx | CRC-32 checksum (IEEE 802.3 + Castagnoli). | 91 | 4 |
| crockford32.nx | Crockford Base32 encoding. | 197 | 5 |
| crt0.nx | sovereign `_start` stub for NishiLang programs. | 56 | 1 |
| csrf_token.nx | Cross-Site Request Forgery token generation. | 175 | 5 |
| csv.nx | RFC 4180 comma-separated values parser. | 194 | 3 |
| csv_writer.nx | RFC 4180 CSV serialiser. | 144 | 5 |
| ct.nx | constant-time arithmetic primitives. | 167 | 7 |
| digest_auth.nx | HTTP Digest authentication response builder. | 185 | 5 |
| dlist.nx | intrusive doubly-linked list. | 159 | 13 |
| dom.nx | Cooper-Harvey-Kennedy dominance, in NishiLang. | 426 | 5 |
| dom_fn.nx | dominator tree on *Function (opt.nx consumer). | 255 | 6 |
| dom_test.nx | self-test for dom.nx. | 83 | 1 |
| dp.nx | differential privacy accounting + noise. | 151 | 6 |
| ed25519.nx | Ed25519 signature verification (RFC 8032). | 199 | 5 |
| effect.nx | typed effects tracking (phase A: runtime log). | 114 | 7 |
| elf_writer.nx | emit a minimal RV64 Linux ELF executable. | 247 | 7 |
| email_addr.nx | RFC 5322 addr-spec validator (practical subset). | 240 | 6 |
| end2end_test.nx | prove lex.nx + parse.nx + ir.nx work together. | 132 | 2 |
| env.nx | parse .env / dotenv-style configuration files. | 253 | 7 |
| etag.nx | generate + compare HTTP ETag headers (RFC 7232). | 155 | 7 |
| f6_gate.nx | sovereign replacement for bench/f6_gate.sh. | 287 | 6 |
| fhe.nx | fully homomorphic encryption scaffold. | 158 | 8 |
| field-negative-r2-integer-t280.nx | 3 | 2 | |
| field-negative-r2-missing-t280.nx | 3 | 2 | |
| field-negative-r2-nonstruct-t280.nx | 2 | 2 | |
| field-negative-r3-index-missing-t280.nx | 4 | 2 | |
| field-negative-r3-integer-t280.nx | 3 | 2 | |
| field-negative-r3-missing-index-t280.nx | 3 | 2 | |
| field-negative-r3-missing-t280.nx | 3 | 2 | |
| field-negative-r3-nonstruct-t280.nx | 2 | 2 | |
| field-positive-f32-t300.nx | 4 | 1 | |
| field-positive-narrow-t299.nx | 4 | 1 | |
| field-positive-r2-t280.nx | 4 | 1 | |
| field-positive-r3-t280.nx | 4 | 1 | |
| fp32_parts_test.nx | round-trip literal conversion. | 83 | 2 |
| fp64_parts_test.nx | IEEE 754 binary64 literal-encoding round-trip. | 87 | 2 |
| fs.nx | file I/O stdlib (Phase G1 in the roadmap). | 201 | 16 |
| fs_result_test.nx | end-to-end Result<T, FsError> smoke. | 40 | 2 |
| fs_unlink_tail_test.nx | end-to-end smoke for fs_unlink + fs_tail. | 87 | 2 |
| fuzz_lex_test.nx | mutational fuzz against lex_source. | 97 | 1 |
| fuzz_parse_test.nx | mutational fuzz against parse_module. | 120 | 1 |
| fx.nx | deterministic Q16.16 fixed-point math. | 358 | 23 |
| fx_exp_test.nx | KAT for the fixed-point base-2 exponential family | 61 | 3 |
| fx_gate.nx | the gate for the Q16.16 fixed-point math 49 modules import. | 108 | 2 |
| fx_log2_test.nx | KAT for the fixed-point binary logarithm. | 58 | 2 |
| gen_hll_bias_nx.nx | generate HLL bias table by running OUR HLL. | 199 | 6 |
| generated_primitives_1000.nx | do not hand-edit. | 2016 | 1001 |
| generic_types_test.nx | exercises the monomorphization port. | 64 | 3 |
| glob.nx | POSIX-style glob pattern matching. | 174 | 4 |
| gzip_header.nx | parse RFC 1952 gzip stream headers. | 171 | 4 |
| heap.nx | binary min-heap (priority queue). | 140 | 9 |
| hello.nx | Returns the integer 42 as the result of the main function. | 2 | 1 |
| hello_off_c.nx | the smallest "off C" demonstration. | 18 | 1 |
| hex.nx | lowercase hex encoder + decoder. | 97 | 4 |
| hexdump.nx | xxd-style byte buffer dump. | 117 | 4 |
| himport.nx | Exits the program with status code 7 using the sys_exit system call. | 3 | 1 |
| hkdf.nx | HKDF-SHA-256 (RFC 5869). | 126 | 3 |
| hkdf_sha1.nx | HMAC-based Key Derivation Function with SHA-1. | 145 | 4 |
| hkdf_sha384.nx | HKDF-SHA-384 (RFC 5869). | 92 | 3 |
| hkdf_sha512.nx | HKDF-SHA-512 (RFC 5869). | 89 | 3 |
| hll_bias_table.nx | bias table calibrated by OUR HLL on OUR streams | 2735 | 7 |
| hmac.nx | ############################################################################################ | 110 | 2 |
| hmac_md5.nx | HMAC with MD5 (RFC 2104). | 104 | 2 |
| hmac_sha1.nx | HMAC with SHA-1 (RFC 2104 + FIPS 198-1). | 121 | 2 |
| hmac_sha384.nx | HMAC-SHA-384 (RFC 2104 / FIPS 198-1). | 85 | 2 |
| hmac_sha512.nx | HMAC-SHA-512 (RFC 2104 / FIPS 198-1). | 75 | 2 |
| hotp_sha1.nx | RFC 4226 HOTP with SHA-1. | 86 | 3 |
| html_escape.nx | alias stub. | 20 | 0 |
| http.nx | HTTP/1.1 request parser (RFC 7230/9112 subset). | 276 | 10 |
| http_date.nx | format + parse RFC 7231 IMF-fixdate. | 188 | 12 |
| http_resp.nx | HTTP/1.1 response generator. | 198 | 9 |
| ico_header.nx | parse Windows ICO / CUR icon container headers. | 160 | 5 |
| import.nx | sovereign import preprocessor (replaces main.c logic). | 579 | 22 |
| ini.nx | parse INI-style configuration files. | 226 | 7 |
| ini_writer.nx | serialise INI-style config. | 104 | 6 |
| io.nx | epoll-based non-blocking event loop (Phase G3). | 139 | 8 |
| ipaddr.nx | IPv4 + IPv6 address parse / format. | 342 | 8 |
| ir.nx | alias stub. | 13 | 0 |
| ir_test.nx | self-test for ir.nx library. | 39 | 1 |
| ir_validate.nx | alias stub. | 13 | 0 |
| iso8601.nx | format + parse ISO 8601 date-time strings. | 190 | 8 |
| jpeg_header.nx | parse JPEG JFIF markers enough to extract | 156 | 5 |
| json.nx | pull-style JSON parser (Phase G12, RFC 8259). | 257 | 9 |
| json_emit.nx | RFC 8259 JSON writer (complement to json.nx parser). | 273 | 15 |
| jwt.nx | JSON Web Token sign + verify (HS256 only). | 231 | 5 |
| leb128.nx | LEB128 (Little-Endian Base 128) integer encoding. | 153 | 5 |
| levenshtein.nx | Levenshtein edit distance. | 84 | 3 |
| lex.nx | NishiLang source tokenizer, ported from lex.c. | 590 | 16 |
| lex_float_test.nx | self-test for TK_FLOAT lexing. | 65 | 1 |
| lex_kinds.nx | alias stub. | 13 | 0 |
| lex_test.nx | self-test for lex.nx. | 39 | 1 |
| linear_type.nx | runtime tracking for linear/affine resources. | 150 | 9 |
| locality.nx | data-locality markers + cost estimates. | 105 | 6 |
| log.nx | structured logging with levels. | 141 | 7 |
| lru.nx | Least-Recently-Used cache. | 161 | 6 |
| lz4_header.nx | parse LZ4 frame format headers (RFC-less | 161 | 5 |
| mac48.nx | IEEE 48-bit Ethernet MAC address parse + format. | 140 | 7 |
| main.nx | NishiLang-side compiler driver. | 84 | 2 |
| map.nx | Robin-hood hashmap with FNV-1a (Phase G8). | 255 | 10 |
| map_test.nx | Robin-hood hashmap self-test. | 62 | 1 |
| markdown_block.nx | alias stub. | 9 | 0 |
| markdown_inline.nx | alias stub. | 9 | 0 |
| md5.nx | RFC 1321 MD5 hash. | 284 | 7 |
| memcap.nx | CHERI-style memory capabilities, pure software. | 267 | 13 |
| memcap_violation_test.nx | the FAIL path of bounds-check. | 17 | 1 |
| mime.nx | MIME type lookup by file extension. | 119 | 4 |
| ml_dsa_65.nx | ML-DSA-65 post-quantum digital signature. | 106 | 4 |
| ml_kem_768.nx | ML-KEM-768 post-quantum key encapsulation. | 114 | 4 |
| multipart.nx | parse multipart/form-data bodies (RFC 7578). | 188 | 3 |
| murmur3.nx | MurmurHash3 (Austin Appleby 2008/2011). | 97 | 4 |
| nanoid.nx | modern URL-safe ID generator. | 101 | 4 |
| net.nx | BSD-style socket primitives (Phase G2). | 262 | 21 |
| nishi_hdl_primitives.nx | Nishi HDL DSL primitive types. | 258 | 15 |
| nishi_spawn_probe.nx | verify the GUI keystone's process-spawn imports (IAT slots 20-23): | 83 | 7 |
| nishi_synth.nx | WHEELER-ONLY Verilog emitter. | 266 | 9 |
| nishi_synth_gates.nx | sovereign gate-netlist emitter. | 301 | 11 |
| ntp.nx | NTPv4 packet parser + builder (RFC 5905). | 193 | 7 |
| numeric.nx | Kahan-discipline numerical primitives. | 185 | 11 |
| nx_4chan.nx | SOVEREIGN 4chan BROWSE / PREVIEW / DOWNLOAD adapter: the first of the media-manager | 729 | 22 |
| nx_5wh_log.nx | unified 5W+H+GLP ledger. | 402 | 13 |
| nx_a11y_check.nx | Layer-3 WCAG 2.2 AA accessibility grader. | 329 | 14 |
| nx_a11y_check_test.nx | smoke for the WCAG 2.2 AA grader. | 89 | 2 |
| nx_a64_probe.nx | trivial R-ARM.0 probe: does the sovereign compiler emit aarch64? | 8 | 2 |
| nx_aa_raster.nx | SOVEREIGN anti-aliased contour rasterizer (the core of the AA font renderer). | 86 | 3 |
| nx_aarch64.nx | DEFINITION-COMPLETE: an instruction/ABI emitter exposes one function per emitted form. Emitters | 401 | 20 |
| nx_abi_lock.nx | sealed signature of a module's public ABI surface. | 186 | 4 |
| nx_abi_lock_test.nx | smoke: seal two identical manifests, verify UNCHANGED. | 65 | 2 |
| nx_abortive.nx | compromised-cell self-termination state machine | 295 | 10 |
| nx_abortive_test.nx | smoke for nx_abortive. | 161 | 1 |
| nx_abs.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_abs_ab.nx | rigorous SAME-PROCESS A/B of branchy vs branchless abs in | 94 | 4 |
| nx_abs_diff.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_abs_diff_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_abs_test.nx | 9 | 1 | |
| nx_absa_bench.nx | score the estate's unigram frequency baseline for aspect-term extraction against the | 125 | 1 |
| nx_absa_bench_gate.nx | GATE for the SemEval-2014 SB1 scorer in nx_absa_lib (intelmine IM17), driven | 221 | 3 |
| nx_absa_lib.nx | the SCORING MATH for SemEval-2014 Task 4 subtask 1 (aspect term extraction), as a shared lib | 883 | 32 |
| nx_absa_seq.nx | rung IM28: a SUPERVISED SEQUENCE model for aspect-term extraction (SemEval-2014 Task 4 SB1), | 1447 | 42 |
| nx_absa_seq_gate.nx | GATE for the averaged structured perceptron (nx_absa_seq, rung IM28), driven IN-PROCESS on | 287 | 1 |
| nx_absa_seqextract.nx | rung IM28: train the averaged structured perceptron (nx_absa_seq) on a SemEval TRAIN | 163 | 1 |
| nx_absent.nx | PROVE ABSENCE, OR REFUSE TO CLAIM IT. Sovereign, no shell, no client-side filtering. | 250 | 6 |
| nx_abstat_aa_gate.nx | A/A CALIBRATION, A-PRIORI SAMPLE SIZE, ALWAYS-VALID MONITORING and CUPED for the | 376 | 14 |
| nx_abstat_gate.nx | THE REFEREE FOR THE A/B CONTRAST CORE (nx_abstat_lib). | 151 | 4 |
| nx_abstat_lib.nx | THE A/B CONTRAST CORE: two arms, replicated, per-axis, family-wise corrected. | 688 | 44 |
| nx_ac_enthalpy_metrics.nx | the AC PERFORMANCE crown, built on the | 123 | 9 |
| nx_ac_enthalpy_metrics_test.nx | KAT gate for the AC performance crown. | 84 | 2 |
| nx_ac_fdd.nx | Converts refrigerant/air-side diagnostic metrics into actionable fault verdicts for HVAC systems. | 200 | 2 |
| nx_ac_fdd_test.nx | gate for the refrigerant/air-side FDD verdict. | 157 | 3 |
| nx_ac_monitor.nx | the PRODUCT BRAIN: one call takes a raw sensor reading | 148 | 2 |
| nx_ac_monitor_demo.nx | render a multi-unit AC Health Monitor dashboard to | 112 | 3 |
| nx_ac_monitor_page.nx | emit the HUBLESS, browser-first AC monitoring | 200 | 11 |
| nx_ac_monitor_page_gate.nx | gate for the hubless browser monitoring page. | 113 | 5 |
| nx_ac_monitor_test.nx | gate for the unified product brain. | 123 | 3 |
| nx_ac_sensor_verify.nx | the reading-level LIAR-KILLER: the trust backbone | 291 | 3 |
| nx_ac_sensor_verify_test.nx | gate for the reading-level liar-killer. | 147 | 2 |
| nx_acceleration.nx | 3D acceleration vector + Newton's second-law | 131 | 9 |
| nx_acceleration_test.nx | acceleration vector ops + Newton's | 86 | 2 |
| nx_accept.nx | THE THREE-PARTY ACCEPTANCE LEDGER'S VERBS (2026-08-31). Operator standing order 2026-08-30: | 507 | 21 |
| nx_accept_binding_candidate_t230.nx | Candidate additive acceptance binding for nx_accept owner; legacy subject records unchanged. | 88 | 8 |
| nx_accept_binding_gate_t230.nx | Native acceptance binding predicate qualification; synthetic receipts use retained Beach artifact identity. | 51 | 3 |
| nx_accept_candidate_t230.nx | THE THREE-PARTY ACCEPTANCE LEDGER'S VERBS (2026-08-31). Operator standing order 2026-08-30: | 507 | 21 |
| nx_accept_cli_gate_t230.nx | Real-file qualification of additive CLI adapter. Fixture only; no acceptance plane writes. | 33 | 1 |
| nx_accept_decl.nx | GENERATED ACCEPTANCE DECLARATIONS. <!-- NX-DERIVED: regenerated artefact, not authored memory --> | 9 | 0 |
| nx_accept_gate.nx | THE GATE FOR THE THREE-PARTY ACCEPTANCE LEDGER (2026-08-31). | 388 | 15 |
| nx_accept_lang.nx | parse HTTP Accept-Language header. | 223 | 7 |
| nx_accept_lib.nx | THE THREE-PARTY ACCEPTANCE LEDGER: the decision core behind every ACCEPTANCE cell on | 1032 | 49 |
| nx_accept_ref_lib.nx | THE VERB-SIDE HALF OF THE THREE-PARTY ACCEPTANCE LEDGER (2026-08-31). | 407 | 19 |
| nx_accept_release_binding.nx | Candidate additive acceptance binding for nx_accept owner; legacy subject records unchanged. | 88 | 8 |
| nx_accept_release_gate.nx | Real-file qualification of additive CLI adapter. Fixture only; no acceptance plane writes. | 60 | 2 |
| nx_access_research_fetch.nx | the Nishi RESEARCHER's sovereign fetch for ACCESSIBILITY / ACCOMMODATION | 83 | 5 |
| nx_accommodate.nx | R2 of THE NISHI SITUATION-MANAGEMENT arc: the ACCOMMODATION engine. Operator: | 59 | 6 |
| nx_accommodate_gate.nx | R2 GATE: proves the accommodation engine adapts the SAME 5-step climb-out plan | 75 | 5 |
| nx_aces_native.nx | scene-referred linear color transforms, | 292 | 8 |
| nx_acme.nx | ACME (RFC 8555) state machine + request builders. | 360 | 13 |
| nx_acme_csr.nx | PKCS#10 CertificationRequest (CSR) for ECDSA P-256, | 178 | 3 |
| nx_acme_directory_live.nx | FIRST live ACME network step: GET the | 109 | 1 |
| nx_acme_directory_live_real_ca_test.nx | L11 step 2d. | 244 | 3 |
| nx_acme_dns01_issue.nx | live ACME (RFC 8555) DNS-01 *WILDCARD* issuance | 683 | 10 |
| nx_acme_dns01_propagation.nx | real DNS-01 TXT propagation poll. | 191 | 7 |
| nx_acme_es256.nx | ACME (RFC 8555) request builders for the ES256 | 283 | 9 |
| nx_acme_http.nx | reusable ACME transport + tiny JSON string reader. | 362 | 4 |
| nx_acme_issue.nx | live ACME issuance drive loop (ES256, DNS-01). | 511 | 9 |
| nx_acme_porkbun.nx | Porkbun DNS API client for ACME DNS-01. | 250 | 11 |
| nx_acme_response.nx | ACME (RFC 8555) HTTP response parser. | 228 | 8 |
| nx_acme_response_test.nx | smoke for the ACME response parser. | 164 | 3 |
| nx_acme_test.nx | state-machine smoke for nx_acme. | 70 | 2 |
| nx_acquire.nx | THE LIBRARIAN'S SHELF. Reads knowledge/acquire_sources.conf and answers, for every | 190 | 5 |
| nx_acquire_gate.nx | GATE for nx_acquire_lib, the librarian's door. | 161 | 1 |
| nx_acquire_lib.nx | THE LIBRARIAN'S DOOR: what may we do with an EXTERNAL artifact? | 240 | 10 |
| nx_acquire_license.nx | thin CLI over nx_acquire_license_lib (licence-URL derivation). | 71 | 2 |
| nx_acquire_license_gate.nx | GATE for nx_acquire_license_lib. | 98 | 3 |
| nx_acquire_license_lib.nx | the LICENCE-URL DERIVATION as a LIBRARY. | 153 | 9 |
| nx_activation_steer.nx | activation steering primitive. | 341 | 5 |
| nx_actlog_gate.nx | END-TO-END gate for the action-journal miner: forks the SUBJECT ARTIFACT and runs | 95 | 3 |
| nx_actlog_writer_gate.nx | Exercise the actual shared journal writer on one exclusive caller-owned /tmp file. | 133 | 4 |
| nx_actor.nx | cooperative green-thread driver for differentiated cells. | 341 | 21 |
| nx_actor_role_audio_grader.nx | audio-scene-grading actor role. | 183 | 10 |
| nx_actor_role_audio_grader_test.nx | smoke for nx_actor_role_audio_grader. | 115 | 1 |
| nx_actor_role_game_logic.nx | game-logic actor role. | 171 | 10 |
| nx_actor_role_game_logic_test.nx | smoke for nx_actor_role_game_logic. | 128 | 1 |
| nx_actor_role_image_grader.nx | image-grading actor role. | 155 | 10 |
| nx_actor_role_image_grader_test.nx | smoke for nx_actor_role_image_grader. | 122 | 1 |
| nx_actor_role_llm.nx | LLM-inference actor role adapter. | 287 | 12 |
| nx_actor_role_llm_test.nx | integration smoke proving the actor adapter | 146 | 2 |
| nx_actor_role_llm_v2.nx | REAL transformer-forward LLM actor. | 266 | 11 |
| nx_actor_role_llm_v2_autoreg_test.nx | reset state-machine smoke for | 101 | 1 |
| nx_actor_role_llm_v2_real_autoreg_test.nx | multi-token REAL transformer | 120 | 1 |
| nx_actor_role_llm_v2_real_test.nx | REAL end-to-end smoke driving the | 262 | 3 |
| nx_actor_role_llm_v2_test.nx | wiring smoke for nx_actor_role_llm_v2. | 126 | 1 |
| nx_actor_test.nx | smoke for nx_actor. | 176 | 1 |
| nx_adaptive_bitrate.nx | pick a quality tier from observed link state. | 249 | 7 |
| nx_adaptive_layer.nx | bits-up Q14 multi-criteria adaptive layer | 154 | 2 |
| nx_adaptive_layer_test.nx | prove multi-criteria adaptive layer | 99 | 1 |
| nx_adc_acc_kat.nx | isolated KAT for the G3 __adc_acc intrinsic with DIRECT | 56 | 2 |
| nx_add_10.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_100.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_1000.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_1000_test.nx | 9 | 1 | |
| nx_add_100_test.nx | 9 | 1 | |
| nx_add_101.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_101_test.nx | 9 | 1 | |
| nx_add_102.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_102_test.nx | 9 | 1 | |
| nx_add_103.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_103_test.nx | 9 | 1 | |
| nx_add_104.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_104_test.nx | 9 | 1 | |
| nx_add_105.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_105_test.nx | 9 | 1 | |
| nx_add_106.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_106_test.nx | 9 | 1 | |
| nx_add_107.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_107_test.nx | 9 | 1 | |
| nx_add_108.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_108_test.nx | 9 | 1 | |
| nx_add_109.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_109_test.nx | 9 | 1 | |
| nx_add_10_test.nx | 9 | 1 | |
| nx_add_11.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_110.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_110_test.nx | 9 | 1 | |
| nx_add_111.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_111_test.nx | 9 | 1 | |
| nx_add_112.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_112_test.nx | 9 | 1 | |
| nx_add_113.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_113_test.nx | 9 | 1 | |
| nx_add_114.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_114_test.nx | 9 | 1 | |
| nx_add_115.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_115_test.nx | 9 | 1 | |
| nx_add_116.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_116_test.nx | 9 | 1 | |
| nx_add_117.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_117_test.nx | 9 | 1 | |
| nx_add_118.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_118_test.nx | 9 | 1 | |
| nx_add_119.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_119_test.nx | 9 | 1 | |
| nx_add_11_test.nx | 9 | 1 | |
| nx_add_12.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_120.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_120_test.nx | 9 | 1 | |
| nx_add_121.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_121_test.nx | 9 | 1 | |
| nx_add_122.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_122_test.nx | 9 | 1 | |
| nx_add_123.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_123_test.nx | 9 | 1 | |
| nx_add_124.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_124_test.nx | 9 | 1 | |
| nx_add_125.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_125_test.nx | 9 | 1 | |
| nx_add_126.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_126_test.nx | 9 | 1 | |
| nx_add_127.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_127_test.nx | 9 | 1 | |
| nx_add_128.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_128_test.nx | 9 | 1 | |
| nx_add_129.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_129_test.nx | 9 | 1 | |
| nx_add_12_test.nx | 9 | 1 | |
| nx_add_13.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_130.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_130_test.nx | 9 | 1 | |
| nx_add_131.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_131_test.nx | 9 | 1 | |
| nx_add_132.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_132_test.nx | 9 | 1 | |
| nx_add_133.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_133_test.nx | 9 | 1 | |
| nx_add_134.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_134_test.nx | 9 | 1 | |
| nx_add_135.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_135_test.nx | 9 | 1 | |
| nx_add_136.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_136_test.nx | 9 | 1 | |
| nx_add_137.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_137_test.nx | 9 | 1 | |
| nx_add_138.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_138_test.nx | 9 | 1 | |
| nx_add_139.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_139_test.nx | 9 | 1 | |
| nx_add_13_test.nx | 9 | 1 | |
| nx_add_14.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_140.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_140_test.nx | 9 | 1 | |
| nx_add_141.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_141_test.nx | 9 | 1 | |
| nx_add_142.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_142_test.nx | 9 | 1 | |
| nx_add_143.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_143_test.nx | 9 | 1 | |
| nx_add_144.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_144_test.nx | 9 | 1 | |
| nx_add_145.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_145_test.nx | 9 | 1 | |
| nx_add_146.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_146_test.nx | 9 | 1 | |
| nx_add_147.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_147_test.nx | 9 | 1 | |
| nx_add_148.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_148_test.nx | 9 | 1 | |
| nx_add_149.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_149_test.nx | 9 | 1 | |
| nx_add_14_test.nx | 9 | 1 | |
| nx_add_15.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_150.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_150_test.nx | 9 | 1 | |
| nx_add_151.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_151_test.nx | 9 | 1 | |
| nx_add_152.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_152_test.nx | 9 | 1 | |
| nx_add_153.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_153_test.nx | 9 | 1 | |
| nx_add_154.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_154_test.nx | 9 | 1 | |
| nx_add_155.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_155_test.nx | 9 | 1 | |
| nx_add_156.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_156_test.nx | 9 | 1 | |
| nx_add_157.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_157_test.nx | 9 | 1 | |
| nx_add_158.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_158_test.nx | 9 | 1 | |
| nx_add_159.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_159_test.nx | 9 | 1 | |
| nx_add_15_test.nx | 9 | 1 | |
| nx_add_16.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_160.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_160_test.nx | 9 | 1 | |
| nx_add_161.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_161_test.nx | 9 | 1 | |
| nx_add_162.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_162_test.nx | 9 | 1 | |
| nx_add_163.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_163_test.nx | 9 | 1 | |
| nx_add_164.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_164_test.nx | 9 | 1 | |
| nx_add_165.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_165_test.nx | 9 | 1 | |
| nx_add_166.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_166_test.nx | 9 | 1 | |
| nx_add_167.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_167_test.nx | 9 | 1 | |
| nx_add_168.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_168_test.nx | 9 | 1 | |
| nx_add_169.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_169_test.nx | 9 | 1 | |
| nx_add_16_test.nx | 9 | 1 | |
| nx_add_17.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_170.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_170_test.nx | 9 | 1 | |
| nx_add_171.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_171_test.nx | 9 | 1 | |
| nx_add_172.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_172_test.nx | 9 | 1 | |
| nx_add_173.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_173_test.nx | 9 | 1 | |
| nx_add_174.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_174_test.nx | 9 | 1 | |
| nx_add_175.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_175_test.nx | 9 | 1 | |
| nx_add_176.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_176_test.nx | 9 | 1 | |
| nx_add_177.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_177_test.nx | 9 | 1 | |
| nx_add_178.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_178_test.nx | 9 | 1 | |
| nx_add_179.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_179_test.nx | 9 | 1 | |
| nx_add_17_test.nx | 9 | 1 | |
| nx_add_18.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_180.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_180_test.nx | 9 | 1 | |
| nx_add_181.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_181_test.nx | 9 | 1 | |
| nx_add_182.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_182_test.nx | 9 | 1 | |
| nx_add_183.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_183_test.nx | 9 | 1 | |
| nx_add_184.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_184_test.nx | 9 | 1 | |
| nx_add_185.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_185_test.nx | 9 | 1 | |
| nx_add_186.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_186_test.nx | 9 | 1 | |
| nx_add_187.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_187_test.nx | 9 | 1 | |
| nx_add_188.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_188_test.nx | 9 | 1 | |
| nx_add_189.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_189_test.nx | 9 | 1 | |
| nx_add_18_test.nx | 9 | 1 | |
| nx_add_19.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_190.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_190_test.nx | 9 | 1 | |
| nx_add_191.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_191_test.nx | 9 | 1 | |
| nx_add_192.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_192_test.nx | 9 | 1 | |
| nx_add_193.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_193_test.nx | 9 | 1 | |
| nx_add_194.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_194_test.nx | 9 | 1 | |
| nx_add_195.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_195_test.nx | 9 | 1 | |
| nx_add_196.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_196_test.nx | 9 | 1 | |
| nx_add_197.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_197_test.nx | 9 | 1 | |
| nx_add_198.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_198_test.nx | 9 | 1 | |
| nx_add_199.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_199_test.nx | 9 | 1 | |
| nx_add_19_test.nx | 9 | 1 | |
| nx_add_2.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_20.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_200.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_200_test.nx | 9 | 1 | |
| nx_add_201.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_201_test.nx | 9 | 1 | |
| nx_add_202.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_202_test.nx | 9 | 1 | |
| nx_add_203.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_203_test.nx | 9 | 1 | |
| nx_add_204.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_204_test.nx | 9 | 1 | |
| nx_add_205.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_205_test.nx | 9 | 1 | |
| nx_add_206.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_206_test.nx | 9 | 1 | |
| nx_add_207.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_207_test.nx | 9 | 1 | |
| nx_add_208.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_208_test.nx | 9 | 1 | |
| nx_add_209.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_209_test.nx | 9 | 1 | |
| nx_add_20_test.nx | 9 | 1 | |
| nx_add_21.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_210.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_210_test.nx | 9 | 1 | |
| nx_add_211.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_211_test.nx | 9 | 1 | |
| nx_add_212.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_212_test.nx | 9 | 1 | |
| nx_add_213.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_213_test.nx | 9 | 1 | |
| nx_add_214.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_214_test.nx | 9 | 1 | |
| nx_add_215.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_215_test.nx | 9 | 1 | |
| nx_add_216.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_216_test.nx | 9 | 1 | |
| nx_add_217.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_217_test.nx | 9 | 1 | |
| nx_add_218.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_218_test.nx | 9 | 1 | |
| nx_add_219.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_219_test.nx | 9 | 1 | |
| nx_add_21_test.nx | 9 | 1 | |
| nx_add_22.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_220.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_220_test.nx | 9 | 1 | |
| nx_add_221.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_221_test.nx | 9 | 1 | |
| nx_add_222.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_222_test.nx | 9 | 1 | |
| nx_add_223.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_223_test.nx | 9 | 1 | |
| nx_add_224.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_224_test.nx | 9 | 1 | |
| nx_add_225.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_225_test.nx | 9 | 1 | |
| nx_add_226.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_226_test.nx | 9 | 1 | |
| nx_add_227.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_227_test.nx | 9 | 1 | |
| nx_add_228.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_228_test.nx | 9 | 1 | |
| nx_add_229.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_229_test.nx | 9 | 1 | |
| nx_add_22_test.nx | 9 | 1 | |
| nx_add_23.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_230.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_230_test.nx | 9 | 1 | |
| nx_add_231.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_231_test.nx | 9 | 1 | |
| nx_add_232.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_232_test.nx | 9 | 1 | |
| nx_add_233.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_233_test.nx | 9 | 1 | |
| nx_add_234.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_234_test.nx | 9 | 1 | |
| nx_add_235.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_235_test.nx | 9 | 1 | |
| nx_add_236.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_236_test.nx | 9 | 1 | |
| nx_add_237.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_237_test.nx | 9 | 1 | |
| nx_add_238.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_238_test.nx | 9 | 1 | |
| nx_add_239.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_239_test.nx | 9 | 1 | |
| nx_add_23_test.nx | 9 | 1 | |
| nx_add_24.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_240.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_240_test.nx | 9 | 1 | |
| nx_add_241.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_241_test.nx | 9 | 1 | |
| nx_add_242.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_242_test.nx | 9 | 1 | |
| nx_add_243.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_243_test.nx | 9 | 1 | |
| nx_add_244.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_244_test.nx | 9 | 1 | |
| nx_add_245.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_245_test.nx | 9 | 1 | |
| nx_add_246.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_246_test.nx | 9 | 1 | |
| nx_add_247.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_247_test.nx | 9 | 1 | |
| nx_add_248.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_248_test.nx | 9 | 1 | |
| nx_add_249.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_249_test.nx | 9 | 1 | |
| nx_add_24_test.nx | 9 | 1 | |
| nx_add_25.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_250.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_250_test.nx | 9 | 1 | |
| nx_add_251.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_251_test.nx | 9 | 1 | |
| nx_add_252.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_252_test.nx | 9 | 1 | |
| nx_add_253.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_253_test.nx | 9 | 1 | |
| nx_add_254.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_254_test.nx | 9 | 1 | |
| nx_add_255.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_255_test.nx | 9 | 1 | |
| nx_add_256.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_256_test.nx | 9 | 1 | |
| nx_add_257.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_257_test.nx | 9 | 1 | |
| nx_add_258.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_258_test.nx | 9 | 1 | |
| nx_add_259.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_259_test.nx | 9 | 1 | |
| nx_add_25_test.nx | 9 | 1 | |
| nx_add_26.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_260.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_260_test.nx | 9 | 1 | |
| nx_add_261.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_261_test.nx | 9 | 1 | |
| nx_add_262.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_262_test.nx | 9 | 1 | |
| nx_add_263.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_263_test.nx | 9 | 1 | |
| nx_add_264.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_264_test.nx | 9 | 1 | |
| nx_add_265.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_265_test.nx | 9 | 1 | |
| nx_add_266.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_266_test.nx | 9 | 1 | |
| nx_add_267.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_267_test.nx | 9 | 1 | |
| nx_add_268.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_268_test.nx | 9 | 1 | |
| nx_add_269.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_269_test.nx | 9 | 1 | |
| nx_add_26_test.nx | 9 | 1 | |
| nx_add_27.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_270.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_270_test.nx | 9 | 1 | |
| nx_add_271.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_271_test.nx | 9 | 1 | |
| nx_add_272.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_272_test.nx | 9 | 1 | |
| nx_add_273.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_273_test.nx | 9 | 1 | |
| nx_add_274.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_274_test.nx | 9 | 1 | |
| nx_add_275.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_275_test.nx | 9 | 1 | |
| nx_add_276.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_276_test.nx | 9 | 1 | |
| nx_add_277.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_277_test.nx | 9 | 1 | |
| nx_add_278.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_278_test.nx | 9 | 1 | |
| nx_add_279.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_279_test.nx | 9 | 1 | |
| nx_add_27_test.nx | 9 | 1 | |
| nx_add_28.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_280.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_280_test.nx | 9 | 1 | |
| nx_add_281.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_281_test.nx | 9 | 1 | |
| nx_add_282.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_282_test.nx | 9 | 1 | |
| nx_add_283.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_283_test.nx | 9 | 1 | |
| nx_add_284.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_284_test.nx | 9 | 1 | |
| nx_add_285.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_285_test.nx | 9 | 1 | |
| nx_add_286.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_286_test.nx | 9 | 1 | |
| nx_add_287.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_287_test.nx | 9 | 1 | |
| nx_add_288.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_288_test.nx | 9 | 1 | |
| nx_add_289.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_289_test.nx | 9 | 1 | |
| nx_add_28_test.nx | 9 | 1 | |
| nx_add_29.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_290.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_290_test.nx | 9 | 1 | |
| nx_add_291.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_291_test.nx | 9 | 1 | |
| nx_add_292.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_292_test.nx | 9 | 1 | |
| nx_add_293.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_293_test.nx | 9 | 1 | |
| nx_add_294.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_294_test.nx | 9 | 1 | |
| nx_add_295.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_295_test.nx | 9 | 1 | |
| nx_add_296.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_296_test.nx | 9 | 1 | |
| nx_add_297.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_297_test.nx | 9 | 1 | |
| nx_add_298.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_298_test.nx | 9 | 1 | |
| nx_add_299.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_299_test.nx | 9 | 1 | |
| nx_add_29_test.nx | 9 | 1 | |
| nx_add_2_test.nx | 9 | 1 | |
| nx_add_3.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_30.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_300.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_300_test.nx | 9 | 1 | |
| nx_add_301.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_301_test.nx | 9 | 1 | |
| nx_add_302.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_302_test.nx | 9 | 1 | |
| nx_add_303.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_303_test.nx | 9 | 1 | |
| nx_add_304.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_304_test.nx | 9 | 1 | |
| nx_add_305.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_305_test.nx | 9 | 1 | |
| nx_add_306.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_306_test.nx | 9 | 1 | |
| nx_add_307.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_307_test.nx | 9 | 1 | |
| nx_add_308.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_308_test.nx | 9 | 1 | |
| nx_add_309.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_309_test.nx | 9 | 1 | |
| nx_add_30_test.nx | 9 | 1 | |
| nx_add_31.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_310.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_310_test.nx | 9 | 1 | |
| nx_add_311.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_311_test.nx | 9 | 1 | |
| nx_add_312.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_312_test.nx | 9 | 1 | |
| nx_add_313.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_313_test.nx | 9 | 1 | |
| nx_add_314.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_314_test.nx | 9 | 1 | |
| nx_add_315.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_315_test.nx | 9 | 1 | |
| nx_add_316.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_316_test.nx | 9 | 1 | |
| nx_add_317.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_317_test.nx | 9 | 1 | |
| nx_add_318.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_318_test.nx | 9 | 1 | |
| nx_add_319.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_319_test.nx | 9 | 1 | |
| nx_add_31_test.nx | 9 | 1 | |
| nx_add_32.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_320.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_320_test.nx | 9 | 1 | |
| nx_add_321.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_321_test.nx | 9 | 1 | |
| nx_add_322.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_322_test.nx | 9 | 1 | |
| nx_add_323.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_323_test.nx | 9 | 1 | |
| nx_add_324.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_324_test.nx | 9 | 1 | |
| nx_add_325.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_325_test.nx | 9 | 1 | |
| nx_add_326.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_326_test.nx | 9 | 1 | |
| nx_add_327.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_327_test.nx | 9 | 1 | |
| nx_add_328.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_328_test.nx | 9 | 1 | |
| nx_add_329.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_329_test.nx | 9 | 1 | |
| nx_add_32_test.nx | 9 | 1 | |
| nx_add_33.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_330.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_330_test.nx | 9 | 1 | |
| nx_add_331.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_331_test.nx | 9 | 1 | |
| nx_add_332.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_332_test.nx | 9 | 1 | |
| nx_add_333.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_333_test.nx | 9 | 1 | |
| nx_add_334.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_334_test.nx | 9 | 1 | |
| nx_add_335.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_335_test.nx | 9 | 1 | |
| nx_add_336.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_336_test.nx | 9 | 1 | |
| nx_add_337.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_337_test.nx | 9 | 1 | |
| nx_add_338.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_338_test.nx | 9 | 1 | |
| nx_add_339.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_339_test.nx | 9 | 1 | |
| nx_add_33_test.nx | 9 | 1 | |
| nx_add_34.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_340.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_340_test.nx | 9 | 1 | |
| nx_add_341.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_341_test.nx | 9 | 1 | |
| nx_add_342.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_342_test.nx | 9 | 1 | |
| nx_add_343.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_343_test.nx | 9 | 1 | |
| nx_add_344.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_344_test.nx | 9 | 1 | |
| nx_add_345.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_345_test.nx | 9 | 1 | |
| nx_add_346.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_346_test.nx | 9 | 1 | |
| nx_add_347.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_347_test.nx | 9 | 1 | |
| nx_add_348.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_348_test.nx | 9 | 1 | |
| nx_add_349.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_349_test.nx | 9 | 1 | |
| nx_add_34_test.nx | 9 | 1 | |
| nx_add_35.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_350.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_350_test.nx | 9 | 1 | |
| nx_add_351.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_351_test.nx | 9 | 1 | |
| nx_add_352.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_352_test.nx | 9 | 1 | |
| nx_add_353.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_353_test.nx | 9 | 1 | |
| nx_add_354.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_354_test.nx | 9 | 1 | |
| nx_add_355.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_355_test.nx | 9 | 1 | |
| nx_add_356.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_356_test.nx | 9 | 1 | |
| nx_add_357.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_357_test.nx | 9 | 1 | |
| nx_add_358.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_358_test.nx | 9 | 1 | |
| nx_add_359.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_359_test.nx | 9 | 1 | |
| nx_add_35_test.nx | 9 | 1 | |
| nx_add_36.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_360.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_360_test.nx | 9 | 1 | |
| nx_add_361.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_361_test.nx | 9 | 1 | |
| nx_add_362.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_362_test.nx | 9 | 1 | |
| nx_add_363.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_363_test.nx | 9 | 1 | |
| nx_add_364.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_364_test.nx | 9 | 1 | |
| nx_add_365.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_365_test.nx | 9 | 1 | |
| nx_add_366.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_366_test.nx | 9 | 1 | |
| nx_add_367.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_367_test.nx | 9 | 1 | |
| nx_add_368.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_368_test.nx | 9 | 1 | |
| nx_add_369.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_369_test.nx | 9 | 1 | |
| nx_add_36_test.nx | 9 | 1 | |
| nx_add_37.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_370.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_370_test.nx | 9 | 1 | |
| nx_add_371.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_371_test.nx | 9 | 1 | |
| nx_add_372.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_372_test.nx | 9 | 1 | |
| nx_add_373.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_373_test.nx | 9 | 1 | |
| nx_add_374.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_374_test.nx | 9 | 1 | |
| nx_add_375.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_375_test.nx | 9 | 1 | |
| nx_add_376.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_376_test.nx | 9 | 1 | |
| nx_add_377.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_377_test.nx | 9 | 1 | |
| nx_add_378.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_378_test.nx | 9 | 1 | |
| nx_add_379.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_379_test.nx | 9 | 1 | |
| nx_add_37_test.nx | 9 | 1 | |
| nx_add_38.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_380.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_380_test.nx | 9 | 1 | |
| nx_add_381.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_381_test.nx | 9 | 1 | |
| nx_add_382.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_382_test.nx | 9 | 1 | |
| nx_add_383.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_383_test.nx | 9 | 1 | |
| nx_add_384.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_384_test.nx | 9 | 1 | |
| nx_add_385.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_385_test.nx | 9 | 1 | |
| nx_add_386.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_386_test.nx | 9 | 1 | |
| nx_add_387.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_387_test.nx | 9 | 1 | |
| nx_add_388.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_388_test.nx | 9 | 1 | |
| nx_add_389.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_389_test.nx | 9 | 1 | |
| nx_add_38_test.nx | 9 | 1 | |
| nx_add_39.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_390.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_390_test.nx | 9 | 1 | |
| nx_add_391.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_391_test.nx | 9 | 1 | |
| nx_add_392.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_392_test.nx | 9 | 1 | |
| nx_add_393.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_393_test.nx | 9 | 1 | |
| nx_add_394.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_394_test.nx | 9 | 1 | |
| nx_add_395.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_395_test.nx | 9 | 1 | |
| nx_add_396.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_396_test.nx | 9 | 1 | |
| nx_add_397.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_397_test.nx | 9 | 1 | |
| nx_add_398.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_398_test.nx | 9 | 1 | |
| nx_add_399.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_399_test.nx | 9 | 1 | |
| nx_add_39_test.nx | 9 | 1 | |
| nx_add_3_test.nx | 9 | 1 | |
| nx_add_4.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_40.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_400.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_400_test.nx | 9 | 1 | |
| nx_add_401.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_401_test.nx | 9 | 1 | |
| nx_add_402.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_402_test.nx | 9 | 1 | |
| nx_add_403.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_403_test.nx | 9 | 1 | |
| nx_add_404.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_404_test.nx | 9 | 1 | |
| nx_add_405.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_405_test.nx | 9 | 1 | |
| nx_add_406.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_406_test.nx | 9 | 1 | |
| nx_add_407.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_407_test.nx | 9 | 1 | |
| nx_add_408.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_408_test.nx | 9 | 1 | |
| nx_add_409.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_409_test.nx | 9 | 1 | |
| nx_add_40_test.nx | 9 | 1 | |
| nx_add_41.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_410.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_410_test.nx | 9 | 1 | |
| nx_add_411.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_411_test.nx | 9 | 1 | |
| nx_add_412.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_412_test.nx | 9 | 1 | |
| nx_add_413.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_413_test.nx | 9 | 1 | |
| nx_add_414.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_414_test.nx | 9 | 1 | |
| nx_add_415.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_415_test.nx | 9 | 1 | |
| nx_add_416.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_416_test.nx | 9 | 1 | |
| nx_add_417.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_417_test.nx | 9 | 1 | |
| nx_add_418.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_418_test.nx | 9 | 1 | |
| nx_add_419.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_419_test.nx | 9 | 1 | |
| nx_add_41_test.nx | 9 | 1 | |
| nx_add_42.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_420.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_420_test.nx | 9 | 1 | |
| nx_add_421.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_421_test.nx | 9 | 1 | |
| nx_add_422.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_422_test.nx | 9 | 1 | |
| nx_add_423.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_423_test.nx | 9 | 1 | |
| nx_add_424.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_424_test.nx | 9 | 1 | |
| nx_add_425.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_425_test.nx | 9 | 1 | |
| nx_add_426.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_426_test.nx | 9 | 1 | |
| nx_add_427.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_427_test.nx | 9 | 1 | |
| nx_add_428.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_428_test.nx | 9 | 1 | |
| nx_add_429.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_429_test.nx | 9 | 1 | |
| nx_add_42_test.nx | 9 | 1 | |
| nx_add_43.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_430.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_430_test.nx | 9 | 1 | |
| nx_add_431.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_431_test.nx | 9 | 1 | |
| nx_add_432.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_432_test.nx | 9 | 1 | |
| nx_add_433.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_433_test.nx | 9 | 1 | |
| nx_add_434.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_434_test.nx | 9 | 1 | |
| nx_add_435.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_435_test.nx | 9 | 1 | |
| nx_add_436.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_436_test.nx | 9 | 1 | |
| nx_add_437.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_437_test.nx | 9 | 1 | |
| nx_add_438.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_438_test.nx | 9 | 1 | |
| nx_add_439.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_439_test.nx | 9 | 1 | |
| nx_add_43_test.nx | 9 | 1 | |
| nx_add_44.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_440.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_440_test.nx | 9 | 1 | |
| nx_add_441.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_441_test.nx | 9 | 1 | |
| nx_add_442.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_442_test.nx | 9 | 1 | |
| nx_add_443.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_443_test.nx | 9 | 1 | |
| nx_add_444.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_444_test.nx | 9 | 1 | |
| nx_add_445.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_445_test.nx | 9 | 1 | |
| nx_add_446.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_446_test.nx | 9 | 1 | |
| nx_add_447.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_447_test.nx | 9 | 1 | |
| nx_add_448.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_448_test.nx | 9 | 1 | |
| nx_add_449.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_449_test.nx | 9 | 1 | |
| nx_add_44_test.nx | 9 | 1 | |
| nx_add_45.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_450.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_450_test.nx | 9 | 1 | |
| nx_add_451.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_451_test.nx | 9 | 1 | |
| nx_add_452.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_452_test.nx | 9 | 1 | |
| nx_add_453.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_453_test.nx | 9 | 1 | |
| nx_add_454.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_454_test.nx | 9 | 1 | |
| nx_add_455.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_455_test.nx | 9 | 1 | |
| nx_add_456.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_456_test.nx | 9 | 1 | |
| nx_add_457.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_457_test.nx | 9 | 1 | |
| nx_add_458.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_458_test.nx | 9 | 1 | |
| nx_add_459.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_459_test.nx | 9 | 1 | |
| nx_add_45_test.nx | 9 | 1 | |
| nx_add_46.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_460.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_460_test.nx | 9 | 1 | |
| nx_add_461.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_461_test.nx | 9 | 1 | |
| nx_add_462.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_462_test.nx | 9 | 1 | |
| nx_add_463.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_463_test.nx | 9 | 1 | |
| nx_add_464.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_464_test.nx | 9 | 1 | |
| nx_add_465.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_465_test.nx | 9 | 1 | |
| nx_add_466.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_466_test.nx | 9 | 1 | |
| nx_add_467.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_467_test.nx | 9 | 1 | |
| nx_add_468.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_468_test.nx | 9 | 1 | |
| nx_add_469.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_469_test.nx | 9 | 1 | |
| nx_add_46_test.nx | 9 | 1 | |
| nx_add_47.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_470.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_470_test.nx | 9 | 1 | |
| nx_add_471.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_471_test.nx | 9 | 1 | |
| nx_add_472.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_472_test.nx | 9 | 1 | |
| nx_add_473.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_473_test.nx | 9 | 1 | |
| nx_add_474.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_474_test.nx | 9 | 1 | |
| nx_add_475.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_475_test.nx | 9 | 1 | |
| nx_add_476.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_476_test.nx | 9 | 1 | |
| nx_add_477.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_477_test.nx | 9 | 1 | |
| nx_add_478.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_478_test.nx | 9 | 1 | |
| nx_add_479.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_479_test.nx | 9 | 1 | |
| nx_add_47_test.nx | 9 | 1 | |
| nx_add_48.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_480.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_480_test.nx | 9 | 1 | |
| nx_add_481.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_481_test.nx | 9 | 1 | |
| nx_add_482.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_482_test.nx | 9 | 1 | |
| nx_add_483.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_483_test.nx | 9 | 1 | |
| nx_add_484.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_484_test.nx | 9 | 1 | |
| nx_add_485.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_485_test.nx | 9 | 1 | |
| nx_add_486.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_486_test.nx | 9 | 1 | |
| nx_add_487.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_487_test.nx | 9 | 1 | |
| nx_add_488.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_488_test.nx | 9 | 1 | |
| nx_add_489.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_489_test.nx | 9 | 1 | |
| nx_add_48_test.nx | 9 | 1 | |
| nx_add_49.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_490.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_490_test.nx | 9 | 1 | |
| nx_add_491.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_491_test.nx | 9 | 1 | |
| nx_add_492.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_492_test.nx | 9 | 1 | |
| nx_add_493.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_493_test.nx | 9 | 1 | |
| nx_add_494.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_494_test.nx | 9 | 1 | |
| nx_add_495.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_495_test.nx | 9 | 1 | |
| nx_add_496.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_496_test.nx | 9 | 1 | |
| nx_add_497.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_497_test.nx | 9 | 1 | |
| nx_add_498.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_498_test.nx | 9 | 1 | |
| nx_add_499.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_499_test.nx | 9 | 1 | |
| nx_add_49_test.nx | 9 | 1 | |
| nx_add_4_test.nx | 9 | 1 | |
| nx_add_5.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_50.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_500.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_500_test.nx | 9 | 1 | |
| nx_add_501.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_501_test.nx | 9 | 1 | |
| nx_add_502.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_502_test.nx | 9 | 1 | |
| nx_add_503.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_503_test.nx | 9 | 1 | |
| nx_add_504.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_504_test.nx | 9 | 1 | |
| nx_add_505.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_505_test.nx | 9 | 1 | |
| nx_add_506.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_506_test.nx | 9 | 1 | |
| nx_add_507.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_507_test.nx | 9 | 1 | |
| nx_add_508.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_508_test.nx | 9 | 1 | |
| nx_add_509.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_509_test.nx | 9 | 1 | |
| nx_add_50_test.nx | 9 | 1 | |
| nx_add_51.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_510.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_510_test.nx | 9 | 1 | |
| nx_add_511.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_511_test.nx | 9 | 1 | |
| nx_add_512.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_512_test.nx | 9 | 1 | |
| nx_add_513.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_513_test.nx | 9 | 1 | |
| nx_add_514.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_514_test.nx | 9 | 1 | |
| nx_add_515.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_515_test.nx | 9 | 1 | |
| nx_add_516.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_516_test.nx | 9 | 1 | |
| nx_add_517.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_517_test.nx | 9 | 1 | |
| nx_add_518.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_518_test.nx | 9 | 1 | |
| nx_add_519.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_519_test.nx | 9 | 1 | |
| nx_add_51_test.nx | 9 | 1 | |
| nx_add_52.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_520.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_520_test.nx | 9 | 1 | |
| nx_add_521.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_521_test.nx | 9 | 1 | |
| nx_add_522.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_522_test.nx | 9 | 1 | |
| nx_add_523.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_523_test.nx | 9 | 1 | |
| nx_add_524.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_524_test.nx | 9 | 1 | |
| nx_add_525.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_525_test.nx | 9 | 1 | |
| nx_add_526.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_526_test.nx | 9 | 1 | |
| nx_add_527.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_527_test.nx | 9 | 1 | |
| nx_add_528.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_528_test.nx | 9 | 1 | |
| nx_add_529.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_529_test.nx | 9 | 1 | |
| nx_add_52_test.nx | 9 | 1 | |
| nx_add_53.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_530.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_530_test.nx | 9 | 1 | |
| nx_add_531.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_531_test.nx | 9 | 1 | |
| nx_add_532.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_532_test.nx | 9 | 1 | |
| nx_add_533.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_533_test.nx | 9 | 1 | |
| nx_add_534.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_534_test.nx | 9 | 1 | |
| nx_add_535.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_535_test.nx | 9 | 1 | |
| nx_add_536.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_536_test.nx | 9 | 1 | |
| nx_add_537.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_537_test.nx | 9 | 1 | |
| nx_add_538.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_538_test.nx | 9 | 1 | |
| nx_add_539.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_539_test.nx | 9 | 1 | |
| nx_add_53_test.nx | 9 | 1 | |
| nx_add_54.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_540.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_540_test.nx | 9 | 1 | |
| nx_add_541.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_541_test.nx | 9 | 1 | |
| nx_add_542.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_542_test.nx | 9 | 1 | |
| nx_add_543.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_543_test.nx | 9 | 1 | |
| nx_add_544.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_544_test.nx | 9 | 1 | |
| nx_add_545.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_545_test.nx | 9 | 1 | |
| nx_add_546.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_546_test.nx | 9 | 1 | |
| nx_add_547.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_547_test.nx | 9 | 1 | |
| nx_add_548.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_548_test.nx | 9 | 1 | |
| nx_add_549.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_549_test.nx | 9 | 1 | |
| nx_add_54_test.nx | 9 | 1 | |
| nx_add_55.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_550.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_550_test.nx | 9 | 1 | |
| nx_add_551.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_551_test.nx | 9 | 1 | |
| nx_add_552.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_552_test.nx | 9 | 1 | |
| nx_add_553.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_553_test.nx | 9 | 1 | |
| nx_add_554.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_554_test.nx | 9 | 1 | |
| nx_add_555.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_555_test.nx | 9 | 1 | |
| nx_add_556.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_556_test.nx | 9 | 1 | |
| nx_add_557.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_557_test.nx | 9 | 1 | |
| nx_add_558.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_558_test.nx | 9 | 1 | |
| nx_add_559.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_559_test.nx | 9 | 1 | |
| nx_add_55_test.nx | 9 | 1 | |
| nx_add_56.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_560.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_560_test.nx | 9 | 1 | |
| nx_add_561.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_561_test.nx | 9 | 1 | |
| nx_add_562.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_562_test.nx | 9 | 1 | |
| nx_add_563.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_563_test.nx | 9 | 1 | |
| nx_add_564.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_564_test.nx | 9 | 1 | |
| nx_add_565.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_565_test.nx | 9 | 1 | |
| nx_add_566.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_566_test.nx | 9 | 1 | |
| nx_add_567.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_567_test.nx | 9 | 1 | |
| nx_add_568.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_568_test.nx | 9 | 1 | |
| nx_add_569.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_569_test.nx | 9 | 1 | |
| nx_add_56_test.nx | 9 | 1 | |
| nx_add_57.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_570.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_570_test.nx | 9 | 1 | |
| nx_add_571.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_571_test.nx | 9 | 1 | |
| nx_add_572.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_572_test.nx | 9 | 1 | |
| nx_add_573.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_573_test.nx | 9 | 1 | |
| nx_add_574.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_574_test.nx | 9 | 1 | |
| nx_add_575.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_575_test.nx | 9 | 1 | |
| nx_add_576.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_576_test.nx | 9 | 1 | |
| nx_add_577.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_577_test.nx | 9 | 1 | |
| nx_add_578.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_578_test.nx | 9 | 1 | |
| nx_add_579.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_579_test.nx | 9 | 1 | |
| nx_add_57_test.nx | 9 | 1 | |
| nx_add_58.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_580.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_580_test.nx | 9 | 1 | |
| nx_add_581.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_581_test.nx | 9 | 1 | |
| nx_add_582.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_582_test.nx | 9 | 1 | |
| nx_add_583.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_583_test.nx | 9 | 1 | |
| nx_add_584.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_584_test.nx | 9 | 1 | |
| nx_add_585.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_585_test.nx | 9 | 1 | |
| nx_add_586.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_586_test.nx | 9 | 1 | |
| nx_add_587.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_587_test.nx | 9 | 1 | |
| nx_add_588.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_588_test.nx | 9 | 1 | |
| nx_add_589.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_589_test.nx | 9 | 1 | |
| nx_add_58_test.nx | 9 | 1 | |
| nx_add_59.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_590.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_590_test.nx | 9 | 1 | |
| nx_add_591.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_591_test.nx | 9 | 1 | |
| nx_add_592.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_592_test.nx | 9 | 1 | |
| nx_add_593.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_593_test.nx | 9 | 1 | |
| nx_add_594.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_594_test.nx | 9 | 1 | |
| nx_add_595.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_595_test.nx | 9 | 1 | |
| nx_add_596.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_596_test.nx | 9 | 1 | |
| nx_add_597.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_597_test.nx | 9 | 1 | |
| nx_add_598.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_598_test.nx | 9 | 1 | |
| nx_add_599.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_599_test.nx | 9 | 1 | |
| nx_add_59_test.nx | 9 | 1 | |
| nx_add_5_test.nx | 9 | 1 | |
| nx_add_6.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_60.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_600.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_600_test.nx | 9 | 1 | |
| nx_add_601.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_601_test.nx | 9 | 1 | |
| nx_add_602.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_602_test.nx | 9 | 1 | |
| nx_add_603.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_603_test.nx | 9 | 1 | |
| nx_add_604.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_604_test.nx | 9 | 1 | |
| nx_add_605.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_605_test.nx | 9 | 1 | |
| nx_add_606.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_606_test.nx | 9 | 1 | |
| nx_add_607.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_607_test.nx | 9 | 1 | |
| nx_add_608.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_608_test.nx | 9 | 1 | |
| nx_add_609.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_609_test.nx | 9 | 1 | |
| nx_add_60_test.nx | 9 | 1 | |
| nx_add_61.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_610.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_610_test.nx | 9 | 1 | |
| nx_add_611.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_611_test.nx | 9 | 1 | |
| nx_add_612.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_612_test.nx | 9 | 1 | |
| nx_add_613.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_613_test.nx | 9 | 1 | |
| nx_add_614.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_614_test.nx | 9 | 1 | |
| nx_add_615.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_615_test.nx | 9 | 1 | |
| nx_add_616.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_616_test.nx | 9 | 1 | |
| nx_add_617.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_617_test.nx | 9 | 1 | |
| nx_add_618.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_618_test.nx | 9 | 1 | |
| nx_add_619.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_619_test.nx | 9 | 1 | |
| nx_add_61_test.nx | 9 | 1 | |
| nx_add_62.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_620.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_620_test.nx | 9 | 1 | |
| nx_add_621.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_621_test.nx | 9 | 1 | |
| nx_add_622.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_622_test.nx | 9 | 1 | |
| nx_add_623.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_623_test.nx | 9 | 1 | |
| nx_add_624.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_624_test.nx | 9 | 1 | |
| nx_add_625.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_625_test.nx | 9 | 1 | |
| nx_add_626.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_626_test.nx | 9 | 1 | |
| nx_add_627.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_627_test.nx | 9 | 1 | |
| nx_add_628.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_628_test.nx | 9 | 1 | |
| nx_add_629.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_629_test.nx | 9 | 1 | |
| nx_add_62_test.nx | 9 | 1 | |
| nx_add_63.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_630.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_630_test.nx | 9 | 1 | |
| nx_add_631.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_631_test.nx | 9 | 1 | |
| nx_add_632.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_632_test.nx | 9 | 1 | |
| nx_add_633.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_633_test.nx | 9 | 1 | |
| nx_add_634.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_634_test.nx | 9 | 1 | |
| nx_add_635.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_635_test.nx | 9 | 1 | |
| nx_add_636.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_636_test.nx | 9 | 1 | |
| nx_add_637.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_637_test.nx | 9 | 1 | |
| nx_add_638.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_638_test.nx | 9 | 1 | |
| nx_add_639.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_639_test.nx | 9 | 1 | |
| nx_add_63_test.nx | 9 | 1 | |
| nx_add_64.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_640.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_640_test.nx | 9 | 1 | |
| nx_add_641.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_641_test.nx | 9 | 1 | |
| nx_add_642.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_642_test.nx | 9 | 1 | |
| nx_add_643.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_643_test.nx | 9 | 1 | |
| nx_add_644.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_644_test.nx | 9 | 1 | |
| nx_add_645.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_645_test.nx | 9 | 1 | |
| nx_add_646.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_646_test.nx | 9 | 1 | |
| nx_add_647.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_647_test.nx | 9 | 1 | |
| nx_add_648.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_648_test.nx | 9 | 1 | |
| nx_add_649.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_649_test.nx | 9 | 1 | |
| nx_add_64_test.nx | 9 | 1 | |
| nx_add_65.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_650.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_650_test.nx | 9 | 1 | |
| nx_add_651.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_651_test.nx | 9 | 1 | |
| nx_add_652.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_652_test.nx | 9 | 1 | |
| nx_add_653.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_653_test.nx | 9 | 1 | |
| nx_add_654.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_654_test.nx | 9 | 1 | |
| nx_add_655.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_655_test.nx | 9 | 1 | |
| nx_add_656.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_656_test.nx | 9 | 1 | |
| nx_add_657.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_657_test.nx | 9 | 1 | |
| nx_add_658.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_658_test.nx | 9 | 1 | |
| nx_add_659.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_659_test.nx | 9 | 1 | |
| nx_add_65_test.nx | 9 | 1 | |
| nx_add_66.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_660.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_660_test.nx | 9 | 1 | |
| nx_add_661.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_661_test.nx | 9 | 1 | |
| nx_add_662.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_662_test.nx | 9 | 1 | |
| nx_add_663.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_663_test.nx | 9 | 1 | |
| nx_add_664.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_664_test.nx | 9 | 1 | |
| nx_add_665.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_665_test.nx | 9 | 1 | |
| nx_add_666.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_666_test.nx | 9 | 1 | |
| nx_add_667.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_667_test.nx | 9 | 1 | |
| nx_add_668.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_668_test.nx | 9 | 1 | |
| nx_add_669.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_669_test.nx | 9 | 1 | |
| nx_add_66_test.nx | 9 | 1 | |
| nx_add_67.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_670.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_670_test.nx | 9 | 1 | |
| nx_add_671.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_671_test.nx | 9 | 1 | |
| nx_add_672.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_672_test.nx | 9 | 1 | |
| nx_add_673.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_673_test.nx | 9 | 1 | |
| nx_add_674.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_674_test.nx | 9 | 1 | |
| nx_add_675.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_675_test.nx | 9 | 1 | |
| nx_add_676.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_676_test.nx | 9 | 1 | |
| nx_add_677.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_677_test.nx | 9 | 1 | |
| nx_add_678.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_678_test.nx | 9 | 1 | |
| nx_add_679.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_679_test.nx | 9 | 1 | |
| nx_add_67_test.nx | 9 | 1 | |
| nx_add_68.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_680.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_680_test.nx | 9 | 1 | |
| nx_add_681.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_681_test.nx | 9 | 1 | |
| nx_add_682.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_682_test.nx | 9 | 1 | |
| nx_add_683.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_683_test.nx | 9 | 1 | |
| nx_add_684.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_684_test.nx | 9 | 1 | |
| nx_add_685.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_685_test.nx | 9 | 1 | |
| nx_add_686.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_686_test.nx | 9 | 1 | |
| nx_add_687.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_687_test.nx | 9 | 1 | |
| nx_add_688.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_688_test.nx | 9 | 1 | |
| nx_add_689.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_689_test.nx | 9 | 1 | |
| nx_add_68_test.nx | 9 | 1 | |
| nx_add_69.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_690.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_690_test.nx | 9 | 1 | |
| nx_add_691.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_691_test.nx | 9 | 1 | |
| nx_add_692.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_692_test.nx | 9 | 1 | |
| nx_add_693.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_693_test.nx | 9 | 1 | |
| nx_add_694.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_694_test.nx | 9 | 1 | |
| nx_add_695.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_695_test.nx | 9 | 1 | |
| nx_add_696.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_696_test.nx | 9 | 1 | |
| nx_add_697.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_697_test.nx | 9 | 1 | |
| nx_add_698.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_698_test.nx | 9 | 1 | |
| nx_add_699.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_699_test.nx | 9 | 1 | |
| nx_add_69_test.nx | 9 | 1 | |
| nx_add_6_test.nx | 9 | 1 | |
| nx_add_7.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_70.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_700.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_700_test.nx | 9 | 1 | |
| nx_add_701.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_701_test.nx | 9 | 1 | |
| nx_add_702.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_702_test.nx | 9 | 1 | |
| nx_add_703.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_703_test.nx | 9 | 1 | |
| nx_add_704.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_704_test.nx | 9 | 1 | |
| nx_add_705.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_705_test.nx | 9 | 1 | |
| nx_add_706.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_706_test.nx | 9 | 1 | |
| nx_add_707.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_707_test.nx | 9 | 1 | |
| nx_add_708.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_708_test.nx | 9 | 1 | |
| nx_add_709.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_709_test.nx | 9 | 1 | |
| nx_add_70_test.nx | 9 | 1 | |
| nx_add_71.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_710.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_710_test.nx | 9 | 1 | |
| nx_add_711.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_711_test.nx | 9 | 1 | |
| nx_add_712.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_712_test.nx | 9 | 1 | |
| nx_add_713.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_713_test.nx | 9 | 1 | |
| nx_add_714.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_714_test.nx | 9 | 1 | |
| nx_add_715.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_715_test.nx | 9 | 1 | |
| nx_add_716.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_716_test.nx | 9 | 1 | |
| nx_add_717.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_717_test.nx | 9 | 1 | |
| nx_add_718.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_718_test.nx | 9 | 1 | |
| nx_add_719.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_719_test.nx | 9 | 1 | |
| nx_add_71_test.nx | 9 | 1 | |
| nx_add_72.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_720.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_720_test.nx | 9 | 1 | |
| nx_add_721.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_721_test.nx | 9 | 1 | |
| nx_add_722.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_722_test.nx | 9 | 1 | |
| nx_add_723.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_723_test.nx | 9 | 1 | |
| nx_add_724.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_724_test.nx | 9 | 1 | |
| nx_add_725.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_725_test.nx | 9 | 1 | |
| nx_add_726.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_726_test.nx | 9 | 1 | |
| nx_add_727.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_727_test.nx | 9 | 1 | |
| nx_add_728.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_728_test.nx | 9 | 1 | |
| nx_add_729.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_729_test.nx | 9 | 1 | |
| nx_add_72_test.nx | 9 | 1 | |
| nx_add_73.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_730.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_730_test.nx | 9 | 1 | |
| nx_add_731.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_731_test.nx | 9 | 1 | |
| nx_add_732.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_732_test.nx | 9 | 1 | |
| nx_add_733.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_733_test.nx | 9 | 1 | |
| nx_add_734.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_734_test.nx | 9 | 1 | |
| nx_add_735.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_735_test.nx | 9 | 1 | |
| nx_add_736.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_736_test.nx | 9 | 1 | |
| nx_add_737.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_737_test.nx | 9 | 1 | |
| nx_add_738.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_738_test.nx | 9 | 1 | |
| nx_add_739.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_739_test.nx | 9 | 1 | |
| nx_add_73_test.nx | 9 | 1 | |
| nx_add_74.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_740.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_740_test.nx | 9 | 1 | |
| nx_add_741.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_741_test.nx | 9 | 1 | |
| nx_add_742.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_742_test.nx | 9 | 1 | |
| nx_add_743.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_743_test.nx | 9 | 1 | |
| nx_add_744.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_744_test.nx | 9 | 1 | |
| nx_add_745.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_745_test.nx | 9 | 1 | |
| nx_add_746.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_746_test.nx | 9 | 1 | |
| nx_add_747.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_747_test.nx | 9 | 1 | |
| nx_add_748.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_748_test.nx | 9 | 1 | |
| nx_add_749.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_749_test.nx | 9 | 1 | |
| nx_add_74_test.nx | 9 | 1 | |
| nx_add_75.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_750.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_750_test.nx | 9 | 1 | |
| nx_add_751.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_751_test.nx | 9 | 1 | |
| nx_add_752.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_752_test.nx | 9 | 1 | |
| nx_add_753.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_753_test.nx | 9 | 1 | |
| nx_add_754.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_754_test.nx | 9 | 1 | |
| nx_add_755.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_755_test.nx | 9 | 1 | |
| nx_add_756.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_756_test.nx | 9 | 1 | |
| nx_add_757.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_757_test.nx | 9 | 1 | |
| nx_add_758.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_758_test.nx | 9 | 1 | |
| nx_add_759.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_759_test.nx | 9 | 1 | |
| nx_add_75_test.nx | 9 | 1 | |
| nx_add_76.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_760.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_760_test.nx | 9 | 1 | |
| nx_add_761.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_761_test.nx | 9 | 1 | |
| nx_add_762.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_762_test.nx | 9 | 1 | |
| nx_add_763.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_763_test.nx | 9 | 1 | |
| nx_add_764.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_764_test.nx | 9 | 1 | |
| nx_add_765.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_765_test.nx | 9 | 1 | |
| nx_add_766.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_766_test.nx | 9 | 1 | |
| nx_add_767.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_767_test.nx | 9 | 1 | |
| nx_add_768.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_768_test.nx | 9 | 1 | |
| nx_add_769.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_769_test.nx | 9 | 1 | |
| nx_add_76_test.nx | 9 | 1 | |
| nx_add_77.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_770.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_770_test.nx | 9 | 1 | |
| nx_add_771.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_771_test.nx | 9 | 1 | |
| nx_add_772.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_772_test.nx | 9 | 1 | |
| nx_add_773.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_773_test.nx | 9 | 1 | |
| nx_add_774.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_774_test.nx | 9 | 1 | |
| nx_add_775.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_775_test.nx | 9 | 1 | |
| nx_add_776.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_776_test.nx | 9 | 1 | |
| nx_add_777.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_777_test.nx | 9 | 1 | |
| nx_add_778.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_778_test.nx | 9 | 1 | |
| nx_add_779.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_779_test.nx | 9 | 1 | |
| nx_add_77_test.nx | 9 | 1 | |
| nx_add_78.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_780.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_780_test.nx | 9 | 1 | |
| nx_add_781.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_781_test.nx | 9 | 1 | |
| nx_add_782.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_782_test.nx | 9 | 1 | |
| nx_add_783.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_783_test.nx | 9 | 1 | |
| nx_add_784.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_784_test.nx | 9 | 1 | |
| nx_add_785.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_785_test.nx | 9 | 1 | |
| nx_add_786.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_786_test.nx | 9 | 1 | |
| nx_add_787.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_787_test.nx | 9 | 1 | |
| nx_add_788.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_788_test.nx | 9 | 1 | |
| nx_add_789.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_789_test.nx | 9 | 1 | |
| nx_add_78_test.nx | 9 | 1 | |
| nx_add_79.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_790.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_790_test.nx | 9 | 1 | |
| nx_add_791.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_791_test.nx | 9 | 1 | |
| nx_add_792.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_792_test.nx | 9 | 1 | |
| nx_add_793.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_793_test.nx | 9 | 1 | |
| nx_add_794.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_794_test.nx | 9 | 1 | |
| nx_add_795.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_795_test.nx | 9 | 1 | |
| nx_add_796.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_796_test.nx | 9 | 1 | |
| nx_add_797.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_797_test.nx | 9 | 1 | |
| nx_add_798.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_798_test.nx | 9 | 1 | |
| nx_add_799.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_799_test.nx | 9 | 1 | |
| nx_add_79_test.nx | 9 | 1 | |
| nx_add_7_test.nx | 9 | 1 | |
| nx_add_8.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_80.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_800.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_800_test.nx | 9 | 1 | |
| nx_add_801.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_801_test.nx | 9 | 1 | |
| nx_add_802.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_802_test.nx | 9 | 1 | |
| nx_add_803.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_803_test.nx | 9 | 1 | |
| nx_add_804.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_804_test.nx | 9 | 1 | |
| nx_add_805.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_805_test.nx | 9 | 1 | |
| nx_add_806.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_806_test.nx | 9 | 1 | |
| nx_add_807.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_807_test.nx | 9 | 1 | |
| nx_add_808.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_808_test.nx | 9 | 1 | |
| nx_add_809.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_809_test.nx | 9 | 1 | |
| nx_add_80_test.nx | 9 | 1 | |
| nx_add_81.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_810.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_810_test.nx | 9 | 1 | |
| nx_add_811.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_811_test.nx | 9 | 1 | |
| nx_add_812.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_812_test.nx | 9 | 1 | |
| nx_add_813.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_813_test.nx | 9 | 1 | |
| nx_add_814.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_814_test.nx | 9 | 1 | |
| nx_add_815.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_815_test.nx | 9 | 1 | |
| nx_add_816.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_816_test.nx | 9 | 1 | |
| nx_add_817.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_817_test.nx | 9 | 1 | |
| nx_add_818.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_818_test.nx | 9 | 1 | |
| nx_add_819.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_819_test.nx | 9 | 1 | |
| nx_add_81_test.nx | 9 | 1 | |
| nx_add_82.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_820.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_820_test.nx | 9 | 1 | |
| nx_add_821.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_821_test.nx | 9 | 1 | |
| nx_add_822.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_822_test.nx | 9 | 1 | |
| nx_add_823.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_823_test.nx | 9 | 1 | |
| nx_add_824.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_824_test.nx | 9 | 1 | |
| nx_add_825.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_825_test.nx | 9 | 1 | |
| nx_add_826.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_826_test.nx | 9 | 1 | |
| nx_add_827.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_827_test.nx | 9 | 1 | |
| nx_add_828.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_828_test.nx | 9 | 1 | |
| nx_add_829.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_829_test.nx | 9 | 1 | |
| nx_add_82_test.nx | 9 | 1 | |
| nx_add_83.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_830.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_830_test.nx | 9 | 1 | |
| nx_add_831.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_831_test.nx | 9 | 1 | |
| nx_add_832.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_832_test.nx | 9 | 1 | |
| nx_add_833.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_833_test.nx | 9 | 1 | |
| nx_add_834.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_834_test.nx | 9 | 1 | |
| nx_add_835.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_835_test.nx | 9 | 1 | |
| nx_add_836.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_836_test.nx | 9 | 1 | |
| nx_add_837.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_837_test.nx | 9 | 1 | |
| nx_add_838.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_838_test.nx | 9 | 1 | |
| nx_add_839.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_839_test.nx | 9 | 1 | |
| nx_add_83_test.nx | 9 | 1 | |
| nx_add_84.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_840.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_840_test.nx | 9 | 1 | |
| nx_add_841.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_841_test.nx | 9 | 1 | |
| nx_add_842.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_842_test.nx | 9 | 1 | |
| nx_add_843.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_843_test.nx | 9 | 1 | |
| nx_add_844.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_844_test.nx | 9 | 1 | |
| nx_add_845.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_845_test.nx | 9 | 1 | |
| nx_add_846.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_846_test.nx | 9 | 1 | |
| nx_add_847.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_847_test.nx | 9 | 1 | |
| nx_add_848.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_848_test.nx | 9 | 1 | |
| nx_add_849.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_849_test.nx | 9 | 1 | |
| nx_add_84_test.nx | 9 | 1 | |
| nx_add_85.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_850.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_850_test.nx | 9 | 1 | |
| nx_add_851.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_851_test.nx | 9 | 1 | |
| nx_add_852.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_852_test.nx | 9 | 1 | |
| nx_add_853.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_853_test.nx | 9 | 1 | |
| nx_add_854.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_854_test.nx | 9 | 1 | |
| nx_add_855.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_855_test.nx | 9 | 1 | |
| nx_add_856.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_856_test.nx | 9 | 1 | |
| nx_add_857.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_857_test.nx | 9 | 1 | |
| nx_add_858.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_858_test.nx | 9 | 1 | |
| nx_add_859.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_859_test.nx | 9 | 1 | |
| nx_add_85_test.nx | 9 | 1 | |
| nx_add_86.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_860.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_860_test.nx | 9 | 1 | |
| nx_add_861.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_861_test.nx | 9 | 1 | |
| nx_add_862.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_862_test.nx | 9 | 1 | |
| nx_add_863.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_863_test.nx | 9 | 1 | |
| nx_add_864.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_864_test.nx | 9 | 1 | |
| nx_add_865.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_865_test.nx | 9 | 1 | |
| nx_add_866.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_866_test.nx | 9 | 1 | |
| nx_add_867.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_867_test.nx | 9 | 1 | |
| nx_add_868.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_868_test.nx | 9 | 1 | |
| nx_add_869.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_869_test.nx | 9 | 1 | |
| nx_add_86_test.nx | 9 | 1 | |
| nx_add_87.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_870.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_870_test.nx | 9 | 1 | |
| nx_add_871.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_871_test.nx | 9 | 1 | |
| nx_add_872.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 14 | 1 |
| nx_add_872_test.nx | 9 | 1 | |
| nx_add_873.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_873_test.nx | 9 | 1 | |
| nx_add_874.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_874_test.nx | 9 | 1 | |
| nx_add_875.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_875_test.nx | 9 | 1 | |
| nx_add_876.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_876_test.nx | 9 | 1 | |
| nx_add_877.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_877_test.nx | 9 | 1 | |
| nx_add_878.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_878_test.nx | 9 | 1 | |
| nx_add_879.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_879_test.nx | 9 | 1 | |
| nx_add_87_test.nx | 9 | 1 | |
| nx_add_88.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_880.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_880_test.nx | 9 | 1 | |
| nx_add_881.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_881_test.nx | 9 | 1 | |
| nx_add_882.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_882_test.nx | 9 | 1 | |
| nx_add_883.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_883_test.nx | 9 | 1 | |
| nx_add_884.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_884_test.nx | 9 | 1 | |
| nx_add_885.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_885_test.nx | 9 | 1 | |
| nx_add_886.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_886_test.nx | 9 | 1 | |
| nx_add_887.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_887_test.nx | 9 | 1 | |
| nx_add_888.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_888_test.nx | 9 | 1 | |
| nx_add_889.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_889_test.nx | 9 | 1 | |
| nx_add_88_test.nx | 9 | 1 | |
| nx_add_89.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_890.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_890_test.nx | 9 | 1 | |
| nx_add_891.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_891_test.nx | 9 | 1 | |
| nx_add_892.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_892_test.nx | 9 | 1 | |
| nx_add_893.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_893_test.nx | 9 | 1 | |
| nx_add_894.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_894_test.nx | 9 | 1 | |
| nx_add_895.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_895_test.nx | 9 | 1 | |
| nx_add_896.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_896_test.nx | 9 | 1 | |
| nx_add_897.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_897_test.nx | 9 | 1 | |
| nx_add_898.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_898_test.nx | 9 | 1 | |
| nx_add_899.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_899_test.nx | 9 | 1 | |
| nx_add_89_test.nx | 9 | 1 | |
| nx_add_8_test.nx | 9 | 1 | |
| nx_add_9.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_90.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_900.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_900_test.nx | 9 | 1 | |
| nx_add_901.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_901_test.nx | 9 | 1 | |
| nx_add_902.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_902_test.nx | 9 | 1 | |
| nx_add_903.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_903_test.nx | 9 | 1 | |
| nx_add_904.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_904_test.nx | 9 | 1 | |
| nx_add_905.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_905_test.nx | 9 | 1 | |
| nx_add_906.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_906_test.nx | 9 | 1 | |
| nx_add_907.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_907_test.nx | 9 | 1 | |
| nx_add_908.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_908_test.nx | 9 | 1 | |
| nx_add_909.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_909_test.nx | 9 | 1 | |
| nx_add_90_test.nx | 9 | 1 | |
| nx_add_91.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_910.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_910_test.nx | 9 | 1 | |
| nx_add_911.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_911_test.nx | 9 | 1 | |
| nx_add_912.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_912_test.nx | 9 | 1 | |
| nx_add_913.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_913_test.nx | 9 | 1 | |
| nx_add_914.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_914_test.nx | 9 | 1 | |
| nx_add_915.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_915_test.nx | 9 | 1 | |
| nx_add_916.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_916_test.nx | 9 | 1 | |
| nx_add_917.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_917_test.nx | 9 | 1 | |
| nx_add_918.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_918_test.nx | 9 | 1 | |
| nx_add_919.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_919_test.nx | 9 | 1 | |
| nx_add_91_test.nx | 9 | 1 | |
| nx_add_92.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_920.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_920_test.nx | 9 | 1 | |
| nx_add_921.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_921_test.nx | 9 | 1 | |
| nx_add_922.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_922_test.nx | 9 | 1 | |
| nx_add_923.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_923_test.nx | 9 | 1 | |
| nx_add_924.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_924_test.nx | 9 | 1 | |
| nx_add_925.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_925_test.nx | 9 | 1 | |
| nx_add_926.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_926_test.nx | 9 | 1 | |
| nx_add_927.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_927_test.nx | 9 | 1 | |
| nx_add_928.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_928_test.nx | 9 | 1 | |
| nx_add_929.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_929_test.nx | 9 | 1 | |
| nx_add_92_test.nx | 9 | 1 | |
| nx_add_93.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_930.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_930_test.nx | 9 | 1 | |
| nx_add_931.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_931_test.nx | 9 | 1 | |
| nx_add_932.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_932_test.nx | 9 | 1 | |
| nx_add_933.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_933_test.nx | 9 | 1 | |
| nx_add_934.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_934_test.nx | 9 | 1 | |
| nx_add_935.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_935_test.nx | 9 | 1 | |
| nx_add_936.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_936_test.nx | 9 | 1 | |
| nx_add_937.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_937_test.nx | 9 | 1 | |
| nx_add_938.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_938_test.nx | 9 | 1 | |
| nx_add_939.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_939_test.nx | 9 | 1 | |
| nx_add_93_test.nx | 9 | 1 | |
| nx_add_94.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_940.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_940_test.nx | 9 | 1 | |
| nx_add_941.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_941_test.nx | 9 | 1 | |
| nx_add_942.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_942_test.nx | 9 | 1 | |
| nx_add_943.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_943_test.nx | 9 | 1 | |
| nx_add_944.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_944_test.nx | 9 | 1 | |
| nx_add_945.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_945_test.nx | 9 | 1 | |
| nx_add_946.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_946_test.nx | 9 | 1 | |
| nx_add_947.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_947_test.nx | 9 | 1 | |
| nx_add_948.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_948_test.nx | 9 | 1 | |
| nx_add_949.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_949_test.nx | 9 | 1 | |
| nx_add_94_test.nx | 9 | 1 | |
| nx_add_95.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_950.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_950_test.nx | 9 | 1 | |
| nx_add_951.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_951_test.nx | 9 | 1 | |
| nx_add_952.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_952_test.nx | 9 | 1 | |
| nx_add_953.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_953_test.nx | 9 | 1 | |
| nx_add_954.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_954_test.nx | 9 | 1 | |
| nx_add_955.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_955_test.nx | 9 | 1 | |
| nx_add_956.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_956_test.nx | 9 | 1 | |
| nx_add_957.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_957_test.nx | 9 | 1 | |
| nx_add_958.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_958_test.nx | 9 | 1 | |
| nx_add_959.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_959_test.nx | 9 | 1 | |
| nx_add_95_test.nx | 9 | 1 | |
| nx_add_96.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_960.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_960_test.nx | 9 | 1 | |
| nx_add_961.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_961_test.nx | 9 | 1 | |
| nx_add_962.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_962_test.nx | 9 | 1 | |
| nx_add_963.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_963_test.nx | 9 | 1 | |
| nx_add_964.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_964_test.nx | 9 | 1 | |
| nx_add_965.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_965_test.nx | 9 | 1 | |
| nx_add_966.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_966_test.nx | 9 | 1 | |
| nx_add_967.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_967_test.nx | 9 | 1 | |
| nx_add_968.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_968_test.nx | 9 | 1 | |
| nx_add_969.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_969_test.nx | 9 | 1 | |
| nx_add_96_test.nx | 9 | 1 | |
| nx_add_97.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_970.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_970_test.nx | 9 | 1 | |
| nx_add_971.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_971_test.nx | 9 | 1 | |
| nx_add_972.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_972_test.nx | 9 | 1 | |
| nx_add_973.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_973_test.nx | 9 | 1 | |
| nx_add_974.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_974_test.nx | 9 | 1 | |
| nx_add_975.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_975_test.nx | 9 | 1 | |
| nx_add_976.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_976_test.nx | 9 | 1 | |
| nx_add_977.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_977_test.nx | 9 | 1 | |
| nx_add_978.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_978_test.nx | 9 | 1 | |
| nx_add_979.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_979_test.nx | 9 | 1 | |
| nx_add_97_test.nx | 9 | 1 | |
| nx_add_98.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_980.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_980_test.nx | 9 | 1 | |
| nx_add_981.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_981_test.nx | 9 | 1 | |
| nx_add_982.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_982_test.nx | 9 | 1 | |
| nx_add_983.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_983_test.nx | 9 | 1 | |
| nx_add_984.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_984_test.nx | 9 | 1 | |
| nx_add_985.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_985_test.nx | 9 | 1 | |
| nx_add_986.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_986_test.nx | 9 | 1 | |
| nx_add_987.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_987_test.nx | 9 | 1 | |
| nx_add_988.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_988_test.nx | 9 | 1 | |
| nx_add_989.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_989_test.nx | 9 | 1 | |
| nx_add_98_test.nx | 9 | 1 | |
| nx_add_99.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_990.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_990_test.nx | 9 | 1 | |
| nx_add_991.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_991_test.nx | 9 | 1 | |
| nx_add_992.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_992_test.nx | 9 | 1 | |
| nx_add_993.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_993_test.nx | 9 | 1 | |
| nx_add_994.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_994_test.nx | 9 | 1 | |
| nx_add_995.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_995_test.nx | 9 | 1 | |
| nx_add_996.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_996_test.nx | 9 | 1 | |
| nx_add_997.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_997_test.nx | 9 | 1 | |
| nx_add_998.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_998_test.nx | 9 | 1 | |
| nx_add_999.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_add_999_test.nx | 9 | 1 | |
| nx_add_99_test.nx | 9 | 1 | |
| nx_add_9_test.nx | 9 | 1 | |
| nx_add_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_add_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_addr2line.nx | sovereign addr2line. | 283 | 9 |
| nx_addr2line_lib.nx | the sovereign DWARF v5 .debug_line DECODER, as a SHARED library. | 392 | 8 |
| nx_addrof_test.nx | PREVENT/MONITOR pillar for the address-of-local | 53 | 3 |
| nx_adhd.nx | R3 of THE NISHI SITUATION-MANAGEMENT arc: ADHD-specific INTERVENTIONS for the failure | 52 | 5 |
| nx_adhd_gate.nx | R3 GATE: proves the ADHD-intervention engine targets impulse shopping, planning | 59 | 4 |
| nx_adler32.nx | Adler-32 checksum (Mark Adler, zlib/gzip). | 88 | 4 |
| nx_adler32_real_test.nx | isolate whether adler32 OR deflate output | 55 | 1 |
| nx_adnet_research_fetch.nx | SOVEREIGN researcher for our OWN AD NETWORK (operator: "our ad network is our setup | 73 | 5 |
| nx_adopt_observation_candidate_t313.nx | THE ENFORCED GATE BETWEEN /api/build AND /api/promote (2026-08-07). | 216 | 12 |
| nx_adopt_observation_gate_t313.nx | 27 | 1 | |
| nx_adoptgate.nx | THE ENFORCED GATE BETWEEN /api/build AND /api/promote (2026-08-07). | 216 | 12 |
| nx_adoptgate_content_gate_t310.nx | 17 | 1 | |
| nx_adoptgate_review_candidate_t371.nx | THE ENFORCED GATE BETWEEN /api/build AND /api/promote (2026-08-07). | 224 | 13 |
| nx_adoptgate_typed_candidate_t310.nx | THE ENFORCED GATE BETWEEN /api/build AND /api/promote (2026-08-07). | 199 | 11 |
| nx_adversarial_census.nx | HONEST measure of the ecosystem's ADVERSARIAL-VERIFICATION coverage vs the 2026 SOTA | 64 | 3 |
| nx_adversarial_ci.nx | CONTINUOUS ADVERSARIAL CI (census gap #1): runs the adversarial gate suite (data-driven | 70 | 4 |
| nx_adversarial_list.nx | introspect the ADVERSARIAL GATE SUITE straight from the sovereign store | 27 | 3 |
| nx_adversarial_pattern_audit.nx | scans for adversarial-exploit patterns. | 466 | 16 |
| nx_adversarial_pattern_audit_test.nx | end-to-end smoke. | 168 | 6 |
| nx_adversarial_research.nx | THIN structured ADVERSARIAL-VERIFICATION research source organ. COMPOSES | 52 | 1 |
| nx_adversarial_sov.nx | get the ADVERSARIAL GATE SUITE off the flat .conf into the SOVEREIGN seg_store | 113 | 5 |
| nx_adversarial_sov_gate.nx | proves the ADVERSARIAL-SUITE store flip (nx_adversarial_sov) is byte-exact + | 96 | 5 |
| nx_adversary_suite.nx | the ADVERSARY role's organ (verb: ATTACK -- author the hostile suite). | 497 | 24 |
| nx_aead.nx | ChaCha20-Poly1305 AEAD (RFC 8439 section 2.8). | 197 | 6 |
| nx_aead_bench.nx | reliable cipher cost split (run in WSL where the monotonic | 54 | 3 |
| nx_aead_bench2.nx | replicate the LIVE per-record AEAD decrypt pattern (23 records | 58 | 3 |
| nx_aec_q15.nx | sovereign ACOUSTIC ECHO CANCELLATION (the echoCancellation feature Zoom/Discord/Meet have): the | 69 | 2 |
| nx_aerobic.nx | clean decomposition pile (regenerative metaphor). | 175 | 9 |
| nx_aerobic_test.nx | smoke for nx_aerobic. | 60 | 1 |
| nx_aes.nx | AES-128 block cipher (FIPS 197). | 647 | 18 |
| nx_aes128_ctr_wasm.nx | AES-128-CTR (NIST SP 800-38A §6.5). | 301 | 11 |
| nx_aes128_gcm.nx | canonical AES-128-GCM (AEAD) per NIST SP 800-38D | 281 | 6 |
| nx_aes128_gcm_kat_test.nx | NIST SP 800-38D Test Case 2 + | 137 | 1 |
| nx_aes128_gcm_wasm.nx | AES-128-GCM AEAD (NIST SP 800-38D / RFC 5288). | 488 | 16 |
| nx_aes128_wasm.nx | AES-128 ECB (FIPS 197) self-contained for WAT target. | 240 | 9 |
| nx_aes256_gcm.nx | canonical AES-256-GCM (AEAD) per NIST SP 800-38D + RFC 5288, the TLS_AES_256_GCM_SHA384 | 142 | 6 |
| nx_aes256_gcm_gate.nx | SOVEREIGN KAT referee for AES-256-GCM vs NIST SP 800-38D / McGrew GCM test vectors. | 82 | 7 |
| nx_aes_cbc.nx | AES-128-CBC DECRYPT (NIST SP 800-38A §6.2) over the FIPS-197 block primitive in | 98 | 7 |
| nx_aes_cbc_enc.nx | AES-128-CBC ENCRYPT (NIST SP 800-38A §6.2) + PKCS#7 pad, over the FIPS-197 block | 91 | 7 |
| nx_aes_ctr.nx | AES-128 Counter (CTR) mode per NIST SP 800-38A §6.5. | 149 | 3 |
| nx_aes_ctr_helper_test.nx | expect_exit: 0 | 58 | 1 |
| nx_aes_ctr_test.nx | AES-128 CTR against NIST SP 800-38A | 88 | 1 |
| nx_aes_test.nx | known-answer test for AES-128 against the FIPS | 73 | 1 |
| nx_aesctr_ni_bench.nx | direct 1:1 speedup of the AES-GCM hot path (AES-CTR block | 86 | 3 |
| nx_aesgcm_bench.nx | measure sovereign AES-128-GCM throughput (the cipher | 46 | 3 |
| nx_aesni_kat.nx | end-to-end proof of the AES-NI pipeline (assembler mnemonics + | 42 | 1 |
| nx_aesthetic_vocabulary.nx | body-aesthetic kinds with multi-language phrase variants. | 262 | 3 |
| nx_aesthetic_vocabulary_test.nx | 85 | 1 | |
| nx_aesthetics.nx | composite image-quality scoring (V10). | 223 | 6 |
| nx_aesthetics_test.nx | smoke for V10 aesthetics composite. | 146 | 1 |
| nx_affine_q30_api_gate_t34.nx | 12 | 1 | |
| nx_afford_ruler.nx | THE AFFORDABILITY RULER. Measures the ecosystem's affordability capability across a | 240 | 9 |
| nx_agent_ops_census.nx | HONEST measure of whether the AGENT can do its work via SOVEREIGN Nishi APIs instead of | 58 | 3 |
| nx_agent_ops_quality.nx | the QUALITY dimension of the agent-ops census (coverage -> CORRECTNESS). The coverage | 55 | 5 |
| nx_agentcap_sota_fetch.nx | SOVEREIGN researcher for the AGENT-CAPABILITY-API frontier (what "this" = the | 46 | 4 |
| nx_aggregate_assignment_repro_t230.nx | Minimal retained compiler debt: aggregate assignment into an embedded field. | 20 | 1 |
| nx_agreebound.nx | WRITING arc, rung W-AGB-1: THE PANEL-RELIABILITY BOUND. | 148 | 6 |
| nx_agreebound_gate.nx | REFEREE for WRITING rung W-AGB-1 (nx_agreebound). | 171 | 4 |
| nx_ai_audit.nx | anti-Ultron AI proposal auditor. | 199 | 7 |
| nx_ai_audit_test.nx | smoke for nx_ai_audit. | 64 | 1 |
| nx_aimode_lib.nx | BR50: read a Google AI Mode share link as its ANSWER TEXT, never as a script shell. | 384 | 15 |
| nx_aimode_read.nx | CLI for BR50: read a Google AI Mode share link as its answer text. | 175 | 9 |
| nx_aimode_read_gate.nx | proves BR50's parser (nx_aimode_lib) on PLANTED fixtures, and the live read of | 115 | 3 |
| nx_aitrain_research.nx | THIN structured AI-TRAINING research source organ: how to train a small model + how to | 37 | 1 |
| nx_alias_test.nx | isolate: do 2 static SLOTS themselves work (write sentinel, read back, NO deref)? VA_111 + VB_222 = slots OK. | 14 | 1 |
| nx_aliascensus.nx | THE GUARD FOR THE CATALOGUE IDENTITY FIX, AND THE 99-ROW RE-DERIVATION IT OWED. | 268 | 5 |
| nx_align.nx | Smith-Waterman local alignment, linear-gap. | 164 | 3 |
| nx_align_affine.nx | Smith-Waterman local alignment, AFFINE gap. | 199 | 2 |
| nx_align_affine_test.nx | KAT for Gotoh 1982 affine-gap SW. | 139 | 1 |
| nx_align_backtrace.nx | Smith-Waterman backtrace with CIGAR output. | 474 | 2 |
| nx_align_backtrace_test.nx | KAT for SW backtrace + CIGAR ops. | 209 | 1 |
| nx_align_chain.nx | co-linear seed-chain dynamic programming. | 153 | 1 |
| nx_align_chain_stranded.nx | strand-partitioned co-linear chain DP. | 162 | 1 |
| nx_align_chain_stranded_test.nx | KAT for strand-partitioned chain. | 136 | 1 |
| nx_align_chain_test.nx | KAT for the co-linear seed-chain DP. | 161 | 1 |
| nx_align_match.nx | minimizer-based seed match (query vs reference). | 215 | 4 |
| nx_align_match_stranded.nx | strand-aware seed matcher. | 144 | 1 |
| nx_align_match_stranded_test.nx | KAT for strand-aware seed matcher. | 173 | 1 |
| nx_align_match_test.nx | end-to-end seed-pipeline KAT. | 251 | 1 |
| nx_align_minimizer.nx | canonical k-mer minimizer extraction. | 154 | 2 |
| nx_align_minimizer_test.nx | KAT for minimizer extraction. | 135 | 1 |
| nx_align_score.nx | score chained alignment via Smith-Waterman. | 153 | 2 |
| nx_align_score_test.nx | end-to-end seed-and-extend pipeline KAT. | 185 | 1 |
| nx_align_test.nx | KAT for Smith-Waterman local alignment. | 156 | 2 |
| nx_alignment.nx | AlignmentRecord struct + mapq + revcomp coord remap. | 174 | 3 |
| nx_alignment_test.nx | KAT for AlignmentRecord + mapq + revcomp remap. | 118 | 1 |
| nx_all_even.nx | AUTO-GENERATED from shape `array_predicate`. | 30 | 1 |
| nx_all_even_test.nx | 17 | 1 | |
| nx_all_negative.nx | AUTO-GENERATED from shape `array_predicate`. | 30 | 1 |
| nx_all_negative_test.nx | 17 | 1 | |
| nx_all_positive.nx | AUTO-GENERATED from shape `array_predicate`. | 30 | 1 |
| nx_all_positive_test.nx | 17 | 1 | |
| nx_all_zero.nx | AUTO-GENERATED from shape `array_predicate`. | 30 | 1 |
| nx_all_zero_test.nx | 17 | 1 | |
| nx_allelopathy.nx | refused-niche enforcement per ecosystem-defense §2.4. | 232 | 8 |
| nx_allelopathy_test.nx | smoke for nx_allelopathy. | 102 | 1 |
| nx_allergen.nx | FOOD-SCIENCE SUITE / ALLERGEN MANAGEMENT rung. Tracks | 138 | 7 |
| nx_allergen_test.nx | smoke for nx_allergen. Proves big-9 rollup with | 63 | 1 |
| nx_alpha_release_workflow_canonical_gate_t343.nx | 48 | 3 | |
| nx_alpha_release_workflow_gate_t343.nx | 48 | 3 | |
| nx_amort_gate.nx | LOAN AMORTIZATION GATE. | 97 | 4 |
| nx_amort_lib.nx | LOAN AMORTIZATION with exact penny allocation. Integer-exact, conservation-proven. | 97 | 6 |
| nx_analyst_causal.nx | F1005: the CAUSAL layer, and mostly the honesty about not having one. | 99 | 6 |
| nx_analyst_causal_gate.nx | F1005. The role logic is trivial to assert; what this gate really has to | 149 | 3 |
| nx_analyst_dashboard.nx | F1007: the BI DASHBOARD, DATA-BOUND and served on nishifamily.com. It is not | 195 | 8 |
| nx_analyst_dashboard_gate.nx | proves the BI dashboard is DATA-BOUND (real numbers derived from the | 90 | 4 |
| nx_analyst_infer.nx | STATISTICAL INFERENCE for the general Nishi analyst: the "is it actually real?" | 486 | 24 |
| nx_analyst_infer_gate.nx | proves the analyst's statistical-inference layer with HAND-COMPUTED known | 254 | 2 |
| nx_analyst_insight.nx | AUTOMATED INSIGHT MINING (F1003): point at a dataset with NO target column and | 460 | 9 |
| nx_analyst_insight_gate.nx | F1003: prove the no-target insight miner finds real structure, names the | 126 | 4 |
| nx_analyze.nx | THE ANALYST FRONT DOOR. Everything else in this arc is a library with no runnable | 529 | 19 |
| nx_analyze_gate.nx | proves the analyst FRONT DOOR: the JSON an agent/workflow actually consumes is | 179 | 5 |
| nx_analyze_seeddemo.nx | one-shot: write a DURABLE demo dataset (price = 5*size - 2*age + noise) to | 49 | 3 |
| nx_anatomy.nx | the ANATOMICAL FEATURE REGISTRY (Elara detail architecture, the VOCABULARY layer): every | 117 | 10 |
| nx_anatomy_measure.nx | measure named anatomical axes from binary mask. | 340 | 5 |
| nx_anatomy_measure_test.nx | Minimal smoke for nx_anatomy_measure primitives. | 70 | 2 |
| nx_anatomy_placement.nx | out-of-place anatomy verification. | 147 | 4 |
| nx_anatomy_placement_test.nx | 65 | 1 | |
| nx_anatomy_research_fetch.nx | the operator's 2026-07-08 question, RESEARCHED not asserted: "are we doing it | 55 | 2 |
| nx_anatstack.nx | ★LAYERED ANATOMICAL MODEL (operator 2026-07-08: "stop building circles on circles -- you | 412 | 26 |
| nx_anchor_feature.nx | singular landmark-feature contributions. | 428 | 9 |
| nx_and_all.nx | AUTO-GENERATED from shape `accumulator_over_array`. | 29 | 1 |
| nx_and_all_test.nx | 16 | 1 | |
| nx_and_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_and_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_animation_timeline.nx | keyframe animation primitive. | 125 | 7 |
| nx_animation_timeline_test.nx | smoke for nx_animation_timeline. | 54 | 1 |
| nx_ansur_regress.nx | DOES HUMAN PROPORTION CHANGE WITH STATURE? Regress a landmark ratio on | 348 | 13 |
| nx_answer.nx | AnswerLiteral support for "find a witness" queries. | 88 | 4 |
| nx_answer_test.nx | AnswerLiteral smoke. | 94 | 3 |
| nx_anti_slop.nx | LIB: anti-slop QUALITY FILTER = the 2026 relevance edge (AI content farms lost 50-90% traffic; | 61 | 6 |
| nx_anti_slop_gate.nx | proves the anti-slop filter: real human content KEPT, slop DOWN-RANKED (never deleted). | 48 | 2 |
| nx_antibody.nx | adaptive defense generation. | 291 | 9 |
| nx_antibody_test.nx | smoke for nx_antibody. | 85 | 1 |
| nx_antibot.nx | BOT-WALL CLASSIFICATION AS DATA: the /compare/webscraping R4 contract (symbol abt_classify). | 232 | 9 |
| nx_antibot_gate.nx | GATE for nx_antibot (the /compare/webscraping R4 contract abt_classify). Network-free; | 107 | 5 |
| nx_antipattern_catalog.nx | THE SOVEREIGN ANTI-PATTERN CATALOG + LIVE MECHANICAL SCANNER. | 524 | 26 |
| nx_any_negative.nx | AUTO-GENERATED from shape `array_predicate`. | 30 | 1 |
| nx_any_negative_test.nx | 17 | 1 | |
| nx_any_positive.nx | AUTO-GENERATED from shape `array_predicate`. | 30 | 1 |
| nx_any_positive_test.nx | 17 | 1 | |
| nx_any_zero.nx | AUTO-GENERATED from shape `array_predicate`. | 30 | 1 |
| nx_any_zero_test.nx | 17 | 1 | |
| nx_aoi_grid.nx | area-of-interest spatial grid for open-world culling. | 352 | 8 |
| nx_apertus_mirror_nas.nx | the NAS-RESIDENT variant of nx_apertus_shards_pull (operator: "i want the NAS doing | 94 | 7 |
| nx_apertus_shards_pull.nx | S-CLASS resumable, self-healing shard pull (operator: max speed / resume / error | 142 | 7 |
| nx_apertus_smallfiles.nx | mirror the ungated Apertus-8B-Instruct's SMALL files (config + weight-index + | 63 | 5 |
| nx_apertus_tree_fetch.nx | ORGAN A of the sovereign enumerate (SRP: TLS/transport only). Fetches the HF repo | 35 | 3 |
| nx_api_edge.nx | the REAL s-class hardening edge for the live agent-facing API (nx_tools_api on :18096, | 299 | 16 |
| nx_api_sota_census.nx | grade the Nishi sovereign mgmt API vs the SOTA API capability union | 86 | 5 |
| nx_api_sota_fetch.nx | SOVEREIGN researcher: fetch the REAL state-of-the-art API-standard sources over our | 56 | 4 |
| nx_apimcp_research_fetch.nx | SOVEREIGN researcher for the 2025/26 API + MCP SOTA re-census (operator | 61 | 5 |
| nx_apistack_idempotency_candidate_t190.nx | Retained idempotency evidence. Sequential replay is not an exactly-once transaction: | 153 | 7 |
| nx_apistack_idempotency_epoch_candidate_t293.nx | Isolated preparation increment of the existing idempotency owner. | 218 | 20 |
| nx_apistack_idempotency_reconcile_candidate_t219.nx | Retained idempotency evidence. Sequential replay is not an exactly-once transaction: | 212 | 8 |
| nx_apng.nx | SOVEREIGN ANIMATED PNG (APNG) encoder: our PNG codec extended with the animation-control chunks | 162 | 12 |
| nx_apng_decode.nx | INGEST animated PNG -> frames (roadmap R1: video/gif/image ingest, the front door of the | 86 | 4 |
| nx_apng_write.nx | sovereign APNG (animated PNG) ENCODER: the test-evidence VIDEO-CLIP container | 119 | 6 |
| nx_aposematism.nx | warning coloration / Batesian mimicry. | 208 | 5 |
| nx_aposematism_test.nx | smoke for nx_aposematism. | 75 | 1 |
| nx_app_monitor.nx | S-class sovereign health monitor for the Nishi web apps. | 133 | 7 |
| nx_app_publish.nx | the ONE native command to publish an app into the Nishi | 33 | 3 |
| nx_app_seed.nx | seed the sovereign app registry (nx_app_store / seg_store) with | 71 | 6 |
| nx_app_store.nx | the Nishi-native app registry, on the sovereign seg_store | 92 | 7 |
| nx_appliedmath_gate.nx | THE APPLIED MATHEMATICS THE ESTATE ALREADY COMPUTES, PROVED BY IDENTITY. | 195 | 4 |
| nx_arc.nx | canonical arc + arc-stage substrate. | 324 | 12 |
| nx_arc_anchor.nx | discover recurring scene-motif tuples. | 155 | 2 |
| nx_arc_anchor_test.nx | smoke for co-occurrence + arc anchor discovery. | 94 | 1 |
| nx_arc_test.nx | smoke for arc + stage substrate. | 139 | 1 |
| nx_arch_research.nx | THIN structured SOFTWARE-ARCHITECTURE / LAYERING research source organ. COMPOSES | 44 | 1 |
| nx_archive.nx | BSD-format ar(1) static library builder. | 228 | 8 |
| nx_archive_capture_demo.nx | R4 LIVE end-to-end: browse page3.com AS IT EXISTED in 1997, with its media list. | 120 | 10 |
| nx_archive_media_fetch.nx | R6 step A (fetch half): pull the ACTUAL media bytes of the reconstructed page3.com | 171 | 15 |
| nx_archive_media_recovery.nx | R6 step B (recovery half): the DIFFERENTIATOR. Reads media/manifest.tsv + the | 166 | 10 |
| nx_archive_probe.nx | R4 step 1: a SOVEREIGN, read-only live probe that resolves the time-machine's live-source | 37 | 2 |
| nx_archive_research.nx | THIN structured TIME-MACHINE / WEB-ARCHIVE research source organ. COMPOSES | 54 | 1 |
| nx_archive_server.nx | sovereign localhost HTTP server for the time machine (R5 serve side). Binds 0.0.0.0:18801 (ARCSRV_PORT -- the bind DERIVES from that const, see below), | 311 | 11 |
| nx_archive_site_viewer.nx | DOMAIN-GENERAL time-machine viewer with LOCAL MEDIA (no broken images). Reads the | 279 | 15 |
| nx_archive_viewer.nx | make the time-machine VISIBLE. Pulls page3.com's real Wayback CDX, browses as-of-1997, | 194 | 14 |
| nx_archive_xcapture_fetch.nx | fetch mast3.gif from a SECOND (later) capture so we can prove a TRUE cross-capture | 83 | 10 |
| nx_arcmine.nx | INDEX-FIRST domain media harvester. The rung that makes a sovereign archive EXCEED | 468 | 17 |
| nx_arena.nx | bump-pointer arena allocator. | 125 | 2 |
| nx_arena_probe.nx | A/B METER for small-allocation cost in nx_syscalls.sys_mmap. | 85 | 3 |
| nx_arena_reset_probe.nx | bite-proof that sys_arena_mark/sys_arena_reset ACTUALLY RECLAIM memory | 84 | 3 |
| nx_arena_scope.nx | mark/reset-to-mark wrapper for nx_arena. | 186 | 6 |
| nx_arena_scope_test.nx | smoke for mark/reset-to-mark + ceiling. | 111 | 1 |
| nx_arena_smp_gate.nx | TWO THREADS MUST NEVER RECEIVE THE SAME POINTER. | 215 | 4 |
| nx_arena_types.nx | arena type + constants, zero-syscall. | 122 | 9 |
| nx_areola_localize.nx | find areola disk within breast bbox. | 172 | 3 |
| nx_areola_localize_test.nx | 70 | 2 | |
| nx_areola_pigment.nx | areola pigment vs reproductive-state validator. | 163 | 4 |
| nx_areola_pigment_test.nx | 73 | 2 | |
| nx_areola_texture.nx | areola micro-texture realism (NEAR-fidelity proxy). | 95 | 1 |
| nx_areola_texture_test.nx | smoke for areola-texture detector. | 51 | 3 |
| nx_argcall_repro.nx | MINIMAL fast repro of the chat-template crash: a 10-arg function | 66 | 2 |
| nx_argcap_test.nx | prove the raised function-arg cap (16 -> 24) end-to-end: a 20-arg call must | 31 | 4 |
| nx_argmacro_probe.nx | MINIMAL repro for arg-macro expansion (id 1785514019). | 15 | 1 |
| nx_argon2_block.nx | RFC 9106 sec 3.5/3.6 Argon2 G compression | 258 | 8 |
| nx_argon2_block_test.nx | algebraic-property smoke for G(X, Y). | 127 | 3 |
| nx_argon2_g_xvalidate_test.nx | cross-validate nx G compression | 81 | 1 |
| nx_argon2id.nx | RFC 9106 Argon2id orchestrator (p=1, single-lane). | 436 | 12 |
| nx_argon2id_b0_bisect.nx | bisect step 2: verify B[0] derivation. | 104 | 2 |
| nx_argon2id_h0_bisect.nx | bisect step 1: verify H_0 derivation. | 95 | 3 |
| nx_argon2id_t1_xvalidate.nx | t=1 cross-validation (libargon2 ref + Python pyref agree). | 61 | 2 |
| nx_argon2id_test.nx | internal-consistency smoke for Argon2id (p=1). | 133 | 3 |
| nx_argon2id_xvalidate_test.nx | byte-exact cross-validation vs | 82 | 3 |
| nx_args.nx | getopt-style argument parser. | 308 | 6 |
| nx_argv.nx | Linux RV64 entry-stack builder. | 284 | 3 |
| nx_arith.nx | arithmetic Term substrate. | 149 | 9 |
| nx_arith_research.nx | THIN structured ARITHMETIC research source organ. COMPOSES nx_research_engine (the shared | 30 | 1 |
| nx_arity_witness_over.nx | does it compile today? | 8 | 2 |
| nx_arity_witness_under.nx | compile? what does it read? | 8 | 2 |
| nx_arm64_e2e_test.nx | aarch64 end-to-end: the sovereign ENCODER | 38 | 1 |
| nx_arm_count.nx | limb-count detector for SDXL hallucination class. | 159 | 3 |
| nx_arm_count_test.nx | smoke for limb-count detector. | 72 | 3 |
| nx_arousal.nx | CLI over nx_arousal_lib (simulate verbs). Holds NO math of its own: all | 213 | 1 |
| nx_arousal_body.nx | arousal progression ON THE BODY, not on a chart. | 441 | 13 |
| nx_arousal_clinical.nx | the THERAPY READOUT. Given a dual-control profile (SES/SIS1/SIS2), | 205 | 4 |
| nx_arousal_clinical_gate.nx | liar-killed GATE for the dual-control therapy readout. | 163 | 7 |
| nx_arousal_detail_test.nx | 111 | 3 | |
| nx_arousal_fit.nx | fits the perfusion time-constant tau to OBSERVED data by coarse-to-fine | 202 | 2 |
| nx_arousal_fit_gate.nx | liar-killed GATE for the tau fitter. | 178 | 8 |
| nx_arousal_gate.nx | liar-killed GATE for the arousal-state engine. | 195 | 8 |
| nx_arousal_lib.nx | pure physiological-arousal math core. NO main(): this is the shared | 330 | 33 |
| nx_arousal_mesh.nx | arousal on a real TRIANGLE MESH, not a raymarched implicit surface. | 287 | 6 |
| nx_arousal_mesh_gate.nx | liar-killed GATE for arousal on a polygon mesh. | 145 | 9 |
| nx_arousal_profile.nx | estimate a dual-control profile from OBSERVED sessions, and refuse the | 80 | 1 |
| nx_arousal_profile_gate.nx | liar-killed GATE for the dual-control profile estimator. | 127 | 7 |
| nx_arousal_render.nx | the LOOK organ. Emits a PNG of arousal SHIFTING OVER TIME. | 358 | 5 |
| nx_arousal_skin.nx | CLI over nx_arousal_skin_lib (skin optics). Holds NO math of its own; the | 77 | 1 |
| nx_arousal_skin_gate.nx | liar-killed GATE for the skin optics AND the LOOK organ. | 166 | 9 |
| nx_arousal_skin_lib.nx | skin OPTICS core (no main). Shared by nx_arousal_skin (CLI) and | 190 | 13 |
| nx_array_kat.nx | KAT for the new [N]T stack-array feature. Expect stdout: | 42 | 2 |
| nx_array_kat2.nx | KAT2 for [N]T: the OUT-PARAM pattern (array decays to a WRITABLE address across a call) + a larger array. | 28 | 2 |
| nx_array_ops.nx | language-level higher-order array primitives. | 470 | 30 |
| nx_array_ops_test.nx | smoke for language-level array primitives. | 222 | 2 |
| nx_arrhenius.nx | Arrhenius rate-vs-temperature primitive. | 229 | 6 |
| nx_arrhenius_crosscheck_test.nx | do the ecosystem's TWO independent | 236 | 6 |
| nx_artifact_id.nx | name a built artifact by its CONTENT so build and deploy can agree on WHICH BYTES. | 177 | 9 |
| nx_artifact_root.nx | ARTIFACT ROOT RESOLUTION, shared. One resolver, one roots table, for every organ | 106 | 4 |
| nx_artifactdrift.nx | IS THE BINARY WE ARE SERVING THE ONE THE LAST BUILD PRODUCED? | 1487 | 26 |
| nx_artifactdrift_gate.nx | THE BITE PROOF FOR THE FORK-ROOT AXIS (2026-08-31). | 259 | 6 |
| nx_artlicense.nx | THE LICENSE CHAIN AND THE ROYALTY LEDGER AS DATA (2026-08-24, /compare/phototwin PT4). | 337 | 18 |
| nx_artlicense_gate.nx | THE GATE FOR THE LICENSE CHAIN AND ROYALTY LEDGER (nx_artlicense), 2026-08-24. | 125 | 4 |
| nx_arxiv_census.nx | COMPLETE-POPULATION CENSUS of an arXiv date window. Turns "I read the current | 132 | 7 |
| nx_arxiv_census_gate.nx | teeth for the arXiv population-census decision core. | 75 | 1 |
| nx_arxiv_census_lib.nx | THE DECISION CORE for the arXiv population census, extracted so that the CLI and | 52 | 5 |
| nx_ascii.nx | ASCII character classification. | 127 | 13 |
| nx_ask.nx | CLI half of the user-question capability (tools-api name: nx_ask). All logic in | 6 | 1 |
| nx_ask_gate.nx | gates the user-question capability on a THROWAWAY store prefix... except nx_ask pins | 85 | 3 |
| nx_ask_lib.nx | USER-QUESTION capability, LIBRARY half (ak_main dispatcher + pure helpers) (closes the coverage BUILD-queue gap "user-question" -- the | 246 | 11 |
| nx_ask_tool_register.nx | register nx_ask (user-question queue) into the discovery registry -> | 24 | 2 |
| nx_asn1.nx | ASN.1 DER TLV (Tag-Length-Value) primitives. | 199 | 7 |
| nx_asn1_emit.nx | Encodes ASN.1 DER tagged-length-value triplets according to RFC 5280 and X.690 standards. | 221 | 15 |
| nx_asn1_emit_test.nx | smoke for ASN.1 DER encoder helpers. | 172 | 2 |
| nx_asr_research_fetch.nx | SOVEREIGN research round for THE DEEP: automatic speech recognition (operator | 72 | 5 |
| nx_assembly_guide.nx | sensor-verified step-by-step assembly walkthrough. | 247 | 11 |
| nx_assert.nx | runtime self-check primitives. | 170 | 7 |
| nx_assert_fire_test.nx | exercises the FAIL path of nx_assert. | 14 | 1 |
| nx_asset_access.nx | UNIVERSAL ORGANIZATION TOOLING arc, R6: ACCESS CLASSIFY (the asset PDP). | 70 | 8 |
| nx_asset_access_gate.nx | KAT + TEETH for nx_asset_access (R6 of the universal org-tooling arc). | 117 | 7 |
| nx_asset_autotag.nx | PERCEPTUAL NEAR-DUPLICATE detection (R3 of the universal org-tooling arc). | 73 | 4 |
| nx_asset_catalog.nx | UNIVERSAL ORGANIZATION TOOLING arc, R1. | 176 | 11 |
| nx_asset_catalog_gate.nx | KAT + TEETH for nx_asset_catalog (R1 of the universal org-tooling arc). | 369 | 9 |
| nx_asset_exceed_gate.nx | UNIVERSAL ORGANIZATION TOOLING arc, R7: the MEASURED exceed referee. | 542 | 27 |
| nx_asset_ingest_lib.nx | shared ingest CORES for the production catalog populator (R5). | 154 | 13 |
| nx_asset_ingest_real.nx | R5: POPULATE THE PRODUCTION CATALOG WITH REAL ASSETS. | 76 | 1 |
| nx_asset_ingest_real_gate.nx | KAT + TEETH for the PRODUCTION ingest cores (R5b). | 170 | 10 |
| nx_asset_merkle.nx | UNIVERSAL ORGANIZATION TOOLING arc, R8: WHOLE-INVENTORY MERKLE ROOT. | 107 | 6 |
| nx_asset_merkle_gate.nx | KAT + TEETH for nx_asset_merkle (R8: whole-inventory Merkle root). | 178 | 14 |
| nx_asset_meta.nx | METADATA ENRICHMENT (R3 of the universal organization-tooling arc). | 99 | 5 |
| nx_asset_meta_gate.nx | KAT + TEETH for nx_asset_meta + nx_asset_autotag (R3 of the universal | 360 | 8 |
| nx_asset_page_gate.nx | the referee for nx_asset_page_lib (2026-09-17): the asset page emits the viewer script only when | 49 | 3 |
| nx_asset_page_lib.nx | the asset page's decisions a gate can drive in-process (2026-09-17). First resident: does this | 81 | 3 |
| nx_asset_policy_seed.nx | seed the asset VISIBILITY POLICY into the native seg_store (no TSV). | 21 | 2 |
| nx_asset_prov.nx | THE PER-ASSET PROVENANCE ROW, as a command (/compare/modding MD9, 2026-09-06). A thin caller of | 75 | 5 |
| nx_asset_prov_clock_candidate_t346.nx | THE PER-ASSET PROVENANCE ROW AND ITS FAIL-CLOSED VERDICT (/compare/modding MD9, 2026-09-06). | 246 | 18 |
| nx_asset_prov_clock_cli_candidate_t346.nx | THE PER-ASSET PROVENANCE ROW, as a command (/compare/modding MD9, 2026-09-06). A thin caller of | 76 | 5 |
| nx_asset_prov_clock_gate_t346.nx | 13 | 1 | |
| nx_asset_prov_gate.nx | THE PROVENANCE-ROW GATE (/compare/modding MD9, 2026-09-06). Drives nx_asset_prov_lib IN-PROCESS | 190 | 5 |
| nx_asset_prov_lib.nx | THE PER-ASSET PROVENANCE ROW AND ITS FAIL-CLOSED VERDICT (/compare/modding MD9, 2026-09-06). | 246 | 18 |
| nx_asset_provenance.nx | UNIVERSAL ORGANIZATION TOOLING arc, R2. | 203 | 13 |
| nx_asset_provenance_gate.nx | KAT + TEETH for nx_asset_provenance (R2 of the universal org-tooling arc). | 239 | 8 |
| nx_asset_record.nx | UNIVERSAL ORGANIZATION TOOLING arc, R0. | 238 | 16 |
| nx_asset_record_gate.nx | KAT + TEETH for nx_asset_record (R0 of the universal org-tooling arc). | 332 | 8 |
| nx_asset_search.nx | UNIVERSAL ORGANIZATION TOOLING arc: FACETED FINDABILITY over the catalog. | 98 | 5 |
| nx_asset_search_gate.nx | KAT + TEETH for nx_asset_search (faceted findability over the catalog). | 137 | 8 |
| nx_asset_signals.nx | "WHAT WE NEED TO DO" pillar (R4 of the universal organization-tooling arc). | 441 | 26 |
| nx_asset_signals_gate.nx | KAT + TEETH for nx_asset_signals (R4 "what we need to do" pillar). | 412 | 12 |
| nx_asset_status.nx | R5 "WHAT'S GOING ON" + "WHAT WE HAVE" aggregator. | 158 | 27 |
| nx_asset_status_gate.nx | KAT + TEETH for nx_asset_status (R5 dashboard stats). | 233 | 8 |
| nx_asset_visibility.nx | flag every asset PUBLIC vs PRIVATE *BY ITS SOURCE*, on the NATIVE store. | 112 | 13 |
| nx_asset_visibility_gate.nx | KAT + TEETH for nx_asset_visibility (flag public/private BY SOURCE), | 140 | 9 |
| nx_assetingest_gate.nx | THE ASSET INGEST LANE'S STANDING GATE. Runs every ingest organ's KAT | 269 | 12 |
| nx_assetprobe.nx | CONTENT-TYPED ASSET IDENTIFICATION FOR INGESTION. | 295 | 11 |
| nx_assetprobe_lib.nx | THE ONE CONTENT-TYPE RULER FOR INGESTION (extracted 2026-09-06 from nx_assetprobe.nx, byte-for-byte | 251 | 13 |
| nx_assets_lib.nx | THE ONE READER of <dom>.assets (2026-09-16): every FOREIGN ASSET a board's run path or | 393 | 16 |
| nx_assetvariant.nx | SWAP-AS-DATA v0 (swap+motion census SCOPE A, the DnD/game ask): reuse ONE synthetic | 135 | 8 |
| nx_async_rt.nx | cooperative async task runtime. | 166 | 8 |
| nx_atlas_admit.nx | atlas-hygiene UNIFIED ADMISSION CONTROL (blueprint Section 4 insertion pipeline). | 72 | 4 |
| nx_atlas_budget.nx | atlas-hygiene COMPUTE CIRCUIT-BREAKER (blueprint Callout 4 / F266). | 33 | 2 |
| nx_atlas_cite.nx | atlas-hygiene CITATION FORMAT PRECHECK (blueprint Callout 1 / F265, first rung). | 29 | 2 |
| nx_atlas_citeverify.nx | atlas-hygiene CITATION AUTHORITY FIREWALL (blueprint Callout 1, ENFORCING). | 63 | 3 |
| nx_atlas_citeverify2.nx | atlas-hygiene MULTI-AUTHORITY CITATION FIREWALL (beyond-SOTA / Callout 1+). | 78 | 6 |
| nx_atlas_contra.nx | atlas-hygiene CONTRADICTION RESOLVER (blueprint / F262). | 33 | 2 |
| nx_atlas_dedup.nx | atlas-hygiene SYNTACTIC DEDUP primitive (blueprint Layer A / F261). | 33 | 3 |
| nx_atlas_frontdoor.nx | regenerates the /compare/atlas hub page from the LIVE ecograph_full store. | 102 | 5 |
| nx_atlas_gate.nx | atlas-hygiene CONFIDENCE-GATE enforcement primitive (blueprint Callout 3 / F264). | 53 | 3 |
| nx_atlas_prov.nx | atlas-hygiene ZOMBIE-LOOP FIREWALL (blueprint Callout 2 / F263). | 54 | 3 |
| nx_atlas_safety.nx | atlas-hygiene SAFETY GUARDRAIL (blueprint Callout 5). | 39 | 3 |
| nx_atlas_sweep.nx | atlas-hygiene AUTO-SWEEP: judges EVERY real node in a plane, not hand-passed args. | 124 | 6 |
| nx_atlas_traits.nx | the EXTENSIBLE trait engine for the Living Capability Atlas. | 168 | 8 |
| nx_atmosphere.nx | atmospheric scattering math primitives. | 579 | 16 |
| nx_atom.nx | atomic primitives + memory ordering. | 226 | 10 |
| nx_atom_kat.nx | KAT: verify the atomic instructions (xchgq store, xaddq FAA, lock cmpxchgq CAS) encode + EXECUTE correctly. | 30 | 1 |
| nx_atom_v1.nx | Atom 1.0 feed builder (RFC 4287). | 189 | 7 |
| nx_atomic_intrinsic_test.nx | exercise the __atomic_* compiler | 113 | 7 |
| nx_atomic_rewrite.nx | WMS-R3: a GENERIC, callable atomic whole-file rewrite | 213 | 9 |
| nx_atp_to_derive.nx | bridge from ATP saturation proofs to | 97 | 2 |
| nx_atp_to_derive_test.nx | bridge smoke. | 80 | 1 |
| nx_attack_taxonomy.nx | MITRE ATT&CK + CWE sealed-enum reference. | 165 | 7 |
| nx_attack_taxonomy_test.nx | smoke for MITRE taxonomy enums. | 80 | 2 |
| nx_attention.nx | scaled dot-product attention kernel. | 352 | 9 |
| nx_attention_class.nx | sealed enum: cell attention class. | 128 | 6 |
| nx_attention_class_test.nx | smoke for nx_attention_class. | 57 | 1 |
| nx_attention_test.nx | attention kernel composes the stack. | 155 | 1 |
| nx_attest.nx | append-only Merkle log for cryptographic attestation | 281 | 8 |
| nx_attest_silicon.nx | per-chip trust declaration. | 322 | 10 |
| nx_attest_silicon_test.nx | smoke for nx_attest_silicon. | 100 | 1 |
| nx_attn_window.nx | sliding-window (local) attention kernel. | 391 | 7 |
| nx_attribution.nx | per-output bottom-up contribution tracking. | 309 | 5 |
| nx_audio_capture.nx | abstract audio-capture backend + null impl. | 132 | 13 |
| nx_audio_demo_test.nx | INTEGRATION gate: the 4 audio rungs compose into the | 59 | 4 |
| nx_audio_dred.nx | DEEP REDUNDANCY for voice, the keystone for surviving bursty mobile packet loss WITHOUT a | 40 | 4 |
| nx_audio_enhance.nx | sovereign AUDIO ENHANCEMENT for the call mic path: AGC (auto gain control -> boosts a | 74 | 6 |
| nx_audio_fx.nx | SOVEREIGN AUDIO ENGINE rung R5: effects (filter + delay). | 34 | 2 |
| nx_audio_fx_test.nx | KAT gate for sovereign FX (audio R5): low-pass + delay. | 59 | 4 |
| nx_audio_mix.nx | SOVEREIGN AUDIO ENGINE, rung R0: the PCM mixer atom. | 58 | 4 |
| nx_audio_mix_test.nx | KAT gate for the sovereign PCM mixer atom (audio R0). | 71 | 4 |
| nx_audio_osc.nx | SOVEREIGN AUDIO ENGINE rung R3: oscillators (synth source). | 101 | 9 |
| nx_audio_osc_test.nx | KAT gate for sovereign oscillators (audio R3). | 56 | 4 |
| nx_audio_pan.nx | SOVEREIGN AUDIO ENGINE rung R2: stereo + constant-power pan. | 43 | 3 |
| nx_audio_pan_test.nx | KAT gate for sovereign stereo/constant-power pan (R2). | 72 | 4 |
| nx_audio_pcm.nx | 8-bit PCM audio buffer + DSP helpers. | 155 | 6 |
| nx_audio_pcm_test.nx | smoke for nx_audio_pcm. | 71 | 1 |
| nx_audio_playback.nx | abstract audio-playback backend + null impl. | 180 | 17 |
| nx_audio_resample.nx | SOVEREIGN AUDIO ENGINE rung R1: sample-rate conversion. | 41 | 2 |
| nx_audio_resample_test.nx | KAT gate for the sovereign resampler (audio R1). | 64 | 4 |
| nx_audio_scene_quality.nx | audio-scene quality grader. | 288 | 8 |
| nx_audio_session.nx | concrete audio-session subtype. | 278 | 16 |
| nx_audio_sfx.nx | SOVEREIGN AUDIO ENGINE: a game SFX library. | 113 | 7 |
| nx_audio_sfx_test.nx | KAT gate for the sovereign SFX library. | 78 | 7 |
| nx_audio_sfx_web.nx | sovereign WEB-AUDIO SFX module: emits a self-contained | 79 | 5 |
| nx_audio_sfx_web_test.nx | KAT gate: the web SFX module exposes all 4 play | 66 | 5 |
| nx_audio_song_test.nx | MUSICAL artifact: render a C-major arpeggio (3 sine | 70 | 5 |
| nx_audio_spatial.nx | SOVEREIGN AUDIO ENGINE rung R6: 3D positional audio. | 34 | 1 |
| nx_audio_spatial_test.nx | KAT gate for sovereign isqrt + 3D positional audio. | 65 | 4 |
| nx_audio_synth.nx | SOVEREIGN AUDIO ENGINE rung R3b: sine + ADSR envelope. | 59 | 2 |
| nx_audio_synth_test.nx | KAT gate for sine + ADSR (audio R3b). | 54 | 4 |
| nx_audio_wav.nx | SOVEREIGN AUDIO ENGINE rung R4: render to a real .wav file. | 76 | 6 |
| nx_audio_wav_test.nx | KAT gate for the sovereign WAV writer (audio R4). | 70 | 5 |
| nx_audio_web.nx | AUDIO ENGINE -> WEB bridge: emit an HTML page that PLAYS a | 57 | 3 |
| nx_audio_web_test.nx | KAT gate: the audio->web bridge emits a valid HTML page | 62 | 5 |
| nx_audit_compose_test.nx | audit + dashboard + health + recovery. | 101 | 1 |
| nx_audit_dashboard.nx | aggregate substrate state surface. | 167 | 13 |
| nx_audit_dashboard_test.nx | smoke for nx_audit_dashboard. | 59 | 1 |
| nx_audit_server_daemon.nx | accept-loop variant of audit server. | 95 | 1 |
| nx_audit_server_main.nx | live phase-2 dashboard server. | 85 | 1 |
| nx_audit_server_routed.nx | multi-endpoint dispatcher daemon. | 687 | 11 |
| nx_auth_research.nx | THIN structured AUTHENTICATION-SOTA research organ. COMPOSES nx_research_engine | 54 | 1 |
| nx_authored_cast_artifact_gate_t55.nx | 27 | 2 | |
| nx_authored_material_emit_gate_t54.nx | 2 | 1 | |
| nx_authorgen.nx | ★THE AUTHORING FRONT-END (operator 2026-07-13, ref orcaclient.com "Describe a Mod, Get It | 151 | 14 |
| nx_authz_svc.nx | the SOVEREIGN AUTHORIZATION SERVICE core (the SpiceDB/OpenFGA/Ory-Keto architecture: ONE | 254 | 14 |
| nx_auto_supports_v2_target_test.nx | four-pillar MONITOR | 126 | 2 |
| nx_auto_verify.nx | bulk re-prove every entry in nx_qed_db. | 184 | 8 |
| nx_auto_verify_test.nx | smoke for autonomous bulk verification. | 80 | 1 |
| nx_autofix_auto.nx | THE SELF-LOCALIZING FIX LOOP (2026-07-16): removes the last a-priori knowledge | 856 | 25 |
| nx_autofix_auto_gate.nx | TEETH FOR THE FIX LOOP'S M0 RULERS (autodev AD3/AD4/AD5/AD6/AD7, 2026-08-27). | 246 | 3 |
| nx_autofix_auto_gate_t138.nx | TEETH FOR THE FIX LOOP'S M0 RULERS (autodev AD3/AD4/AD5/AD6/AD7, 2026-08-27). | 264 | 3 |
| nx_autofix_candidate.nx | a REAL buildable "code under repair" for the autonomous fix loop (nx_autofix_gate). | 22 | 2 |
| nx_autofix_candidate2.nx | richer "code under repair" for the SELF-LOCALIZING fix loop | 47 | 6 |
| nx_autofix_candidate3.nx | second self-localizing candidate: SAME output contract as candidate2 but | 45 | 6 |
| nx_autofix_candidate4.nx | third self-localizing candidate, one rung HARDER: the seeded bug is | 51 | 6 |
| nx_autofix_candidate5.nx | the WILD-BUG candidate: retires "seeded" from the autofix loop. | 60 | 5 |
| nx_autofix_gate.nx | THE AUTONOMOUS PROACTIVE FIX LOOP (operator 2026-07-15: "that was the point of all | 249 | 10 |
| nx_autofix_intake_gate.nx | THE FOREIGN-BUG INTAKE GATE (2026-07-16; envelope + untrusted-input | 204 | 2 |
| nx_autofix_intake_gate_t138.nx | THE FOREIGN-BUG INTAKE GATE (2026-07-16; envelope + untrusted-input | 210 | 2 |
| nx_autofix_lib.nx | THE SHARED RULERS OF THE AUTONOMOUS FIX LOOP (autodev M0, 2026-08-27). | 1005 | 41 |
| nx_autofix_lib_t138.nx | THE SHARED RULERS OF THE AUTONOMOUS FIX LOOP (autodev M0, 2026-08-27). | 1135 | 45 |
| nx_autofix_localfix.nx | THE LOCAL MAKER TAKES STAGE 4 (2026-07-16). The proven autofix loop | 318 | 14 |
| nx_autofix_mut_absdiff_cf.nx | MUTATION-GENERATED FOREIGN BUG (class: comparison-flip on a | 46 | 6 |
| nx_autofix_mut_absdiff_os.nx | MUTATION-GENERATED FOREIGN BUG (class: operand-swap in ONE branch | 46 | 6 |
| nx_autofix_mut_dbl_sub.nx | MUTATION-GENERATED FOREIGN BUG (class: arithmetic-operator flip, | 45 | 6 |
| nx_autofix_mut_dbl_x3.nx | MUTATION-GENERATED FOREIGN BUG (class: multiplier-constant | 45 | 6 |
| nx_autofix_mut_eqv.nx | DELIBERATE EQUIVALENT MUTANT (the intake gate's discard tooth): max2 with | 39 | 5 |
| nx_autofix_mut_inc_c2.nx | MUTATION-GENERATED FOREIGN BUG (class: constant-perturbation, +1 | 45 | 6 |
| nx_autofix_mut_iseven_cp.nx | MUTATION-GENERATED FOREIGN BUG (class: comparison-constant | 45 | 6 |
| nx_autofix_mut_max2_rf.nx | MUTATION-GENERATED FOREIGN BUG (class: return-first / branch-elide). | 46 | 6 |
| nx_autofix_mut_neg_id.nx | MUTATION-GENERATED FOREIGN BUG (class: negation elided to identity). | 45 | 6 |
| nx_autofix_mut_sgn_bd.nx | MUTATION-GENERATED FOREIGN BUG (class: branch-drop -- the negative | 45 | 6 |
| nx_autofix_mut_sgn_cw.nx | MUTATION-GENERATED FOREIGN BUG (class: swapped branch RETURNS -- the | 45 | 6 |
| nx_autoformalize.nx | AUTOFORMALIZATION rungs 1-4: informal arithmetic claim -> FORMAL Peano terms -> a | 94 | 1 |
| nx_autoformalize_cap_probe.nx | what does the 8-token cap in af_parse ACTUALLY do? | 46 | 2 |
| nx_autoformalize_lib.nx | the CANONICAL autoformalization library (pure funcs, no main), extracted | 408 | 17 |
| nx_autograd.nx | TRAIN-R1: scalar tape-based reverse-mode autograd. THE training keystone: once gradients | 104 | 11 |
| nx_autograd_tensor.nx | TRAIN-R2 (T6): TENSOR reverse-mode autograd -- the identities that scale. | 932 | 31 |
| nx_autograde_gate.nx | THE AUTONOMOUS TARGET GRADER (operator 2026-07-15: "we should get to autonomous | 314 | 10 |
| nx_autograde_page.nx | the AUTONOMOUS GRADING dashboard for /compare/autograde, written for HUMANS | 362 | 14 |
| nx_autorig.nx | AUTO-RIG + PHYSICS-PARAM EMIT (generator-path R5, operator: the ecosystem emits rigged, | 153 | 8 |
| nx_autorig_creature_gate.nx | THE ARCHETYPE-FREE PROOF: the SAME one-call auto-rig, with NO hint, rigs a dragon- | 425 | 17 |
| nx_autorig_mesh.nx | ONE-CALL SOVEREIGN AUTO-RIG OF A BARE MESH: skeleton then skin weights in a SINGLE | 79 | 5 |
| nx_autorig_mesh_gate.nx | proves the one-call auto-rig is FAITHFUL, not a new arithmetic. A bare prism goes | 216 | 12 |
| nx_autorig_pose_gate.nx | THE END-TO-END DONE-RULE GATE FOR DC16 (the BEND case): a BARE mesh goes through | 496 | 17 |
| nx_av1_adst.nx | AV1/AV2 inverse ADST (asymmetric discrete sine transform). | 102 | 3 |
| nx_av1_adst_gate.nx | proves the inverse ADST and its distinctness from DCT. | 202 | 4 |
| nx_av1_dct.nx | AV1/AV2 inverse DCT butterfly networks, 4 and 8 point. | 133 | 3 |
| nx_av1_dct_gate.nx | proves the inverse DCT networks by STRUCTURAL property. | 210 | 4 |
| nx_av1_ec.nx | the AV1/AV2 multi-symbol CDF arithmetic decoder. | 183 | 8 |
| nx_av1_ec_gate.nx | proves the AV1/AV2 multi-symbol CDF arithmetic decoder. | 154 | 2 |
| nx_av1_frame.nx | AV1/AV2 frame-header parameter blocks, writer and reader. | 236 | 10 |
| nx_av1_frame_gate.nx | proves the AV1/AV2 frame-header parameter blocks. | 207 | 3 |
| nx_av1_intra.nx | AV1/AV2 non-directional intra prediction. | 240 | 5 |
| nx_av1_intra_gate.nx | proves AV1/AV2 non-directional intra prediction. | 257 | 3 |
| nx_av1_obu.nx | AV1/AV2 OBU layer: reader and writer. | 211 | 6 |
| nx_av1_obu_gate.nx | proves the AV1/AV2 OBU layer by ROUND-TRIP. | 198 | 3 |
| nx_av1_seq.nx | AV1/AV2 sequence header, writer and reader. | 287 | 6 |
| nx_av1_seq_gate.nx | proves the AV1/AV2 sequence header by ROUND-TRIP. | 174 | 3 |
| nx_av1_tile.nx | AV1/AV2 tile geometry and tile_info, writer and reader. | 224 | 12 |
| nx_av1_tile_gate.nx | proves AV1/AV2 tile geometry and tile_info. | 170 | 3 |
| nx_av1_txfm.nx | AV1/AV2 transform primitives. | 205 | 15 |
| nx_av1_txfm2d.nx | the 2-D transform-type lattice shared VERBATIM with AV2. | 165 | 5 |
| nx_av1_txfm2d_gate.nx | proves the 16 2-D transform types are a BIJECTION | 189 | 3 |
| nx_av1_txfm_gate.nx | proves the AV1/AV2 transform primitives. | 189 | 3 |
| nx_avail_map.nx | shared cross-peer piece-AVAILABILITY map for rarest-first selection. | 154 | 7 |
| nx_avail_map_gate.nx | KAT + negative controls for the shared cross-peer availability map. | 132 | 2 |
| nx_avatar_cv_research_fetch.nx | bank the AVATAR + COMPUTER-VISION-INGEST capability field (operator 2026-07-06: | 64 | 2 |
| nx_avatar_encode.nx | full AVATAR encoder. | 171 | 3 |
| nx_avatar_encode_test.nx | AVATAR encoder smoke. | 119 | 4 |
| nx_avatar_solve_test.nx | AVATAR composite smoke. | 82 | 1 |
| nx_avatar_splat.nx | ★THE LEAP (charsim R25; operator 2026-08-16: "dont build iterative junk, you | 643 | 8 |
| nx_avatar_split.nx | AVATAR-style clause splitting. | 137 | 3 |
| nx_avatar_split_test.nx | AVATAR splitting smoke. | 133 | 4 |
| nx_avg_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_avg_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_aw_hostctl_gate.nx | 24 | 1 | |
| nx_aw_mtls_inject.nx | inject the VERIFIED mTLS client identity into the decrypted HTTP request as an | 99 | 5 |
| nx_aw_mtls_inject_gate.nx | gate the sovereign mTLS carrier's identity-injection TRUST BOUNDARY. | 95 | 6 |
| nx_award_axes_test.nx | 110 | 2 | |
| nx_award_page_probe.nx | MEASURED evidence that web_assets/lds_award.html demonstrates the award-winning | 44 | 4 |
| nx_award_ui_census.nx | honest maturity scorecard of our UI vs the AWARD-WINNING / "objectively incredible" bar | 99 | 6 |
| nx_award_ui_research_fetch.nx | the Nishi RESEARCHER's sovereign LIVE fetch for the AWARD-WINNING / "objectively | 84 | 5 |
| nx_axioms.nx | foundational axioms as sealed substrate constants. | 192 | 2 |
| nx_axisvar.nx | DOES THIS JUDGE'S AXIS ACTUALLY VARY? A per-axis distribution census over a whole | 265 | 10 |
| nx_backend_audit_test.nx | self-host substrate audit, written IN | 179 | 9 |
| nx_backend_probe.nx | probe the plain-HTTP library backend (:8095) on both the | 36 | 5 |
| nx_backtrace.nx | frame-pointer-based stack walker. | 184 | 4 |
| nx_backward_subsume_test.nx | backward subsumption smoke. | 150 | 3 |
| nx_balance.nx | per-account balance cache for the ledger. | 261 | 8 |
| nx_ballistics.nx | Simulates projectile motion with and without air drag for ballistic trajectory visualization. | 143 | 24 |
| nx_bam.nx | BAM binary record serialiser (SAMv1 §4). | 278 | 4 |
| nx_bam_file_compose_test.nx | end-to-end .bam stream composition. | 101 | 1 |
| nx_bam_test.nx | KAT for BAM 4-bit seq + cigar packing. | 306 | 1 |
| nx_bandwidth_ladder.nx | GENEALOGIST physics grade, 3rd axis: MEMORY BANDWIDTH (for streaming ops). | 68 | 4 |
| nx_bandwidth_meter.nx | per-session bandwidth + RTT observation. | 205 | 10 |
| nx_barfresh.nx | CLI over nx_barfresh_lib: is every bar on a /compare board the CURRENT MONTH'S, or attested this month | 123 | 5 |
| nx_barfresh_gate.nx | GATE for the bar-age ruler (nx_barfresh_lib), driven IN-PROCESS on planted plan rows with the | 219 | 4 |
| nx_barfresh_lib.nx | THE ONE RULER FOR BAR AGE ON A /compare BOARD: a bar is the CURRENT MONTH'S, or it is refused. | 403 | 22 |
| nx_base32.nx | RFC 4648 base32 encoder + decoder. | 225 | 7 |
| nx_base58.nx | Bitcoin / IPFS base58 encoder + decoder. | 188 | 7 |
| nx_base64.nx | RFC 4648 base64 encoder + decoder. | 179 | 6 |
| nx_basic_auth.nx | HTTP Basic Authentication (RFC 7617). | 201 | 4 |
| nx_batch_audit_sidecar.nx | READ-ONLY observability sidecar for | 265 | 8 |
| nx_batch_audit_sidecar_test.nx | end-to-end live-fire shape. | 169 | 1 |
| nx_batch_infer.nx | WORKER MESH BACKEND: a sovereign FUSED-BATCH inference kernel that gives the real throughput | 139 | 5 |
| nx_batch_scheduler.nx | H2 continuous batching (bits-up). | 369 | 16 |
| nx_batch_scheduler_test.nx | smoke for H2 continuous batching. | 164 | 1 |
| nx_batched_gate.nx | MEASURED gate for BATCHED MULTI-SEQUENCE decode | 288 | 6 |
| nx_batched_tput.nx | AGGREGATE THROUGHPUT of batched multi-sequence | 149 | 4 |
| nx_batchscale_kat.nx | IS THE MATMUL PATH AMORTISING ACROSS m? The decisive perf question, answered | 136 | 4 |
| nx_battery_research_fetch.nx | the Nishi RESEARCHER expanded into LITHIUM-ION BATTERY RECLAMATION as a SAFE | 123 | 5 |
| nx_battery_safety.nx | BMS substrate (Captain Moroni Phase M2). | 222 | 6 |
| nx_battery_safety_test.nx | smoke for nx_battery_safety. | 60 | 1 |
| nx_bck_elide.nx | LN7 SOUND BOUNDS-CHECK ELISION (bck_elide_dominated). | 994 | 46 |
| nx_bck_elide_gate.nx | THE ELISION PROOF GATE for LN7 (bck_elide_dominated). | 363 | 7 |
| nx_bck_iv_gate.nx | THE ELISION PROOF GATE for LN7b (bck_elide_induction) and for the compiler's | 261 | 7 |
| nx_beach_beta_registry_probe_t47.nx | 12 | 1 | |
| nx_beach_contact_before_placement_t316.nx | BEACH GROUND CONTACT: every body path that can leave feet under the | 775 | 20 |
| nx_beach_contact_candidate.nx | The tested adapter is now owned by the native craft controller. | 2 | 0 |
| nx_beach_contact_gate.nx | BEACH GROUND CONTACT: every body path that can leave feet under the | 775 | 20 |
| nx_beach_contact_sweep.nx | Axis-aligned body sweep. Bounds and units belong to the caller's body contract. | 72 | 5 |
| nx_beach_contact_sweep_gate.nx | 68 | 2 | |
| nx_beach_controller_contact_gate.nx | 92 | 2 | |
| nx_beach_facing_gate_t109.nx | Private qualification of the existing native facing owner. | 147 | 2 |
| nx_beach_facing_policy_gate_t108.nx | 33 | 1 | |
| nx_beach_ground_probe.nx | 21 | 1 | |
| nx_beach_npc_origin_contact_gate_t43.nx | ORIGINAL. Exact observed shoreline NPC root coordinates; private native diagnostic. | 35 | 1 |
| nx_beach_npc_residency_canonical_gate_t44.nx | ORIGINAL. Real Beach terrain, same source owner, signed entity save roundtrip. | 80 | 2 |
| nx_beach_npc_residency_gate_t44.nx | ORIGINAL. Real Beach terrain, same source owner, signed entity save roundtrip. | 80 | 2 |
| nx_beach_overhang_gate.nx | 54 | 1 | |
| nx_beach_pair_layout_gate_t46.nx | Validates and enforces agreement between plain and shared memory layouts in a game pair using cryptographic checks and runtime verification. | 61 | 1 |
| nx_beach_pose_pair_gate_t123.nx | Private qualification of the existing native facing owner. | 145 | 2 |
| nx_beach_release_recipe.nx | Beach release fixture recipe. Native scene data; no page-side geometry. | 12 | 0 |
| nx_beach_release_recipe_dunes_t70.nx | Beach release fixture recipe. Native scene data; no page-side geometry. | 18 | 0 |
| nx_beach_release_recipe_move_t72.nx | Beach release fixture recipe. Native scene data; no page-side geometry. | 28 | 0 |
| nx_beach_release_recipe_relief_t140.nx | Beach release fixture recipe. Native scene data; no page-side geometry. | 28 | 0 |
| nx_beach_wasm_residency_gate_t45.nx | ORIGINAL. Actual plain/shared module residency calls and existing pair contract. | 44 | 2 |
| nx_beach_water_surface.nx | Continuous still-water geometry; Q8 coordinates and Q16 ray parameters. | 23 | 1 |
| nx_beach_water_surface_gate.nx | 71 | 1 | |
| nx_beach_workspace_scripts_gate_t48.nx | 30 | 2 | |
| nx_beach_zone.nx | specialized water-land transition generator. | 305 | 7 |
| nx_bearer_auth.nx | extract Bearer tokens from Authorization header. | 133 | 5 |
| nx_beauty_score.nx | S-class composite proportion scorer. | 147 | 3 |
| nx_beauty_score_test.nx | 66 | 2 | |
| nx_bed_mesh.nx | slicer-side per-XY Z compensation from a probed | 207 | 4 |
| nx_bed_mesh_adversarial_test.nx | Phase A6 of S-class hardening. | 77 | 1 |
| nx_bed_mesh_test.nx | verify bilinear interp + layer taper for | 108 | 2 |
| nx_bedmesh_emit_test.nx | prove that slicer-side bed-mesh | 114 | 3 |
| nx_beerqa_fetch.nx | fetch the BeerQA dev split (Stanford, beerqa.github.io) SOVEREIGNLY. BeerQA UNIFIES | 27 | 1 |
| nx_behaveprobe.nx | paired workload observations for reviewed promotion evidence. | 241 | 20 |
| nx_behaveprobe_evidence_candidate_t297.nx | paired workload observations for reviewed promotion evidence. | 241 | 20 |
| nx_behaveprobe_gate.nx | THE REFEREE FOR THE PROMOTE RULER'S SUFFICIENCY HALF: A LIVE PROBE MUST READ A SIGNAL | 165 | 9 |
| nx_behaveprobe_review_candidate_t371.nx | paired workload observations for reviewed promotion evidence. | 251 | 21 |
| nx_behavior_evidence_gate_t297.nx | Tests behavior evidence gate with various execution and capture scenarios. | 69 | 1 |
| nx_behavior_fixture_a_t297.nx | 22 | 2 | |
| nx_behavior_fixture_b_t297.nx | 22 | 2 | |
| nx_behavior_review_capture_gate_t371.nx | Tests behavior evidence gate with various execution and capture scenarios. | 85 | 1 |
| nx_beir_arms_lib.nx | THE ONE CHOOSER of the arm the BRIGHT sweep writes into search.leaderboard (search R0f, 2026-09-16). | 64 | 4 |
| nx_bench_census_gate.nx | gates the benchmark-coverage census on in-memory fixtures (no file I/O): | 46 | 3 |
| nx_bench_census_lib.nx | ecosystem BENCHMARK-COVERAGE census (the anti-navel-gazing engine scaled to | 126 | 8 |
| nx_bench_collatz.nx | NishiLang twin of bench/xlang/collatz.c (branch-heavy). | 57 | 2 |
| nx_bench_companion.nx | substrate-honest measurement primitive for | 212 | 7 |
| nx_bench_companion_test.nx | smoke for the bench-capture primitive. | 150 | 1 |
| nx_bench_companion_timed.nx | wall-clock-wrapped substrate measurement. | 107 | 5 |
| nx_bench_companion_timed_test.nx | smoke for wall-clock bench wrapper. | 84 | 1 |
| nx_bench_companion_tsv.nx | emit NxBenchReport as TSV row to a | 304 | 7 |
| nx_bench_companion_tsv_parse.nx | read bench TSV rows back from bytes. | 224 | 6 |
| nx_bench_companion_tsv_parse_test.nx | roundtrip smoke for TSV parser. | 180 | 1 |
| nx_bench_companion_tsv_test.nx | smoke for TSV emitter. | 135 | 1 |
| nx_bench_core.nx | B1 second stone of NISHI_PERFORMANCE_ | 212 | 3 |
| nx_bench_core_test.nx | KAT for B1 bench harness. | 172 | 1 |
| nx_bench_dist_emit_test.nx | 10-run distribution measurement. | 204 | 6 |
| nx_bench_dist_persist_test.nx | run distribution + persist to disk. | 197 | 3 |
| nx_bench_divpow2.nx | NishiLang twin of bench/xlang/divpow2.c. Signed | 57 | 2 |
| nx_bench_emit.nx | stream workload through OUR primitives, emit numbers to stdout. | 112 | 5 |
| nx_bench_fannkuch.nx | NishiLang twin of bench/xlang/fannkuch.c | 87 | 2 |
| nx_bench_fnv.nx | NishiLang twin of bench/xlang/fnv.c. FNV-1a over an LCG byte | 52 | 2 |
| nx_bench_harness.nx | the bits-up search leaderboard engine. | 266 | 6 |
| nx_bench_harness_test.nx | KAT for the leaderboard engine. | 86 | 1 |
| nx_bench_hll_throughput.nx | head-to-head HLL throughput bench. | 115 | 3 |
| nx_bench_hll_vs_cpc.nx | head-to-head workload runner. | 85 | 1 |
| nx_bench_hll_vs_cpcd.nx | HLL_8 vs CPC DENSE at matched accuracy. | 80 | 1 |
| nx_bench_hll_vs_datasketches.nx | honest head-to-head. | 190 | 3 |
| nx_bench_intent.nx | intent/facet-aware retrieval metrics, bits-up. | 254 | 7 |
| nx_bench_intent_test.nx | KAT for intent/facet-aware metrics. | 76 | 5 |
| nx_bench_matmul.nx | NishiLang twin of bench/xlang/matmul.c. Memory-bound | 69 | 2 |
| nx_bench_metrics.nx | sovereign retrieval-quality metric kernels. | 207 | 11 |
| nx_bench_metrics_test.nx | KAT for the retrieval-quality kernels. | 106 | 2 |
| nx_bench_multiseed.nx | 20-workload accuracy averaging for OUR HLL + CPC. | 157 | 6 |
| nx_bench_popcount.nx | microbenchmark for nx_popcount64. | 96 | 1 |
| nx_bench_receipt_lib.nx | THE ONE READER, ONE VERDICT AND ONE SERIALISER for a /compare <dom>.bench receipt | 318 | 19 |
| nx_bench_scale_dist_emit_test.nx | distribution measurement at 3 scales. | 197 | 8 |
| nx_bench_scale_test.nx | substrate scaling under increasing workload. | 168 | 4 |
| nx_bench_spectral.nx | NishiLang twin of bench/xlang/spectral.c (spectral-norm, | 124 | 7 |
| nx_bench_stats.nx | min/max/mean/p50/p95 stats over an i64 sample array. | 192 | 11 |
| nx_bench_stats_test.nx | smoke for the distribution-stats primitive. | 157 | 1 |
| nx_bench_stress_autoreg_test.nx | 10-iteration REAL transformer | 145 | 1 |
| nx_bench_stress_emit_test.nx | runs the stress workload AND emits | 141 | 1 |
| nx_bench_tsv_persist.nx | write bench TSV rows to a real file on disk. | 108 | 6 |
| nx_bench_tsv_persist_test.nx | smoke: write rows + read back + verify. | 141 | 1 |
| nx_bench_v1_vs_v2_test.nx | first paired substrate measurement. | 191 | 2 |
| nx_benchmark_harness.nx | head-to-head perf verdict primitive. | 348 | 8 |
| nx_benchmark_harness_test.nx | smoke for head-to-head perf verdict. | 135 | 2 |
| nx_benchmark_release_candidate_t179.nx | TRUE competitive benchmarking, not cherry-picking (operator: a recurring flaw -- | 167 | 14 |
| nx_benchmark_release_gate_t179.nx | 33 | 1 | |
| nx_benchtools_research.nx | THIN structured BENCHMARK-TOOLS research source organ (the real speed/capability | 25 | 1 |
| nx_bencode.nx | bencoding parser (bits-up), the BitTorrent keystone. | 134 | 7 |
| nx_bencode_test.nx | KAT for the bencode parser on real .torrent structure. | 59 | 2 |
| nx_beneish_gate.nx | BENEISH M-SCORE GATE (forensic manipulation detection). | 97 | 5 |
| nx_beneish_lib.nx | BENEISH M-SCORE: forensic detection of earnings manipulation, integer-exact. | 56 | 3 |
| nx_bert_ce_lib.nx | SOVEREIGN BERT cross-encoder (BertForSequenceClassification with one logit) composed from | 346 | 13 |
| nx_bezier_patch.nx | PARAMETRIC SPLINE SURFACE: a bicubic Bezier tensor-product patch (the non-rational core of | 76 | 3 |
| nx_bfsk.nx | Binary Frequency Shift Keying modem. Apparatus | 162 | 5 |
| nx_bgzf.nx | BGZF (Blocked GZIP Format) container per SAMv1 §4.1. | 151 | 2 |
| nx_bgzf_test.nx | KAT for BGZF stored-block writer + EOF marker. | 141 | 1 |
| nx_bigfloat120.nx | ME3 rung 1: SOVEREIGN fixed-120-bit binary float, pure Nishi. | 360 | 15 |
| nx_bigfloat120_atan.nx | SOVEREIGN atan oracle on the 120-bit bigfloat. | 141 | 3 |
| nx_bigfloat120_div.nx | full 120-bit division (separate file: mul+div quirk law). | 56 | 1 |
| nx_bigfloat120_erfc.nx | ME2-ERF-002 FOUNDATION rung: the SOVEREIGN 120-bit erfc | 148 | 4 |
| nx_bigfloat120_exp.nx | SOVEREIGN exp oracle: binary64-in, binary64-out, all | 125 | 2 |
| nx_bigfloat120_gamma.nx | SOVEREIGN gamma oracle on the 120-bit bigfloat | 289 | 5 |
| nx_bigfloat120_ln.nx | SOVEREIGN ln oracle: binary64-in, binary64-out, 120-bit | 141 | 2 |
| nx_bigfloat120_pow.nx | SOVEREIGN pow oracle: binary64 pair in, binary64 out, | 239 | 4 |
| nx_bigfloat120_sinh.nx | SOVEREIGN sinh/cosh oracle on the 120-bit bigfloat. | 113 | 5 |
| nx_bigfloat120_tan.nx | SOVEREIGN tan oracle on the 120-bit bigfloat: | 58 | 2 |
| nx_bigfloat120_trig.nx | SOVEREIGN trig oracle on the 120-bit bigfloat: pi by | 218 | 7 |
| nx_bigint.nx | KAT GATE for the multi-precision integer primitives (nx_syscalls import chain). | 39 | 1 |
| nx_bigint_lib.nx | multi-precision integer PRIMITIVES (unsigned), the IMPORTABLE library. | 174 | 10 |
| nx_bigint_modexp.nx | modular reduction + modular exponentiation on nx_bigint (the missing keystone). | 96 | 8 |
| nx_bigread_test.nx | isolate the >64MB fault: does sys_read fill a 177MB buffer, and is far access ok? | 73 | 2 |
| nx_billing.nx | Nishi Office TIME & BILLING CLI/MCP organ: self-verifying demo over | 49 | 1 |
| nx_billing_gate.nx | INDEPENDENT gate for time & billing (imports the SAME shipped | 140 | 2 |
| nx_billing_lib.nx | Nishi Office: TIME & BILLING (F506-adjacent) core lib. Billable time | 95 | 3 |
| nx_bills.nx | R1 of THE NISHI SITUATION-MANAGEMENT arc: the recurring BILLS / OBLIGATIONS register | 62 | 5 |
| nx_bills_entry.nx | the BILL-ENTRY data path: turns a person's submitted bill form (a urlencoded POST | 50 | 4 |
| nx_bills_entry_gate.nx | proves the bill-entry data path: a urlencoded form body -> be_record -> a stored | 87 | 4 |
| nx_bills_gate.nx | R1 GATE: proves the bills register computes exact cadence-normalized monthly totals, | 62 | 5 |
| nx_bills_store.nx | per-respondent BILL STORE so the climb-out runs on the person's REAL recurring bills, | 91 | 5 |
| nx_bills_store_gate.nx | proves the per-respondent BILL STORE: add bills -> they persist + round-trip, | 83 | 4 |
| nx_binary_search.nx | canonical binary search on a sorted nx_int array. | 48 | 2 |
| nx_binary_search_test.nx | canonical exercise of search + lower_bound. | 49 | 1 |
| nx_bindings_delivery_gate.nx | Complete native HTTPS and staged Compare adapter delivery evidence. | 262 | 11 |
| nx_bindings_openapi_capture_gate.nx | 14 | 1 | |
| nx_binomial.nx | C(n, k) iterative, overflow-safe. | 30 | 1 |
| nx_binomial_test.nx | 17 | 1 | |
| nx_biome_classifier.nx | Whittaker / Holdridge biome classifier. | 336 | 4 |
| nx_bip39_wordlist.nx | the 2048-word BIP39 English wordlist (bitcoin/bips bip-0039). | 139 | 65 |
| nx_biquad.nx | direct-form-II transposed biquad filter in Q14. | 240 | 5 |
| nx_bit.nx | low-level bit primitives. | 200 | 16 |
| nx_bit_provenance.nx | bit-provenance ledger (silicon-to-death tracking). | 182 | 10 |
| nx_bit_provenance_pipeline_test.nx | BP-2 proof: bit-provenance | 97 | 1 |
| nx_bitio.nx | MSB-first bit-level writer/reader over a byte buffer. | 51 | 3 |
| nx_bitops.nx | 64-bit bitwise helpers (gold-standard reference). | 122 | 4 |
| nx_bits.nx | bit-manipulation primitives, dispatching to hardware | 335 | 31 |
| nx_bits_test.nx | smoke for nx_bits primitives. | 73 | 1 |
| nx_bitset.nx | packed bit array with O(1) get / set / clear. | 191 | 11 |
| nx_bitstream.nx | bit-level reader for packed-binary formats. | 312 | 11 |
| nx_bki_alias_gate.nx | Pure action identity checks; actual runner cache behavior requires integration evidence. | 37 | 3 |
| nx_blake2b.nx | RFC 7693 BLAKE2b-512 hash (variable output length). | 696 | 14 |
| nx_blake2b_long.nx | RFC 9106 sec 3.4 variable-length BLAKE2b H'. | 192 | 4 |
| nx_blake2b_long_test.nx | internal-consistency smoke for H'. | 155 | 2 |
| nx_blake2b_test.nx | RFC 7693 Appendix A KAT smoke for BLAKE2b-512. | 144 | 4 |
| nx_blas_i64.nx | BLAS Level-1/2/3 reference kernels on i64+Q10. | 238 | 8 |
| nx_blkprofile.nx | THE BURST PROFILER for the D-state admission witness. Rung DG1, /compare/degradation. | 455 | 9 |
| nx_blob.nx | largest connected skin region (R2-refine). Fixes localization: | 148 | 3 |
| nx_blob_gate.nx | REFEREE for R2-refine (nx_blob largest connected blob). | 125 | 7 |
| nx_blob_store.nx | content-addressed blob store (L0 storage substrate). | 314 | 13 |
| nx_blob_store_mcu.nx | MCU-tier variant of blob_store class. | 264 | 12 |
| nx_blob_store_mcu_test.nx | smoke for MCU-tier blob_store variant. | 158 | 2 |
| nx_blob_store_test.nx | smoke for nx_blob_store ST-1 MVP. | 188 | 2 |
| nx_block_density.nx | BOILERPLATE BLOCK SCORING for HTML: the /compare/webscraping R6 contract | 586 | 27 |
| nx_block_density_cli.nx | CLI over nx_block_density (the /compare/webscraping R6 lib): the calibration | 71 | 5 |
| nx_block_density_gate.nx | GATE for nx_block_density (the /compare/webscraping R6 contract bd_fit_text). | 159 | 5 |
| nx_block_quant_h2h_gate.nx | work the BEHIND scorecard line (quantization) with a real technique: | 89 | 9 |
| nx_blocked_matmul.nx | attack the MEMORY-BANDWIDTH roof the AVX2 arc exposed: CACHE BLOCKING. | 112 | 6 |
| nx_blockfloat_block_gate.nx | BLOCK-FLOAT weights through the REAL no-float TRANSFORMER BLOCK. Composes the | 178 | 11 |
| nx_blockfloat_ddp_gate.nx | THE CONVERGENCE: block-float weights inside DETERMINISTIC DISTRIBUTED training. | 146 | 13 |
| nx_blockfloat_generate_gate.nx | R2 of the model-assembly arc: AUTOREGRESSIVE GENERATION on block-float weights. | 242 | 18 |
| nx_blockfloat_lm_gate.nx | FULL LM FORWARD with block-float weights: the first rung of the model-assembly arc. | 203 | 15 |
| nx_blockfloat_mha_gate.nx | BLOCK-FLOAT weights through REAL MULTI-HEAD attention. Composes the existing | 174 | 13 |
| nx_blockfloat_stack_gate.nx | BLOCK-FLOAT weights through a STACKED (multi-block) transformer -- the step | 188 | 13 |
| nx_blocklist_audit.nx | VERIFIABILITY for the do-not-recover blocklist: no blind trust. Prints every entry's full | 56 | 1 |
| nx_blocklist_seed_demo.nx | intake one clearly-labeled EXAMPLE pending entry into the PRODUCTION blocklist, so the | 18 | 1 |
| nx_blocklist_store.nx | the do-not-recover blocklist on the sovereign seg_store (NOT a TSV). Modeled on | 103 | 13 |
| nx_blocklist_store_gate.nx | proves the SUPERVISED blocklist on the real seg_store (test prefix, production | 66 | 2 |
| nx_blocklist_view.nx | renders the supervised blocklist (from seg_store) as a VIEWABLE HTML page: every entry with | 69 | 3 |
| nx_blocklist_view_gate.nx | proves the viewable page renders the supervised blocklist correctly and writes a live | 48 | 2 |
| nx_blockmax_wand.nx | LIB: block-max top-k pruning (block-max-WAND / MaxScore family) = the QUERY-SPEED lever for a | 79 | 7 |
| nx_blockmax_wand_gate.nx | proves block-max pruning returns the EXACT top-k as exhaustive scoring while SCORING | 60 | 5 |
| nx_bloom.nx | Bloom filter (Burton Howard Bloom, 1970). | 145 | 7 |
| nx_bloom_capacity.nx | FPR-profile constructor on top of nx_bloom. | 84 | 6 |
| nx_bloom_capacity_test.nx | smoke for FPR-profile bloom construction. | 48 | 1 |
| nx_bluenoise.nx | SOVEREIGN BLUE-NOISE MASK GENERATOR (Ulichney void-and-cluster, integer-exact). | 475 | 13 |
| nx_bm25.nx | production-grade ranked retrieval: Okapi BM25 (Robertson & Sparck Jones), integer-only. | 157 | 10 |
| nx_bm25_gate.nx | INDEPENDENT GATE: integer BM25 + Reciprocal Rank Fusion, on real clause text. | 114 | 1 |
| nx_bm25_lib.nx | BM25 lexical retrieval + RECIPROCAL RANK FUSION, in pure integer fixed point. | 232 | 15 |
| nx_bmp.nx | sovereign 24-bit BMP writer, so detector output is VIEWABLE | 78 | 3 |
| nx_bmp_decode.nx | sovereign BMP READER (the 1990s Windows workhorse; the tree had only the | 138 | 4 |
| nx_bmp_header.nx | parse Windows BMP/DIB image headers. | 153 | 6 |
| nx_board_contract_gate.nx | THE REFEREE FOR BUILD CONTRACTS ON THE COMPARE BOARDS (2026-09-03). | 850 | 31 |
| nx_board_idref_gate.nx | THE COMPARE BOARD'S REFERENTIAL INTEGRITY REFEREE (2026-09-04). | 361 | 7 |
| nx_boardcontra.nx | TWO BOARDS, ONE SYMBOL, OPPOSITE CLAIMS (2026-09-04) | 232 | 12 |
| nx_body_anchors.nx | per-body anchor-feature data (Olympus Mons, | 292 | 4 |
| nx_body_artifact_identity_t60.nx | 19 | 2 | |
| nx_body_figure.nx | ANATOMICAL BODY FIGURE for the synthetic-character sandbox (/charlab, the VaM-class adult | 42 | 3 |
| nx_body_flush.nx | body-wide flush + mottle-pattern detector. | 180 | 2 |
| nx_body_gen_skin_candidate_t345.nx | ★THE PRODUCT: a SOVEREIGN PROCEDURAL human body, generated from the first byte up. | 1304 | 28 |
| nx_body_gen_winding_candidate_t365.nx | ★THE PRODUCT: a SOVEREIGN PROCEDURAL human body, generated from the first byte up. | 1318 | 30 |
| nx_body_head_profile_gate_t366.nx | 28 | 2 | |
| nx_body_matched_serving_probe_t345.nx | 19 | 2 | |
| nx_body_measurement_extract.nx | silhouette + scale -> BodyDimensions. | 270 | 8 |
| nx_body_measurement_extract_test.nx | smoke for body-from-silhouette. | 150 | 2 |
| nx_body_pointer_abi_gate_t345.nx | 2 | 1 | |
| nx_body_proc_boundary_candidate_t345.nx | ★SOVEREIGN PROCEDURAL BODY-CANON GENERATOR (Infinigen-style). Infinigen is the CAPABILITY | 1110 | 41 |
| nx_body_proc_semantic_candidate_t345.nx | ★SOVEREIGN PROCEDURAL BODY-CANON GENERATOR (Infinigen-style). Infinigen is the CAPABILITY | 1104 | 40 |
| nx_body_proc_semantic_gate_t345.nx | 22 | 2 | |
| nx_body_profile_winding_candidate_t366.nx | ★THE PRODUCT: a SOVEREIGN PROCEDURAL human body, generated from the first byte up. | 1333 | 30 |
| nx_body_rest_frame_candidate_t345.nx | Segment rest registration. Input joints retain source units; caller declares units per metre and frame axes. | 40 | 3 |
| nx_body_rest_frame_gate_t345.nx | 29 | 1 | |
| nx_body_rest_registration.nx | Versioned full-XYZ rest registration over nx_skelgen J rows. Legacy consumers unchanged. | 87 | 6 |
| nx_body_rest_registration_candidate_t345.nx | Versioned full-XYZ rest registration over nx_skelgen J rows. Legacy consumers unchanged. | 87 | 6 |
| nx_body_rest_registration_gate_t345.nx | 56 | 3 | |
| nx_body_semantic_canonical_gate_t345.nx | 30 | 2 | |
| nx_body_semantic_mesh_gate_t345.nx | 23 | 2 | |
| nx_body_skin_artifact_gate_t345.nx | 39 | 7 | |
| nx_body_skin_boundary_gate_t345.nx | 27 | 4 | |
| nx_body_skin_cut.nx | Versioned attachment consumer for the existing body loft. Source positions remain in its emitted world frame. | 88 | 10 |
| nx_body_skin_cut_consumer_t345.nx | Versioned attachment consumer for the existing body loft. Source positions remain in its emitted world frame. | 89 | 9 |
| nx_body_skin_junction.nx | Existing body loft's versioned skin-port composition. Coordinates and indices remain caller-owned. | 58 | 5 |
| nx_body_skin_junction_candidate_t345.nx | Existing body loft's versioned skin-port composition. Coordinates and indices remain caller-owned. | 58 | 5 |
| nx_body_skin_junction_gate_t345.nx | 35 | 3 | |
| nx_body_winding_gate_t365.nx | 49 | 3 | |
| nx_bodyatlas.nx | ★HOLISTIC ANATOMICAL BEING (operator 2026-07-10, ref zygotebody.com + sloyd.ai/3d-human-model-generator): | 729 | 39 |
| nx_bodybind.nx | REGION-TO-BONE BINDING (Elara bar E4): a soft-body region rides a skeleton bone -- the | 48 | 6 |
| nx_bodydensity_gate.nx | THE TESSELLATION RATCHET: adding triangles to a surface that has no | 167 | 6 |
| nx_bodyfit.nx | THE LOOP: a GENOME becomes a FITNESS by generating a body, rendering it, and | 701 | 19 |
| nx_bodyfit_canon_gate.nx | DOES CANON MODE ACTUALLY TRANSFORM THE CANON, AND DOES IT REFUSE WHEN THE | 255 | 14 |
| nx_bodypose.nx | SKIN THE MANNEQUIN (swap+motion S-ladder, toward S6): pose the CONTINUOUS SDF body from | 105 | 5 |
| nx_bom.nx | LIB: component library + supply-chain BILL OF MATERIALS, as a digital twin of real procurement. | 185 | 9 |
| nx_bom_rt.nx | GO-TO-MARKET / BILL OF MATERIALS engine. The first hardware | 158 | 8 |
| nx_bom_test.nx | smoke for nx_bom. Proves the part catalog, the wate | 35 | 1 |
| nx_bond_gate.nx | FIXED-INCOME VALUATION GATE. | 111 | 5 |
| nx_bond_lib.nx | FIXED-INCOME VALUATION: bond price, yield-to-maturity, duration. Integer-exact. | 110 | 6 |
| nx_boneheat.nx | SOVEREIGN AUTO-WEIGHTS CLI: geodesic bone-heat skin weights for a rigged NXA (Blender Automatic | 31 | 1 |
| nx_boneheat_gate.nx | THE REFEREE FOR THE SOVEREIGN AUTO-WEIGHTS: a geodesic solve must BLEND at a joint, must NOT | 329 | 12 |
| nx_boneheat_lib.nx | SOVEREIGN AUTO-WEIGHTS: geodesic bone-heat skin weights over the VOXELISED VOLUME of a mesh. | 824 | 31 |
| nx_book.nx | family ledger / operator-visible log. | 208 | 12 |
| nx_book_mojibake_gate.nx | liar-kill gate for the library mojibake fix (nx_charset_repair_utf8). | 80 | 4 |
| nx_book_test.nx | smoke for nx_book. | 52 | 1 |
| nx_boolean_evaluation_probe_t365.nx | 4 | 2 | |
| nx_bounds_bad_r.nx | OOB constant READ on a fixed array -> must be a COMPILE ERROR (fixed-array index >= size). | 8 | 1 |
| nx_bounds_bad_w.nx | OOB constant WRITE on a fixed array -> must be a COMPILE ERROR (fixed-array index >= size). | 8 | 1 |
| nx_bounds_ok.nx | in-bounds fixed-array access + runtime index must still build+run. Expect BOUNDS_OK. | 14 | 1 |
| nx_bounds_perf.nx | the COST side of the spatial-safety rung. | 40 | 1 |
| nx_boundscheck.nx | LN3 RAW-POINTER PROVENANCE fixture organ (lang.plan rung LN3, watch | 228 | 8 |
| nx_boundscheck_constidx.nx | STANDING WITNESS for the COMPILE-TIME leg of LN3 raw-pointer | 20 | 1 |
| nx_boundscheck_gate.nx | GATE for LN3 raw-pointer provenance (lang.plan rung LN3, symbol | 255 | 7 |
| nx_box.nx | Nishi Box (F503) CLI/MCP organ: self-verifying demo over nx_box_lib. | 43 | 1 |
| nx_box_gate.nx | INDEPENDENT gate for Nishi Box (imports the SAME shipped nx_box_lib = | 85 | 2 |
| nx_box_lib.nx | Nishi Box (F503): matter-scoped LEGAL DMS on the immutable CID plane. | 107 | 3 |
| nx_boyer_moore.nx | Boyer-Moore string search (bad-character heuristic). | 81 | 2 |
| nx_boyer_moore_test.nx | exercise Boyer-Moore search edge cases. | 53 | 1 |
| nx_bpe.nx | Byte-Pair Encoding tokenizer. | 495 | 12 |
| nx_bprov_chain.nx | ergonomic wrappers over nx_bit_provenance. | 100 | 6 |
| nx_bracedparam_probe.nx | minimal repro for ${param} inside a @macro body (v8 T5 shape). | 27 | 2 |
| nx_brand_apply_enforced.nx | the "gorgeous-by-default" ENFORCEMENT gate (operationalizes nx_emitter_bench). | 98 | 7 |
| nx_brand_exceed_research_fetch.nx | the Nishi RESEARCHER's sovereign LIVE fetch for "how do the remaining PRESENT | 93 | 5 |
| nx_brand_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for THE S-CLASS BRAND / UX / CX arc. | 103 | 5 |
| nx_brane.nx | capability-token cell membrane. | 240 | 9 |
| nx_brane_test.nx | smoke for nx_brane. | 67 | 1 |
| nx_breast_aesthetic_composite.nx | composite breast-aesthetic verdict. | 111 | 1 |
| nx_breast_aesthetic_composite_test.nx | 62 | 1 | |
| nx_breast_drape_pose.nx | pose-aware breast gravity-drape validator. | 132 | 4 |
| nx_breast_drape_pose_test.nx | 42 | 1 | |
| nx_breast_localize.nx | find left/right breast sub-regions in torso. | 129 | 1 |
| nx_bright_prep.nx | BRIGHT (huggingface xlangai/BRIGHT, cc-by-4.0) reshaped into the BEIR layout nx_beir_eval reads | 346 | 9 |
| nx_bright_prep_gate.nx | GATE for nx_bright_prep (BRIGHT reshaped into the BEIR layout), driven IN-PROCESS through | 200 | 9 |
| nx_bright_reasoned_import.nx | REFEREE-REPLAY IMPORTER for a published reasoned-query set (search R0l, 2026-09-16). | 450 | 20 |
| nx_bright_reasoned_import_gate.nx | GATE for nx_bright_reasoned_import (the referee-replay importer), driven | 279 | 17 |
| nx_bright_rewrite_gate.nx | the referee for nx_bright_rewrite_lib (search R0l, 2026-09-16): the remote engine | 239 | 8 |
| nx_bright_rewrite_lib.nx | R0l: the SOVEREIGN reasoning-rewrite run for BRIGHT as a LIBRARY (search R0l, 2026-09-16). | 612 | 31 |
| nx_bright_rewrite_run.nx | R0l-d: the SOVEREIGN reasoning-rewrite run for BRIGHT (search R0l, 2026-09-16). | 151 | 2 |
| nx_browse_text.nx | production-shaped browser fetch entry point. | 184 | 6 |
| nx_browse_text_test.nx | fork-loopback proof that nx_browse_text | 126 | 6 |
| nx_browser_buyguard.nx | the Nishi BROWSER's "before you buy" pass, on REAL page HTML (operator: "part | 136 | 6 |
| nx_browser_buyguard_gate.nx | proves the browser "before you buy" pass works on REAL page HTML via the | 112 | 8 |
| nx_browser_demo_42.nx | visible end-to-end demo program. Paints | 49 | 2 |
| nx_browser_demo_hello.nx | visible demo program. Paints | 57 | 2 |
| nx_browser_demo_html.nx | end-to-end HTML-input demo. Tokenizes | 106 | 2 |
| nx_browser_demo_html_nishi.nx | end-to-end demo rendering | 99 | 2 |
| nx_browser_demo_lowercase.nx | renders the lowercase pangram | 86 | 2 |
| nx_browser_demo_multiline.nx | visible demo proving newline-aware | 53 | 2 |
| nx_browser_demo_pangram.nx | demo program rendering the classic | 87 | 2 |
| nx_browser_demo_styled.nx | the closing demo of the day. Renders | 150 | 2 |
| nx_browser_demo_test.nx | Session 3 of bits-up browser arc. | 583 | 7 |
| nx_browser_gate.nx | THE BROWSER GATE: one command re-proves the | 694 | 20 |
| nx_browser_image_demo_test.nx | THE end-to-end image milestone. | 121 | 2 |
| nx_browser_local_test.nx | end-to-end "browser is up" demo. | 169 | 10 |
| nx_browser_own_site_live_test.nx | Phase-5 keystone row: LIVE | 143 | 2 |
| nx_browser_page_demo_test.nx | the browser renders a REAL webpage. | 155 | 3 |
| nx_browser_profile_store.nx | the Nishi browser's PERSISTENT PROFILE STORE (lib, no main). | 72 | 6 |
| nx_browser_render_own_test.nx | Phase-5 render row: take the HTML | 191 | 2 |
| nx_browser_struct_col_gate.nx | the BR2 structural-exactness column, proven IN PROCESS. | 218 | 7 |
| nx_browser_struct_col_lib.nx | BR2: THE CSS-ON STRUCTURAL-EXACTNESS COLUMN OF THE BROWSER CENSUS. | 263 | 16 |
| nx_bspfacts.nx | CLI: BodySlide preset structural facts. nx_bspfacts probe|decode <preset.xml> | 96 | 7 |
| nx_bspfacts_gate.nx | BITE-PROOF for the BodySlide preset dialect, both directions. | 274 | 13 |
| nx_bspfacts_lib.nx | BODYSLIDE PRESET FACT EXTRACTION CORE (the Bethesda body-preset dialect; | 188 | 5 |
| nx_bt_v2_merkle.nx | LIB: BitTorrent v2 (BEP 52) style SHA-256 MERKLE piece tree + INCLUSION PROOFS. Upgrades our | 60 | 6 |
| nx_bt_v2_merkle_gate.nx | proves the BitTorrent v2 SHA-256 merkle tree + inclusion proofs: build a root over 4 | 57 | 5 |
| nx_budget.nx | declared resource ceiling per cell. | 217 | 6 |
| nx_budget_alloc.nx | bits-up sovereign memory-ceiling enforcement. | 176 | 5 |
| nx_budget_alloc_test.nx | smoke for sovereign ceiling enforcement. | 129 | 1 |
| nx_budget_test.nx | smoke for nx_budget. | 65 | 1 |
| nx_buf.nx | bounded append-only byte buffer with overflow detection. | 238 | 12 |
| nx_buf_dyn.nx | dynamic growable byte buffer. | 248 | 15 |
| nx_buf_dyn_owned_candidate_t218.nx | dynamic growable byte buffer. | 248 | 15 |
| nx_buf_owned_gate_t218.nx | 48 | 2 | |
| nx_build_canon_input_gate.nx | Parser and resource-verdict fixtures only; does not prove runner integration. | 69 | 4 |
| nx_build_canon_input_lib.nx | Pure build admission input validation. No allocation, I/O, or hardware writes. | 143 | 5 |
| nx_build_doc.nx | render a single .md document into final HTML. | 222 | 8 |
| nx_build_firsttry_gate.nx | CE2 (codeeffectiveness ce_build_firsttry): the build pillar's two rates read from a | 186 | 12 |
| nx_build_firsttry_lib.nx | CE2 (codeeffectiveness ce_build_firsttry): THE BUILD PILLAR'S TWO RATES, READ FROM THE | 281 | 20 |
| nx_build_key_identity_gate.nx | Pure action identity checks; actual runner cache behavior requires integration evidence. | 37 | 3 |
| nx_build_key_identity_lib.nx | Debug artifacts contain logical source paths. Content identity alone cannot key them. | 24 | 1 |
| nx_build_place.nx | SOVEREIGN VISUAL ENGINE rung V3: the BUILD-AND-PLACE board. | 49 | 3 |
| nx_build_place_test.nx | KAT gate for the build-and-place board emitter. | 57 | 5 |
| nx_build_plan.nx | multi-part / multi-printer / multi-process | 241 | 4 |
| nx_build_plan_sim.nx | simulator for the multi-process build plan. | 127 | 2 |
| nx_build_plan_sim_test.nx | verify build_plan simulator second | 84 | 1 |
| nx_build_plan_test.nx | verify multi-process schedule solver. | 118 | 1 |
| nx_build_site.nx | bits-up site builder. Replaces | 546 | 14 |
| nx_buildecho.nx | READ WHAT THE BUILDER SAID IT COMPILED (2026-08-07). | 108 | 3 |
| nx_buildecho_gate.nx | BITE-PROVE THE CROSS-TARGET GUARD, BOTH WAYS (2026-08-07, debt 1786128134). | 122 | 5 |
| nx_buildmode_lib.nx | THE COMPILE MODE THE BUILD LANE USES, AS DATA (LN44, 2026-09-03). | 173 | 7 |
| nx_buildpath_gate.nx | PROVES nx_buildpath_lib AGREES WITH THE BUILDER THAT ACTUALLY RAN. | 120 | 5 |
| nx_buildpath_lib.nx | THE ONE ANSWER TO "WHERE DID THE BUILDER PUT THE ARTIFACT?" | 127 | 11 |
| nx_buildrun_verdict_lib.nx | THE ONE RULE for "did this buildrun produce the artifact on disk?" (2026-09-05). | 50 | 4 |
| nx_bundle_gen.nx | pure-NishiLang shard-bundle generator. | 473 | 13 |
| nx_bundle_ingest.nx | COMMUNITY BUNDLE TO A TYPED MANIFEST (/compare/modding MD1 bundle_ingest, 2026-09-06). Walks a ZIP or | 495 | 25 |
| nx_bundle_ingest_cli_candidate_t144.nx | COMMUNITY BUNDLE TO A TYPED MANIFEST (/compare/modding MD1 bundle_ingest, 2026-09-06). Walks a ZIP or | 495 | 25 |
| nx_bundle_ingest_gate.nx | THE BUNDLE WALKER GATE (/compare/modding MD1, 2026-09-06). The fixture is BUILT AT RUNTIME with | 294 | 7 |
| nx_bundle_ingest_lib.nx | THE COMMUNITY BUNDLE WALKER (/compare/modding MD1 bundle_ingest, 2026-09-06): a ZIP from a rip | 337 | 14 |
| nx_bundle_ingest_selected_candidate_t144.nx | THE COMMUNITY BUNDLE WALKER (/compare/modding MD1 bundle_ingest, 2026-09-06): a ZIP from a rip | 337 | 14 |
| nx_bundle_ingest_selected_gate_t144.nx | THE BUNDLE WALKER GATE (/compare/modding MD1, 2026-09-06). The fixture is BUILT AT RUNTIME with | 294 | 7 |
| nx_bundleadjust.nx | POSE REFINEMENT / bundle-adjustment (cadtwin P1, the named fix for the fixed-point | 140 | 5 |
| nx_bvh.nx | axis-aligned bounding volume hierarchy on NxMesh | 333 | 17 |
| nx_bvh_empty_hstr_fixture_t284.nx | 29 | 1 | |
| nx_bvh_lib.nx | SHARED BVH (BioVision Hierarchy) PARSING SUBSTRATE. | 371 | 13 |
| nx_bvh_nearest_asset_gate_t284.nx | Native representative asset evaluator, using shared NXA admission and NxBvh. | 110 | 2 |
| nx_bvh_nearest_candidate_t284.nx | Nearest-surface query arithmetic for existing NxBvh/NxMesh. | 109 | 9 |
| nx_bvh_nearest_math_gate_t284.nx | 41 | 2 | |
| nx_bvh_nearest_precision_gate_t284.nx | 12 | 1 | |
| nx_bvh_nearest_query_gate_t284.nx | 21 | 2 | |
| nx_bvh_test.nx | exercise BVH build on tetrahedron mesh in both | 82 | 1 |
| nx_bvhfk.nx | BVH FORWARD KINEMATICS: joint tree + channel rotations -> WORLD-SPACE positions. | 418 | 10 |
| nx_bvhfk_lib.nx | SHARED BVH FORWARD-KINEMATICS CORE (fk_eval + integer matrix substrate). | 186 | 9 |
| nx_bvhmotion.nx | BVH MOTION CAPTURE CENSUS (thin CLI over nx_bvh_lib). | 212 | 7 |
| nx_bwe.nx | SOVEREIGN bandwidth estimator (the "adapt to the pipe" rung). BENCHMARK: WebRTC's GCC | 73 | 6 |
| nx_byteload_debug.nx | Converts the ASCII value of the first byte of the string "GET" to an integer and returns it. | 8 | 1 |
| nx_bytes_fmt.nx | human-readable byte-size formatter. | 131 | 5 |
| nx_cache_control.nx | parse HTTP Cache-Control header. | 270 | 6 |
| nx_cachewatch.nx | IS THE WRITE CACHE ACTUALLY CACHING? The axis nothing in the estate measured. | 306 | 11 |
| nx_cachewatch_gate.nx | THE GATE FOR THE WRITE-CACHE AXIS, 2026-09-03. | 229 | 8 |
| nx_cad.nx | parametric solid modeling (AutoCAD / Fusion / Siemens-class), the | 140 | 4 |
| nx_cad_exceed.nx | MEASURED head-to-head census for Nishi CAD vs incumbent CAD | 163 | 8 |
| nx_cad_exceed_gate.nx | liar-kill gate for the MEASURED CAD exceed census. | 60 | 5 |
| nx_cad_nas_probe.nx | READ-ONLY NAS diagnostic over sovereign SSH (vault auth). | 49 | 4 |
| nx_cad_page.nx | EMIT the live nishifamily.com/cad page for Nishi CAD. | 264 | 6 |
| nx_cad_prims2_test.nx | KAT gate for two more primitives: parametric CONE (direct | 128 | 7 |
| nx_cad_test.nx | KAT gate for parametric sketch->extrude solid modeling. | 121 | 7 |
| nx_cad_verify_gate.nx | SOVEREIGN live verifier for nishifamily.com/cad/. Does a | 90 | 6 |
| nx_cadtwin_research.nx | SOTA research bank for the CAR DIGITAL-TWIN / CAD-SCAN pipeline (operator | 103 | 5 |
| nx_cadtwin_research2.nx | FRESH 2025-2026 SOTA bank for the CAD car-twin reconstruction frontier (operator | 91 | 5 |
| nx_calc.nx | symbolic calculus engine. | 147 | 14 |
| nx_calc_advanced_test.nx | exercise Series + Solve engines. | 139 | 9 |
| nx_calc_chem_test.nx | exercise integrate engine + extended chem. | 182 | 12 |
| nx_calc_integrate.nx | symbolic integration engine. | 171 | 3 |
| nx_calc_series.nx | Taylor / Maclaurin series expansion engine. | 83 | 3 |
| nx_calc_solve.nx | symbolic Solve for linear and quadratic. | 84 | 3 |
| nx_calibrate.nx | lmbench-class empirical cost-model builder. | 420 | 10 |
| nx_calibrate_test.nx | smoke for nx_calibrate SA-2 MVP. | 81 | 1 |
| nx_calibration.nx | statistical calibration of predicted confidences. | 335 | 8 |
| nx_calibration_drift_monitor.nx | scheduled re-characterization + drift alerts. | 223 | 9 |
| nx_call.nx | 1:1 audio + chat call. | 218 | 18 |
| nx_callsig.nx | sovereign CALL SIGNALING state machine: a telephone-style ring/accept/reject flow so the | 42 | 4 |
| nx_callui_research_fetch.nx | GROUND the video-CALL UI/UX bar (operator 2026-07-03: "our ui and all | 36 | 2 |
| nx_cam.nx | camera + homography primitives (V9). | 202 | 8 |
| nx_cam_chaturbate.nx | /compare/mediaingest R9 (lr_watch) SITE ADAPTER: Chaturbate. | 485 | 26 |
| nx_cam_chaturbate_gate.nx | REFEREE for nx_cam_chaturbate (/compare/mediaingest R9 lr_watch, site half). | 229 | 5 |
| nx_cam_chaturbate_probe.nx | the NETWORK DRIVER for nx_cam_chaturbate (/compare/mediaingest R9). | 283 | 9 |
| nx_cam_test.nx | smoke for V9 camera primitives. | 106 | 1 |
| nx_camera_q14.nx | camera + projection + 4x4 matrix math in Q14. | 662 | 18 |
| nx_campaign.nx | WRITING arc, rung W-CAMP-1: the D&D CAMPAIGN structure model. | 212 | 12 |
| nx_campaign_verify.nx | DID THAT CAMPAIGN ACTUALLY DO WHAT IT CLAIMED, FOR EVERY ROW? | 374 | 11 |
| nx_canary_test.nx | end-to-end smoke for nx_canary_value. | 171 | 1 |
| nx_canary_value.nx | known-value tokens detecting silent tampering. | 335 | 9 |
| nx_canon_cid.nx | PART B of the sovereign storage substrate rung 1 | 200 | 9 |
| nx_canon_proportions.nx | S-class anatomical canon as data table. | 195 | 4 |
| nx_canon_proportions_test.nx | 39 | 1 | |
| nx_canon_solver.nx | ★B1a of the published plan (/world/procgen): the CANON → CONSTRAINT bridge, i.e. | 198 | 5 |
| nx_canon_solver_gate.nx | GATE for the canon→constraint bridge (B1a, /world/procgen plan). Fixtures are | 205 | 6 |
| nx_cap.nx | capability-based security primitives. | 147 | 5 |
| nx_cap_census.nx | THE NISHI CAPABILITY DRIVER (unified, measurement-first). ONE engine measures how SOTA | 639 | 27 |
| nx_cap_census_gate.nx | proves the unified capability driver: (1) LIAR-KILL grounding cannot be fooled, | 69 | 4 |
| nx_cap_grant_e2e_gate.nx | THE CAPSTONE: proves the ENTIRE production MCP-grant path end-to-end, offline, with a | 201 | 11 |
| nx_cap_invoke_gate.nx | proves R2: MCP tools/call over R0 is CAPABILITY-SCOPED. Drives ta_handle_pfx in-process | 89 | 4 |
| nx_cap_issue_gate.nx | proves the self-service DELEGATION endpoint (POST /api/cap/issue) over R0's ta_handle: | 101 | 6 |
| nx_cap_keygen.nx | provision the capability-token SIGNING SECRET on the machine that will verify it (the NAS). | 76 | 5 |
| nx_cap_keygen_gate.nx | proves nx_cap_keygen provisions a REAL CSPRNG signing secret that (a) is 256-bit hex, | 67 | 5 |
| nx_cap_mint.nx | CLI to MINT a capability token for R0's tools/call (R2 live). Reads the HMAC secret from a keyfile | 91 | 9 |
| nx_cap_mint_candidate_t186.nx | CLI to MINT a capability token for R0's tools/call (R2 live). Reads the HMAC secret from a keyfile | 91 | 9 |
| nx_cap_mint_gate.nx | proves the root minter cm_mint (a) issues a capability that grants exactly the listed | 45 | 2 |
| nx_cap_revoke_gate.nx | proves REVOCATION over R0's ta_handle: a valid cap invokes; after POST /api/cap/revoke | 60 | 6 |
| nx_cap_token.nx | sovereign CAPABILITY TOKEN: the "beyond MCP" security primitive for tool invocation. | 181 | 14 |
| nx_cap_token_candidate_t186.nx | sovereign CAPABILITY TOKEN: the "beyond MCP" security primitive for tool invocation. | 181 | 14 |
| nx_cap_token_gate.nx | proves the capability token is the BEYOND-MCP security primitive: authority-in-the-token, | 56 | 2 |
| nx_capabilities_test.nx | exercise registry + units + calc + linalg | 253 | 12 |
| nx_capability_triage.nx | CLI of the intelligent catch / gap-analysis loop (07-15). | 90 | 5 |
| nx_capability_triage_core.nx | the INTELLIGENT CATCH with ANTI-NAVEL-GAZING + OPERATOR-PROPOSAL | 198 | 11 |
| nx_capability_triage_gate.nx | liar-killed GATE for the intelligent-catch kernel v2. | 112 | 5 |
| nx_capcensus.nx | THE PICKED-CAP CENSUS: is a capacity bound DERIVED, or PICKED by an author? | 871 | 20 |
| nx_capcensus_gate.nx | THE GATE FOR THE PICKED-CAP CENSUS. | 272 | 5 |
| nx_capcliff_recovery_20260912.nx | READER-CAP CLIFF DETECTOR for append-only ledgers, WITH THE REMEDY CENSUS (DI13). | 619 | 30 |
| nx_caplab_cities.nx | Capitalism Lab R6: cities + retail presence (the MAP). | 61 | 3 |
| nx_caplab_cities_test.nx | gate for Capitalism Lab R6 (cities + the map). | 88 | 4 |
| nx_caplab_compete.nx | Capitalism Lab R1: multi-firm price competition. | 98 | 4 |
| nx_caplab_compete_test.nx | gate for Capitalism Lab R1 (competition). | 112 | 3 |
| nx_caplab_finance.nx | Capitalism Lab R7: firm finances (loans/debt/interest/ | 62 | 5 |
| nx_caplab_finance_test.nx | gate for Capitalism Lab R7 (finances). | 79 | 3 |
| nx_caplab_market.nx | Capitalism Lab R0: the single-firm market atom. | 67 | 5 |
| nx_caplab_market_test.nx | gate for Capitalism Lab R0 (the market atom). | 83 | 3 |
| nx_caplab_products.nx | Capitalism Lab R5: multiple products + categories. | 47 | 3 |
| nx_caplab_products_test.nx | gate for Capitalism Lab R5 (products + categories). | 95 | 4 |
| nx_caplab_quality.nx | Capitalism Lab R4: demand driven by PRICE + QUALITY + | 84 | 3 |
| nx_caplab_quality_test.nx | gate for Capitalism Lab R4 (quality + brand demand). | 108 | 4 |
| nx_caplab_sim.nx | Capitalism Lab R3: the simulation TICK LOOP (it becomes a | 78 | 4 |
| nx_caplab_sim_test.nx | gate for Capitalism Lab R3 (the tick-loop engine). | 100 | 3 |
| nx_caplab_supply.nx | Capitalism Lab R2: production / supply chains. | 56 | 2 |
| nx_caplab_supply_test.nx | gate for Capitalism Lab R2 (production/supply). | 102 | 3 |
| nx_capreach.nx | WHEN A TOOL IS DENIED, WHAT ELSE REACHES ITS FUNCTION? (2026-09-04) | 141 | 8 |
| nx_capres.nx | CLI for the CAPTURE-RESOLUTION RULER (core = nx_capres_lib, gate = nx_capres_gate). | 192 | 8 |
| nx_capres_gate.nx | THE GATE FOR THE CAPTURE-RESOLUTION RULER (subject: nx_capres / nx_capres_lib). | 308 | 8 |
| nx_capres_lib.nx | CAPTURE-RESOLUTION RULER core (LIB, no main). | 311 | 10 |
| nx_caps.nx | high-level capability combinators on memcap. | 217 | 7 |
| nx_capsweep.nx | CR1 of /compare/capregistry. ONE ROW PER UNIT, AND A RECONCILIATION THAT REFUSES. | 344 | 7 |
| nx_captable_gate.nx | INDEPENDENT GATE: cap table arithmetic and corporate-authority limits. | 66 | 1 |
| nx_captable_lib.nx | ENTITY MANAGEMENT: capitalisation table arithmetic and corporate-authority limits. | 108 | 11 |
| nx_captain_moroni_compose_test.nx | doctrine bound end-to-end. | 119 | 1 |
| nx_caption_emit.nx | caption-format output for downstream consumers. | 338 | 13 |
| nx_caption_emit_test.nx | full HTML-paste -> first-person caption smoke. | 204 | 1 |
| nx_capture_append_gate.nx | 15 | 1 | |
| nx_capture_append_lib.nx | Atomic immutable capture append: row, count and retry fingerprint in one segment commit. | 76 | 4 |
| nx_capture_fixture_t218.nx | 14 | 1 | |
| nx_capture_owned_gate_expanded_t218.nx | R0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem | 3983 | 195 |
| nx_capture_owned_gate_t218.nx | 26 | 2 | |
| nx_capture_trace.nx | WHERE THE INFLATION CAPTURE HAPPENS. Consumers paid more; this traces WHO actually received | 274 | 15 |
| nx_card_adversary_gate.nx | the CRITIC + ADVERSARY pass on the rewards-vs-interest ruler. Per the sovereign | 94 | 5 |
| nx_card_import_gate.nx | the REFEREE for companionchat CC2 (ccm_card_import in nx_card_compile.nx): a Tavern V2 PNG card | 181 | 8 |
| nx_card_rewards.nx | the REWARDS-vs-INTEREST engine (R2+R3 of the credit-card arm). Answers the operator's | 83 | 8 |
| nx_card_rewards_gate.nx | proves the rewards-vs-interest engine on REAL, hand-computed scenarios. | 90 | 4 |
| nx_career.nx | CAREER / OPPORTUNITIES (the jobs ring of the Nishi Relationship OS). Operator 2026-07-09: | 217 | 12 |
| nx_career_fair.nx | FAIRNESS BY CONSTRUCTION for the career matcher (career ring rung 3; the number-one | 116 | 4 |
| nx_career_parse.nx | POSTING / RESUME -> SKILLS (career ring rung 2; frontier momentum 91). Turns real job | 182 | 7 |
| nx_carflip_roi.nx | R6 ROI-scorer organ for the Car-Flip lane. | 111 | 5 |
| nx_casc_bench.nx | in-substrate honest bench: discount vs otter on | 195 | 9 |
| nx_casc_runner_test.nx | run the substrate against the TPTP-Easy | 215 | 2 |
| nx_cascade_demo.nx | 10 | 1 | |
| nx_cascade_test.nx | regression test for the parallel-copy | 103 | 1 |
| nx_cast_affine_compute_t38.nx | Private additive compute implementation for the existing cast shader owner. | 4 | 1 |
| nx_cast_affine_emit_gate_t38.nx | 8 | 1 | |
| nx_cast_aperture_artifact_expanded_t207.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3771 | 274 |
| nx_cast_aperture_artifact_gate_t207.nx | 14 | 4 | |
| nx_cast_aperture_artifact_group_expanded_t207.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3771 | 274 |
| nx_cast_aperture_artifact_group_gate_t207.nx | 14 | 4 | |
| nx_cast_aperture_candidate_t207.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1260 | 127 |
| nx_cast_aperture_expanded_t207.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3771 | 274 |
| nx_cast_attachment_gate_t131.nx | 37 | 1 | |
| nx_cast_canonical_capture_t181.nx | 2 | 1 | |
| nx_cast_control_gate_t181.nx | 2 | 1 | |
| nx_cast_depth_build_t195.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1159 | 115 |
| nx_cast_eye_t138.nx | 64 | 2 | |
| nx_cast_face_mask_gate_t163.nx | 37 | 3 | |
| nx_cast_hair_guide_lookup_t263.nx | Additive compact-guide shader expressions for existing cast source. | 50 | 5 |
| nx_cast_hair_guides_candidate_t263.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1318 | 129 |
| nx_cast_hair_transport_gate_t284.nx | 24 | 2 | |
| nx_cast_hair_transport_t284.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3776 | 275 |
| nx_cast_inspection_gate_t165.nx | 28 | 3 | |
| nx_cast_lbs_gate_t181.nx | 2 | 1 | |
| nx_cast_lit_expanded_t181.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 3776 | 275 |
| nx_cast_lit_gate_t181.nx | 2 | 1 | |
| nx_cast_lit_material_candidate_t181.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1316 | 129 |
| nx_cast_lit_stable_expanded_t181.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3776 | 275 |
| nx_cast_lit_surface_expanded_t181.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 3776 | 275 |
| nx_cast_material_candidate_t181.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1245 | 122 |
| nx_cast_material_gate_t181.nx | 2 | 1 | |
| nx_cast_normal_gate_t133.nx | 27 | 2 | |
| nx_cast_projection_capture_gate_t234.nx | 27 | 2 | |
| nx_cast_projection_capture_t235.nx | Projection metadata is consumed only at line boundaries in the same pinned shader capture. | 50 | 3 |
| nx_cast_projection_cli_gate_t290.nx | 33 | 2 | |
| nx_cast_projection_consumer_gate_t235.nx | 30 | 1 | |
| nx_cast_projection_contract_t234.nx | Projection contract for the existing character shader producer. Values retain its current scene-unit policy. | 91 | 11 |
| nx_cast_projection_expanded_t234.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3776 | 275 |
| nx_cast_projection_gate_t234.nx | 34 | 2 | |
| nx_cast_projection_integration_gate_t290.nx | 46 | 2 | |
| nx_cast_scene_light_candidate_t364.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1436 | 141 |
| nx_cast_scene_light_capture_t364.nx | 2 | 1 | |
| nx_cast_scene_light_gate_t364.nx | 21 | 1 | |
| nx_cast_scope_capture_expanded_t181.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3771 | 274 |
| nx_cast_shader_authored_t55.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1083 | 112 |
| nx_cast_shader_lbs_candidate_t181.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1208 | 118 |
| nx_cast_shader_skin_t138.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1137 | 114 |
| nx_cast_shader_src.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1436 | 141 |
| nx_cast_shader_static_t335.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1424 | 136 |
| nx_cast_skin_wrap_gate_t261.nx | 35 | 2 | |
| nx_cast_skin_wrap_t261.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3776 | 275 |
| nx_cast_static_canonical_gate_t335.nx | 26 | 2 | |
| nx_cast_static_capture_t335.nx | 2 | 1 | |
| nx_cast_static_emit_gate_t335.nx | 26 | 2 | |
| nx_cast_surface_adapter_candidate_t181.nx | Private stage adapter: reuse canonical cast deformation IR without duplicating skinning arithmetic. | 113 | 7 |
| nx_cast_surface_candidate_t130.nx | Private stage adapter: reuse canonical cast deformation IR without duplicating skinning arithmetic. | 100 | 6 |
| nx_cast_surface_canonical_gate_t140.nx | 28 | 1 | |
| nx_cast_surface_gate_t130.nx | 23 | 1 | |
| nx_cast_surface_normal_t133.nx | Private stage adapter: reuse canonical cast deformation IR without duplicating skinning arithmetic. | 113 | 7 |
| nx_cast_surface_scope_candidate_t181.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 1260 | 127 |
| nx_cast_surface_scope_expanded_t181.nx | THE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05). | 3771 | 274 |
| nx_cast_surface_src.nx | Private stage adapter: reuse canonical cast deformation IR without duplicating skinning arithmetic. | 114 | 7 |
| nx_cast_trace_diagnostic_t290.nx | 29 | 2 | |
| nx_castle_quality.nx | per-kind grader for nx_castle_layout output. | 140 | 3 |
| nx_castview.nx | render a mesh3 by RAY-CASTING into (textured image, EXACT depth map). | 106 | 5 |
| nx_cat.nx | sovereign file print (retires cat / Get-Content). Reads <path> and writes it to stdout. Usage: | 13 | 1 |
| nx_catalog.nx | THE GOD-UP CAPABILITY CATALOGUE: one call answers "is <name> there, and is it WIRED?" | 252 | 6 |
| nx_catalog_adopt_t75.nx | THE GOD-UP CAPABILITY CATALOGUE: one call answers "is <name> there, and is it WIRED?" | 252 | 6 |
| nx_catalog_call_gate_20260909.nx | Verifies CATALOG-CALL fixtures and checks live journal entries for specific completion statuses. | 30 | 2 |
| nx_catalog_coverage_adopt_t75.nx | Tests journaling behavior by writing and reading structured data to a file in the Nishi ecosystem. | 78 | 3 |
| nx_catalog_coverage_gate_t75.nx | Tests journal file handling with coverage tracking and validation of record completeness and state transitions. | 78 | 3 |
| nx_catalog_dispatch_t66.nx | THE GOD-UP CAPABILITY CATALOGUE: one call answers "is <name> there, and is it WIRED?" | 229 | 4 |
| nx_catalog_id_lookup.nx | string-id <-> sealed-enum bridge. | 290 | 6 |
| nx_catalog_lib.nx | THE ONE ADOPTION-LADDER CLASSIFIER, extracted from nx_catalog (2026-08-23, compare CE2). | 1006 | 40 |
| nx_catalog_lib_t75.nx | THE ONE ADOPTION-LADDER CLASSIFIER, extracted from nx_catalog (2026-08-23, compare CE2). | 1006 | 40 |
| nx_catalog_t75.nx | THE GOD-UP CAPABILITY CATALOGUE: one call answers "is <name> there, and is it WIRED?" | 252 | 6 |
| nx_catalogue_script_safe_gate_t328.nx | 6 | 1 | |
| nx_catn_kat_gate.nx | THE NUMBER FORMATTER RENDERS NEGATIVES. PROVEN, NOT EDITED-AND-ASSUMED. | 79 | 2 |
| nx_catnlaw_gate.nx | HOW DOES EVERY NUMBER FORMATTER IN THE ESTATE RENDER A NEGATIVE? | 193 | 5 |
| nx_cbor.nx | RFC 8949 Concise Binary Object Representation, minimal | 226 | 9 |
| nx_cbor_decode.nx | RFC 8949 decoder, inverse of nx_cbor.nx. | 218 | 7 |
| nx_cbor_decode_test.nx | encoder/decoder roundtrip + spec patterns. | 135 | 1 |
| nx_cbor_test.nx | RFC 8949 encoder shape verification. | 145 | 1 |
| nx_cc_datahost_probe.nx | prove the CC DATA host (data.commoncrawl.org -- the bulk WARC/WET CDN, distinct from | 33 | 3 |
| nx_cc_equiv_gate.nx | COMPILER DIFFERENTIAL-BEHAVIOR ORACLE: miscompile-detection for the sovereign toolchain (EMI-style baseline-vs-challenger build + stdout byte-equal + self-host | 675 | 15 |
| nx_cc_guardian.nx | SOVEREIGN AUTONOMOUS compiler-health guardian. | 148 | 7 |
| nx_cc_health.nx | SELF-HEALING COMPILER HEALTH WITNESS (the IMMUNIZE step + a machine-target the autonomy | 79 | 5 |
| nx_cc_probe.nx | sovereign compiler A/B LOOP-DETECTOR (no shell). | 84 | 4 |
| nx_cc_record_fetch.nx | THE CC INGEST KEYSTONE: pull ONE real Common Crawl record end-to-end over our TLS, | 118 | 6 |
| nx_cc_splice_bisect.nx | PER-FUNCTION COMPILER-CODEGEN BISECTOR. | 305 | 11 |
| nx_ccbuild_lib.nx | LIB: COMPILE A SOURCE WITH A NAMED COMPILER, THEN RUN IT. | 156 | 7 |
| nx_ccgate_lib.nx | THE ONE compiler-gate driver: fork/exec a toolchain compiler on a fixture with | 244 | 12 |
| nx_ccheck.nx | sovereign COMPILE-CHECK for the WRITING HUB. Operator 2026-07-01: "build into the nishi | 48 | 3 |
| nx_cdc_gate.nx | IN-PROCESS gate over nx_cdc_lib (/compare/dataio DI5 cp_cdc_gear): content-defined chunking must | 157 | 3 |
| nx_cdc_lib.nx | CONTENT-DEFINED CHUNKING (FastCDC gear, normalized) as a LIBRARY (/compare/dataio DI5, 2026-09-05). | 172 | 10 |
| nx_cdmap_export.nx | EXPORT A COMPARE PAGE'S POSITION MAP AS A STANDALONE SVG AND A PNG (datavis DV6, 2026-09-15). | 93 | 7 |
| nx_cdmap_lib.nx | THE ONE centrality/distinctiveness ruler for every /compare board (2026-09-15). | 859 | 59 |
| nx_cdmap_pixjudge.nx | the position map's PIXEL REFEREE as a program (datavis DV2, 2026-09-15). Reads an emitted | 176 | 6 |
| nx_cdmap_pixjudge_lib.nx | the position map's PIXEL REFEREE (datavis DV2, 2026-09-15): the emitted cdmap SVG is re-drawn | 430 | 18 |
| nx_cdmap_raster_lib.nx | THE SOVEREIGN RASTERISER FOR THE POSITION MAP (datavis DV6 export, 2026-09-15). | 940 | 47 |
| nx_cdmap_referee.nx | the position map's SECOND RULER as a program (datavis DV2a, 2026-09-15). Reads an emitted compare | 116 | 5 |
| nx_cdmap_referee_lib.nx | THE SECOND RULER for the position map (datavis DV2a, 2026-09-15): re-derives the readability | 298 | 18 |
| nx_cdnaccess_research_fetch.nx | SOVEREIGN researcher for POLITE CDN/anti-bot ACCESS techniques (operator | 72 | 5 |
| nx_cdx_parse.nx | LIB: parse Wayback / Common-Crawl CDX index rows into temporal-index inputs. A CDX row is | 51 | 3 |
| nx_cdx_parse_gate.nx | GREEN/RED gate: feed REAL-SHAPED page3.com CDX rows (as pulled live from web.archive.org) | 77 | 5 |
| nx_cell.nx | THE base computational unit. | 264 | 14 |
| nx_cell_anatomy_compose_test.nx | complete cell anatomy demo. | 132 | 1 |
| nx_cell_lib.nx | ORGANISATION AND PLACE CELLS AS ROWS (shared lib, 2026-08-24). | 157 | 10 |
| nx_cell_test.nx | smoke for nx_cell. | 88 | 1 |
| nx_census_completeness.nx | THE COMPLETENESS ADVERSARY (operator 2026-07-14: "you missed readability on a mobile | 88 | 7 |
| nx_census_report.nx | the honest S-class scorecard. Runs the census grader (nx_printer_census) over every | 115 | 4 |
| nx_cert_autorenew.nx | SOVEREIGN AUTO-RENEWAL for the per-domain wildcard TLS certs. | 360 | 18 |
| nx_cert_autorenew_lib.nx | PURE mapping + threshold logic for the per-domain wildcard TLS | 80 | 9 |
| nx_cert_debug.nx | debug why nx_cert_monitor misparsed the real fullchain cert. Prints x509_parse's | 52 | 4 |
| nx_cert_monitor.nx | CERT-EXPIRY MONITOR (closes hosting_research gap #3 "cert-expiry-monitor", 3/0 | 88 | 9 |
| nx_cert_monitor_gate.nx | KAT for the cert-expiry monitor. Hand-builds a validity field (two UTCTime | 56 | 2 |
| nx_cf_access_probe.nx | neutrality/access diagnostic: can OUR sovereign crawler reach the adult-media | 65 | 6 |
| nx_cgmp.nx | GTM SUITE / 21 CFR 111 cGMP READINESS rung. Deepens the | 236 | 15 |
| nx_cgmp_test.nx | gate for the 21 CFR 111 cGMP readiness checklist. | 192 | 3 |
| nx_cgroup_v2_probe.nx | Linux cgroups v2 host detection. | 164 | 4 |
| nx_cgroup_v2_probe_test.nx | smoke for cgroups v2 host detection. | 69 | 1 |
| nx_ch_census_race_gate.nx | the REFEREE for the CH-census autonomy race (Referee=SCORE, | 242 | 8 |
| nx_ch_census_race_stage.nx | NEUTRAL input stager for the CH-census autonomy race | 87 | 3 |
| nx_chacha20.nx | RFC 8439 ChaCha20 stream cipher. | 392 | 15 |
| nx_chacha20_poly1305.nx | AEAD per RFC 8439 §2.8. | 259 | 11 |
| nx_chacha20_poly1305_pure.nx | arena-based AEAD per RFC 8439 §2.8. | 129 | 5 |
| nx_chacha20_poly1305_test.nx | RFC 8439 §2.8.2 AEAD KAT. | 185 | 1 |
| nx_chacha20_poly1305_wasm.nx | ChaCha20-Poly1305 AEAD (RFC 7539 §2.8). | 468 | 15 |
| nx_chacha20_pure.nx | architecture-neutral ChaCha20 (arena-based). | 215 | 7 |
| nx_chacha20_test.nx | RFC 8439 §2.3.2 KAT + round-trip for ChaCha20. | 96 | 1 |
| nx_chacha20_wasm.nx | ChaCha20 stream cipher (RFC 7539) for WAT target. | 191 | 7 |
| nx_chain_full_real_test.nx | verify ALL 4 cert pairs of the real | 125 | 5 |
| nx_chain_pair_leaf_real_test.nx | focused diagnostic for just | 92 | 3 |
| nx_chain_pair_real_diag_test.nx | per-pair verify diagnostic | 100 | 4 |
| nx_chain_pipeline_real_test.nx | diagnose cert pipeline against | 168 | 5 |
| nx_chain_selfref_adversary.nx | T10 class: the SELF-REFERENTIAL chain-fusion | 62 | 5 |
| nx_chan.nx | Vyukov MPMC bounded lock-free queue (i64 messages). | 257 | 8 |
| nx_chan_mpmc_test.nx | prove Vyukov MPMC channel under real | 151 | 3 |
| nx_channel.nx | typed message-passing primitive (Phase M1 seed). | 124 | 8 |
| nx_chaos.nx | Simulates chaotic behavior using integer arithmetic to demonstrate deterministic chaos and sensitive dependence on initial conditions. | 87 | 16 |
| nx_char_asset.nx | the CONSENT-GATED, LAYERED character pipeline (operator: "license a nude model, add layers | 64 | 6 |
| nx_char_asset_material_candidate_t340.nx | the CONSENT-GATED, LAYERED character pipeline (operator: "license a nude model, add layers | 64 | 6 |
| nx_char_layers.nx | the LAYER STACK (operator: "a nude base + add layers of armor/clothing/makeup/other stuff"). | 131 | 9 |
| nx_char_verify.nx | sovereign recursive grep over the Elder AI platform tree to VERIFY the real character | 119 | 10 |
| nx_character.nx | A CHARACTER IS DATA (the keystone under beat-HS2 rung 1 [mind-wire] AND rung 3 [creator]: | 64 | 7 |
| nx_character_prepared_label_candidate_t345.nx | Shared prepared-character consumer. Host supplies the existing GPU, native world and inspection context. | 5 | 1 |
| nx_character_prepared_runtime.nx | Shared prepared-character consumer. Host supplies the existing GPU, native world and inspection context. | 5 | 1 |
| nx_character_prepared_scene_light_candidate_t364.nx | Shared prepared-character consumer. Host supplies the existing GPU, native world and inspection context. | 5 | 1 |
| nx_character_prepared_status_candidate_t345.nx | Shared prepared-character consumer. Host supplies the existing GPU, native world and inspection context. | 5 | 1 |
| nx_chargen_param_gate.nx | CHARACTER-GEN-PARAMETRIC: a parameter vector becomes a DISTINCT, | 256 | 7 |
| nx_charjudge_census.nx | THE CHARACTER REFEREE AS A STANDING INSTRUMENT: judge an ENTIRE named corpus in | 1576 | 28 |
| nx_charjudge_lib.nx | CHARACTER-IMAGE JUDGE v2 core (operator 2026-08-04: "eat the debt and build to | 653 | 11 |
| nx_charmem.nx | SOVEREIGN CHARACTER MEMORY (the Nomi/Replika-class relationship state, in Nishi). | 490 | 21 |
| nx_charset.nx | charset detection + transcode-to-UTF-8 for the sovereign | 233 | 10 |
| nx_charset_test.nx | charset transcode + detect + sniff(meta) + render KAT. | 580 | 2 |
| nx_chartlay_lib.nx | THE ONE chart-layout ruler for every SVG chart the compare emitters draw (datavis DV1, 2026-09-15). | 387 | 33 |
| nx_chat_demo_api.nx | the SAFE public front for a testable persistent-chat UI backed by C1's store. | 430 | 25 |
| nx_chat_demo_api_gate.nx | REFEREE for the SAFE public chat front (nx_chat_demo_api). Forks the | 148 | 4 |
| nx_chat_demo_unicode_t59.nx | the SAFE public front for a testable persistent-chat UI backed by C1's store. | 458 | 28 |
| nx_chat_ring.nx | bounded-ring chat buffer with sealed message slots. | 190 | 7 |
| nx_chat_session.nx | concrete chat-session subtype. | 140 | 13 |
| nx_chat_store.nx | C1 of the comms lane: durable STORE-AND-FORWARD chat history on the sovereign | 1025 | 33 |
| nx_chat_store_gate.nx | REFEREE for C1 (nx_chat_store, contract cs_store_forward). END-TO-END: | 504 | 7 |
| nx_chat_swipe_gate.nx | the REFEREE for companionchat CC4 (the swipe loop in nx_companion_persona.nx): the chat log stays | 166 | 8 |
| nx_chat_unicode_store_t60.nx | the SAFE public front for a testable persistent-chat UI backed by C1's store. | 458 | 28 |
| nx_chat_warmcache.nx | prefix-cache win WIRED into the LIVE engine (serving census Q3, end-to-end). A multi-turn | 173 | 8 |
| nx_chatmsg.nx | sovereign chat message state ladder: the delivery/read-receipt spine of an S-class chat | 22 | 3 |
| nx_chatmut.nx | sovereign POLITE, TRANSPARENT message mutation for an S-class chat that helps relationships stay | 31 | 5 |
| nx_checked_arith.nx | LN1 CHECKED INTEGER ARITHMETIC fixture organ (lang.plan rung LN1, watch | 140 | 14 |
| nx_checked_arith_const.nx | STANDING WITNESS for the COMPILE-TIME leg of LN1 checked | 17 | 1 |
| nx_checked_arith_wrap.nx | LN1 wrap-by-intent witness (sibling of nx_checked_arith.nx). | 43 | 7 |
| nx_checkers.nx | C1 of the bootstrap-to-generative trajectory. | 832 | 27 |
| nx_checkers_render.nx | bits-up HTML rendering + event dispatch for /checkers. | 379 | 16 |
| nx_checkers_test.nx | C1a substrate smoke. | 610 | 1 |
| nx_checkpoint.nx | atomic high-water-mark file for resumable jobs. | 149 | 9 |
| nx_checkpoint_test.nx | smoke for atomic resumable checkpoint. | 43 | 1 |
| nx_cheek_localize.nx | derive cheek bbox from face bbox via Loomis canon. | 62 | 1 |
| nx_chem.nx | chemistry primitives (atomic table + stoichiometry). | 153 | 7 |
| nx_chem_adulterant_charge_test.nx | gate for the seq651 fix: charge-state | 131 | 4 |
| nx_chem_adulterant_db.nx | C4.0 milestone: first usable supplement-arc | 1223 | 16 |
| nx_chem_adulterant_db_test.nx | C4.0 KAT + END-TO-END lab demo. | 468 | 17 |
| nx_chem_descriptors.nx | C2.7 milestone: drug-likeness descriptors. | 377 | 10 |
| nx_chem_descriptors_test.nx | C2.7 KAT for HBD/HBA/rotatable | 308 | 16 |
| nx_chem_extended.nx | periodic table 1..36 + binary reaction balancer. | 219 | 9 |
| nx_chem_fingerprint.nx | C2.6 milestone: ECFP-style Morgan | 344 | 11 |
| nx_chem_fingerprint_test.nx | C2.6 KAT for ECFP-style Morgan | 240 | 12 |
| nx_chem_isotope_pattern.nx | C2.8b milestone: isotopologue M+1/M+2 | 146 | 3 |
| nx_chem_isotope_pattern_test.nx | C2.8b KAT. | 239 | 13 |
| nx_chem_mass.nx | C2.8a milestone: monoisotopic mass + ion m/z | 124 | 6 |
| nx_chem_mass_test.nx | C2.8a KAT for monoisotopic mass + ion m/z. | 251 | 12 |
| nx_chem_molecule.nx | C2.0 milestone: molecule graph primitive. | 330 | 12 |
| nx_chem_molecule_test.nx | C2.0 KAT for MolGraph struct + builder. | 279 | 13 |
| nx_chem_morgan.nx | C2.3c milestone: Morgan extended-connectivity | 379 | 9 |
| nx_chem_morgan_test.nx | C2.3c KAT for Morgan canonical ranking | 274 | 13 |
| nx_chem_peak_list.nx | C5.0 milestone: text-format peak list parser. | 404 | 10 |
| nx_chem_peak_list_test.nx | C5.0 KAT + integrated lab-pipeline demo. | 474 | 15 |
| nx_chem_periodic.nx | C1 milestone: periodic table 1..118 + | 591 | 4 |
| nx_chem_periodic_test.nx | C1 KAT for the full 1..118 periodic table | 334 | 11 |
| nx_chem_report_csv.nx | C6.1: CSV output format for lab analysts | 166 | 5 |
| nx_chem_report_csv_test.nx | C6.1 KAT. | 172 | 7 |
| nx_chem_report_json.nx | C6.0 milestone: structured JSON report | 312 | 9 |
| nx_chem_report_json_test.nx | C6.0 KAT + end-to-end JSON demo. | 248 | 10 |
| nx_chem_sildenafil_probe_test.nx | one-off SMILES parser probe. | 114 | 1 |
| nx_chem_smiles.nx | C2.1 + C2.2 milestones: basic SMILES parser. | 941 | 12 |
| nx_chem_smiles_emit.nx | C2.3b milestone: SMILES emit from MolGraph. | 945 | 17 |
| nx_chem_smiles_emit_test.nx | C2.3b KAT for SMILES emit. | 289 | 17 |
| nx_chem_smiles_test.nx | C2.1 KAT for the basic SMILES parser. | 653 | 24 |
| nx_chem_solution.nx | FOOD-SCIENCE SUITE / SOLUTION CHEMISTRY rung. The | 79 | 8 |
| nx_chem_solution_test.nx | smoke for nx_chem_solution. Proves | 33 | 1 |
| nx_chem_stereo_test.nx | C2.3d KAT: stereo emit (@/@@ for atoms + /\ | 454 | 14 |
| nx_chem_tadalafil_probe_test.nx | SMILES parser probe. | 115 | 1 |
| nx_chem_valence.nx | C2.3a milestone: implicit-H valence inference | 204 | 6 |
| nx_chem_valence_test.nx | C2.3a KAT for implicit-H + molecular weight. | 361 | 16 |
| nx_chemical_dispenser.nx | controlled-bolus chemical output (scent / pheromone / dose). | 210 | 8 |
| nx_chemotaxis.nx | service discovery via signal gradient. | 82 | 6 |
| nx_chemotaxis_test.nx | smoke for nx_chemotaxis. | 66 | 1 |
| nx_chip8.nx | Implements a CHIP-8 interpreter with framebuffer, input, timers, and memory management in a single binary. | 261 | 16 |
| nx_chip8_font_gate.nx | proves the CHIP-8 fontset + FX29 (set I = digit*5) + drawing a font glyph. | 69 | 4 |
| nx_chip8_gate.nx | NATIVE correctness gate for nx_chip8 (R0.3). Runs a hand-assembled program that | 85 | 4 |
| nx_chirp_ss.nx | Chirp Spread Spectrum modulation, re-derived | 181 | 4 |
| nx_chk_bits_up_e2e.nx | REAL bits-up end-to-end test driving the | 97 | 1 |
| nx_chkarith_gate.nx | GATE for LN1 checked integer arithmetic (lang.plan rung LN1, symbol | 169 | 1 |
| nx_chkarith_jo_gate.nx | THE PROOF GATE for LN18 (x86ctx_ovf_fuse): checked integer arithmetic at | 215 | 7 |
| nx_choker.nx | BitTorrent choke algorithm: tit-for-tat + optimistic unchoke (deterministic). | 100 | 4 |
| nx_choker_test.nx | KAT for the choke algorithm (tit-for-tat + optimistic unchoke). | 80 | 1 |
| nx_chord_grade.nx | INSTRUMENT-LEARN-GAME rung LG-4: CHORD-AWARE grading. | 79 | 2 |
| nx_chord_grade_gate.nx | REFEREE for LG-4 chord-aware grading (nx_chord_grade). | 181 | 9 |
| nx_christus_integration_test.nx | Phase B2 of S-class hardening. | 146 | 3 |
| nx_chromatin.nx | backup cell state (germline replication). | 190 | 6 |
| nx_chromatin_test.nx | smoke for nx_chromatin. | 85 | 1 |
| nx_chrome_fetch_probe.nx | LIVE proof of R2f-A: fetch a URL using the CHROME-JA3 ClientHello (run_chrome) and | 62 | 4 |
| nx_chunk_paginate.nx | flash-streamed world chunks. | 213 | 12 |
| nx_chunk_paginate_test.nx | smoke for nx_chunk_paginate. | 58 | 1 |
| nx_cidr_smoke.nx | IPv4 CIDR (RFC 4632) parser + match. | 107 | 5 |
| nx_cigar.nx | CIGAR run-length compression + ASCII serialiser. | 225 | 6 |
| nx_cigar_test.nx | KAT for CIGAR compression + ASCII serialiser. | 174 | 1 |
| nx_cine_sexy_test.nx | 82 | 1 | |
| nx_cinematographer.nx | Best Cinematography axis: lens + aperture + palette + composition. | 217 | 4 |
| nx_circadian.nx | distributed clock sync + scheduling (NTP/cron class). | 132 | 9 |
| nx_circadian_test.nx | smoke for nx_circadian. | 96 | 1 |
| nx_circuit_breaker.nx | 3-state circuit breaker (Hystrix pattern). | 230 | 7 |
| nx_circulation.nx | reliable byte stream with flow control (TCP class). | 86 | 7 |
| nx_circulation_test.nx | smoke for nx_circulation. | 64 | 1 |
| nx_citator_gate.nx | F995 INDEPENDENT GATE: citation treatment signals + the composed safety check. | 121 | 3 |
| nx_citator_lib.nx | F995: CITATION TREATMENT SIGNALS (Shepard's / KeyCite analog), on the CID plane. | 217 | 7 |
| nx_cite.nx | WRITING arc, rung W-CITE-1: the CITATION manager (papers cluster). | 136 | 6 |
| nx_cite_gate.nx | F993 INDEPENDENT GATE: the anti-hallucination tooth on real-shaped legal text. | 113 | 5 |
| nx_cite_lib.nx | F993 CITE-OR-ABSTAIN: deterministic citation verification, the legal flagship. | 159 | 8 |
| nx_cite_redline_gate.nx | F993 PRODUCT SURFACE: document-level citation redline. | 116 | 3 |
| nx_civic_fetch_test.nx | rule-2 verify: does nx_https_fetch_follow_best (Chrome-JA3 ladder) reach a Socrata | 31 | 2 |
| nx_civicmap.nx | the VERBS of the civic quality-of-life map. All judgement lives in | 393 | 5 |
| nx_civicmap_gate.nx | GATE for the civic quality-of-life map: CM1 admission, CM2 county join, | 500 | 5 |
| nx_civicmap_lib.nx | THE CIVIC QUALITY-OF-LIFE MAP, all of its judgement and none of its plumbing. | 1069 | 40 |
| nx_civil_date.nx | Gregorian civil date from unix seconds. | 161 | 5 |
| nx_claim_audit.nx | substrate scanner verifying claim-vs-implementation. | 255 | 5 |
| nx_claim_binding_gate.nx | CE4: does a board effectiveness claim get re-read against the LIVE artifact? | 107 | 2 |
| nx_claim_check.nx | CLI for session claims (coordination rung 1; core = nx_claim_core.nx). | 60 | 1 |
| nx_claim_check_gate.nx | gate for session claims (coordination rung 1). | 94 | 2 |
| nx_claim_core.nx | SESSION CLAIMS over the deploy-leash store (coordination rung 1, | 384 | 15 |
| nx_claim_metric_audit.nx | THE CLAIM-METRIC ALIGNMENT axis of the SOVEREIGN SOTA auditor (2026-07-04). | 416 | 16 |
| nx_claim_verify.nx | AUTONOMOUS, GENERAL, sovereign claim verifier: the wired form of the evidence-grounded | 88 | 5 |
| nx_claim_verify_core.nx | importable CORE of the sovereign claim verifier (logic extracted from nx_claim_verify.nx, | 58 | 6 |
| nx_classical.nx | classical-logic axioms. | 52 | 4 |
| nx_classical_unpatented.nx | 10 classical unpatented public-domain | 215 | 10 |
| nx_classical_unpatented_2.nx | 8 more classical unpatented algorithms. | 165 | 8 |
| nx_classical_unpatented_2_test.nx | umbrella smoke for batch 2. | 92 | 1 |
| nx_classical_unpatented_3.nx | batch 3 of unpatented algorithms: | 178 | 8 |
| nx_classical_unpatented_3_test.nx | umbrella smoke for batch 3. | 101 | 1 |
| nx_classical_unpatented_test.nx | umbrella smoke for the 10 classical | 96 | 1 |
| nx_claude_bridge.nx | the CLAUDE <-> NISHI bridge (the "works with you" gap): a sovereign command | 163 | 10 |
| nx_claude_harvest_gate.nx | END-TO-END gate for the outside-reliance miner: forks the SUBJECT ARTIFACT and | 81 | 3 |
| nx_clause_components.nx | variable-disjoint clause components. | 169 | 6 |
| nx_clause_components_test.nx | AVATAR-style component analysis smoke. | 117 | 3 |
| nx_clause_gate.nx | INDEPENDENT GATE: contract-text retrieval, redline drift, playbook risk. | 94 | 1 |
| nx_clause_lib.nx | CONTRACT TEXT REASONING: clause retrieval, redline deviation, playbook risk. | 231 | 14 |
| nx_clause_weight_test.nx | clause weight + best-first pick smoke. | 118 | 4 |
| nx_cli_meet.nx | terminal-only conferencing consumer. | 112 | 4 |
| nx_climbout.nx | R5 of THE NISHI SITUATION-MANAGEMENT arc: the CLIMB-OUT PLAN engine -- the capstone that | 66 | 3 |
| nx_climbout_docs.nx | R5c: feed REAL documents into the climb-out plan. Composes the doc-intelligence | 29 | 1 |
| nx_climbout_docs_gate.nx | R5c GATE: proves a real bill DOCUMENT flows into the climb-out plan. A bill's | 50 | 4 |
| nx_climbout_gate.nx | R5 GATE: proves the climb-out plan engine fuses the arc into ONE prioritized plan | 82 | 5 |
| nx_climbout_progress.nx | R7 of THE NISHI SITUATION-MANAGEMENT arc: TRACK THE CLIMB. As a person | 88 | 8 |
| nx_climbout_progress_gate.nx | R7 GATE: proves the climb is tracked. Fresh = 0% / all steps pending; | 77 | 5 |
| nx_climbout_real.nx | R5b: build the climb-out plan from REAL engine outputs, not demo literals. The | 121 | 2 |
| nx_climbout_real_gate.nx | R5b GATE: proves the climb-out plan is built from REAL engine outputs. Drives | 148 | 5 |
| nx_clip_depth_capture_gate.nx | 29 | 2 | |
| nx_clip_depth_contract_gate.nx | 81 | 3 | |
| nx_clipcap_lib.nx | THE TORSO-CAPSULE DEFINITION (shared ruler geometry). | 58 | 3 |
| nx_clipcheck.nx | THE ANIMATION CLIPPING RULER (debt 1786578438; operator 2026-08-12: evaluate | 479 | 11 |
| nx_clipcheck_gate.nx | GATE for the animation clipping ruler (debt 1786578438). A NEW DETECTOR | 265 | 2 |
| nx_clm_gate.nx | F996 INDEPENDENT GATE: contract lifecycle + auto-renewal-trap detection. | 111 | 3 |
| nx_clm_lib.nx | F996: CONTRACT LIFECYCLE -- obligation tracking + auto-renewal-trap detection. | 120 | 6 |
| nx_clmul_kat.nx | end-to-end proof of the PCLMULQDQ pipeline (assembler `pclmulqdq` | 62 | 1 |
| nx_clock.nx | MONOTONIC CLOCK PRIMITIVE for the runtime layer. | 38 | 1 |
| nx_clock_caps.nx | THE ONE COMMAND-SLOT CAP for the clock plane, shared by BOTH ends: | 26 | 0 |
| nx_clock_driver_boundary_ar.nx | TEST ONLY: strict fixture persistence boundary, not a segment-store implementation. | 111 | 12 |
| nx_clock_driver_gate_ar.nx | Local-only V2 real-process scheduler harness. Positive closure uses production seams; | 372 | 21 |
| nx_clock_driver_sched_ar.nx | RENAMED FROM nx_clock.nx 2026-07-31 (lib-reconcile). PERMANENT FIX for a | 1512 | 52 |
| nx_clock_driver_subject_ar.nx | the TICKLESS driver (the sched_tickless.raw lesson: don't burn a constant tick when | 248 | 12 |
| nx_clock_driver_toolrun_ar.nx | R0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem | 626 | 12 |
| nx_clock_full.nx | sovereign wall-clock + monotonic time primitive. | 74 | 5 |
| nx_clock_reserved_fault_native_v2_ar.nx | Local-only V2 real-process scheduler harness. Positive closure uses production seams; | 439 | 21 |
| nx_clock_reserved_native_v2_ar.nx | Local-only V2 real-process scheduler harness. Positive closure uses production seams; | 439 | 21 |
| nx_clock_reserved_pure_v2_ar.nx | Pure activation/service tests for the local scheduler candidate. Not a native scheduling/liveness proof. | 69 | 3 |
| nx_clock_sched_reserved_fault_v2_ar.nx | RENAMED FROM nx_clock.nx 2026-07-31 (lib-reconcile). PERMANENT FIX for a | 1513 | 52 |
| nx_clock_sched_reserved_v2_ar.nx | RENAMED FROM nx_clock.nx 2026-07-31 (lib-reconcile). PERMANENT FIX for a | 1454 | 48 |
| nx_clock_test.nx | verify clock primitive returns valid + monotonic times. | 43 | 1 |
| nx_clockjob.nx | THE MISSING PRODUCER for the clock's desired-state plane (2026-08-06). | 559 | 19 |
| nx_clockjobs_gate.nx | is the scheduler's registry WELL-FORMED, or is it carrying silent no-ops? | 198 | 6 |
| nx_cloexec_gate.nx | proves every listening socket this tree creates is FD_CLOEXEC, so a forked+exec'd | 140 | 8 |
| nx_closed_loop.nx | measure-adjust-rerender closed-loop primitive. | 295 | 9 |
| nx_closure_gate.nx | THE REFEREE FOR LN13b: the non-capturing function literal. | 197 | 3 |
| nx_closurehash.nx | PROVENANCE AT PRODUCTION, GENERALISED FROM ONE FILE TO THE WHOLE IMPORT CLOSURE. | 241 | 12 |
| nx_closurehash_gate.nx | PROVE nx_closurehash ACTUALLY READS THE CLOSURE (2026-08-07). | 206 | 9 |
| nx_cloud_capture_gate_20260910.nx | Private qualification fixture; composes existing digest-bound capture owner. No publisher or install operation. | 24 | 2 |
| nx_cloud_volume_gate.nx | PG22: DOES THE CLOUD VOLUME FOLLOW THE WEATHER FIELD, AND DOES THE SHEET STILL STAND? | 116 | 3 |
| nx_cms_sanitize_probe_gate.nx | isolates ONE question: what does hs_sanitize DO to the exact | 43 | 2 |
| nx_cms_visual_builder.nx | Converts site blueprints into editable forms and rebuilds them from posted data without client-side JavaScript. | 293 | 19 |
| nx_coa_gate.nx | F982 INDEPENDENT GATE: chart of accounts + period close. | 163 | 5 |
| nx_coa_lib.nx | F982: CHART OF ACCOUNTS + PERIOD CLOSE, on the sovereign ledger. | 108 | 8 |
| nx_coach.nx | balanced pro/anti-pattern coach. | 238 | 7 |
| nx_coach_markers.nx | "MAKE THE DATA ACTIONABLE": the wire from the clip-analysis marker library (NXMK) + | 51 | 2 |
| nx_coach_markers_gate.nx | executed proof of the coach wire (nx_coach_markers). Synthetic NXMK marker sets | 80 | 3 |
| nx_coaching_research.nx | THIN structured COACHING-LANDSCAPE research organ. Operator (2026-06-28): "coaching is | 40 | 1 |
| nx_coco_ap.nx | COCO keypoint AP@[.5:.95] from per-image OKS (the top-down single-person eval: GT box given, one | 21 | 1 |
| nx_coco_ap_gate.nx | proof of COCO AP@[.5:.95] aggregation. expect_exit: 0 | 39 | 3 |
| nx_coco_eval.nx | REAL industry COCO keypoint scorer (GT-bbox variant). | 260 | 9 |
| nx_coco_oks.nx | the REAL COCO industry metric OKS (Object Keypoint Similarity), replacing our self-validating | 53 | 2 |
| nx_coco_oks_gate.nx | proof of the COCO OKS metric: perfect->1000, a hand-computed offset, visibility handling. | 41 | 3 |
| nx_code_embed_gate.nx | SOVEREIGN CODE-EMBEDDING gate (2026-07-14). Grounds the jina-code-embeddings | 265 | 11 |
| nx_code_index.nx | E-ARC e3 (2026-07-15): SEMANTIC ORGAN RETRIEVAL for the forge (pure core; | 480 | 18 |
| nx_code_index_cli.nx | CLI for the e3 semantic organ index (core = nx_code_index.nx). | 66 | 1 |
| nx_code_index_gate.nx | gate for the e3 semantic organ index (core = nx_code_index.nx), | 146 | 4 |
| nx_code_index_tool_register.nx | register nx_code_index (sovereign SEMANTIC ORGAN RETRIEVAL) into | 25 | 2 |
| nx_code_quality.nx | qualitative + quantitative code refactor verdict. | 389 | 7 |
| nx_code_quality_test.nx | smoke for refactor-trigger primitive. | 174 | 2 |
| nx_code_review.nx | THE SOVEREIGN AUTOMATED CODE REVIEW COORDINATOR. | 340 | 16 |
| nx_codec.nx | abstract codec base class. | 185 | 16 |
| nx_codec_caps.nx | the SINGLE source of truth for what we may advertise. | 279 | 15 |
| nx_codec_caps_gate.nx | proves the advertised header equals the capability. | 180 | 3 |
| nx_codec_grade.nx | sealed-verdict grader card for the NishiVideo | 159 | 5 |
| nx_codec_perceptual_grader.nx | codec round-trip × perceptual-judge integration. | 182 | 7 |
| nx_codec_research_fetch.nx | SOVEREIGN research round for S-CLASS AUDIO+VIDEO CODECS (operator 2026-06-23: | 94 | 5 |
| nx_codegen_bench_gate.nx | OBJECTIVE code-gen grader (eats the anti-navel-gazing debt, 2026-07-15). | 152 | 10 |
| nx_codegrep.nx | SOVEREIGN code search (the grep-exceeding capability; operator 2026-06-17: "use the nishi | 269 | 16 |
| nx_coder_fidelity_gate.nx | L3b: MEASURED coder-weights bring-up (float ref vs 100%-integer | 150 | 4 |
| nx_coder_gen_f32.nx | L3b runner: F32 REFERENCE tower greedy generation on the CODER weights. | 144 | 5 |
| nx_coder_gen_nf.nx | L3b runner: NO-FLOAT tower greedy generation on the CODER weights. | 112 | 6 |
| nx_coder_swap_gate.nx | L3 gate: the Qwen2.5-Coder-0.5B q8_0 GGUF staged ADDITIVELY at | 158 | 5 |
| nx_codereview_tool_register.nx | register the AUTOMATED CODE REVIEW capabilities into the sovereign tool | 93 | 4 |
| nx_codon.nx | smallest re-targetable IR atom (silicon emission unit). | 152 | 8 |
| nx_codon_test.nx | smoke for nx_codon. | 64 | 1 |
| nx_coindex.nx | CLI of the conflict-free co-edited index (R-ORCH-2). The parallel-safe way for | 65 | 3 |
| nx_coindex_bench_gate.nx | MEASURED concurrent-writer benchmark for the conflict-free co-index | 162 | 6 |
| nx_coindex_core.nx | CONFLICT-FREE co-edited index (07-15 operator: "we can't have conflicting | 181 | 8 |
| nx_coindex_gate.nx | liar-killed GATE for the conflict-free co-edited index (R-ORCH-2). | 81 | 6 |
| nx_coindex_vs_git_gate.nx | the EXTERNAL 3rd-party comparator that closes the SELF-GRADED-SUSPECT | 140 | 5 |
| nx_colframe.nx | SOVEREIGN ZERO-COPY COLUMNAR INTERCHANGE (arrow-interchange, F-arrow). The Arrow idea, | 104 | 12 |
| nx_colframe_gate.nx | proves the zero-copy columnar interchange is REALLY zero-copy and REALLY an | 106 | 2 |
| nx_collision_aabb.nx | axis-aligned bounding box collision (Q14). | 153 | 6 |
| nx_collision_aabb_test.nx | smoke for nx_collision_aabb. | 73 | 1 |
| nx_collocation.nx | statistical association metrics for word pairs. | 421 | 16 |
| nx_collocation_test.nx | smoke for collocation association metrics. | 115 | 1 |
| nx_colonize_gate.nx | PG21: DO TREES GROW BY COMPETITION FOR SPACE, AND DOES THE CANOPY MATCH THE LAYOUT? | 139 | 4 |
| nx_color.nx | ANSI terminal color escape sequences. | 120 | 3 |
| nx_color_meter.nx | Calculates CMYK toner coverage from an RGB bitmap and estimates remaining toner based on page yield. | 75 | 3 |
| nx_color_meter_test.nx | gate for per-color (CMYK) toner coverage (nx_color_meter). Pure-color KATs prove | 62 | 3 |
| nx_color_palette.nx | Best Art Direction axis: color palette classifier. | 138 | 1 |
| nx_color_v2.nx | full color-space transforms (V1 of vision rollout). | 376 | 14 |
| nx_color_v2_test.nx | smoke for V1 color primitives. | 127 | 1 |
| nx_colordesc.nx | CHROMA color-layout descriptor (brightness-invariant), the color complement to | 77 | 4 |
| nx_colordesc_gate.nx | referee for the chroma color-layout descriptor (nx_colordesc). | 205 | 9 |
| nx_colorsci_cat_gate.nx | THE GATE FOR CHROMATIC ADAPTATION in the colour-science ruler, 2026-09-03. | 186 | 4 |
| nx_colorsci_gate.nx | THE GATE FOR THE COLOUR-SCIENCE RULER (nx_colorsci_lib + nx_fixq30_lib), 2026-08-24. | 424 | 6 |
| nx_colorsci_lib.nx | COLOUR SCIENCE AS ONE SOVEREIGN RULER (2026-08-24, phototwin PT1: cs_de2000, cs_icc_gamut). | 872 | 47 |
| nx_colorspace.nx | sovereign RGB <-> YCbCr (JFIF/BT.601 full-range) + 4:2:0 chroma subsample. The video codec | 69 | 11 |
| nx_colread_lib.nx | ONE delimiter-separated column reader (2026-09-17). The estate keeps rows as tab columns (manifests, | 64 | 6 |
| nx_commitbench.nx | IS ss_commit_deferred WORTH ADOPTING? MEASURE BEFORE MIGRATING. | 184 | 8 |
| nx_commoncrawl_probe.nx | F5-R1: prove LIVE Common Crawl connectivity over the sovereign TLS 1.3 stack (the first | 36 | 3 |
| nx_commoncrawl_query.nx | F5-R2: query the LIVE CC-Index (CDX) for a URL -> real WARC filename/offset/length (the | 36 | 3 |
| nx_commons_capunit_gate.nx | proves the trust-flow cap actually BINDS, using the estate's own | 91 | 1 |
| nx_commons_defect_gate.nx | proves, against the REAL shipped organs, that the estate's pairwise | 85 | 2 |
| nx_commons_govern.nx | WHO gets to change the rules, and what NO majority may change. | 140 | 5 |
| nx_commons_govern_gate.nx | proves that some rules are not votable, and that this is what stops | 129 | 1 |
| nx_commons_ledger.nx | the LEDGER->STANDING bridge. Turns a plane of transfer rows into the | 221 | 10 |
| nx_commons_ledger_e2e_gate.nx | PERSIST -> RELOAD -> AGGREGATE against the real seg-store. | 114 | 1 |
| nx_commons_ledger_gate.nx | proves the ledger derives what the bench previously had to be TOLD, | 105 | 1 |
| nx_commons_lib.nx | NETWORK standing for a neighbour commons. The replacement for the pairwise | 197 | 10 |
| nx_commons_price.nx | COMMENSURATION: how do you compare an hour of shovelling to a borrowed GPU? | 107 | 7 |
| nx_commons_price_gate.nx | proves the commensuration rule, and proves that the CHOICE of base unit | 108 | 1 |
| nx_commons_store_probe_gate.nx | BISECT the hang in nx_commons_ledger_e2e_gate. | 47 | 1 |
| nx_commons_sybilcost.nx | what does an attack actually COST? The sybil bound, measured. | 73 | 5 |
| nx_commons_sybilcost_gate.nx | measures the sybil bound instead of asserting it. | 83 | 1 |
| nx_commons_units_gate.nx | proves, against the REAL shipped nx_hypha, that a reciprocity floor | 92 | 2 |
| nx_commons_witness.nx | the PRODUCER of witnessed_permil, the term nx_commons_lib leans on hardest | 129 | 6 |
| nx_commons_witness_gate.nx | proves the witness producer against the rule it was matched from. | 129 | 2 |
| nx_commonsbench.nx | THE RULER for neighbour-network standing: does a reciprocity rule actually | 218 | 7 |
| nx_commonsbench_gate.nx | THE RULER for neighbour-commons standing. Scores BOTH rules on ONE | 264 | 4 |
| nx_comms_bench.nx | head-to-head benchmark harness for real-time | 194 | 5 |
| nx_comms_perf_fetch.nx | THIN structured COMMS-PERFORMANCE research source organ. COMPOSES | 45 | 1 |
| nx_comms_rival_fetch.nx | THIN structured COMMS-RIVAL research source organ. COMPOSES | 50 | 1 |
| nx_communitypulse.nx | COMMUNITY PULSE: an anonymous how-are-things-going pulse for a congregation, an | 892 | 37 |
| nx_communitypulse_gate.nx | THE GATE FOR THE COMMUNITY PULSE (2026-08-24). | 396 | 10 |
| nx_companion_chat.nx | SHE REMEMBERS YOU. Wires nx_companion_memory into the sovereign voice: plants a fact | 169 | 7 |
| nx_companion_compose_test.nx | end-to-end integration smoke proving the | 199 | 1 |
| nx_companion_memory.nx | R1b of the ELDER AI companion spine: EPISODIC MEMORY. The Replika-differentiator | 128 | 15 |
| nx_companion_memory_gate.nx | GATE for R1b (nx_companion_memory): episodic memory is total + recallable + | 83 | 3 |
| nx_companion_mind.nx | THE MIND CONTEXT (companionchat CC0, 2026-08-30): ONE composer that puts the companion's | 258 | 13 |
| nx_companion_photo.nx | the capstone that makes the companion SHARE a grounded self-image and REMEMBER it, | 33 | 2 |
| nx_companion_photo_gate.nx | GATE for nx_companion_photo: the companion shares a grounded self-image AND | 92 | 6 |
| nx_companion_proactive.nx | SHE REACHES OUT FIRST (Replika-census P2: proactivity, the signature "thinking of | 89 | 8 |
| nx_companion_recon.nx | sovereign recon of the OLD Elder AI companion media-gen system: the ARC / EXPERIENCE | 111 | 12 |
| nx_companion_rel.nx | R1d of the ELDER AI companion spine: RELATIONSHIP STATE. Distinct from episodic | 157 | 19 |
| nx_companion_rel_gate.nx | GATE for R1d (nx_companion_rel): relationship state evolves correctly and safely. | 106 | 6 |
| nx_companion_render.nx | ties the visual arc to the LIVE image-gen API. The sovereign generator already | 118 | 14 |
| nx_companion_render_gate.nx | GATE for nx_companion_render: the visual arc composes into a real image-gen | 93 | 5 |
| nx_companion_research_fetch.nx | bank the COMPANION-AI landscape (June 2026) into the Library so | 44 | 1 |
| nx_companion_sota.nx | F925: the COMPANION SOTA RULER, measured + LIAR-KILLED. | 188 | 20 |
| nx_companion_turn.nx | R1e CAPSTONE of the ELDER AI companion spine: compose ONE turn's generation context | 96 | 6 |
| nx_companion_turn_gate.nx | GATE for R1e (nx_companion_turn): the whole Elder spine composes into ONE | 101 | 5 |
| nx_companion_voice.nx | ELARA SPEAKS through the now-working sovereign forward. Composes her PERSONA (the | 131 | 6 |
| nx_compare_beat.nx | THE CLOCK BEAT for the whole /compare surface (2026-08-08). | 270 | 8 |
| nx_compare_bindings_gate.nx | Isolated native fixture; production policy and artifacts are never written. | 68 | 3 |
| nx_compare_capture_integration_gate.nx | Source-only reusable Compare capture integration. Actual wrapper, finite native witness. | 246 | 16 |
| nx_compare_capture_real_gate_20260907.nx | Source-only reusable Compare capture integration. Actual wrapper, finite native witness. | 321 | 19 |
| nx_compare_capture_scope_gate.nx | Pure parser/argument tests only; no renderer execution or policy provisioning. | 35 | 1 |
| nx_compare_capture_scope_lib.nx | Compare capture authorization; selected scope binds one reviewed artifact and render call. | 99 | 6 |
| nx_compare_cite.nx | CITE A /compare ROW IN ONE PUBLISH: the ref row AND its inline mark, or neither. | 345 | 15 |
| nx_compare_feed_lib.nx | THE COMPARE FEED (ecosystem EC47, 2026-09-16): every /compare board's daily place on the | 547 | 19 |
| nx_compare_growth_json.nx | Caller-buffer JSON projection reuses the existing qualified JSON writer. | 104 | 7 |
| nx_compare_growth_json_20260910.nx | Caller-buffer JSON projection reuses the existing qualified JSON writer. | 104 | 7 |
| nx_compare_growth_lib.nx | Additive .plan capability-growth projection. Authored stages never become evidence verdicts. | 304 | 17 |
| nx_compare_growth_lib_20260910.nx | Additive .plan capability-growth projection. Authored stages never become evidence verdicts. | 263 | 16 |
| nx_compare_gw.nx | the /compare GATEWAY DAEMON (loopback HTTP): the compare surface behind the same | 359 | 11 |
| nx_compare_gw_gate.nx | GATE for the /compare gateway decision core (nx_compare_gw_lib). | 229 | 4 |
| nx_compare_gw_lib.nx | THE PURE DECISION CORE of the /compare gateway: who may see which board. | 541 | 31 |
| nx_compare_ladder_capture.nx | Test-only staged matrix capture. No source edits or index publication. | 92 | 5 |
| nx_compare_ladder_capture_test_20260907.nx | Test-only staged matrix capture. No source edits or index publication. | 121 | 5 |
| nx_compare_ladder_isolated_lib.nx | Computes and compares rankings of nodes in a plan structure using SHA-256 hashing and string operations. | 376 | 16 |
| nx_compare_ladder_projection_gate.nx | Local-only gate candidate. Requires actual native compilation/run before any claim of correctness. | 94 | 2 |
| nx_compare_openapi.nx | Added gateway helpers. Requires the nonallocating nx_json_next candidate. | 268 | 10 |
| nx_compare_openapi_gate.nx | 139 | 6 | |
| nx_compare_preview_capture_t56.nx | Test-only staged matrix capture. No source edits or index publication. | 123 | 5 |
| nx_compare_preview_effect_gate_t56.nx | ORIGINAL. Tests the private preview projection against retained real reference bytes; no publishing call. | 18 | 1 |
| nx_compare_rank.nx | THE ROADMAP RANKER: priority computed from the boards, never chosen by a seat. | 1404 | 29 |
| nx_compare_rank_caps_gate.nx | GATE for the ranker's POPULATION HONESTY (lane F, 2026-08-23). | 502 | 17 |
| nx_compare_rank_fleet.nx | PROVE THE RANKING ENGINE ON EVERY COMPARE, and publish the estate | 319 | 12 |
| nx_compare_rank_refresh_test_20260907.nx | THE ROADMAP RANKER: priority computed from the boards, never chosen by a seat. | 1257 | 27 |
| nx_compare_receipt_emitter_t138.nx | 2 | 1 | |
| nx_compare_receipt_gate_t138.nx | Verifies transaction consistency and data integrity in a receipt comparison system. | 138 | 5 |
| nx_compare_receipt_inspect_gate_t138.nx | Performs a strict parse and comparison of an intent with a journal to verify receipt and data integrity. | 115 | 5 |
| nx_compare_receipt_inspect_lib_t138.nx | Private read-only inspection extension of the existing Compare receipt owner. | 372 | 15 |
| nx_compare_receipt_lib.nx | Receipt transaction owned by nx_compare_regen. | 309 | 18 |
| nx_compare_receipt_lib_t138.nx | Private receipt transaction for nx_compare_regen; not adopted. | 309 | 18 |
| nx_compare_refs_gate.nx | THE CITATIONS REGISTER GATE: /compare's research-paper references are | 1415 | 32 |
| nx_compare_regen.nx | ON-NAS regeneration of the whole Nishi Compare publish surface (operator 2026-07-09: | 1415 | 31 |
| nx_compare_regen_gate_t138.nx | Tests integration of a receipt emitter with journaling and file system operations. | 77 | 4 |
| nx_compare_regen_scoped.nx | ON-NAS regeneration of the whole Nishi Compare publish surface (operator 2026-07-09: | 1179 | 26 |
| nx_compare_regen_t138.nx | ON-NAS regeneration of the whole Nishi Compare publish surface (operator 2026-07-09: | 1179 | 26 |
| nx_compare_release_render_gate.nx | Pure selection fixtures; rendering and regeneration require separate live witnesses. | 62 | 2 |
| nx_compare_results.nx | CLI over nx_compare_results_lib (ecosystem EC64, 2026-09-17): a board's results in ONE place. | 81 | 8 |
| nx_compare_results_gate.nx | gate for a board's ONE results page and the click-to-open primitive under it (ecosystem | 90 | 2 |
| nx_compare_results_lib.nx | ONE HOME FOR A BOARD'S RESULTS (ecosystem EC64, 2026-09-17). | 352 | 14 |
| nx_compare_scope_gate.nx | Pure selection fixtures only; publication integration needs a separate witness. | 70 | 3 |
| nx_compare_scope_lib.nx | Allocation-free validation for an explicitly selected Compare domain. | 86 | 3 |
| nx_compare_sections.nx | SECTION CENSUS of the published /compare surface: which <h2> sections every | 377 | 15 |
| nx_compare_serve.nx | fork-exec backend for the `nishi_compare` MCP tool. v2 SINGLE-SOURCE: serves the EXACT | 140 | 10 |
| nx_compare_shared_fit_lib_20260910.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 2622 | 97 |
| nx_compare_shared_fit_sota_20260910.nx | THE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same | 533 | 15 |
| nx_compare_staged_capture.nx | Test-only staged matrix capture. No source edits or index publication. | 87 | 4 |
| nx_compare_systems.nx | axis-by-axis comparison engine. | 127 | 4 |
| nx_compare_systems_test.nx | run the comparison engine vs each peer. | 222 | 7 |
| nx_compare_tool_register.nx | register the NISHI COMPARE API into the sovereign tool registry (operator 2026-07-08: | 54 | 4 |
| nx_compare_unified.nx | THE UNIFIED /compare view (operator 2026-07-10: "too many formats -> consolidate to | 359 | 16 |
| nx_comparestale.nx | IS EVERY PUBLISHED COMPARE PAGE STILL TRUE TO ITS SOURCE? | 191 | 8 |
| nx_comparestale_canonical_cli_gate_t138.nx | 27 | 2 | |
| nx_comparestale_dependency_cli_t138.nx | 5 | 1 | |
| nx_comparestale_dependency_gate_t138.nx | Verifies ABI consistency and hashes files for dependency comparison in a sandboxed environment. | 105 | 5 |
| nx_comparestale_dependency_t138.nx | IS EVERY PUBLISHED COMPARE PAGE STILL TRUE TO ITS SOURCE? | 352 | 20 |
| nx_comparestale_edge_cli_t139.nx | IS EVERY PUBLISHED COMPARE PAGE STILL TRUE TO ITS SOURCE? | 191 | 8 |
| nx_comparestale_edge_lib_t139.nx | Consumer and dependency artifacts must be nonempty; matching empty digests are not usable artifacts. | 191 | 15 |
| nx_comparestale_lib.nx | Consumer and dependency artifacts must be nonempty; matching empty digests are not usable artifacts. | 191 | 15 |
| nx_comparetree_lib.nx | THE ONE RESOLVER FOR A /compare DATA FILE THAT LIVES IN TWO TREES. | 261 | 14 |
| nx_comparetree_lib_gate.nx | the referee for the two-tree /compare resolver (nx_comparetree_lib). | 1014 | 31 |
| nx_comparewatch_census.nx | THE /compare DISTANCE-TO-100%, made a one-call sovereign measurement | 263 | 7 |
| nx_comparewatch_census_gate.nx | proves the /compare watch-plane census parsers (2026-08-29). | 119 | 6 |
| nx_comparewatch_lib.nx | PURE parsers for the /compare watch-plane census (2026-08-29). | 154 | 7 |
| nx_competitive_intel.nx | continuous competitive-intelligence ledger. | 211 | 12 |
| nx_competitive_state.nx | bits-up competitive-state classifier | 279 | 12 |
| nx_competitive_state_test.nx | KAT for competitive-state classifier. | 163 | 1 |
| nx_compile_field_candidate_t280.nx | source-file driver for the NishiLang x86_64 backend. | 664 | 6 |
| nx_compile_wat.nx | SOVEREIGN source-file driver for the NishiLang WAT (WebAssembly) backend. | 186 | 6 |
| nx_compile_wat_call_operands_t143.nx | SOVEREIGN source-file driver for the NishiLang WAT (WebAssembly) backend. | 186 | 6 |
| nx_compile_wat_scalararm.nx | SOVEREIGN source-file driver for the NishiLang WAT (WebAssembly) backend. | 106 | 3 |
| nx_compile_x86.nx | source-file driver for the NishiLang x86_64 backend. | 664 | 6 |
| nx_compiler_bounds_cli_gate.nx | End-to-end CLI qualification of the staged compiler against a supplied incumbent. | 154 | 7 |
| nx_complex.nx | complex numbers (a + bi). | 95 | 9 |
| nx_compliance_verdict.nx | sealed regulatory-compliance verdict. | 69 | 4 |
| nx_compose.nx | compositional primitives (V2 of vision rollout). | 211 | 5 |
| nx_compose_test.nx | smoke for V2 composition primitives. | 159 | 1 |
| nx_compost.nx | graceful retirement + nutrient harvest from retired primitives. | 238 | 13 |
| nx_compost_test.nx | smoke for nx_compost. | 118 | 1 |
| nx_compute_graph.nx | typed DAG container for compute nodes. | 293 | 8 |
| nx_compute_graph_test.nx | typed DAG end-to-end shape verification. | 220 | 1 |
| nx_compute_ladder.nx | GENEALOGIST physics grade for COMPUTE (the AI/research-engine foundation). | 104 | 6 |
| nx_compute_mt.nx | walking up the COMPUTE wall toward physics: MULTICORE matmul (the ~20x lever). | 94 | 4 |
| nx_compute_node.nx | typed compute node, foundation of the | 326 | 13 |
| nx_compute_opt2.nx | compute wall, step 2: stack the SAFE levers (cache locality + more cores). | 95 | 5 |
| nx_compute_runner.nx | executes a validated ComputeGraph. | 353 | 14 |
| nx_compute_runner_test.nx | end-to-end loop closure. | 182 | 1 |
| nx_concat_probe.nx | minimal @concat / @stringify repro, isolated from v7's ${$$counter} case. | 40 | 3 |
| nx_concentration.nx | WHY the capture is POSSIBLE: market concentration. Reads knowledge/anatomy/concentration.txt | 117 | 9 |
| nx_concept.nx | typed cross-cultural concept dictionary. | 141 | 3 |
| nx_concept_embedding.nx | typed concept manifest + storage contract. | 377 | 10 |
| nx_concept_embedding_test.nx | smoke for typed concept manifest. | 124 | 2 |
| nx_concept_test.nx | smoke for typed concept dictionary. | 55 | 1 |
| nx_cond.nx | condition variable on top of nx_mutex + futex. | 97 | 5 |
| nx_conductor.nx | the Nishi CONDUCTOR: the autonomic HEARTBEAT (sovereign). | 119 | 5 |
| nx_conductor_heal.nx | the Nishi CONDUCTOR, v3: the come-alive tick that | 74 | 1 |
| nx_conductor_live.nx | the Nishi CONDUCTOR, v3: the LIVE, WARDEN-GATED tick | 280 | 8 |
| nx_confdup.nx | find CONFIG FILES THAT DECLARE THE SAME CONCERN TWICE. | 531 | 12 |
| nx_conflict.nx | WRITING arc, rung W-ING-5: CONTRADICTION / CONTINUITY conflict | 131 | 4 |
| nx_conflict_gate.nx | REFEREE for WRITING rung W-ING-5 (nx_conflict). | 93 | 5 |
| nx_conflict_owned_gate.nx | REFEREE for cf_detect_owned (per-character conflicts). | 82 | 5 |
| nx_conformal.nx | distribution-free prediction intervals. | 400 | 6 |
| nx_congruence_closure.nx | UF (uninterpreted functions) decision | 118 | 7 |
| nx_conn_catalog.nx | the CONNECTION / TRANSPORT / CRYPTO capability catalogue. | 117 | 5 |
| nx_connect.nx | BOUNDED, NON-BLOCKING TCP CONNECT. The missing primitive. | 101 | 2 |
| nx_connect_award_page.nx | an AWARD-CALIBER showcase page (attacks the ABSENT creativity cells of | 59 | 2 |
| nx_connect_device_client.nx | CONNECT, PRIVACY-FIRST / DATA-ON-THE-ENDPOINT. The evolution of the E2E | 111 | 4 |
| nx_connect_device_client_gate.nx | proves the PRIVACY-FIRST / DATA-ON-THE-ENDPOINT property on the | 109 | 5 |
| nx_connect_e2e_client.nx | the FULL-E2E CONNECT client: key AGREEMENT + sealed send + decrypting | 86 | 4 |
| nx_connect_e2e_client_gate.nx | proves the emitted FULL-E2E client: BOTH sovereign wasms ship, keys | 94 | 5 |
| nx_connect_e2e_proof.nx | LIVE-LOOP witness for the full-E2E CONNECT proof: computes the EXACT bytes | 79 | 5 |
| nx_connect_gate.nx | proves nx_connect_bounded actually BOUNDS a connect, and that it is a safe | 156 | 5 |
| nx_connect_lds_page.nx | the CONNECT / LDS landing, now COMPOSED FROM nx_sclass_kit (v2) instead of | 66 | 1 |
| nx_connect_page.nx | the CONNECT product landing, composed from nx_sclass_kit (award-tier, ADA, | 98 | 1 |
| nx_connect_reconnect_page.nx | the CONNECT reconnection surface, composed from nx_sclass_kit in a | 75 | 1 |
| nx_connect_research_fetch.nx | SOVEREIGN web-fetch for the CONNECT video-room exceed research | 96 | 5 |
| nx_connect_seal.nx | CONNECT message sealing on the REAL, RFC-8439-verified ChaCha20-Poly1305 AEAD, | 62 | 4 |
| nx_connect_seal_gate.nx | proves CONNECT message sealing is REAL AEAD, not the additive stand-in. | 94 | 7 |
| nx_connect_youth_page.nx | the CONNECT youth-rooms page, emitted ENTIRELY by composing nx_sclass_kit. | 74 | 1 |
| nx_consent.nx | CONSENT, PROVENANCE & LICENSE-TIER gate for character assets. Consent is the dividing line, so | 74 | 6 |
| nx_const.nx | meta source of truth for universal constants. | 250 | 0 |
| nx_consumable.nx | consumable-depletion kernel (#3 of the 4 physics kernels). | 119 | 2 |
| nx_consumable_test.nx | gate for the consumable-depletion kernel. | 75 | 1 |
| nx_contactsheet.nx | VISUAL VALIDATION: render a whole gathered corpus as ONE tiled PNG. | 196 | 6 |
| nx_container.nx | sovereign container runtime (Docker replacement). | 202 | 10 |
| nx_container_bench.nx | SOVEREIGN measured-exceed scorecard: Nishi Container Host vs Docker Desktop. | 240 | 12 |
| nx_container_census.nx | SOVEREIGN depth+breadth census: Nishi Container Host vs the June-2026 container landscape. | 173 | 12 |
| nx_container_compose.nx | R2 of the Nishi Container Host: SOVEREIGN multi-service orchestration planner | 171 | 10 |
| nx_container_image_test.nx | rootless container running a REAL IMAGE (a | 55 | 1 |
| nx_container_registry.nx | C2 of the Nishi Container Host: SOVEREIGN content-addressed container REGISTRY | 351 | 20 |
| nx_container_rootless_test.nx | proof that nx_container runs a process in a | 50 | 1 |
| nx_container_run_test.nx | proof that nx_container (sovereign Docker | 46 | 1 |
| nx_container_spec_emit.nx | R1 of the Nishi Container Host: SPEC-DRIVEN container emit (the sovereign `docker build`). | 154 | 14 |
| nx_content_get.nx | CHUNKED CONTENT DOWNLOAD SOURCE: the sovereign door for NAS->laptop bytes. | 305 | 19 |
| nx_content_get_client.nx | THE SOVEREIGN NAS->laptop DOWNLOAD CLIENT. Retires nx_content_get_client.py. | 383 | 16 |
| nx_content_get_client_gate.nx | THE GATE FOR THE SOVEREIGN DOWNLOAD CLIENT, 2026-09-04. | 268 | 10 |
| nx_content_get_gate.nx | THE GATE FOR THE NAS->LAPTOP DOOR, 2026-09-03. | 326 | 10 |
| nx_content_guard.nx | extensible content-policy detector. | 476 | 15 |
| nx_content_guard_test.nx | smoke for NTR/multi-male/observer-passive guard. | 153 | 2 |
| nx_content_measure.nx | MEASURED content value (SREACH R3c-a). | 75 | 6 |
| nx_content_measure_test.nx | KATs for the measured content-value kernel | 38 | 3 |
| nx_content_put.nx | CHUNKED CONTENT UPLOAD RECEIVER: the sovereign door for laptop->NAS bytes. | 1593 | 68 |
| nx_content_put_client.nx | THE SOVEREIGN laptop->NAS UPLOAD CLIENT. Retires nx_content_put_client.py. | 929 | 21 |
| nx_content_put_client_gate.nx | THE GATE FOR THE SOVEREIGN UPLOAD CLIENT, 2026-09-03. | 210 | 9 |
| nx_content_put_gate.nx | THE GATE FOR THE CHUNKED UPLOAD DOOR: a real multi-MB payload round-trips | 930 | 10 |
| nx_content_ship.nx | ONE sovereign command for the whole CONTENT ship loop (operator 2026-07-12: "isn't this | 221 | 9 |
| nx_content_type.nx | parse a Content-Type / Accept header value. | 173 | 8 |
| nx_contentdiff.nx | THE PROMOTE RULER. Answers one question: does the candidate binary still contain | 287 | 14 |
| nx_contentdiff_cli_candidate_t295.nx | THE PROMOTE RULER. Answers one question: does the candidate binary still contain | 274 | 13 |
| nx_contentdiff_cli_gate_t295.nx | Compares and validates structural differences between two ELF binaries using a custom diff framework. | 82 | 5 |
| nx_contentdiff_display_20260907.nx | THE PROMOTE RULER. Answers one question: does the candidate binary still contain | 316 | 9 |
| nx_contentdiff_display_candidate_t295.nx | 40 | 2 | |
| nx_contentdiff_display_gate.nx | 40 | 2 | |
| nx_contentdiff_export.nx | Complete, pinned missing-string inventory. String absence is evidence, not a capability verdict. | 63 | 5 |
| nx_contentdiff_iterator_candidate_t295.nx | ONE CONTENT RULER, TWO BUDGETS. | 514 | 28 |
| nx_contentdiff_iterator_gate_t295.nx | Compares and mutates ELF files to detect content differences and structural changes. | 70 | 4 |
| nx_contentdiff_sectionless_candidate_t314.nx | 25 | 1 | |
| nx_contentdiff_sectionless_gate_t314.nx | 32 | 2 | |
| nx_contentdiff_structured_candidate_t294.nx | Review compatibility import; implementation adopted into the existing shared owner. | 2 | 0 |
| nx_contentdiff_structured_gate_t294.nx | Compares and mutates ELF files to detect structural differences and verify content integrity. | 70 | 4 |
| nx_contentdiff_typed_candidate_t309.nx | THE PROMOTE RULER. Answers one question: does the candidate binary still contain | 287 | 14 |
| nx_contentdiff_typed_gate_t309.nx | Compares and diffs structured content between two binary files to detect changes and classify differences. | 82 | 5 |
| nx_contentput_reap.nx | CENSUS of content-upload staging. IT DOES NOT DELETE, AND THAT IS A | 314 | 12 |
| nx_continuity_gate.nx | REFEREE for CROSS-SCENE continuity: cf_detect_owned run | 82 | 5 |
| nx_conv1d.nx | the ATOM of the neural vocoder forward (HiFi-GAN / WaveNet are conv1d stacks). Sovereign f32 | 84 | 5 |
| nx_conv2d.nx | multi-channel 2D convolution forward pass. | 562 | 7 |
| nx_conv2d_mt_gate.nx | adversarial gate for the multi-threaded | 266 | 8 |
| nx_conv_bwd_stride_gate.nx | EXACT check of nx_f32_conv2d_backward at STRIDE 2 (only stride-1 was gated before; | 46 | 3 |
| nx_conv_gemm_gate.nx | wire the COMPUTE LEVER into the diffusion workhorse: f32 Conv2D via im2col->GEMM. | 156 | 5 |
| nx_conv_speedup.nx | THE PAYOFF: a real 2D convolution (1024x1024, 15x15 kernel), run SERIAL then THREADED (nx_thread_pool, 8 | 97 | 3 |
| nx_conv_transpose1d.nx | BRICK 2 of the neural vocoder forward: transposed 1-D convolution (ConvTranspose1d), | 83 | 6 |
| nx_convo.nx | WRITING arc, rung W-CONVO-1: the CONVERSATIONAL TUTOR core. | 83 | 3 |
| nx_convo_gate.nx | REFEREE for WRITING rung W-CONVO-1 (nx_convo). | 119 | 5 |
| nx_cookie.nx | parse HTTP Cookie header (RFC 6265 §4.2). | 191 | 6 |
| nx_coq_dir_ingest.nx | ingest every Coq decl in the corpus at | 74 | 1 |
| nx_coq_ingest.nx | Coq stdlib + MathComp statement-level ingester (C0). | 226 | 7 |
| nx_coq_ingest_test.nx | smoke for Coq C0 statement parser. | 31 | 1 |
| nx_coq_stream_ingest.nx | bridge nx_coq_ingest -> nx_ingest_runner. | 65 | 4 |
| nx_coq_stream_ingest_test.nx | Coq parser -> defense stack. | 51 | 1 |
| nx_coreutils_test.nx | sovereign COREUTILS (the CLI daily-driver gap): cat / cp / mv / rm / ls, | 112 | 10 |
| nx_cornell.nx | ★THE CORNELL BOX on the sovereign stack (field-evidence rung 3: the measured GI reference). A real | 333 | 17 |
| nx_corolla.nx | joy + beauty as primary first-class metric. | 244 | 11 |
| nx_corolla_test.nx | smoke for nx_corolla. | 119 | 1 |
| nx_corpus_drive.nx | unified theorem-corpus ingestion driver. | 143 | 8 |
| nx_corpus_fetch.nx | Modelwright M1: sovereign corpus-at-scale builder. | 97 | 4 |
| nx_corpus_full.nx | bulk-registration of every L3 primitive we | 171 | 1 |
| nx_corpus_measure.nx | data-driven MEASURED index over a REAL crawled corpus (the honest "bigger index" step at | 92 | 5 |
| nx_corpus_search.nx | END-TO-END on REAL data: index 3 REAL web pages crawled natively by nishi_fetch.exe (off-WSL) | 76 | 7 |
| nx_corpus_to_meta.nx | compact-corpus -> meta.json minter. | 203 | 6 |
| nx_cors.nx | build CORS response headers. | 175 | 9 |
| nx_cosine_similarity.nx | signed Q10 cosine between two vectors. | 165 | 6 |
| nx_cosine_similarity_test.nx | smoke for signed Q10 cosine. | 88 | 1 |
| nx_cost_anatomy.nx | data-driven COST-ANATOMY + INFLATION-ATTRIBUTION engine. Generalizes nx_cost_decompose | 278 | 14 |
| nx_costest_lib.nx | THE ONE COST ESTIMATOR (2026-09-16): three-point estimates (P10, P50, P90) in the boards' | 672 | 30 |
| nx_count_negative.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_negative_test.nx | 15 | 1 | |
| nx_count_nonzero.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_nonzero_test.nx | 15 | 1 | |
| nx_count_odd.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_odd_test.nx | 15 | 1 | |
| nx_count_one.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_one_test.nx | 15 | 1 | |
| nx_count_positive.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_positive_test.nx | 15 | 1 | |
| nx_count_zero.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_zero_test.nx | 15 | 1 | |
| nx_court_ingest.nx | R1a rung-2b: LIVE multi-page court-data ingester (CourtListener v4 financial-disclosures). | 146 | 7 |
| nx_court_recap.nx | R1a sovereign court-data ingest parse-core (CourtListener v4 financial-disclosures). | 176 | 9 |
| nx_covenant.nx | multi-stakeholder + multi-generational consent. | 251 | 12 |
| nx_covenant_test.nx | smoke for nx_covenant. | 124 | 1 |
| nx_coverbeat.nx | RUN THE COVERAGE INSTRUMENTS AND PROVE IT RAN THEM. | 163 | 6 |
| nx_cpp_calc.nx | Calculates honest cost-per-page using real coverage measurements and ISO-standardized yields. | 55 | 5 |
| nx_cpp_calc_test.nx | gate for the cost-per-page calculator (nx_cpp_calc). Unique exit codes per invariant: | 34 | 2 |
| nx_cpu_features.nx | sovereign x86-64 CPU feature detection via cpuid. | 22 | 3 |
| nx_cpu_features_test.nx | KAT for the cpuid feature gate. Asserts the results | 21 | 1 |
| nx_cr_exec_proof.nx | PROVE (not assert) that code_review_gate is runnable end-to-end over the execution | 77 | 4 |
| nx_cr_gate.nx | the SINGLE-ARG, /mcp-shaped code review gate. `nx_cr_gate <file>` reviews ONE file and | 37 | 2 |
| nx_craft_affine_emit_t342.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_affine_fit_t342.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_before_placement_t316.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4681 | 149 |
| nx_craft_body_affine_alpha_emit_t361.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_body_affine_alpha_fit_t361.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_body_driver_t138.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 942 | 28 |
| nx_craft_body_emit_t138.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_body_fit_t138.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 176 | 6 |
| nx_craft_body_semantic_alpha_emit_t345.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_body_semantic_alpha_fit_t345.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_body_winding_alpha_emit_t365.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 31 | 4 |
| nx_craft_body_winding_alpha_fit_t365.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 266 | 11 |
| nx_craft_canonical_fit_t135.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 176 | 6 |
| nx_craft_combined_emit_t28.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_combined_emit_t29.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_emit.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 944 | 28 |
| nx_craft_emit_child_fixture.nx | ORIGINAL. Controlled process-status fixture. All descriptors belong to this | 24 | 1 |
| nx_craft_emit_child_status_gate.nx | ORIGINAL. Usage: gate.elf <absolute path to own reviewed child fixture ELF>. | 43 | 1 |
| nx_craft_emit_static_argv_gate.nx | ORIGINAL. Inspects canonical emitter's build arguments without running it. | 44 | 2 |
| nx_craft_eye_emit_t138.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_eye_fit_t138.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 194 | 7 |
| nx_craft_feedback_emit_t28.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_gait_emit_t139.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_gait_fit_t139.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 193 | 7 |
| nx_craft_garment_emit_t132.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 942 | 28 |
| nx_craft_garment_fit_t132.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 176 | 6 |
| nx_craft_hair_attachment_emit_t263.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 26 | 4 |
| nx_craft_hair_attachment_emit_t283.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_hair_attachment_fit_t263.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_hair_attachment_fit_t283.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_hair_probe_emit_t280.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 26 | 4 |
| nx_craft_hair_probe_fit_t280.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_hq_shift_gate.nx | Beach fixture: retained terrain must remain identical through cache-origin shifts. | 53 | 2 |
| nx_craft_imported_emit_t262.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 25 | 4 |
| nx_craft_imported_fit_t262.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_imported_placement_candidate_t316.nx | Existing pinned live runtime plus the exact canonical placement owner; no copied engine rewrite. | 3 | 0 |
| nx_craft_inspection_alpha_emit_t342.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_inspection_alpha_fit_t342.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_inspection_canonical_fit_t142.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 193 | 7 |
| nx_craft_inspection_distance_emit_t235.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 25 | 4 |
| nx_craft_inspection_distance_fit_t235.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_inspection_emit_t142.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_inspection_fit_t142.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 193 | 7 |
| nx_craft_integrated_emit_t73.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 942 | 28 |
| nx_craft_integrated_fit_t73.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 176 | 6 |
| nx_craft_knight_emit_t25.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_length_emit_t140.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_length_fit_t140.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 196 | 7 |
| nx_craft_lit_fit_expanded_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 5411 | 282 |
| nx_craft_material_body_emit_t61.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_material_body_fit_t61.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 125 | 4 |
| nx_craft_material_emit_t55.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 942 | 28 |
| nx_craft_material_fit_t55.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 125 | 4 |
| nx_craft_memory_pair_gate_20260910.nx | ORIGINAL. Source-linked witness for existing packaging and memory admission. | 75 | 2 |
| nx_craft_mip_emit_t241.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_mip_fit_t241.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_motion_emit_t328.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 26 | 4 |
| nx_craft_motion_fit_t328.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_move_emit_t72.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 942 | 28 |
| nx_craft_move_fit_t72.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 125 | 4 |
| nx_craft_move_pair_gate_t72.nx | Private qualification of the existing native facing owner. | 145 | 2 |
| nx_craft_person_alpha_emit_t343.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_person_alpha_fit_t343.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_pipeline_emit_t64.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_pipeline_fit_t64.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 100 | 3 |
| nx_craft_placement_floor_t316.nx | Exact extraction from canonical nx_wasm_craft.nx; callers provide the existing world/contact owners. | 18 | 2 |
| nx_craft_placement_gate_t316.nx | 65 | 2 | |
| nx_craft_placement_wasm_gate_t316.nx | Tests placement VM functionality against specified terrain and actor seat conditions. | 84 | 5 |
| nx_craft_private_combined_fit_t28.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_combined_fit_t29.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_feedback_fit_t28.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_history_fit_t25.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_knight_fit_t25.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_page_fit_gate.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_pinned_fit_t24.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_recovery_fit_t23.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_support_fit_t31.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 92 | 3 |
| nx_craft_private_water_fit_t31.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 96 | 3 |
| nx_craft_procedural_review_emit_candidate_t333.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 29 | 4 |
| nx_craft_procedural_review_fit_candidate_t333.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_recovery_emit_t23.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_resident_morf_gate.nx | ORIGINAL. Build against the reviewed canonical craft candidate, not its dated name. | 141 | 3 |
| nx_craft_rig_comparison_emit_t332.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_rig_comparison_fit_t332.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_rig_inspection_emit_t230.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_rig_inspection_fit_t230.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_rig_observation_emit_t331.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 26 | 4 |
| nx_craft_rig_observation_fit_t331.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_rigview_host_emit_t341.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_rigview_host_fit_t341.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_rigview_workbench_emit_t342.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_rigview_workbench_fit_t342.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_scene_light_alpha_emit_t364.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 31 | 4 |
| nx_craft_scene_light_alpha_fit_t364.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 266 | 11 |
| nx_craft_search_emit_t53.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_search_fit_t53.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 96 | 3 |
| nx_craft_skin_canonical_diag_t140.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 196 | 7 |
| nx_craft_skin_canonical_fit_t140.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 193 | 7 |
| nx_craft_skin_emit_t138.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_skin_fit_t138.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 193 | 7 |
| nx_craft_skin_wrap_fit_t261.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_static_emit_t338.nx | Candidate page-fit composition. Existing shared page renders all scene and inspection controls. | 30 | 4 |
| nx_craft_static_fit_t338.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 263 | 11 |
| nx_craft_static_resident_gate.nx | ORIGINAL. Build against the reviewed canonical craft candidate, not its dated name. | 157 | 3 |
| nx_craft_support_emit_t31.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_toon_region_emit_t143.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_toon_region_fit_t143.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 206 | 8 |
| nx_craft_visitors_canonical_emit_t142.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 38 | 4 |
| nx_craft_visitors_canonical_fit_t142.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_visitors_emit_t140.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_visitors_fit_t140.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 206 | 8 |
| nx_craft_visitors_inspection_emit_t142.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_visitors_inspection_fit_t142.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 206 | 8 |
| nx_craft_visitors_lit_fit_t181.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 222 | 9 |
| nx_craft_visitors_lit_status_expanded_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 5411 | 282 |
| nx_craft_visitors_material_emit_t181.nx | Private page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr | 53 | 4 |
| nx_craft_visitors_material_fit_t181.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 222 | 9 |
| nx_craft_visitors_material_schema_expanded_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 5411 | 282 |
| nx_craft_visitors_material_schema_precise_expanded_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 5411 | 282 |
| nx_craft_visitors_owned_expanded_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 5411 | 282 |
| nx_craft_visitors_owned_fit_t219.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 254 | 11 |
| nx_craft_workspace_emit_t48.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 941 | 28 |
| nx_craft_workspace_fit_t48.nx | ORIGINAL. Private generated-page observation; never calls either publishing main. | 96 | 3 |
| nx_crash.nx | Captures and prints instruction and fault addresses on signal crashes, then re-raises the signal. | 193 | 8 |
| nx_crashresume_census.nx | ONE-SHOT crash-resume census CLI (CR-R0, crash-resume->SOTA roadmap | 206 | 6 |
| nx_crashresume_census_core.nx | importable CORE of the crash-resume census (CR-R0 of the | 162 | 11 |
| nx_crashresume_census_gate.nx | liar-killed GATE for the crash-resume census core (CR-R0). | 128 | 6 |
| nx_crater_field.nx | deterministic crater-impact field distribution. | 608 | 12 |
| nx_crater_quality.nx | per-kind grader for nx_crater_field output. | 263 | 8 |
| nx_crawl_bfs.nx | autonomous link-following crawler (frontier BFS). | 163 | 7 |
| nx_crawl_doc.nx | per-page processing unit for the sovereign crawler. | 42 | 2 |
| nx_crawl_doc_test.nx | KAT for the crawl back-half on real CONTENT. | 76 | 1 |
| nx_crawl_frontier.nx | outbound-link (frontier) extraction for the crawler. | 115 | 5 |
| nx_crawl_frontier_test.nx | KAT for outbound-link extraction. | 43 | 1 |
| nx_crawl_https.nx | the hardened crawler on the REAL VALIDATED HTTPS web. | 138 | 6 |
| nx_crawl_main.nx | the deployable Nishi crawl+serve daemon. | 256 | 8 |
| nx_crawl_polite.nx | hardened, polite crawler (don't get blacklisted). | 162 | 7 |
| nx_crawl_run.nx | end-to-end crawl: fetch (real HTTP) -> extract -> dedup | 109 | 6 |
| nx_crawl_sufficiency.nx | ADAPTIVE STOP: "do we know enough to stop fetching?" -- the /compare/webscraping | 391 | 15 |
| nx_crawl_sufficiency_cli.nx | CLI over nx_crawl_sufficiency (the /compare/webscraping R5 lib): judge a set of | 74 | 5 |
| nx_crawl_sufficiency_gate.nx | GATE for nx_crawl_sufficiency (the /compare/webscraping R5 contract | 162 | 4 |
| nx_crawlaudit.nx | INDEPENDENT validator for the crawl outcome log. The anti-navel-gazing organ. | 243 | 4 |
| nx_crawlmine.nx | MINE the crawl outcome log so the crawler improves against MEASURED loss. | 307 | 8 |
| nx_crc16.nx | CRC-16 variants (CCITT, IBM, MODBUS). | 115 | 5 |
| nx_crc32.nx | CRC-32 (IEEE 802.3, gzip / zlib / png polynomial). | 129 | 5 |
| nx_crc32_gate.nx | the gate for CRC-32, and the ecosystem's cleanest ORACLE-CLASS evidence. | 93 | 2 |
| nx_crc32_kat.nx | functional KAT for the hardware CRC-32C intrinsic | 105 | 3 |
| nx_crc32_v1.nx | CRC-32 checksum (IEEE 802.3 + Castagnoli). | 97 | 4 |
| nx_crc32c.nx | fast TABLE-driven CRC-32C (Castagnoli) for per-PDU | 78 | 6 |
| nx_crc32c_bench.nx | MEASURED throughput of table CRC-32C vs the | 58 | 3 |
| nx_crc32c_test.nx | 1:1 KAT for fast table CRC-32C (nx_crc32c.nx). | 74 | 2 |
| nx_crdt_seq.nx | SOVEREIGN SEQUENCE CRDT (RGA: Replicated Growable Array, Roh et al. 2011). The V-COLLAB rung-1 | 106 | 9 |
| nx_crdt_sync.nx | CRDT SYNC op-log: the rung that makes two replicas MERGE instead of collide. Each edit is | 60 | 7 |
| nx_creature_motion.nx | UNIFY swap + motion: pose the smin SDF body from the FK rig (nx_bodypose) AND add | 47 | 1 |
| nx_creaturegen.nx | ★SOVEREIGN INFINIGEN: procedural ANIMALS. Reuses the SAME layered-anatomy method as the | 474 | 22 |
| nx_creditcard_census.nx | HONEST HAVE/PARTIAL/GAP census for the CREDIT-CARD REWARDS-vs-INTEREST domain. | 93 | 3 |
| nx_crew_activity_gate_20260909.nx | Original Nishi crew dispatch regression against the live estate registry. | 33 | 2 |
| nx_crew_capability_gate.nx | does each RACI role OWN its accountable capability, and is it an MCP API? (operator 2026-07-10: | 143 | 11 |
| nx_crew_contract_audit.nx | Original Nishi: read-only crew admission evidence. Never dispatches an organ. | 131 | 3 |
| nx_crew_inventory_gate_20260909.nx | Verifies inventory verdicts across different category combinations and reports failures. | 14 | 1 |
| nx_crew_page.nx | GENERATOR (not hand-authored HTML, per build-generators-not-artifacts) for the CREW CAPABILITY | 137 | 9 |
| nx_crew_roster_gate.nx | THE CREW-COMPLETENESS GUARD (operator 2026-07-10: "are you sure you have them all"). | 120 | 13 |
| nx_crew_selfheal.nx | the SAFE-ACT loop: the crew doesn't just SEE a problem, | 109 | 6 |
| nx_crew_serve.nx | the ONE consolidated crew-capabilities MCP backend (operator 2026-07-10: "each role owns its raci | 241 | 17 |
| nx_crew_tool_register.nx | register the nishi_crew capability-directory API into the sovereign tool registry | 46 | 4 |
| nx_crispr.nx | adaptive signature memory (Tier-1 immune). | 223 | 7 |
| nx_crispr_test.nx | smoke for nx_crispr. | 79 | 1 |
| nx_critic_axes.nx | the SHARED measured-quality AXES (extracted so every loop/gate scores emitted output | 114 | 11 |
| nx_critvis_lib.nx | IMPORTABLE photoreal-critic scoring axes, extracted verbatim from the gate | 86 | 10 |
| nx_crm.nx | PROFESSIONAL CRM PIPELINE (rung 2 of Nishi CRM/Relationships to SOTA). Operator 2026-07-08: | 200 | 16 |
| nx_crm_acl.nx | USERS + ROLES + RECORD PERMISSIONS (CRM census E7). The Salesforce-verified layered model, | 153 | 10 |
| nx_crm_flow.nx | WORKFLOW AUTOMATION TRIGGERS (CRM census E8). The HubSpot/Salesforce-Flow model, sovereign + | 180 | 9 |
| nx_crm_store.nx | PERSISTENCE for deals + giving (the DEPTH rung after full-presence 1000): the pipeline and | 280 | 10 |
| nx_crm_ui.nx | THE INTEGRATED RELATIONSHIP OS UI (rung: the client-facing surface). Operator 2026-07-08: | 83 | 2 |
| nx_crockford32.nx | Crockford Base32 encoding. | 203 | 5 |
| nx_cron.nx | JOB-REGISTRY + DISPATCH-LOOP layer above the FULLY_WIRED | 465 | 19 |
| nx_cronwatch_put.nx | THE MISSING PRODUCER for the cron dead-man's-switch registry (2026-08-15). | 293 | 15 |
| nx_crosshw_census.nx | measured HAVE/PARTIAL/GAP census for the cross-hardware perf-exceed program. | 94 | 3 |
| nx_crummy_detector.nx | direct "is this world crummy?" detector. | 597 | 11 |
| nx_crypsis.nx | byte-level camouflage / polymorphism. | 210 | 4 |
| nx_crypsis_test.nx | smoke for nx_crypsis. | 94 | 1 |
| nx_crypto_event_compose_test.nx | crypto facade + event-driven flow. | 123 | 1 |
| nx_crypto_hw_limit_map.nx | THE literal-hardware answer: per crypto rung, is the speed gap a PHYSICS limit (silicon | 44 | 4 |
| nx_crypto_sclass_rung_census.nx | hardware-up crypto/TLS s-class-EXCEED rung ladder (operator 2026-07-02: "from the | 72 | 5 |
| nx_csg.nx | CSG solid -> watertight mesh via marching tetrahedra over an SDF. | 245 | 8 |
| nx_csg_fillet_test.nx | KAT gate for SMOOTH (filleted) SDF booleans. Proves: | 126 | 7 |
| nx_csg_rot_gate.nx | GATE for per-primitive SDF ROTATION in nx_csg_scene (the hook-tilt | 91 | 5 |
| nx_csg_rotxz_gate.nx | complete the SDF rotation capability: nx_csg_scene_eval_i implements | 106 | 6 |
| nx_csg_scene.nx | N-PRIMITIVE CSG. nx_csg_extract is hardwired to TWO primitives | 264 | 7 |
| nx_csg_scene_gate.nx | GATE for the N-primitive CSG scene extractor (nx_csg_scene). | 122 | 4 |
| nx_csg_test.nx | KAT gate for SDF + marching-tetrahedra CSG booleans. | 123 | 6 |
| nx_csg_torus_test.nx | KAT gate for the torus SDF primitive (genus-1 solid). | 94 | 6 |
| nx_csprng.nx | cryptographically secure random via getrandom(2). | 121 | 5 |
| nx_csrf_token.nx | Cross-Site Request Forgery token generation. | 179 | 5 |
| nx_css_apply.nx | CSS cascade for the Nishi browser. Phase 2 | 181 | 3 |
| nx_css_apply_test.nx | smoke for the Phase-2 cascade primitive. | 210 | 3 |
| nx_css_color_decode.nx | decode a CSS HEXCOLOR byte range into | 291 | 9 |
| nx_css_color_decode_test.nx | smoke for CSS hex color decoder. | 91 | 2 |
| nx_css_dimension_to_px.nx | convert a CSS dimension (NUMBER body | 164 | 4 |
| nx_css_dimension_to_px_test.nx | smoke for dimension -> px. | 97 | 2 |
| nx_css_number_parse.nx | decode a CSS NUMBER token body into a | 111 | 1 |
| nx_css_number_parse_test.nx | smoke for CSS number -> thousandths. | 97 | 3 |
| nx_css_parse.nx | CSS parser for the Nishi browser. Phase 2 (CSS | 459 | 7 |
| nx_css_parse_test.nx | smoke for the CSS parser Phase-2 second | 131 | 3 |
| nx_css_selector_match.nx | match a parsed CssRule selector against | 165 | 5 |
| nx_css_selector_match_test.nx | smoke for the Phase-2 selector | 125 | 3 |
| nx_css_tokenize.nx | CSS tokenizer for the Nishi browser. | 499 | 13 |
| nx_css_tokenize_test.nx | smoke for the CSS tokenizer Phase-2 seed. | 188 | 3 |
| nx_csv_v1.nx | RFC 4180 comma-separated values parser. | 201 | 3 |
| nx_csv_writer.nx | RFC 4180 CSV serialiser. | 150 | 5 |
| nx_ct.nx | constant-time arithmetic primitives. | 167 | 7 |
| nx_ctlbyte_repair.nx | FIND AND REPAIR CONTROL-BYTE CORRUPTION IN NishiLang SOURCES. | 359 | 11 |
| nx_ctrlbyte_gate.nx | CONTROL-BYTE CORRUPTION TOOTH (debt 1785520719 / 1785521381, 2026-07-31). | 259 | 11 |
| nx_cuad_gate.nx | INDEPENDENT GATE: the CUAD 41-type taxonomy, on real clause text. | 75 | 1 |
| nx_cuad_lib.nx | THE CUAD CLAUSE TAXONOMY (41 types) as a typed, benchmark-aligned playbook. | 275 | 11 |
| nx_cube.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_cube_inplace.nx | AUTO-GENERATED from shape `array_transform_inplace`. | 28 | 1 |
| nx_cube_inplace_test.nx | 15 | 1 | |
| nx_cube_test.nx | 9 | 1 | |
| nx_cube_to_gcode_test.nx | MODEL->PRINT CAPSTONE: geometry I created | 87 | 5 |
| nx_curveskel.nx | SOVEREIGN SKELETON-FIT CLI: extract a curve skeleton (an armature) from a BARE unrigged NXA | 23 | 1 |
| nx_curveskel_gate.nx | THE REFEREE FOR SKELETON-FIT: a curve skeleton extracted from a BARE mesh must SPAN the | 323 | 11 |
| nx_curveskel_lib.nx | SOVEREIGN SKELETON-FIT: extract a curve skeleton (an armature) from a BARE unrigged mesh. | 476 | 16 |
| nx_cvf_index.nx | THE CVF LIBRARY TAB COMPILER (operator 2026-08-13: "a tab in /library to | 258 | 11 |
| nx_d001census.nx | SIZE THE D001 POPULATION INSTEAD OF DISCOVERING IT ONE REFUSED PROMOTE AT A TIME. | 225 | 9 |
| nx_d3d11_min.nx | D0 of the D3D-game ladder: the END-TO-END SPINE. Models the D3D11 device+swapchain object model | 55 | 8 |
| nx_daemon.nx | canonical sovereign detached-spawn: launch an elf as a daemon that survives the parent (new | 26 | 2 |
| nx_daemon_bench.nx | continuous, low-resource, on-device benchmark | 514 | 27 |
| nx_daemon_bench_test.nx | smoke: drive the daemon through every | 153 | 1 |
| nx_daemon_budget_gate.nx | REGRESSION PROOF for the self-retiring-daemon class (debt seq882, 2026-07-25). | 131 | 8 |
| nx_daemon_container.nx | run the nishi pulse daemon INSIDE the sovereign | 51 | 3 |
| nx_daemon_gate.nx | proves the sovereign detached-spawn primitive (fork + setsid) that nx_daemon's daemon_spawn | 40 | 1 |
| nx_daemon_health_audit.nx | substrate-side audit of running daemons / | 180 | 6 |
| nx_daemon_reap_gate.nx | referee for nx_daemon_reap_lib, the ONE child reaper every forking daemon | 149 | 1 |
| nx_daemon_reap_lib.nx | THE ONE CHILD REAPER for every daemon in the estate that forks. | 85 | 4 |
| nx_daemon_run.nx | sovereign detached LAUNCHER (no kill): spawn <elf> [args...] as a daemon that survives this | 20 | 1 |
| nx_daemon_supervisor_gate.nx | the fleet supervisor's PURE helpers (nx_dsup_lib), driven in-process: | 103 | 4 |
| nx_damages_gate.nx | PREJUDGMENT INTEREST GATE. | 124 | 4 |
| nx_damages_lib.nx | PREJUDGMENT INTEREST / money damages over time. Integer-exact, composes nx_sol. | 58 | 4 |
| nx_damerau_levenshtein.nx | edit distance with adjacent transposition. | 139 | 6 |
| nx_damerau_levenshtein_test.nx | smoke for transposition-aware edit distance. | 54 | 1 |
| nx_dance_emit.nx | DANCE-MOTION KEYSTONE v2: the being DANCES from REAL third-party mocap (ws=dance-motion 2026-08-10). | 1415 | 20 |
| nx_dangling_else_gate.nx | LN30 (lang.plan): AN `else` WITH NO `if` IS REFUSED, NEVER RUN. End-to-end over the | 173 | 8 |
| nx_dashboard.nx | end-to-end batch-audit dashboard renderer. | 195 | 5 |
| nx_dashboard_test.nx | end-to-end dashboard render of a synthetic | 58 | 1 |
| nx_dataeng_sota_census.nx | grade the Nishi sovereign mgmt API vs the SOTA API capability union | 175 | 10 |
| nx_day_night_cycle.nx | diurnal lighting + sun position model. | 189 | 7 |
| nx_dbg.nx | sovereign single-step debugger primitive. | 234 | 10 |
| nx_dbg_step.nx | THE STEPPING DEBUGGER (/compare/lang LN12, watch symbol dbg_step_over). | 1272 | 42 |
| nx_dbg_step_gate.nx | the VERDICT gate for LN12 (nx_dbg_step, watch symbol dbg_step_over). | 648 | 17 |
| nx_dbtc_ppmi_probe.nx | 2 | 1 | |
| nx_dbtc_ppmi_probe2.nx | 3 | 1 | |
| nx_dbtc_probe.nx | 1 | 1 | |
| nx_dbthyg.nx | debt-plane hygiene organ v2 (2026-07-19, sess claude_f749ee6c; fresh name to bust /api/build name-cache). VERBS: stats (default) | stale. | 175 | 13 |
| nx_dcc_slice_probe.nx | DIAGNOSTIC (not a gate): which DCC-authored geometries | 75 | 5 |
| nx_dcc_slice_watertight_gate.nx | REGRESSION GATE for the two slicer fixes that | 94 | 6 |
| nx_dcc_to_print_test.nx | DCC->PRINT CAPSTONE on AUTHORED, SCULPTED geometry. | 108 | 6 |
| nx_dcf_gate.nx | DISCOUNTED CASH FLOW GATE (intrinsic valuation). | 102 | 5 |
| nx_dcf_lib.nx | DISCOUNTED CASH FLOW: intrinsic valuation + margin of safety, integer-exact. | 84 | 7 |
| nx_dct8.nx | 8x8 integer DCT-II in pure NishiLang. The universal | 195 | 6 |
| nx_de_referee_gate.nx | THE GATE FOR THE PER-REGION CIEDE2000 REFEREE, 2026-09-03. | 149 | 2 |
| nx_de_referee_lib.nx | THE PER-REGION CIEDE2000 REFEREE: rung ST1 of /compare/skintwin (2026-09-03) | 128 | 3 |
| nx_dead_letter_queue.nx | malformed-record routing for NX-INGEST. | 293 | 10 |
| nx_deadair.nx | per-interval temporal-activity metric for cam-stream | 65 | 2 |
| nx_deadair_gate.nx | REFEREE for MEDIA-STUDIO R0 (nx_deadair). | 153 | 6 |
| nx_deadline_lib.nx | REQUEST DEADLINE PROPAGATION: the CONSUMER half of X-Nishi-Deadline-Mono-Ms. | 173 | 9 |
| nx_deblock.nx | in-loop deblocking filter for 8x8 block-grid | 148 | 6 |
| nx_debt.nx | debt-store intake CLI (autonomous-loop design-of-record 2026-07-18, R1). | 1034 | 19 |
| nx_debt_cockpit.nx | THE CODE-DEBT COCKPIT (nx_engineer doctrine applied to code-quality debt): ONE | 96 | 6 |
| nx_debt_gate.nx | R4 GATE: proves debt amortization is bit-exact, detects the minimum-payment trap, | 85 | 4 |
| nx_debt_payoff.nx | R4 of THE NISHI FINANCIAL ECOSYSTEM: exact debt amortization + payoff strategy. | 140 | 2 |
| nx_debt_recurrence_gate.nx | CE3 (codeeffectiveness ce_recurrence): recurrence per defect class, PROVEN on planted | 235 | 16 |
| nx_debt_recurrence_lib.nx | CE3 (codeeffectiveness ce_recurrence): RECURRENCE PER DEFECT CLASS over the debt plane. | 261 | 8 |
| nx_debt_strategy.nx | FIRST module of the comprehensive money system: a debt-payoff strategist. Given a set of | 112 | 5 |
| nx_debt_strategy_gate.nx | proves the debt-payoff strategist on hand-verified fixtures: monthly interest, | 65 | 2 |
| nx_debt_triple.nx | THE FEEDER THE SOVEREIGN RANKER LACKS. It maps every OPEN debt row to the | 478 | 7 |
| nx_debtlive.nx | IS THIS DEBT ALREADY FIXED? A mechanical closure check for the debt ledger. | 447 | 12 |
| nx_dec_emit.nx | CANONICAL non-negative i64 -> decimal ASCII. | 50 | 1 |
| nx_dec_emit_test.nx | KAT for nx_dec_emit_u63. | 100 | 2 |
| nx_decl_base.nx | shared base struct for the #tag declarator family. | 118 | 5 |
| nx_decl_base_test.nx | smoke for the shared decl base. | 77 | 1 |
| nx_decl_combat_arena.nx | third declarative #tag-style primitive. | 127 | 8 |
| nx_decl_combat_arena_test.nx | smoke for the third declarator. | 68 | 1 |
| nx_decl_dungeon_floor.nx | fourth declarative #tag-style primitive. | 172 | 12 |
| nx_decl_dungeon_floor_test.nx | smoke for the fourth declarator. | 95 | 1 |
| nx_decl_random_environment.nx | declarative environment generator. | 180 | 10 |
| nx_decl_random_environment_test.nx | smoke for the first | 85 | 1 |
| nx_decl_reflection_test.nx | verify Elm-style reflection helpers | 73 | 2 |
| nx_decl_simple_scene.nx | second declarative #tag-style primitive. | 163 | 9 |
| nx_decl_simple_scene_test.nx | smoke for the composed declarator. | 71 | 1 |
| nx_decl_townscape.nx | fifth declarative #tag-style primitive. | 168 | 8 |
| nx_decl_townscape_test.nx | smoke for the fifth declarator. | 103 | 1 |
| nx_decoy.nx | honeypot tripwires (aggressive-mimicry inverted). | 204 | 7 |
| nx_decoy_test.nx | smoke for nx_decoy. | 71 | 1 |
| nx_decrement_inplace.nx | AUTO-GENERATED from shape `array_transform_inplace`. | 28 | 1 |
| nx_decrement_inplace_test.nx | 15 | 1 | |
| nx_dedither.nx | RECOVER A 1990s DITHERED IMAGE WITHOUT TOUCHING THE ORIGINAL BYTES. | 831 | 18 |
| nx_dedup_audit.nx | pure-NishiLang substrate duplicate-primitive auditor. | 417 | 13 |
| nx_deepresearch_research.nx | bank the PUBLISHED deep-research SOTA (as of June 2026) into the Library so | 34 | 1 |
| nx_deepresearch_research2.nx | bank the CURRENT deep-research frontier (as of July 2026) into the Library: | 33 | 1 |
| nx_deflate.nx | RFC 1951 INFLATE (DEFLATE decompression). | 701 | 14 |
| nx_deflate_byte_diff_test.nx | byte-by-byte compare nx_deflate output | 113 | 1 |
| nx_deflate_bytes_consumed_test.nx | check whether bytes_consumed | 90 | 1 |
| nx_deflate_enc.nx | SOVEREIGN DEFLATE (RFC 1951) COMPRESSOR: LZ77 + FIXED Huffman (BTYPE=01). Pure integer, | 164 | 8 |
| nx_deflate_enc_capacity_t278.nx | SOVEREIGN DEFLATE (RFC 1951) COMPRESSOR: LZ77 + FIXED Huffman (BTYPE=01). Pure integer, | 164 | 8 |
| nx_deflate_huffman_test.nx | regression smoke for the BTYPE=01 | 192 | 1 |
| nx_degmode_gate.nx | THE GATE FOR GRACEFUL DEGRADATION, 2026-09-03. | 176 | 2 |
| nx_degmode_lib.nx | GRACEFUL DEGRADATION AS A DECIDABLE FUNCTION, NOT A GROUND STOP. | 230 | 9 |
| nx_demodulation.nx | term rewriting via oriented equations. | 130 | 5 |
| nx_demodulation_test.nx | demodulation smoke. | 181 | 5 |
| nx_denoise_spectral.nx | sovereign SPECTRAL-SUBTRACTION denoise (the RNNoise-class direction: remove broadband | 35 | 2 |
| nx_dependency_audit.nx | traces ACTUAL runtime + build deps. | 201 | 5 |
| nx_deploy_capture_selection_gate.nx | Signal-free selector witness. Reads only this gate's owned child's /proc record. | 90 | 3 |
| nx_deploy_guard.nx | ENFORCED adversarial deploy gate (census gap #1, the ratchet that makes "adversarial | 54 | 4 |
| nx_deploy_leash.nx | DEPLOYMENTS ON A LEASH (operator 2026-07-16: "owners take accountability... | 270 | 8 |
| nx_deploy_leash_gate.nx | gate for deployments-on-a-leash (owner accountability, anti-walk-away). | 95 | 3 |
| nx_deploy_listen_gate.nx | THE REFEREE FOR THE DEPLOY LISTEN CHECK (debt 1786068492). | 243 | 5 |
| nx_deploycover_gate.nx | WHAT FRACTION OF THE RUNNING FLEET CAN ACTUALLY BE DEPLOYED? | 269 | 12 |
| nx_deployjrnl.nx | THE DEPLOY AUDIT THE ESTATE DID NOT HAVE. | 618 | 5 |
| nx_deployjrnl_gate.nx | THE REFEREE for the deploy-audit reconstruction. | 220 | 6 |
| nx_deployjrnl_lib.nx | THE ONE RULER for deploy history and ROLLBACK SURVIVABILITY. | 433 | 21 |
| nx_depparse.nx | a DEPENDENCY PARSER for the estate (rung IM28's parse-feature lever: DLIREC, the SemEval-2014 | 536 | 33 |
| nx_depparse_eval.nx | train the estate's POS tagger and dependency parser (nx_postag, nx_depparse) on a CoNLL-U | 55 | 1 |
| nx_depparse_gate.nx | GATE for the dependency parser (nx_depparse), driven IN-PROCESS on a planted CoNLL-U | 141 | 1 |
| nx_depstack_research.nx | USE the nishi researcher to bank the COMMERCIAL DEPENDENCY STACK that every | 34 | 1 |
| nx_depth_tri.nx | Z-BUFFERED triangle rasterizer: the primitive that turns a flat textured quad into a real | 73 | 3 |
| nx_depthfuse.nx | FUSE a plane-sweep depth map into a real nx_mesh3 TRIANGLE SURFACE. | 138 | 3 |
| nx_dequant_bench.nx | pure dequant throughput measurement. | 35 | 0 |
| nx_dequant_bench_test.nx | the throughput-measurement smoke. | 193 | 2 |
| nx_dequant_iter.nx | per-block Q4_K dequant iterator. | 297 | 10 |
| nx_dequant_iter_bench.nx | partial-access throughput comparison. | 25 | 0 |
| nx_dequant_iter_bench_test.nx | iter vs whole-block bench. | 201 | 5 |
| nx_dequant_iter_test.nx | smoke for nx_dequant_iter.nx. | 148 | 1 |
| nx_derive.nx | verifiable derivation chains from axioms to theorems. | 342 | 13 |
| nx_derive_test.nx | smoke for axiom + derivation primitives. | 75 | 1 |
| nx_descriptor.nx | WRITING arc, rung W-ING-2: the scene -> IMAGE-GEN descriptor | 50 | 1 |
| nx_descriptor_gate.nx | REFEREE for WRITING rung W-ING-2 (nx_descriptor). | 122 | 5 |
| nx_descriptor_socket_gate_t209.nx | Native descriptor/socket ABI regression; caller supplies a fresh test-only socket path. | 34 | 1 |
| nx_desktop_breeders.nx | F1105 platform-desktop-native rung 1: an INTERACTIVE WINDOWED SOVEREIGN | 121 | 3 |
| nx_desktop_craft.nx | NISHI CRAFT native: the generated 3D voxel world in a real desktop window, | 217 | 6 |
| nx_desktop_game.nx | the shared NATIVE GAME SURFACE (no wasm, no JS, no third-party anything): | 186 | 10 |
| nx_det.nx | deterministic floating-point execution mode. | 238 | 10 |
| nx_determinism.nx | rollback SYNC-TEST harness (GGPO "1-frame rollback | 70 | 4 |
| nx_determinism_test.nx | 1:1 KAT for the rollback sync-test harness | 80 | 3 |
| nx_dev_api_build_probe.nx | SOVEREIGN end-to-end proof that /api/dev/build BUILDS on the hub over the LIVE edge. | 156 | 11 |
| nx_dev_api_live_check.nx | sovereign LIVE check of nishifamily.com/api/dev via our own TLS (publish-loop proof, | 64 | 4 |
| nx_devpaint.nx | CLI for the derived-scale deviation heatmap (2026-08-26). | 69 | 3 |
| nx_devpaint_gate.nx | GATE for the derived-scale deviation heatmap and the two root defects it | 260 | 5 |
| nx_devpaint_lib.nx | THE DERIVED-SCALE DEVIATION HEATMAP (2026-08-26). | 228 | 11 |
| nx_dgram_media.nx | R1 of the SOVEREIGN DATAGRAM TRANSPORT (task #15; operator 2026-07-05: "pure nishi | 263 | 13 |
| nx_dht.nx | SOVEREIGN DHT (BEP-5 / Kademlia) KRPC primitives (X-TORRENT-LIVE-002 R4 foundation). | 185 | 15 |
| nx_dht_announce.nx | SOVEREIGN DHT announce_peer (BEP-5): make OUR seeder DISCOVERABLE for an info_hash. | 139 | 7 |
| nx_dht_get_peers.nx | SOVEREIGN DHT get_peers lookup (X-TORRENT-LIVE-002 R4c): find peers for a | 117 | 7 |
| nx_dht_ping.nx | LIVE DHT reachability probe (X-TORRENT-LIVE-002 R4b). Resolves real BEP-5 | 52 | 5 |
| nx_diag_voice_gate.nx | LN27 (lang.plan, 2026-09-02): EVERY DIAGNOSTIC TEACHES IN ONE VOICE. | 272 | 16 |
| nx_diagram.nx | substrate-native diagram primitive. | 292 | 9 |
| nx_diagram_test.nx | exercise all 4 emitters on a small substrate diagram. | 44 | 1 |
| nx_dialogue.nx | WRITING arc, rung W-DLG-1: the PER-TURN dialogue model and the INTENT-RESPECT meter. | 221 | 11 |
| nx_dialogue_gate.nx | REFEREE for WRITING rung W-DLG-1 (nx_dialogue). | 157 | 5 |
| nx_diamond_leaf.nx | ISOLATED IMPORT-DEDUP PROBE, leaf of the diamond (2026-07-31). | 6 | 1 |
| nx_diamond_mid.nx | middle arm of the import-dedup diamond probe (2026-07-31). | 7 | 1 |
| nx_diamond_probe.nx | ISOLATED IMPORT-DEDUP PROBE (2026-07-31), top of the diamond. | 37 | 2 |
| nx_didyoumean.nx | SEARCH RUNG F4: THE DID-YOU-MEAN LINE, BUILT FROM THE INDEX'S OWN TERM DICTIONARY (2026-09-18). | 310 | 14 |
| nx_didyoumean_gate.nx | GATE for SEARCH RUNG F4, the did-you-mean line (nx_didyoumean + the seg's contract symbol | 394 | 6 |
| nx_diff.nx | byte-level binary diff (sovereign cmp / xxd | diff). | 182 | 7 |
| nx_diffusion_loop.nx | N-step diffusion sampler composer. | 245 | 5 |
| nx_digest_auth.nx | HTTP Digest authentication response builder. | 179 | 5 |
| nx_dimret.nx | the LAW OF DIMINISHING RETURNS (a Warden/PM team function): | 68 | 4 |
| nx_diora_data.nx | GENERATED (bench/gen_diora_leaderboard.py) from | 133 | 5 |
| nx_diora_dedup_demo.nx | SimHash near-dup clustering on the real Diora | 76 | 4 |
| nx_diora_frontend.nx | HTML front-end for the bits-up search engine. | 316 | 11 |
| nx_diora_index_demo.nx | proof that retrieval runs on Nishi's OWN | 82 | 6 |
| nx_diora_leaderboard.nx | the bits-up search leaderboard, run on the | 273 | 7 |
| nx_diora_live_reach.nx | R1 of the SREACH ladder: prove the search engine's | 136 | 7 |
| nx_diora_live_reach_guarded.nx | SREACH R1, HANG-PROOF. The own-crawl -> | 120 | 6 |
| nx_diora_live_serp.nx | SREACH R1+: a LIVE, RANKED, CLICKABLE search results | 259 | 12 |
| nx_dir.nx | higher-level directory walker over nx_dirent. | 321 | 9 |
| nx_dir_test.nx | smoke for nx_dir directory walker. | 117 | 1 |
| nx_director_pipeline.nx | end-to-end demonstration: the substrate IS | 171 | 7 |
| nx_director_pipeline_test.nx | prove the substrate end-to-end. | 145 | 1 |
| nx_directors_note.nx | the canonical "director's note" envelope. | 452 | 21 |
| nx_directors_note_test.nx | smoke for canonical director envelope. | 123 | 1 |
| nx_dirent.nx | getdents64(2) directory iteration. | 149 | 4 |
| nx_dis.nx | RV64I disassembler (machine bytes -> mnemonic). | 480 | 23 |
| nx_dis_c.nx | RV64C compressed-instruction disassembler. | 259 | 9 |
| nx_discarded_outfit.nx | off-body outfit framings for body-visible scenes. | 181 | 4 |
| nx_discarded_outfit_test.nx | 64 | 1 | |
| nx_discount_test.nx | discount-loop saturation strategy smoke. | 116 | 2 |
| nx_disctree.nx | discrimination tree term index. | 231 | 10 |
| nx_disctree_test.nx | discrimination tree smoke. | 132 | 3 |
| nx_disk_budget.nx | sovereign hard-ceiling on bytes written to disk. | 118 | 9 |
| nx_disk_budget_test.nx | smoke for the hard-ceiling disk budget. | 50 | 1 |
| nx_diskfree.nx | THE DISK AXIS, made callable (2026-08-28). | 66 | 3 |
| nx_dispatcher.nx | hardware-aware op routing. | 385 | 15 |
| nx_dispatcher_test.nx | smoke for nx_dispatcher. | 123 | 1 |
| nx_dist_serve.nx | standalone loopback HTTP server for the hub DOWNLOAD transport: GET /dist/<cid>/<name> | 124 | 14 |
| nx_dist_verify.nx | verify the PUBLIC /dist download route end to end: sovereign TLS-1.3 GET of | 37 | 3 |
| nx_distcal.nx | Solves distortion by jointly optimizing pose, focal length, and radial lens distortion coefficient using Gauss-Newton. | 233 | 6 |
| nx_distexec.nx | DISTRIBUTED EXECUTION ALGEBRA (distributed-compute, F-dist). Spark's essence is not | 208 | 11 |
| nx_distexec_gate.nx | the correctness a distributed scheduler stands on: the merged result is IDENTICAL | 130 | 4 |
| nx_distrib_embed.nx | R3 rung 2 (R3b): a SOVEREIGN DISTRIBUTIONAL embedder = the Jina-Embeddings replacement, | 110 | 9 |
| nx_distributed_train_gate.nx | HEADLINE EXCEED PROOF: deterministic DISTRIBUTED training. | 141 | 10 |
| nx_disturbance.nx | constructive disturbance regime per Regenerative- | 264 | 9 |
| nx_disturbance_test.nx | smoke for nx_disturbance. | 121 | 1 |
| nx_divprobe.nx | DOES nx_cc STRENGTH-REDUCE DIVISION BY A CONSTANT POWER OF TWO? | 95 | 1 |
| nx_dlist.nx | intrusive doubly-linked list. | 165 | 13 |
| nx_dlperf_research_fetch.nx | SOVEREIGN researcher for S-CLASS download PERFORMANCE + RELIABILITY (operator: | 67 | 5 |
| nx_dm_research_fetch.nx | SOVEREIGN multi-source web-fetch that GROUNDS the "exceed Google DeepMind, | 101 | 5 |
| nx_dmn_research_fetch.nx | SOVEREIGN multi-source web-fetch to DETERMINE BEST PRACTICES for running the NISHI | 77 | 5 |
| nx_dms_catalog.nx | the consent-gated media catalog (DMS spine, rung 3). | 147 | 9 |
| nx_dms_catalog_gate.nx | liar-kill gate for the consent-gated catalog. | 68 | 1 |
| nx_dms_catalog_store.nx | durability for the consent-gated media catalog. | 41 | 2 |
| nx_dms_catalog_store_gate.nx | durability gate for the media catalog. | 47 | 1 |
| nx_dms_search.nx | consent-gated search over the licensed library (DMS rung 4). | 161 | 6 |
| nx_dms_search_gate.nx | liar-kill gate for consent-gated search. | 71 | 1 |
| nx_dms_search_store.nx | durability for the consent-gated search index. | 77 | 2 |
| nx_dms_search_store_gate.nx | durability gate for the search index. | 48 | 1 |
| nx_dns.nx | sovereign DNS stub-resolver primitives (RFC 1035). | 344 | 8 |
| nx_dns_a.nx | minimal DNS A-record resolver on the nx_syscalls layer (X-TORRENT-LIVE-001 L1): | 126 | 10 |
| nx_dns_adversarial_test.nx | Phase A4 of S-class hardening. | 118 | 2 |
| nx_dns_authoritative.nx | UDP/53 authoritative DNS serve. | 400 | 8 |
| nx_dns_authoritative_test.nx | smoke for authoritative DNS. | 235 | 2 |
| nx_dns_client_probe.nx | substrate-side UDP DNS verifier. | 84 | 2 |
| nx_dns_io.nx | live UDP-composed DNS stub resolver (x86_64). | 126 | 2 |
| nx_dns_resolve_a_record.nx | hostname → packed IPv4 glue function. | 282 | 6 |
| nx_dns_resolve_a_record_live_test.nx | LIVE-FIRE KAT for the | 44 | 1 |
| nx_dns_server_daemon.nx | live authoritative DNS daemon. | 99 | 1 |
| nx_dns_test.nx | KAT + self-consistency for the DNS stub resolver. | 93 | 1 |
| nx_dns_txt.nx | TXT + NS DNS response parsing for ACME DNS-01 | 194 | 4 |
| nx_doc_annotate.nx | LEGAL RUNG D4: the sovereign annotation / markup overlay. | 219 | 13 |
| nx_doc_catalog.nx | R2 of THE NISHI DOCUMENT-INTELLIGENCE arc: the LIBRARIAN -- CATALOG / ORGANIZE / | 47 | 2 |
| nx_doc_catalog_gate.nx | R2 GATE for the doc-intelligence LIBRARIAN: proves documents are cataloged as | 83 | 4 |
| nx_doc_census.nx | D1 stone of NISHI_DOCS_DOCTRINE_ROADMAP V2. | 607 | 26 |
| nx_doc_census_real_audit_test.nx | SUBSTRATE-WIDE V2 audit binary. | 68 | 1 |
| nx_doc_census_real_listing_test.nx | substrate-wide V2 audit | 33 | 1 |
| nx_doc_census_run_test.nx | end-to-end bits-up docs audit binary. | 76 | 1 |
| nx_doc_census_test.nx | KAT for D1 docs census classifier. | 202 | 1 |
| nx_doc_classify.nx | R3 of THE NISHI DOCUMENT-INTELLIGENCE arc: CLASSIFY a document by TYPE (medical | 58 | 3 |
| nx_doc_classify_gate.nx | R3 GATE: proves the data-driven document classifier routes documents to the | 95 | 6 |
| nx_doc_dashboard.nx | D23 dashboard composite. | 279 | 6 |
| nx_doc_dashboard_substrate_state_test.nx | writes substrate's | 91 | 1 |
| nx_doc_dashboard_test.nx | KAT + visual smoke for D23. | 57 | 1 |
| nx_doc_decision.nx | D20 first stone of V5 docs doctrine. | 198 | 6 |
| nx_doc_decision_test.nx | KAT for D20 ADR-shape primitive. | 84 | 1 |
| nx_doc_envelope.nx | LEGAL RUNG D2: the e-signature ENVELOPE workflow. | 355 | 19 |
| nx_doc_extract.nx | R1 of THE NISHI DOCUMENT-INTELLIGENCE arc: READ a document's text into STRUCTURED | 155 | 7 |
| nx_doc_extract_gate.nx | R1 GATE for THE NISHI DOCUMENT-INTELLIGENCE arc. Proves reading an itemized | 81 | 5 |
| nx_doc_func_scan.nx | bits-up function-pattern extraction. | 174 | 1 |
| nx_doc_func_scan_test.nx | KAT for bits-up func-pattern scanner. | 95 | 1 |
| nx_doc_incumbent.nx | D21 provenance tier + D22 multi-incumbent | 263 | 11 |
| nx_doc_incumbent_test.nx | KAT for D21+D22 primitives. | 108 | 1 |
| nx_doc_inref.nx | incoming-reference counter for substrate docs. | 93 | 3 |
| nx_doc_inref_test.nx | KAT for doc-reference counter. | 70 | 1 |
| nx_doc_layout.nx | document layout: text -> 8-bit GRAYSCALE page bitmap (front half of "print real | 101 | 3 |
| nx_doc_layout_test.nx | gate for the grayscale document layout engine. Unique exit codes per invariant: | 91 | 3 |
| nx_doc_print.nx | PRINT A REAL DOCUMENT, end to end, 100% sovereign: text -> grayscale page (nx_doc_layout | 146 | 5 |
| nx_doc_render_mermaid.nx | D10 first stone of V4 docs doctrine. | 135 | 7 |
| nx_doc_render_mermaid_test.nx | KAT for D10 Mermaid emitter. | 64 | 1 |
| nx_doc_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for THE NISHI DOCUMENT-INTELLIGENCE | 108 | 5 |
| nx_doc_scan.nx | R4 of THE NISHI DOCUMENT-INTELLIGENCE arc: the SCAN / CAPTURE leg (paper/image -> | 139 | 7 |
| nx_doc_scan_gate.nx | R4 GATE for the doc-intelligence SCAN/CAPTURE leg: proves sovereign template-match | 94 | 7 |
| nx_doc_seal.nx | LEGAL RUNG D5: tamper-evident e-signature SEAL. | 129 | 4 |
| nx_doc_serve.nx | LEGAL RUNG D3: open-the-document-in-the-app-of-choice. | 147 | 8 |
| nx_doc_to_urf.nx | render a whole text document across as many pages as needed into ONE multi-page URF. | 49 | 1 |
| nx_doc_to_urf_test.nx | gate for the multi-page document->URF encoder. Unique exit codes per invariant: | 54 | 3 |
| nx_doc_vault.nx | LEGAL RUNG D1: per-tenant document vault (retention core). | 177 | 8 |
| nx_doc_xref.nx | cross-reference verification primitives. | 555 | 10 |
| nx_doc_xref_dual_audit_test.nx | substrate-wide multi-namespace | 35 | 1 |
| nx_doc_xref_real_audit_test.nx | substrate-wide broken-ref audit. | 29 | 1 |
| nx_doc_xref_test.nx | KAT for cross-reference verification. | 125 | 1 |
| nx_docgen.nx | Nishi Office DOCUMENT ASSEMBLY (F505) CLI/MCP organ: self-verifying demo | 50 | 1 |
| nx_docgen_gate.nx | INDEPENDENT gate for document assembly (imports the SAME shipped | 77 | 1 |
| nx_docgen_lib.nx | Nishi Office: DOCUMENT ASSEMBLY (F505) core lib. Data-driven clause | 105 | 6 |
| nx_docket.nx | Nishi Office docketing (F507) CLI/MCP organ: self-verifying demo over | 45 | 1 |
| nx_docket_gate.nx | INDEPENDENT gate for the docketing engine (imports the SAME shipped | 45 | 1 |
| nx_docket_lib.nx | Nishi Office DOCKETING / deadline engine (F507, Utah URCP). | 81 | 5 |
| nx_docprose.nx | LIB: WHERE DOES A STORED DOCUMENT'S REAL CONTENT BEGIN? | 329 | 18 |
| nx_docpub_census.nx | R2: the MEASURED S-class-exceed scoreboard for SELF-GENERATING LIVE DOCUMENTATION | 101 | 10 |
| nx_docpub_pulse.nx | R3 autonomy CORE: the CONTENT-CHANGE GATE for "publish docs as we work". The memory | 117 | 12 |
| nx_docpub_render.nx | the DOC RENDER CORE for nx_docpub_site / nx_docpub_tree: turn a .nx source file | 336 | 13 |
| nx_docpub_research_fetch.nx | SOVEREIGN multi-source web-fetch to RESEARCH S-CLASS DOCUMENTATION | 103 | 5 |
| nx_docpub_site.nx | R1-scale: the self-generating documentation SITE. Walks a curated set of the arc's organs, | 90 | 3 |
| nx_docpub_tree.nx | R1-scale-2: generate the documentation site for a WHOLE DIRECTORY of organs (not a | 112 | 3 |
| nx_docstore.nx | persistent crawl content store (CAS/DV2.0 foundation). | 92 | 5 |
| nx_docstore_test.nx | KAT for persistent crawl store. | 46 | 1 |
| nx_doctor.nx | the bits-up AUTO-FIX tool a regular user runs. Probes | 195 | 9 |
| nx_doctor_research_fetch.nx | SOVEREIGN multi-source web-fetch to DESIGN the NISHI DOCTOR's | 96 | 5 |
| nx_doe.nx | FOOD-SCIENCE SUITE / DESIGN OF EXPERIMENTS rung. Closes the | 97 | 8 |
| nx_doe_test.nx | smoke for nx_doe. Proves factorial run counts, the | 48 | 1 |
| nx_dom.nx | Cooper-Harvey-Kennedy dominance, in NishiLang. | 432 | 5 |
| nx_dom_click.nx | bits-up "click intent" extractor. Locates an | 145 | 5 |
| nx_dom_click_test.nx | smoke for nx_dom_click.nx. | 83 | 3 |
| nx_dom_fn.nx | dominator tree on *Function (opt.nx consumer). | 285 | 6 |
| nx_dom_oracle_gate.nx | BRUTE-FORCE DOMINANCE ORACLE for dom_fn.nx. | 316 | 7 |
| nx_dom_query.nx | bits-up DOM query primitives for the Nishi test | 405 | 15 |
| nx_dom_query_test.nx | smoke test for nx_dom_query.nx. | 164 | 6 |
| nx_domain_profile.nx | generative-domain dispatcher registry. | 409 | 15 |
| nx_domtree.nx | a MATERIALIZED, MUTABLE DOM tree for the sovereign browser. | 840 | 55 |
| nx_donor_texm_gate.nx | THE DONOR-SURFACE GATE: authored FBX materials carried into TEXC+TEXM | 172 | 5 |
| nx_dora_evidence_gate_t138.nx | Private regression gate: existing owner functions, real file reader, no production writes. | 38 | 1 |
| nx_dot_product.nx | integer vector inner product. | 25 | 1 |
| nx_dot_product_test.nx | 32 | 1 | |
| nx_dot_simd_demo.nx | parallel SIMD dot product demo. | 165 | 9 |
| nx_double.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_double_each.nx | AUTO-GENERATED from shape `array_transform_inplace`. | 28 | 1 |
| nx_double_each_test.nx | 15 | 1 | |
| nx_double_test.nx | 9 | 1 | |
| nx_download_research_fetch.nx | the Nishi RESEARCHER's sovereign fetch for DOWNLOAD ROBUSTNESS / SOTA | 66 | 5 |
| nx_dp.nx | differential privacy accounting + noise. | 158 | 6 |
| nx_dr_chain.nx | the CAPSTONE: one call runs the whole deep-research loop (DR-CHAIN). | 67 | 2 |
| nx_dr_chain_cli.nx | ONE CALL runs the whole sovereign deep-research loop (DR-CHAIN). | 161 | 6 |
| nx_dr_chain_gate.nx | KAT + neg-controls for the end-to-end deep-research chain (DR-CHAIN). | 131 | 1 |
| nx_dr_conductor.nx | the Co-Scientist async research CONDUCTOR (DR-4). | 75 | 2 |
| nx_dr_conductor_cli.nx | callable MCP/API surface for the Co-Scientist conductor (DR-4). | 92 | 6 |
| nx_dr_conductor_gate.nx | KAT + neg-control for the Co-Scientist conductor (DR-4). | 81 | 1 |
| nx_dr_corpus.nx | FILE-BACKED corpus mode for the sovereign deep-research engine (DR-9). | 26 | 1 |
| nx_dr_corpus_cli.nx | the sovereign deep-research engine over a REAL ON-DISK CORPUS (DR-9). | 173 | 6 |
| nx_dr_corpus_gate.nx | KAT + neg-control for the file-backed corpus mode (DR-9). | 87 | 1 |
| nx_dr_drbench.nx | SOVEREIGN DRBench + DEER deep-research SCORER / ruler (DR-0). | 49 | 4 |
| nx_dr_drbench_cli.nx | callable MCP/API surface for the DRBench+DEER scorer (DR-0). | 77 | 7 |
| nx_dr_drbench_gate.nx | KAT + neg-control for the DRBench+DEER scorer (DR-0). | 101 | 1 |
| nx_dr_elo.nx | SOVEREIGN deterministic integer Elo TOURNAMENT ranker (DR-1). | 94 | 5 |
| nx_dr_elo_cli.nx | the callable MCP/API surface for the sovereign Elo tournament | 81 | 6 |
| nx_dr_elo_gate.nx | KAT + neg-control for the sovereign Elo tournament ranker (DR-1). | 86 | 1 |
| nx_dr_extract.nx | sovereign HTML -> main-text extractor (eats the "crude tag-strip" limit | 159 | 9 |
| nx_dr_ocm.nx | SOVEREIGN Opportunity-Cost Model ranker for research vectors (DR-6). | 101 | 7 |
| nx_dr_ocm_cli.nx | callable MCP/API surface for the opportunity-cost ranker (DR-6). | 89 | 6 |
| nx_dr_ocm_gate.nx | KAT + neg-control for the opportunity-cost research ranker (DR-6). | 87 | 1 |
| nx_dr_refute.nx | SOVEREIGN adversarial REFUTATION aggregator (DR-2). | 50 | 4 |
| nx_dr_refute_cli.nx | callable MCP/API surface for the adversarial refutation stage (DR-2). | 91 | 8 |
| nx_dr_refute_gate.nx | KAT + neg-control for the adversarial refutation aggregator (DR-2). | 65 | 1 |
| nx_dr_research_fetch.nx | SOVEREIGN multi-source web-fetch to STUDY the S-CLASS "disaster recovery / backup / | 97 | 5 |
| nx_dr_route.nx | SOVEREIGN web-vs-private source ROUTER (DR-7). | 45 | 4 |
| nx_dr_route_cli.nx | callable MCP/API surface for the web-vs-private router (DR-7). | 70 | 7 |
| nx_dr_route_gate.nx | KAT + neg-control for the web-vs-private router (DR-7). | 65 | 1 |
| nx_dr_run.nx | the REAL-TEXT matching / judge stage (DR-0 rung-2). | 65 | 4 |
| nx_dr_run_cli.nx | callable MCP/API surface for the real-text judge stage (DR-0 rung-2). | 81 | 6 |
| nx_dr_run_gate.nx | KAT + neg-control for the real-text matching/judge stage (DR-0 rung-2). | 92 | 1 |
| nx_dr_verify.nx | SOVEREIGN citation-entailment verification loop (DR-3). | 60 | 5 |
| nx_dr_verify_cli.nx | callable MCP/API surface for the citation-entailment verifier (DR-3). | 79 | 8 |
| nx_dr_verify_gate.nx | KAT + neg-control for the citation-entailment verifier (DR-3). | 89 | 1 |
| nx_drbench_fetch.nx | R2a: fetch a PUBLIC multi-hop QA benchmark subset sovereignly (the census [BEN] axis: | 26 | 1 |
| nx_drbg_hmac.nx | NIST SP 800-90A HMAC-DRBG with SHA-256. | 235 | 8 |
| nx_drbg_hmac_test.nx | self-consistency smoke for HMAC-DRBG. | 83 | 2 |
| nx_drift_watch.nx | STANDING deploy-drift guardrail (zero-Claude, cron-run; arch-board 06:20 precedent). | 229 | 6 |
| nx_drm_audit.nx | cartridge/printer DRM auditor: classify the DRM mechanism(s) in play and pair each with | 80 | 5 |
| nx_drm_audit_test.nx | gate for the DRM auditor (nx_drm_audit). Grounded in the researcher's cited cases. | 51 | 2 |
| nx_drone_doctrine.nx | sealed defensive-only purposes (Phase M3). | 207 | 6 |
| nx_drone_doctrine_test.nx | smoke for nx_drone_doctrine. | 56 | 1 |
| nx_drug_pathway.nx | GTM SUITE / INVESTIGATIONAL DRUG DEVELOPMENT rung. | 279 | 20 |
| nx_drug_pathway_test.nx | gate for the investigational-drug rung. | 151 | 3 |
| nx_dstate_gate.nx | THE GATE FOR nx_dstate'S ADMISSION CEILING: conf-sourced, announced, and bitten. | 269 | 6 |
| nx_dual_companion_compose_test.nx | two-actor concurrent inference proof. | 200 | 2 |
| nx_dual_real_llm_compose_test.nx | TWO v2 LLM actors concurrent on | 186 | 1 |
| nx_dual_real_llm_emit_test.nx | two concurrent v2 LLM actors driving | 141 | 2 |
| nx_dump_file.nx | sovereign `cat`: print a file's bytes to stdout (no sh/3rd-party). | 13 | 1 |
| nx_dungeon_alpha_wasm.nx | Generates a dungeon crawler game with combat, movement, and rendering in WebAssembly. | 326 | 21 |
| nx_dungeon_native.nx | PLAYABLE native terminal dungeon-crawler ALPHA. | 442 | 30 |
| nx_dupname_gate.nx | THE ENTRY POINT nx_janitor_dupname NEVER HAD. | 124 | 1 |
| nx_dwarf_abbrev.nx | DWARF .debug_abbrev section builder. | 221 | 10 |
| nx_dwarf_addr.nx | DWARF v5 .debug_addr builder. | 179 | 11 |
| nx_dwarf_aranges.nx | DWARF .debug_aranges builder. | 184 | 10 |
| nx_dwarf_cfi.nx | DWARF .debug_frame / .eh_frame builder. | 277 | 16 |
| nx_dwarf_info.nx | DWARF .debug_info section builder. | 304 | 26 |
| nx_dwarf_line.nx | DWARF v5 .debug_line section builder. | 416 | 20 |
| nx_dwarf_loc.nx | DWARF location expressions (DW_OP_*). | 245 | 10 |
| nx_dwarf_loclists.nx | DWARF v5 .debug_loclists builder. | 247 | 15 |
| nx_dwarf_pubnames.nx | DWARF .debug_pubnames + .debug_pubtypes builder. | 168 | 9 |
| nx_dwarf_rnglists.nx | DWARF v5 .debug_rnglists builder. | 250 | 15 |
| nx_dwarf_str.nx | DWARF .debug_str + .debug_line_str builder. | 148 | 7 |
| nx_dwarf_str_offsets.nx | DWARF v5 .debug_str_offsets builder. | 168 | 10 |
| nx_dwline_corpus_gate.nx | DOES STATEMENT LINE INFO HOLD ACROSS THE REAL CORPUS, OR ONLY ON A TOY? | 331 | 7 |
| nx_dwline_e2e_gate.nx | COMPILER -> ASSEMBLER -> ELF -> DECODER, on the real toolchain. | 351 | 7 |
| nx_dwline_roundtrip_gate.nx | DOES OUR DWARF ENCODER PRODUCE A TABLE OUR DECODER READS BACK? | 156 | 3 |
| nx_dwline_stmt_gate.nx | DOES STATEMENT GRANULARITY ACTUALLY BEAT FUNCTION GRANULARITY? | 232 | 4 |
| nx_dxbc.nx | D1 of the D3D-game ladder: a real DXBC (DirectX ByteCode) container + shader-token DECODER. A Windows | 86 | 11 |
| nx_dxbc_exec.nx | D2 of the D3D-game ladder: DECODE OPERANDS + EXECUTE a real DXBC shader. A minimal SM5 | 163 | 6 |
| nx_dyad.nx | paired-cell side-by-side composition. | 201 | 5 |
| nx_dyad_test.nx | smoke for nx_dyad. | 86 | 1 |
| nx_dyna_bind_skin.nx | BIND THE XPBD SOFT-TISSUE CAGE TO SKIN VERTICES, AND MEASURE OUR OWN | 715 | 21 |
| nx_dyna_bind_skin_gate.nx | THE MOTION GATE: one tooth per NAMED failure mode, every bound READ | 362 | 6 |
| nx_dynaoracle.nx | MEASURE SOFT-TISSUE DYNAMICS FROM VIDEO, IN THE SUBJECT'S OWN UNITS, WITH | 390 | 9 |
| nx_dynaoracle_gate.nx | GATE for the shared ringdown estimator and the video oracle's derived | 577 | 5 |
| nx_e2e.nx | sovereign END-TO-END ENCRYPTION session for private calls/messages (the "pure E2E, never on a | 31 | 5 |
| nx_ecdsa_p256.nx | ECDSA signature verification over NIST P-256. | 198 | 5 |
| nx_ecdsa_p256_sign.nx | ECDSA P-256 signature generation. | 239 | 4 |
| nx_ecdsa_p256_sign_test.nx | MONITOR for ECDSA P-256 SIGN. | 86 | 1 |
| nx_ecdsa_p256_test.nx | KAT for ECDSA signature verification. | 141 | 1 |
| nx_ecdsa_p384.nx | ECDSA-P384 signature verification orchestrator. | 121 | 4 |
| nx_ecdsa_p384_bisect_test.nx | bisect the verify failure on | 241 | 3 |
| nx_ecdsa_p384_real_bisect_test.nx | bisect ECDSA-P384 verify | 286 | 7 |
| nx_ecdsa_p384_test.nx | KAT for ECDSA-P384 verify against the | 110 | 1 |
| nx_ecdsa_sig_der.nx | parse DER-encoded ECDSA signatures into | 236 | 6 |
| nx_ecdsa_sig_der_384.nx | parse DER-encoded ECDSA-P384 signatures | 117 | 3 |
| nx_ecdsa_sig_der_test.nx | KAT for the ECDSA DER-sig parser. | 151 | 1 |
| nx_eco_graph.nx | R0 graph ENGINE (brick-2) of the living ecosystem graph | 267 | 16 |
| nx_eco_research_fetch.nx | the Nishi RESEARCHER expanded into the REGENERATIVE LANDSCAPE (operator: "more than | 101 | 5 |
| nx_ecomat_requirements_gate_t120.nx | 38 | 1 | |
| nx_econ_game.nx | SOVEREIGN VISUAL ENGINE rung V3b: build-and-PLAY tycoon. | 49 | 3 |
| nx_econ_game_test.nx | KAT gate for the build-and-play tycoon emitter. | 58 | 5 |
| nx_econsim_app.nx | PLAYABLE in-browser Capitalism Lab client for /econsim. | 117 | 2 |
| nx_econsim_page.nx | EMIT the live nishifamily.com/econsim page for the | 245 | 3 |
| nx_ecosystem_compose_test.nx | silicon up to Steam partnership. | 195 | 2 |
| nx_ecotone.nx | ecological design at ecosystem transition zones. | 286 | 11 |
| nx_ecotone_test.nx | smoke for nx_ecotone. | 131 | 1 |
| nx_ed25519.nx | Ed25519 signature verification (RFC 8032). | 225 | 5 |
| nx_ed25519_arith.nx | Edwards-curve point arithmetic (RFC 8032). | 235 | 7 |
| nx_ed25519_arith_test.nx | KAT for Edwards-curve arithmetic. | 110 | 1 |
| nx_ed25519_field.nx | Ed25519-specific extensions to the shared | 199 | 8 |
| nx_ed25519_field_test.nx | KAT for Ed25519 field primitives. | 106 | 1 |
| nx_ed25519_point.nx | Edwards-curve point ops (RFC 8032 §5.1.3 + §6). | 245 | 4 |
| nx_ed25519_point_test.nx | KAT for Edwards-curve point decompression. | 110 | 1 |
| nx_ed25519_scalar.nx | scalar reduction mod L + scalar mul. | 228 | 5 |
| nx_ed25519_scalar_test.nx | KAT for scalar reduction + mul. | 153 | 1 |
| nx_ed25519_sign_bisect_test.nx | bisection diagnostic for the | 482 | 7 |
| nx_ed25519_signature.nx | final Ed25519 verify + sign (RFC 8032 §5.1). | 366 | 8 |
| nx_ed25519_signature_test.nx | RFC 8032 §7.1 TEST 1 KAT. | 112 | 1 |
| nx_eda_tooling_research_fetch.nx | SOVEREIGN multi-source web-fetch for the EDA / BOARD-DESIGN TOOLING | 76 | 5 |
| nx_edgar_balance.nx | check OUR arithmetic against an AUTHORITATIVE SEC filing. | 96 | 3 |
| nx_edgar_gate.nx | F986 INDEPENDENT GATE: SEC EDGAR extraction on a REAL banked filing. | 118 | 5 |
| nx_edgar_lib.nx | F986: SEC EDGAR real-data extraction. GROUNDED, NOT MADE UP. | 306 | 19 |
| nx_edgar_submissions.nx | THE PERSON BINDING: a filer CIK -> what that filer actually IS. | 160 | 6 |
| nx_edge_daemon.nx | bits-up HTTPS daemon serving nishifamily.com. | 272 | 3 |
| nx_edge_daemon_test.nx | compile + link smoke for the operator- | 40 | 1 |
| nx_edge_refusal_gate.nx | the REFEREE for nx_edge_refusal_lib, and the guard that debt row EC32 named as | 87 | 2 |
| nx_edge_refusal_lib.nx | THE ONE RULER FOR "may this edge refusal advise a retry?", extracted 2026-09-04 | 42 | 2 |
| nx_edge_repoint.nx | SOVEREIGN edge repoint: make the sovereign edge (sites.elf :8443) win WAN :443. | 54 | 3 |
| nx_edge_serve_static.nx | substrate primitive that turns a | 112 | 4 |
| nx_edge_serve_static_test.nx | prove the operator-facing | 172 | 2 |
| nx_edgeprobe_diag.nx | ONE-SHOT diagnostic. v2: send a MODERN TLS 1.3 ClientHello (supported_versions | 61 | 5 |
| nx_ediscovery_gate.nx | F994 INDEPENDENT GATE: the production screen. | 134 | 5 |
| nx_ediscovery_lib.nx | F994: E-DISCOVERY PRODUCTION SCREEN (EDRM review -> produce), on the CID plane. | 87 | 6 |
| nx_edit_test.nx | sovereign EDITOR engine (the editor tool gap): a line buffer + edit ops | 92 | 10 |
| nx_editdist.nx | INTEGER bounded Levenshtein for the typo/did-you-mean rung. Classic two-row DP over | 64 | 1 |
| nx_editstack_gate.nx | the gate for nx_editstack_lib (/compare/dcc DC1 and DC2). | 224 | 6 |
| nx_editstack_lib.nx | THE NON-DESTRUCTIVE OPERATION STACK: record, undo, redo, replay, re-evaluate. | 316 | 26 |
| nx_effbench_research_fetch.nx | SOVEREIGN researcher: GROUND the "are we S-class EXCEED vs Unsloth & friends" | 79 | 5 |
| nx_effect.nx | typed effects tracking (phase A: runtime log). | 120 | 7 |
| nx_efile_gate.nx | INDEPENDENT GATE: e-filing submission vs acceptance vs rejection. | 57 | 1 |
| nx_efile_lib.nx | COURT E-FILING: submission, acceptance, rejection, and relation back. | 98 | 8 |
| nx_eink_tone.nx | PERCEPTUAL TONE QUANTIZER for e-ink-style rendering. Integer-exact, no float. | 674 | 12 |
| nx_elara_memory.nx | LONG-TERM RELATIONSHIP MEMORY for the companion (F920/F925 memory axis). | 317 | 17 |
| nx_elara_state.nx | F975 rung 1: the COMPANION STATE-COHERENCE ENGINE. | 740 | 30 |
| nx_elder_registry.nx | Elder AI service registry (bits-up). | 337 | 19 |
| nx_elder_registry_test.nx | smoke for Elder AI service registry. | 121 | 1 |
| nx_elder_seed.nx | seed Elder AI's REAL character into the sovereign visual store (nx_visual_arc), with a | 85 | 4 |
| nx_elder_supervisor_main.nx | substrate-side Elder AI supervisor. | 182 | 7 |
| nx_elder_ui.nx | the SOVEREIGN Elder AI companion FRONT PAGE, INTIMATE aesthetic (v2). The old frontend is a | 65 | 5 |
| nx_electrical.nx | Monitors electrical circuits for overload, voltage anomalies, and ground faults to ensure safety and accurate energy measurement. | 145 | 2 |
| nx_electrical_test.nx | gate for the electrical-health kernel (#5). | 99 | 1 |
| nx_elf_exec.nx | executable ELF writer. | 292 | 8 |
| nx_elf_inspect.nx | SOVEREIGN ELF inspector: answers "is this binary truly sovereign?" = statically linked | 109 | 7 |
| nx_elf_read.nx | read & parse ELF64 binaries we produce. | 234 | 11 |
| nx_elf_writer.nx | sovereign ELF64 binary writer. | 159 | 8 |
| nx_elifprobe.nx | seq358 witness: MULTILINE `else if` chains must parse correctly and the | 33 | 3 |
| nx_em_experiment.nx | substrate primitive that turns Tesla-class | 176 | 6 |
| nx_email_addr.nx | RFC 5322 addr-spec validator (practical subset). | 246 | 6 |
| nx_email_auth.nx | EMAIL RUNG R5: sender authentication / anti-spoof. | 221 | 10 |
| nx_email_dns.nx | EMAIL DEPLOY: emit the DNS zone records for a domain. | 47 | 2 |
| nx_email_mailbox.nx | EMAIL RUNG R3: additive-only mailbox store. | 152 | 12 |
| nx_email_mime.nx | EMAIL RUNG R2: RFC 5322 message + MIME codec. | 322 | 16 |
| nx_email_mta.nx | EMAIL RUNG R7: receiving MTA (SMTP server logic). | 134 | 7 |
| nx_email_mta_io.nx | EMAIL LIVE LAYER: SMTP server over a real socket. | 165 | 4 |
| nx_email_mx.nx | EMAIL RUNG R0: MX-record resolution (RFC 5321 §5.1). | 271 | 5 |
| nx_email_retrieve.nx | EMAIL RUNG R4: POP3 + IMAP retrieval codec. | 173 | 11 |
| nx_email_send.nx | EMAIL OUTBOUND: compose + DKIM-sign a message. | 144 | 7 |
| nx_email_submit.nx | EMAIL RUNG R6: authenticated submission over TLS. | 156 | 9 |
| nx_email_tool_register.nx | register the EMAIL PROVISIONING PLANE into the sovereign tool registry | 62 | 4 |
| nx_email_webmail.nx | EMAIL LIVE LAYER: web UI to manage a mailbox. | 209 | 10 |
| nx_embed_gpu_live_gate.nx | e4 LIVE gate: the deployed :8033 daemon's /embed must return the | 85 | 3 |
| nx_embed_live_gate.nx | LIVE probe of the RUNNING no-float serve (E-arc e1): proves the /embed | 159 | 6 |
| nx_embedding.nx | token-ID -> embedding-vector lookup. | 291 | 4 |
| nx_embfeat_gate.nx | GATE for the embedding-feature library (nx_embfeat_lib), driven IN-PROCESS on a PLANTED pair of | 99 | 1 |
| nx_embfeat_lib.nx | DENSE EMBEDDING FEATURES for a hashed linear sequence model: the ONE library reader of the estate's | 160 | 14 |
| nx_embodiment_bus.nx | THE KEYSTONE for substrate independence (embodiment census R1). Elara's behavior is a | 101 | 6 |
| nx_emit.nx | WRITING arc, rung W-ING-4: turn extracted scene DATA into the two | 138 | 7 |
| nx_emit_gate.nx | REFEREE for WRITING rung W-ING-4 (nx_emit): the END-TO-END | 128 | 7 |
| nx_emit_journal.nx | append-only audit log of substrate emits. | 144 | 8 |
| nx_emit_journal_test.nx | smoke for the append-only audit journal. | 39 | 1 |
| nx_emitmap.nx | EMISSION PROVENANCE: which function emits this text, and which constant bounds this buffer. | 395 | 16 |
| nx_emitmap_gate.nx | referee for nx_emitmap (emission provenance: which function emits this text, which | 227 | 7 |
| nx_emitted_substrate.nx | Phase 5 (Reproduce) substrate emission. | 472 | 12 |
| nx_emitted_substrate_test.nx | smoke for Phase 5 substrate | 217 | 6 |
| nx_emitter_bench.nx | BENCHMARK the autonomous UI emitters on their ACTUAL emitted output. | 114 | 9 |
| nx_emotion_authenticity.nx | Best Acting axis: micro-expression authenticity. | 144 | 2 |
| nx_empty_lit_probe.nx | WITNESS for the empty-string-literal codegen bug (2026-07-16). | 24 | 1 |
| nx_emu_arm64.nx | sovereign aarch64 (A64) interpreter (NX-EMU). | 425 | 14 |
| nx_emu_arm64_main.nx | CLI for NX-EMU aarch64: load + run a static A64 ELF. | 23 | 1 |
| nx_emu_armv7a.nx | sovereign ARMv7-A (32-bit ARM) interpreter (NX-EMU). | 496 | 17 |
| nx_emu_cortexm.nx | sovereign ARMv7-M / Cortex-M (Thumb-2) interpreter (NX-EMU). | 852 | 12 |
| nx_emu_loongarch64.nx | sovereign LoongArch64 (LA64) interpreter (NX-EMU). | 532 | 16 |
| nx_emu_loongarch64_main.nx | CLI for NX-EMU loongarch64: load + run a | 17 | 1 |
| nx_emu_mips64.nx | sovereign MIPS64 (n64, big-endian) interpreter (NX-EMU). | 156 | 9 |
| nx_emu_mips64_main.nx | CLI for NX-EMU mips64: load + run a static MIPS64 | 16 | 1 |
| nx_emu_ppc64le.nx | sovereign PowerPC64 little-endian interpreter (NX-EMU). | 148 | 5 |
| nx_emu_ppc64le_main.nx | CLI for NX-EMU ppc64le: load + run a static | 17 | 1 |
| nx_emu_probe.nx | 110 | 13 | |
| nx_emu_probe_gate.nx | NATIVE correctness KAT for nx_emu_probe (R0.0). | 63 | 3 |
| nx_emu_riscv32.nx | sovereign RV32IM interpreter (NX-EMU, 32-bit XLEN). | 138 | 5 |
| nx_emu_rv64.nx | sovereign RV64 interpreter (NX-EMU). Decodes + | 363 | 11 |
| nx_emu_rv64_main.nx | CLI for NX-EMU: load + run a static RV64 ELF. | 23 | 1 |
| nx_emu_rv64_test.nx | prove the sovereign RV64 interpreter runs real | 68 | 2 |
| nx_emu_s390x.nx | sovereign IBM Z (s390x) interpreter (NX-EMU). | 403 | 13 |
| nx_emu_sparc64.nx | sovereign SPARC V9 (sparc64) interpreter (NX-EMU). | 497 | 17 |
| nx_emu_sparc64_main.nx | CLI for NX-EMU sparc64: load + run a static | 18 | 1 |
| nx_emu_x86_real16_test.nx | x86 ladder R9 rung-3: REALLY BOOT THE REAL IMAGE on the sovereign emu. | 79 | 5 |
| nx_emu_x86_stage2_test.nx | x86 ladder R9 rung-4: a REAL MULTI-STAGE LOADER, executed end-to-end. | 132 | 5 |
| nx_emulator_research_fetch.nx | bank the EMULATOR/VIRTUALIZATION field (operator: "make sure we also have SOTA | 50 | 2 |
| nx_emulsion.nx | FOOD-SCIENCE SUITE / COLLOID & EMULSION rung. Designs | 90 | 7 |
| nx_emulsion_test.nx | smoke for nx_emulsion. Proves HLB lookup, blend | 35 | 1 |
| nx_endgame.nx | endgame last-piece racing for the fork-per-peer download model. | 106 | 6 |
| nx_endgame_gate.nx | KAT + negative controls for endgame last-piece racing. | 104 | 3 |
| nx_engine_dispatch.nx | ES3 of /compare/engineshift: THE DISPATCHER. ONE verb sends a task to the cheapest | 768 | 25 |
| nx_engine_dispatch_gate.nx | the REFEREE for nx_engine_dispatch (ES3 + ES16 of /compare/engineshift, 2026-09-02). | 377 | 8 |
| nx_engineer.nx | the Nishi engineer's clear-view cockpit (sovereign, | 156 | 6 |
| nx_enginelab.nx | THE DRIVER: attach the sovereign engine instrument to a REAL renderer. | 534 | 18 |
| nx_enginelab_analysis.nx | EL2 replay, EL4 shader binding, EL5 stack sampling, EL6 call tree. | 311 | 12 |
| nx_enginelab_analysis_gate.nx | proves EL2 replay, EL4 shader binding, EL5 sampling, EL6 call tree. | 209 | 9 |
| nx_enginelab_driver_gate.nx | END-TO-END gate for nx_enginelab, THE DRIVER. | 403 | 21 |
| nx_enginelab_gate.nx | END-TO-END gate for the sovereign engine instrument. | 619 | 17 |
| nx_enginelab_golden.nx | GOLDEN-IMAGE REGRESSION for the engine instrument (the O3DE class). | 56 | 1 |
| nx_enginelab_lib.nx | THE SOVEREIGN ENGINE INSTRUMENT (library half). | 1253 | 50 |
| nx_enginelab_store.nx | EL1: PERSIST A CAPTURE AND REOPEN IT, for the engine instrument. | 147 | 4 |
| nx_engram.nx | short-term memory / cache (hippocampal-class). | 130 | 8 |
| nx_engram_test.nx | smoke for nx_engram. | 67 | 1 |
| nx_entity_discover.nx | SREACH R3b: CRAWLER-DRIVEN ENTITY DISCOVERY. | 250 | 13 |
| nx_entity_dossier.nx | ENTITY DOSSIER: a superior-to-Google entity landing page, composed 100% from the LIVE | 579 | 34 |
| nx_entity_lib.nx | ENTITY MANAGEMENT: capitalisation table arithmetic and corporate-authority limits. | 108 | 11 |
| nx_entity_media.nx | MULTI-IMAGE entity media gather. | 481 | 20 |
| nx_entity_pin.nx | ENTITY PIN PROJECTION, the program (S11, 2026-09-17). See nx_entity_pin_lib.nx for the why. | 46 | 2 |
| nx_entity_pin_gate.nx | the entity pin projection is proven on fixture dossiers (S11, 2026-09-17). | 111 | 6 |
| nx_entity_pin_lib.nx | ENTITY PIN PROJECTION (S11, 2026-09-17): the decision core nx_entity_pin and its gate share. | 319 | 17 |
| nx_entity_seeds.nx | SEED DISCOVERY: turn one entity page into the list of OTHER pages about that entity. | 374 | 17 |
| nx_entropy.nx | the team's CSPRNG organ (security ladder rung: random IV/salt + secret | 42 | 2 |
| nx_env.nx | environment variable lookup over the System V envp. | 116 | 4 |
| nx_env_sample.nx | environmental sensor sample container. | 141 | 4 |
| nx_env_v1.nx | parse .env / dotenv-style configuration files. | 259 | 7 |
| nx_epose.nx | ESSENTIAL MATRIX -> RELATIVE POSE (R, t) decomposition (cadtwin P1, completes photo->pose->3D). | 246 | 16 |
| nx_eq_factor.nx | equality factoring (Bachmair-Ganzinger 1994). | 111 | 2 |
| nx_eq_factor_test.nx | equality factoring smoke. | 144 | 3 |
| nx_eqparse_gate.nx | can a typed equation be read correctly, and are the things outside scope REFUSED? | 67 | 3 |
| nx_eqparse_lib.nx | READ AN EQUATION A PERSON ACTUALLY TYPED, AND NORMALISE IT. | 133 | 3 |
| nx_eqprobe.nx | MINIMAL REPRO for the suspected `if v == CONST` compiling as `if v > CONST` | 66 | 4 |
| nx_eqsat.nx | equality-saturation framework (egg/SpEC family). | 2201 | 56 |
| nx_eqsat_test.nx | proof-of-life + correctness GATE for the equality- | 90 | 3 |
| nx_eqsat_vs_gcc_battery_test.nx | FAIR apples-to-apples op-count battery | 178 | 7 |
| nx_eqsat_wire_probe.nx | LN8 WIRING WITNESS (lang.plan rung LN8, symbol opt_eqsat_pass). | 32 | 3 |
| nx_erotica_census.nx | the MEASURED, HONEST census for EROTICA-writing craft (operator 2026-07-01: "erotica | 101 | 9 |
| nx_erotica_craft.nx | R2/R2b GATE (thin): proves nx_erotica_craft_lib.ec_eval discriminates gorgeous from | 43 | 4 |
| nx_erotica_craft_lib.nx | the erotica craft SCORER as a shared lib (no main; Rule 15) so BOTH the gate | 150 | 10 |
| nx_erotica_loop.nx | R5: the AUTONOMOUS erotica keep/discard loop. Scores candidate prose via | 60 | 5 |
| nx_erotica_research_fetch.nx | SOVEREIGN nishi-researcher round for the EROTICA arc (operator 2026-07-01: | 89 | 5 |
| nx_erotica_store.nx | SEED the erotica craft DATA into the sovereign nx_seg_store, IDIOMATICALLY: | 38 | 5 |
| nx_eroticism_ladder.nx | 10-rank typed eroticism scale + arousal validator. | 234 | 4 |
| nx_eroticism_ladder_test.nx | 78 | 1 | |
| nx_escl.nx | sovereign eSCL (AirScan / Mopria Scan) protocol layer -- R-SCAN R0, the "scan from ANY | 108 | 6 |
| nx_escl_probe.nx | LIVE, READ-ONLY eSCL probe: does the real Brother speak the open scan standard? | 94 | 3 |
| nx_escl_test.nx | offline gate for the eSCL scan protocol layer (nx_escl). Unique exit codes per invariant: | 63 | 3 |
| nx_escrow_hold.nx | multi-party escrow primitive composing nx_ledger. | 365 | 10 |
| nx_esign_eidas_gate.nx | INDEPENDENT GATE: the eIDAS SES/AES/QES ladder + the Certificate of Completion. | 123 | 6 |
| nx_esign_gate.nx | INDEPENDENT GATE: the ESIGN/UETA four-element test (core teeth). | 115 | 6 |
| nx_esign_lib.nx | E-SIGNATURE LEGAL VALIDITY: the ESIGN/UETA four-element test + the eIDAS tier | 268 | 32 |
| nx_esign_probe.nx | cost probe: how long do N esign registry ops actually take? | 54 | 3 |
| nx_esign_probe_test.nx | cost probe: how long do N esign registry ops actually take? | 54 | 3 |
| nx_esign_pure_gate.nx | INDEPENDENT GATE over the PURE DECISION CORE of nx_esign_lib. | 103 | 1 |
| nx_essential3d.nx | ESSENTIAL MATRIX estimation (8-point algorithm), the piece that recovers relative camera | 217 | 10 |
| nx_essentials.nx | the gajillion tiny reused functions. | 408 | 41 |
| nx_essentials_test.nx | smoke for the 25-micro-primitives batch. | 147 | 1 |
| nx_estate_path.nx | THE one act every estate organ performs before reading an artifact: | 190 | 6 |
| nx_estimate.nx | pre-print operator visibility (filament + time). | 149 | 2 |
| nx_estimate_test.nx | pre-print estimate sanity checks against | 95 | 1 |
| nx_estimator_diagnostics.nx | substrate primitive for bias-variance | 183 | 4 |
| nx_estimator_diagnostics_test.nx | smoke for bias-variance primitive. | 76 | 1 |
| nx_etag.nx | generate + compare HTTP ETag headers (RFC 7232). | 161 | 7 |
| nx_etg.nx | Empirical-Truth Gamification substrate primitive. | 289 | 9 |
| nx_etg_byzantine.nx | E2.5 Byzantine M-of-N outcome agreement. | 126 | 2 |
| nx_etg_byzantine_test.nx | KAT for E2.5 Byzantine M-of-N agreement. | 124 | 1 |
| nx_etg_probe_cpu.nx | E3 first real CPU-tier ETG probe. | 336 | 7 |
| nx_etg_probe_cpu_test.nx | KAT for E3 first real CPU probe. | 183 | 1 |
| nx_etg_test.nx | KAT for nx_etg.nx Empirical-Truth Gamification | 166 | 1 |
| nx_etg_tournament.nx | multivariate tournament selector. | 136 | 2 |
| nx_etg_tournament_test.nx | KAT for E2 tournament selector. | 123 | 1 |
| nx_eval_landscape_research.nx | THIN research organ: what Unsloth + the standard eval tools RECOMMEND TESTING, | 30 | 1 |
| nx_eval_queue.nx | THE REPORT -> LOG-NEXT BRIDGE of the autonomy loop: turn an evaluator/scanner finding | 225 | 14 |
| nx_evattest.nx | SIGNED EVIDENCE ATTESTATIONS, shared. Closes seq1367: the human leg of the evidence law | 208 | 6 |
| nx_event_queue.nx | substrate-level event dispatch primitive. | 164 | 9 |
| nx_event_queue_test.nx | smoke for nx_event_queue. | 67 | 1 |
| nx_eventfd.nx | Linux eventfd(2) wrapper. | 105 | 5 |
| nx_evict_journal.nx | append-only eviction visibility log. | 154 | 5 |
| nx_evict_journal_test.nx | smoke for nx_evict_journal. | 60 | 1 |
| nx_evidence_audit.nx | THE FLEET GROUNDING AUDIT: walk knowledge/compare/, and for EVERY head-to-head census | 126 | 7 |
| nx_evidence_fleet.nx | existing Compare fleet evidence collector. | 410 | 21 |
| nx_evidence_fleet_canonical_gate_t138.nx | 21 | 2 | |
| nx_evidence_fleet_gate.nx | proves the census-of-censuses honesty rollup counts correctly on the REAL | 57 | 4 |
| nx_evidence_fleet_gate_t138.nx | 21 | 2 | |
| nx_evidence_fleet_run_t138.nx | 2 | 1 | |
| nx_evidence_fleet_t138.nx | THE CENSUS-OF-CENSUSES HONESTY ROLLUP (operator 2026-07-10: "review again everything | 411 | 21 |
| nx_evidence_profile_gate.nx | the referee for the /compare EVIDENCE PROFILE. | 628 | 9 |
| nx_evidence_research_fetch.nx | the Nishi RESEARCHER's sovereign fetch on TEST-EVIDENCE state of the | 64 | 5 |
| nx_evidence_snapshot_canonical_gate_t138.nx | 62 | 2 | |
| nx_evidence_snapshot_gate_t138.nx | 62 | 2 | |
| nx_evidence_tier.nx | sealed scientific-evidence-tier verdict. | 80 | 4 |
| nx_evidence_verdict.nx | THE EVIDENCE LAW, shared. Operator directive 2026-07-30: "we dont have evidence | 239 | 12 |
| nx_evidence_verify_gate.nx | EVIDENCE-GROUNDED claim verification: the SOTA upgrade for the research/census/ | 136 | 9 |
| nx_evoracle.nx | THE INDEPENDENCE LAW. Sibling of nx_evidence_verdict.nx (which grades what a claim's | 286 | 14 |
| nx_evoracle_emit.nx | THE MISSING PRODUCER for EV_CLASS_ORACLE (closes M3). | 168 | 8 |
| nx_evprofile_lib.nx | THE ONE VOCABULARY AND THE ONE READER for the /compare EVIDENCE PROFILE. | 583 | 34 |
| nx_exceed_scoreboard_gate.nx | the STANDING, self-measuring s-class-exceed scoreboard for the sovereign | 128 | 6 |
| nx_exec_engine.nx | AUTONOMY BOOTSTRAP (tutor-authored SEED, the mechanism the team lacks): an autonomous | 76 | 4 |
| nx_execsurface.nx | WHICH SURFACE RUNS THIS PROGRAM? The execution-surface census for PROMOTED organs | 813 | 26 |
| nx_execsurface_gate.nx | referee for nx_execsurface (2026-08-23, compare CE2). | 559 | 17 |
| nx_exefmt_research.nx | THIN structured EXECUTABLE-FORMAT research source organ (ground the sovereign NXE format | 27 | 1 |
| nx_exit42.nx | trivial container entrypoint: exits 42 (proves the | 6 | 1 |
| nx_exp.nx | exp(x) primitive in Q10 fixed point. | 194 | 4 |
| nx_exp_ab.nx | same-process A/B of the exp hot path: the OLD software | 79 | 3 |
| nx_explode3d.nx | R2 of the CAD car-twin ladder: the 3D EXPLODED-VIEW ENGINE (LIB, no main; gated by | 283 | 14 |
| nx_explodelab_meshes.nx | GENERATED by nx_explodelab_meshgen (do not hand-edit): the REAL 53/53 | 3334 | 30 |
| nx_explodelab_tree.nx | Defines a tree structure with 18 nodes, each having type, depth, and coordinate data for assembly. | 193 | 9 |
| nx_exploop_test.nx | does nx_f32_exp misbehave in a loop / on far-negative inputs (as softmax feeds)? | 25 | 1 |
| nx_explore.nx | THE NISHI EXPLORE TEAM, RUNG R4 "MAP": query -> conclusion map. The SOVEREIGN | 189 | 11 |
| nx_explore_census.nx | THE NISHI EXPLORE TEAM: capability census + living map (operator 2026-06-23: | 112 | 7 |
| nx_explore_grow.nx | THE NISHI EXPLORE TEAM, RUNG R5 "GROW": self-discovers its own capability | 112 | 8 |
| nx_extended_gcd.nx | extended Euclidean: gcd + Bezout coefficients. | 45 | 1 |
| nx_extended_gcd_test.nx | 29 | 1 | |
| nx_external_path_audit.nx | NR-1.5 of NISHI_ROUTER_CONTROL_ROADMAP. | 188 | 9 |
| nx_external_reach_probe.nx | continuously probe an external endpoint for | 302 | 8 |
| nx_external_reach_probe_test.nx | smoke test for the graduated | 71 | 1 |
| nx_extllm.nx | THE EGRESS WARDEN: the front door every external-model call must pass. | 226 | 8 |
| nx_extllm_call.nx | RUNG XL3: the ONLY door through which estate bytes may reach an external model. | 455 | 15 |
| nx_extllm_lib.nx | THE EGRESS DECISION LIBRARY: may THESE BYTES leave, to THIS PROVIDER, for THIS USE? | 292 | 20 |
| nx_extllm_publish_guard.nx | RUNG XL8: what we may SAY about a provider we are allowed to USE. | 323 | 11 |
| nx_extllm_spent_cli_gate_20260910.nx | Regression gate: runs the actual staged CLI; no provider call or live installation. | 47 | 3 |
| nx_eye_aperture_gate_t203.nx | 18 | 1 | |
| nx_eye_aperture_reuse_expanded_t206.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 3788 | 271 |
| nx_eye_aperture_reuse_gate_t206.nx | 32 | 2 | |
| nx_eye_detect.nx | iris/eye-pair detection wrapping nx_geom_hough_circle_r. | 241 | 4 |
| nx_eye_detect_test.nx | Inline-in-main smoke for nx_eye_detect algorithm. The wrapper-call | 82 | 2 |
| nx_eye_rim_artifact_t207.nx | 19 | 3 | |
| nx_eye_rim_probe_t207.nx | 13 | 1 | |
| nx_eye_surface_probe_t207.nx | 10 | 1 | |
| nx_f16.nx | IEEE 754 binary16 (half-precision float) bits-up. | 300 | 12 |
| nx_f16_kat.nx | regression KAT for nx_f16_to_f32, guarding the subnormal fix (nx_f32_cvt.nx: f32_exp was | 45 | 4 |
| nx_f16_test.nx | smoke + IEEE 754 conformance for nx_f16.nx. | 88 | 1 |
| nx_f32.nx | IEEE 754 binary32 (single-precision float) bits-up. | 628 | 18 |
| nx_f32_activations.nx | bits-up f32 ML activation functions. | 67 | 3 |
| nx_f32_activations_test.nx | smoke for nx_f32_activations.nx. | 75 | 2 |
| nx_f32_adaln.nx | software-f32 adaptive LayerNorm (adaLN / adaLN-Zero) modulation, the DiT-specific brick. | 108 | 3 |
| nx_f32_attention.nx | software-f32 multi-token scaled-dot-product attention (single head), the first | 104 | 2 |
| nx_f32_attn_cached.nx | bits-up f32 multi-head attention with KV cache. | 151 | 2 |
| nx_f32_attn_cached_test.nx | smoke for nx_f32_attn_cached.nx. | 102 | 1 |
| nx_f32_attn_multi.nx | bits-up f32 multi-token attention kernel. | 137 | 2 |
| nx_f32_attn_multi_test.nx | smoke for nx_f32_attn_multi.nx. | 90 | 2 |
| nx_f32_attn_paged.nx | PAGED-KV attention: the paged twin of | 100 | 1 |
| nx_f32_bn_fold.nx | fold inference BatchNorm into the PRECEDING conv's weights + bias (offline), so a ResNet/ | 29 | 1 |
| nx_f32_bn_fold_gate.nx | proof of BN-fold: exact folded W'/b', AND functional equivalence foldedconv(in) == | 60 | 3 |
| nx_f32_bpe_load.nx | load BPE tokenizer vocabulary from GGUF. | 182 | 4 |
| nx_f32_bpe_load_test.nx | smoke for nx_f32_bpe_load.nx. | 124 | 2 |
| nx_f32_conv2d.nx | software-f32 multi-channel 2D convolution (NCHW), the R3 vision-op re-tier. | 129 | 2 |
| nx_f32_conv2d_backward.nx | the GRADIENT of the software-f32 2D convolution: the backward of | 89 | 1 |
| nx_f32_conv2d_backward_fast.nx | FAST conv2d backward via im2col + the fork-parallel nx_f32_matmul_t, the | 109 | 1 |
| nx_f32_conv2d_backward_fast_gate.nx | proves nx_f32_conv2d_backward_fast == nx_f32_conv2d_backward (bit-exact on | 55 | 5 |
| nx_f32_conv2d_backward_gate.nx | EXACT gradient check of nx_f32_conv2d_backward. Integer-valued inputs/weights | 78 | 3 |
| nx_f32_conv2d_fast.nx | FAST software-f32 conv2d (NCHW) via im2col + the FORK-PARALLEL nx_f32_matmul_t. The | 78 | 1 |
| nx_f32_conv2d_fast_gate.nx | proves nx_f32_conv2d_fast == nx_f32_conv2d_forward (bit-exact on integer values, | 56 | 4 |
| nx_f32_conv2d_grouped.nx | software-f32 GROUPED 2D convolution (NCHW), generalizing nx_f32_conv2d with a | 81 | 1 |
| nx_f32_conv2d_grouped_gate.nx | exact proof of grouped conv: depthwise (groups=C_in), a 2-group case, dense | 63 | 3 |
| nx_f32_conv_train_gate.nx | proves the SOVEREIGN conv TRAINING LOOP converges end-to-end: forward | 108 | 3 |
| nx_f32_conv_transpose2d.nx | software-f32 2D TRANSPOSED convolution / deconv (NCHW), a STANDARD vision op the | 86 | 1 |
| nx_f32_conv_transpose2d_gate.nx | exact proof of transposed conv: kernel-spread of a single pixel, stride-2 | 53 | 3 |
| nx_f32_cvt.nx | IEEE 754 binary32 conversions (bits-up). | 304 | 8 |
| nx_f32_cvt_test.nx | smoke for nx_f32_cvt.nx. | 61 | 1 |
| nx_f32_dit_block_linear.nx | SANA-style DiT block using LINEAR attention (the efficient Z-Image DiT unit). | 191 | 7 |
| nx_f32_dit_block_simd.nx | SANA-DiT block with SIMD (__f32x8_dot) projections: the end-to-end fast unit. | 207 | 8 |
| nx_f32_dit_block_tiny.nx | first sovereign f32 DiT (Diffusion Transformer) BLOCK, assembled from the | 169 | 4 |
| nx_f32_div.nx | IEEE 754 binary32 division (standalone). | 121 | 1 |
| nx_f32_div_test.nx | smoke for nx_f32_div.nx. | 29 | 1 |
| nx_f32_encode.nx | the ENCODE half of f32: integer value -> IEEE-754 single | 43 | 2 |
| nx_f32_encode_test.nx | KAT gate: integer -> IEEE-754 single bit pattern, | 41 | 4 |
| nx_f32_exp.nx | IEEE 754 binary32 exp(x) bits-up. | 177 | 3 |
| nx_f32_exp_test.nx | smoke for nx_f32_exp.nx. | 56 | 2 |
| nx_f32_ffn_path_gate.nx | ISOLATED, host-noise-immune proof that the | 118 | 6 |
| nx_f32_gelu.nx | software-f32 EXACT GELU (erf-based, matching PyTorch nn.GELU default / HF "gelu"), the one | 112 | 6 |
| nx_f32_gelu_gate.nx | proof of exact GELU vs known PyTorch values (tolerance 1e-3). expect_exit: 0 | 41 | 3 |
| nx_f32_gqa_attention.nx | software-f32 Grouped-Query multi-head attention (Ainslie 2023 GQA). | 103 | 2 |
| nx_f32_groupnorm.nx | software-f32 Group Normalisation (Wu & He 2018), the R3 vision-op re-tier. | 146 | 3 |
| nx_f32_hw.nx | HARDWARE IEEE-754 f32 for NishiLang via the __f32_* compiler intrinsics | 128 | 17 |
| nx_f32_image_to_bmp.nx | sovereign 24-bit BMP writer: f32 CHW RGB [0,1] -> a Windows-viewable .bmp file. | 128 | 3 |
| nx_f32_kv_cache.nx | bits-up f32 KV cache substrate. | 162 | 8 |
| nx_f32_kv_cache_test.nx | smoke for nx_f32_kv_cache.nx. | 118 | 1 |
| nx_f32_layernorm.nx | clean importable flat-array software-f32 LayerNorm (per-row normalize over `dim`, then | 63 | 2 |
| nx_f32_layernorm_lib_gate.nx | proof of the flat LayerNorm vs hand-computed values + affine + 2-row. expect_exit: 0 | 55 | 3 |
| nx_f32_lazy_weight.nx | format-tagged weight tensor + matmul dispatcher. | 886 | 30 |
| nx_f32_lazy_weight_test.nx | smoke for nx_f32_lazy_weight.nx. | 129 | 2 |
| nx_f32_linear_attention.nx | sovereign O(n) linear attention (SANA-style), the DiT VRAM/speed lever. | 103 | 4 |
| nx_f32_linear_simd.nx | SIMD f32 linear (__f32x8_dot) for the SANA-DiT projections, vs scalar: verify+speed. | 130 | 4 |
| nx_f32_llama_block.nx | bits-up Llama-class transformer block | 238 | 3 |
| nx_f32_llama_block_test.nx | smoke for nx_f32_llama_block.nx. | 129 | 1 |
| nx_f32_llama_block_v4.nx | per-layer forward with lazy weights. | 389 | 12 |
| nx_f32_llama_block_v4_test.nx | smoke for nx_f32_llama_block_v4.nx. | 101 | 1 |
| nx_f32_llama_layer_lazy_load.nx | bind one layer's 9 tensors into | 323 | 5 |
| nx_f32_llama_layer_lazy_load_test.nx | smoke for the lazy-aware | 68 | 1 |
| nx_f32_llama_layer_load.nx | bind one layer's 9 GGUF tensors into NxF32LlamaLayer. | 192 | 4 |
| nx_f32_llama_layer_load_test.nx | smoke for nx_f32_llama_layer_load.nx. | 68 | 1 |
| nx_f32_llama_stack.nx | multi-block transformer stack forward. | 121 | 2 |
| nx_f32_llama_stack_test.nx | smoke for nx_f32_llama_stack.nx. | 120 | 2 |
| nx_f32_llama_stack_v4.nx | N-layer transformer stack using v4 lazy layers. | 96 | 2 |
| nx_f32_llama_stack_v4_test.nx | smoke for v4 stack. | 103 | 2 |
| nx_f32_llama_v4b.nx | BATCHED MULTI-SEQUENCE decode twins: one forward | 344 | 3 |
| nx_f32_llama_v4p.nx | PAGED-KV twins of the v4 forward chain: block / | 348 | 3 |
| nx_f32_llm.nx | full Llama-class model forward pass. | 158 | 4 |
| nx_f32_llm_bench_test.nx | parked LIVE-FIRE perf harness for real Qwen2.5. | 177 | 2 |
| nx_f32_llm_chat_test.nx | SOVEREIGN CHAT HARNESS: the decisive coherence test. Qwen2.5-Instruct is trained | 128 | 5 |
| nx_f32_llm_cohere_test.nx | SOVEREIGN COHERENCE HARNESS: the tool that answers "is the engine actually | 118 | 3 |
| nx_f32_llm_diag_test.nx | enumerate all tensor ggml_types in | 137 | 2 |
| nx_f32_llm_dim_dump_test.nx | dump attn_k.weight tensor dimensions | 101 | 2 |
| nx_f32_llm_e2e_test.nx | end-to-end bits-up text-to-text smoke. | 105 | 1 |
| nx_f32_llm_embed_diag_test.nx | check Q5_0-dequanted embed values | 95 | 1 |
| nx_f32_llm_live_dims_test.nx | LIVE FIRE on the real Qwen2.5-0.5B-Instruct. | 62 | 1 |
| nx_f32_llm_live_gen_test.nx | LIVE-FIRE TEXT GENERATION from real | 116 | 1 |
| nx_f32_llm_live_load_only_test.nx | LIVE-FIRE structural load | 85 | 1 |
| nx_f32_llm_live_load_test.nx | LIVE-FIRE structural proof. | 145 | 1 |
| nx_f32_llm_load.nx | model-level GGUF binder. | 129 | 2 |
| nx_f32_llm_load_test.nx | smoke for nx_f32_llm_load.nx. | 92 | 1 |
| nx_f32_llm_probe.nx | SOVEREIGN FORWARD PROBE: the tool that turns "why is the LLM forward garbage?" | 167 | 5 |
| nx_f32_llm_read_dims.nx | read model dims from GGUF metadata. | 236 | 5 |
| nx_f32_llm_read_dims_test.nx | smoke for nx_f32_llm_read_dims.nx. | 169 | 3 |
| nx_f32_llm_run.nx | autoregressive generation loop runner. | 155 | 2 |
| nx_f32_llm_run_test.nx | smoke for nx_f32_llm_run.nx. | 111 | 1 |
| nx_f32_llm_run_v2.nx | production runner with full sampler config. | 215 | 5 |
| nx_f32_llm_run_v2_test.nx | smoke for nx_f32_llm_run_v2.nx. | 103 | 1 |
| nx_f32_llm_run_v3.nx | lazy-aware autoregressive runner. | 189 | 4 |
| nx_f32_llm_run_v3_test.nx | smoke for lazy runner v3. | 63 | 1 |
| nx_f32_llm_serve.nx | the SOVEREIGN LLM generation SEAT. Loads real Qwen2.5-0.5B GGUF ONCE at startup, binds | 351 | 12 |
| nx_f32_llm_special_tokens.nx | read BOS/EOS/PAD token ids from GGUF. | 74 | 4 |
| nx_f32_llm_special_tokens_test.nx | smoke for nx_f32_llm_special_tokens.nx. | 102 | 2 |
| nx_f32_llm_test.nx | smoke for nx_f32_llm.nx. | 152 | 2 |
| nx_f32_llm_v4.nx | lazy-aware model binder + LLM forward. | 288 | 5 |
| nx_f32_llm_v4_test.nx | smoke for the lazy LLM forward. | 89 | 1 |
| nx_f32_log.nx | IEEE 754 binary32 natural-log log(x) bits-up. | 110 | 1 |
| nx_f32_log_test.nx | smoke for nx_f32_log.nx. | 60 | 2 |
| nx_f32_lora_linear.nx | sovereign LoRA-adapted linear (the Aligned-LoRA / fine-tune-fewer-images lever). | 98 | 3 |
| nx_f32_matmul.nx | bits-up f32 dot product + GEMM kernel. | 78 | 3 |
| nx_f32_matmul_t.nx | matmul where B is laid out per ggml convention (B[k,j] at B[k + j*K]). | 334 | 9 |
| nx_f32_matmul_t_test.nx | KAT for column-major-B matmul. | 45 | 1 |
| nx_f32_matmul_test.nx | smoke for nx_f32_matmul.nx. | 102 | 2 |
| nx_f32_maxpool2d.nx | software-f32 2D max-pooling (NCHW), a STANDARD vision op the f32 tower lacked. Almost every | 61 | 1 |
| nx_f32_maxpool2d_gate.nx | exact proof of nx_f32_maxpool2d on an integer-f32 4x4 map. expect_exit: 0 | 52 | 3 |
| nx_f32_mha.nx | bits-up f32 multi-head attention with GQA. | 144 | 2 |
| nx_f32_mha_multi.nx | bits-up f32 multi-head + multi-token attention. | 140 | 2 |
| nx_f32_mha_multi_test.nx | smoke for nx_f32_mha_multi.nx. | 91 | 1 |
| nx_f32_mha_test.nx | smoke for nx_f32_mha.nx. | 92 | 1 |
| nx_f32_parity.nx | differential-parity measurement organ: the MEASURED-EXCEED engine for the | 70 | 2 |
| nx_f32_q14_encode_test.nx | KAT gate for f32_from_q14, the EXACT Q14->IEEE-754 | 75 | 6 |
| nx_f32_q4k_matmul.nx | lazy-dequant matmul, B is Q4_K bytes. C[m,n] = A[m,k] @ dequant(B[k,n]). | 716 | 24 |
| nx_f32_q4k_matmul_test.nx | smoke for nx_f32_q4k_matmul.nx. | 141 | 3 |
| nx_f32_qwen_capital_gate.nx | LIVE-FIRE TEXT GENERATION from real | 119 | 1 |
| nx_f32_qwen_encoder.nx | stack the sovereign Qwen layer into the FULL encoder forward. | 233 | 3 |
| nx_f32_qwen_layer.nx | a FULL sovereign f32 Qwen transformer layer (the Z-Image text-encoder + companion | 244 | 6 |
| nx_f32_rectflow_denoise.nx | software-f32 rectified-flow (flow-matching) Euler denoise loop. | 111 | 2 |
| nx_f32_resblock.nx | software-f32 ResBlock (GroupNorm->SiLU->Conv 3x3, twice, + residual), R3/R7 rung. | 102 | 3 |
| nx_f32_rmsnorm.nx | bits-up f32 RMSNorm. | 86 | 2 |
| nx_f32_rmsnorm_test.nx | smoke for nx_f32_rmsnorm.nx. | 87 | 2 |
| nx_f32_rope.nx | bits-up f32 RoPE (Rotary Position Embedding). | 186 | 5 |
| nx_f32_rope_test.nx | smoke for nx_f32_rope.nx. | 80 | 2 |
| nx_f32_sampler.nx | temperature + top-k sampler for LLM logits. | 344 | 9 |
| nx_f32_sampler_test.nx | smoke for nx_f32_sampler.nx. | 185 | 1 |
| nx_f32_sincos.nx | IEEE 754 binary32 sin(x) + cos(x) bits-up. | 191 | 7 |
| nx_f32_sincos_test.nx | smoke for nx_f32_sincos.nx. | 50 | 2 |
| nx_f32_softmax.nx | bits-up f32 numerically-stable softmax. | 115 | 4 |
| nx_f32_softmax_test.nx | smoke for nx_f32_softmax.nx. | 74 | 2 |
| nx_f32_test.nx | smoke + IEEE 754 conformance for nx_f32.nx. | 161 | 1 |
| nx_f32_train_ops.nx | the small reusable software-f32 TRAINING ops that close the conv training loop, composing | 47 | 4 |
| nx_f32_transformer.nx | bits-up f32 Llama-class transformer block | 189 | 2 |
| nx_f32_transformer_test.nx | integration smoke. | 101 | 1 |
| nx_f32_upsample.nx | software-f32 nearest-neighbour Nx upsample (NCHW), VAE-decode brick. | 75 | 2 |
| nx_f32_upsample_bilinear.nx | software-f32 BILINEAR upsample (NCHW, integer scale, align_corners=FALSE to match | 80 | 1 |
| nx_f32_upsample_bilinear_gate.nx | exact proof of bilinear upsample (align_corners=False) vs hand-computed | 48 | 3 |
| nx_f32_vae_decode_tiny.nx | first end-to-end sovereign f32 VAE-DECODE (latent -> RGB), the R4/R7 | 118 | 3 |
| nx_f32prim_test.nx | sanity-check the f32 primitives the SDPA organ newly uses (exp, sqrt, lt-on-negs). | 34 | 2 |
| nx_f32x4_matmul_gate.nx | PROVES the packed-SIMD compute lever end-to-end. | 126 | 6 |
| nx_f32x4_mt_matmul.nx | STACK the two proven compute levers toward physics: PACKED SIMD x MULTICORE. | 129 | 6 |
| nx_f32x8_dot_bench.nx | x86 f32 SIMD dot (__f32x8_dot, AVX vmulps) vs scalar: verify + speedup. | 100 | 2 |
| nx_f32x8_matmul_gate.nx | PROVES the AVX2 8-wide lever past SSE 4-wide. | 128 | 7 |
| nx_f32x8_mt_matmul.nx | the FULL sovereign compute stack toward physics: AVX2 8-wide x MULTICORE. | 111 | 6 |
| nx_f32x8_probe.nx | test the x86 f32 SIMD primitive __f32x8_dot on nx_cc_known_good. | 30 | 1 |
| nx_f32x8_range_gate.nx | validate a VECTOR-ACCUMULATOR range dot | 127 | 6 |
| nx_f64.nx | IEEE 754 binary64 (double-precision float) bits-up. | 436 | 16 |
| nx_f64_adversary.nx | T12 class: hardware f64 (IEEE-754 binary64) codegen. | 40 | 1 |
| nx_f64_cvt.nx | conversions to/from IEEE 754 binary64. | 156 | 4 |
| nx_f64_div.nx | IEEE 754 binary64 division (standalone file). | 96 | 1 |
| nx_f64_exp.nx | binary64 exponential, bits-up (ME1 rung 1, DLMF ch.4). | 78 | 1 |
| nx_f64_gate.nx | LN16 "WORKING f64 ARITHMETIC": the x86_64 backend's IEEE-754 | 801 | 52 |
| nx_f64_oracle_sov.nx | SOVEREIGN f64 oracle: pure-Nishi independent recompute | 373 | 14 |
| nx_f64_sqrt.nx | IEEE 754 binary64 square root (standalone file). | 94 | 1 |
| nx_f6_gate.nx | sovereign replacement for bench/f6_gate.sh. | 290 | 6 |
| nx_fabric_cc.nx | R2 of the SkyHammer fabric exceed ladder: CONGESTION CONTROL + | 164 | 2 |
| nx_fabric_cc_gate.nx | LIVE GATE for R2 (congestion control + telemetry over RTT). | 125 | 6 |
| nx_fabric_census.nx | the SkyHammer fabric exceed LIVING MAP (the "reviewed by the team" artifact). | 174 | 9 |
| nx_fabric_collective.nx | R4 of the SkyHammer fabric exceed ladder: COLLECTIVE COMMUNICATION | 183 | 4 |
| nx_fabric_collective_gate.nx | LIVE GATE for R4 (collective communication: ring all-reduce). | 129 | 6 |
| nx_fabric_fair_gate.nx | R2.5 of the SkyHammer fabric exceed ladder: MULTI-FLOW | 225 | 8 |
| nx_fabric_flow.nx | R1 of the SkyHammer scale-up-fabric exceed ladder | 147 | 2 |
| nx_fabric_flow_gate.nx | LIVE GATE for R1 of the SkyHammer fabric exceed ladder. | 137 | 6 |
| nx_fabric_research_fetch.nx | SOVEREIGN web-fetch for the SCALE-UP AI-FABRIC / INTERCONNECT exceed | 88 | 5 |
| nx_face_count.nx | face-cardinality detector. | 171 | 2 |
| nx_face_count_test.nx | smoke for face-count detector (simplified to isolate). | 49 | 3 |
| nx_face_feature_diag_t367.nx | diagnostic candidate; no publication or serving registration. | 39 | 2 |
| nx_face_feature_diag_t368.nx | second-stage native diagnosis for face feature gate. | 35 | 2 |
| nx_face_feature_gate_t367.nx | reusable feature-preservation referee for the canonical procedural face. | 42 | 1 |
| nx_face_feature_gate_t367r1.nx | corrected reusable feature-preservation referee. | 45 | 1 |
| nx_face_feature_gate_t367r2.nx | reusable face feature referee. | 41 | 1 |
| nx_face_feature_gate_t367r3.nx | reusable face feature referee. | 37 | 1 |
| nx_face_feature_gate_t367r4.nx | instrumented reusable face feature referee. | 55 | 2 |
| nx_face_feature_gate_t367r5.nx | exact native buffer reuse pattern with contract checks. | 35 | 2 |
| nx_face_novelty.nx | MEASURED face-diversity / repetition meter over the | 95 | 1 |
| nx_face_novelty_gate.nx | REFEREE for nx_face_novelty's metric machinery. | 58 | 1 |
| nx_face_probe.nx | Rule-2 verify: does the existing nx_face_count detect a | 56 | 4 |
| nx_face_support_capture_t239.nx | Controlled recombination: add explicitly selected existing anatstack support ellipsoids | 56 | 1 |
| nx_faceanat.nx | ★INSIDE-OUT face (operator 2026-07-08: "get the skeleton then muscles then skin, not | 1142 | 39 |
| nx_faceanat_neutral_capture_t239.nx | 12 | 1 | |
| nx_faceanat_scale_gate.nx | THE REFEREE FOR THE FACE MODEL'S SCALE (aesthetictwin AT17, 2026-09-02). | 173 | 4 |
| nx_facefind.nx | CLI over nx_facefind_lib (aesthetictwin AT30, 2026-09-16): the face box and both eye boxes of a | 89 | 5 |
| nx_facefind_gate.nx | the referee for the sovereign cascade engine and its loader (aesthetictwin AT30, 2026-09-16). | 206 | 9 |
| nx_facefind_lib.nx | FACE AND EYE BOXES from a gray plane (aesthetictwin AT30, 2026-09-16): the loaded cascades | 203 | 6 |
| nx_facet_classify.nx | SREACH R2: the bits-up FACET CLASSIFIER. | 205 | 10 |
| nx_facet_filter.nx | FACETED SEARCH for the onsite-search arc (closes its "facet" worklist gap). The | 117 | 5 |
| nx_facet_gate.nx | SREACH R2 GATE: the bits-up facet classifier vs the | 114 | 6 |
| nx_factorial.nx | n! for nx_int. | 29 | 1 |
| nx_factorial_test.nx | 14 | 1 | |
| nx_failclass.nx | CLASSIFY THE ESTATE'S OWN FAILURE RECORD AGAINST A PUBLISHED TAXONOMY. | 718 | 24 |
| nx_failover_compose_test.nx | ransomware-judo failover end-to-end. | 149 | 1 |
| nx_family_hub.nx | EMIT nishifamily.com/hub, AUTO-GENERATED from the sovereign | 118 | 7 |
| nx_fasta.nx | FASTA single-record stream parser + strip-whitespace. | 164 | 4 |
| nx_fasta_test.nx | KAT for FASTA single-record parser + strip helper. | 177 | 1 |
| nx_fastq.nx | FASTQ single-record stream parser. | 147 | 2 |
| nx_fastq_test.nx | KAT for FASTQ single-record stream parser. | 160 | 1 |
| nx_fb.nx | sovereign FRAMEBUFFER library (the kernel's pixel/draw layer for the NishiOS GUI). | 90 | 11 |
| nx_fb_1bpp.nx | 1-bit-per-pixel framebuffer. | 183 | 8 |
| nx_fb_1bpp_test.nx | smoke for nx_fb_1bpp. | 68 | 1 |
| nx_fb_perceptual.nx | per-perceptual-profile gamut packer. | 231 | 6 |
| nx_fb_perceptual_test.nx | KAT for nx_fb_perceptual.nx. | 77 | 1 |
| nx_fbench_negctl.nx | NEGATIVE CONTROL v2 (output-level) for the forge gap-bench judge. | 17 | 3 |
| nx_fbench_probe.nx | FORGE gap-bench: runtime-verifies every syntax fact taught by the | 87 | 6 |
| nx_fbench_t1a.nx | 34 | 0 | |
| nx_fbench_t1a2.nx | 78 | 1 | |
| nx_fbench_t1b.nx | 62 | 4 | |
| nx_fbench_t1f.nx | 59 | 6 | |
| nx_fbench_t2a.nx | 42 | 0 | |
| nx_fbench_t2b.nx | 87 | 7 | |
| nx_fbench_t2f.nx | 72 | 7 | |
| nx_fbench_t3a.nx | 46 | 0 | |
| nx_fbench_t3b.nx | 121 | 6 | |
| nx_fbench_t3f.nx | 69 | 4 | |
| nx_fbench_t3s.nx | T3 rewritten ON the sovereign stdlib (nx_lib_std): the language-growth | 45 | 1 |
| nx_fbo_s1.nx | Calculates the 10th Fibonacci number and the sum of the first 100 Fibonacci numbers using iterative methods. | 28 | 1 |
| nx_fbo_s2.nx | Calculates Fibonacci numbers and demonstrates syscall usage for system interaction. | 6 | 1 |
| nx_fbo_s3.nx | Calculates the 10th Fibonacci number and the sum of the first 10 Fibonacci numbers. | 24 | 1 |
| nx_fbx2nxa.nx | binary FBX GEOMETRY -> NXANIM01 (VERT + TRIS). The missing first half of the | 224 | 3 |
| nx_fbx2nxa_gate.nx | THE FBX IMPORTER GATE: the unit factor is MEASURED, ANNOUNCED, APPLIED, | 225 | 7 |
| nx_fbx_affine_gate_t32.nx | Real original Knight affine qualification; no asset or page mutation. | 37 | 1 |
| nx_fbx_affine_math_gate_t32.nx | 21 | 1 | |
| nx_fbx_affine_t32.nx | Private affine qualification in the existing FBX/NXA animation ownership chain. | 235 | 14 |
| nx_fbx_bind.nx | Bind-pose geometry conversion for skinned binary FBX assets. | 501 | 16 |
| nx_fbx_bind_scratch_candidate_t181.nx | Bind-pose geometry conversion for skinned binary FBX assets. | 511 | 17 |
| nx_fbx_bind_scratch_ready_t181.nx | Bind-pose geometry conversion for skinned binary FBX assets. | 501 | 16 |
| nx_fbx_clip.nx | Authored AnimationStack reachability for the existing NXA animation importer. | 122 | 5 |
| nx_fbx_clip_t30.nx | Authored AnimationStack reachability for the existing NXA animation importer. | 122 | 5 |
| nx_fbx_compose_oom_gate_t181.nx | 9 | 2 | |
| nx_fbx_compose_scratch_gate_t181.nx | 23 | 6 | |
| nx_fbx_core.nx | shared binary-FBX FORMAT knowledge. One place that knows how a Kaydara file is | 270 | 13 |
| nx_fbx_import.nx | binary FBX GEOMETRY extraction. Format knowledge lives in nx_fbx_core; this | 156 | 2 |
| nx_fbx_mapping_lifecycle_gate_t181.nx | 5 | 3 | |
| nx_fbx_measure.nx | SOVEREIGN body-mesh measurement organ (replaces the node instrument). | 520 | 10 |
| nx_fbx_probe.nx | read a binary FBX and report what actually came out. | 462 | 12 |
| nx_fbx_rig.nx | RIG SURVEY: verified-facts instrument for the SKEL/SKIN/ANIM fill. | 182 | 6 |
| nx_fbx_texm.nx | AUTHORED FBX MATERIALS -> TEXC + TEXM. The donor half of the clay fix. | 1301 | 24 |
| nx_fca_t1.nx | Outputs "FLGATE hello=7" followed by a newline and exits. | 11 | 1 |
| nx_fca_t2.nx | Prints "FLGATE hello=7" followed by a newline and exits. | 13 | 1 |
| nx_fcntl.nx | fcntl(2) + open-flag constants. | 166 | 10 |
| nx_fcntl_probe.nx | which syscall number actually reaches fcntl on this target? | 49 | 3 |
| nx_fcntlprobe.nx | is nx_fcntl actually working on this target? | 47 | 4 |
| nx_fd_f32.nx | FD v2: Frequent Directions in f32 (the cliff fix; the SIMD-substrate-serves-VRAM-math synthesis). | 425 | 34 |
| nx_fd_hygiene.nx | fd-leak hygiene primitive (2026-07-17). A long-lived supervisor/launcher that forks+execs | 23 | 1 |
| nx_fd_hygiene_gate.nx | prove nx_fd_scrub_inherited() closes inherited fds >= 3 while PRESERVING stdio. | 48 | 3 |
| nx_featassert.nx | prove a feature is IN THE BUILT ARTIFACT, not just in the source you meant to edit. | 108 | 5 |
| nx_featmatch.nx | THE FEATURE-MATCH WIRE: two images in, CORRESPONDENCES out, with nothing hand-supplied. | 130 | 4 |
| nx_features.nx | pure-math classical computer-vision features. | 443 | 10 |
| nx_features_test.nx | smoke for image + feature primitives. | 194 | 1 |
| nx_fec_gf256.nx | the FEC CEILING: Reed-Solomon erasure coding over | 173 | 7 |
| nx_fec_gf256_test.nx | 1:1 KAT for Reed-Solomon GF(256) erasure coding | 78 | 3 |
| nx_fec_stripe.nx | FEC-COMPLEMENTARY striping: the exceed beyond plain | 34 | 3 |
| nx_fec_stripe_test.nx | 1:1 KAT for FEC-complementary striping | 95 | 1 |
| nx_fec_xor.nx | sovereign XOR forward-error-correction (FlexFEC family, | 163 | 8 |
| nx_fec_xor_test.nx | 1:1 KAT for sovereign XOR FEC (nx_fec_xor.nx). | 90 | 4 |
| nx_feg_t1.nx | Outputs "FLGATE hello=7" followed by a newline and exits. | 11 | 1 |
| nx_feg_t2.nx | Outputs "FLGATE hello=7" followed by a newline and exits. | 11 | 1 |
| nx_feg_t3.nx | Outputs "FLGATE hello=7" followed by a newline and exits. | 13 | 1 |
| nx_ferment_cultures.nx | R6b: the CONVERGENCE rung. Binds the R4 | 153 | 7 |
| nx_ferment_cultures_test.nx | smoke for nx_ferment_cultures (R6b). | 67 | 1 |
| nx_ferment_flavor.nx | CAPSTONE: the CONVERGENCE of the fermentation | 73 | 4 |
| nx_ferment_flavor_test.nx | smoke for nx_ferment_flavor (CAPSTONE). | 41 | 1 |
| nx_ferment_invent.nx | R5 of the FERMENTATION ladder: GENERATIVE design. | 72 | 1 |
| nx_ferment_invent_test.nx | smoke for nx_ferment_invent (R5). | 50 | 1 |
| nx_ferment_kinetics.nx | R3 science rung: predictive fermentation model. | 120 | 4 |
| nx_ferment_kinetics_test.nx | smoke for nx_ferment_kinetics (R3). | 52 | 1 |
| nx_ferment_process.nx | R2 process rung: the ferment state machine. | 191 | 8 |
| nx_ferment_process_test.nx | smoke for nx_ferment_process (R2). | 71 | 1 |
| nx_ferment_recipes.nx | R4 of the FERMENTATION ladder: the RECIPE | 127 | 2 |
| nx_ferment_recipes_test.nx | smoke for nx_ferment_recipes (R4). | 41 | 1 |
| nx_ferment_safety.nx | NEVER-POISON substrate (Global Rule 26 recast). | 296 | 7 |
| nx_ferment_safety_test.nx | smoke for nx_ferment_safety. | 98 | 1 |
| nx_ferment_thermal.nx | R1 hardware rung: vessel temperature hold. | 79 | 4 |
| nx_ferment_thermal_test.nx | smoke for nx_ferment_thermal (R1). | 75 | 1 |
| nx_fetch.nx | THE sovereign manifest-driven research fetcher. MERGES the N copy-pasted one-time | 221 | 12 |
| nx_fetch_any.nx | EAT THE FETCH DEBT (operator 2026-07-14): the ONE intelligent fetch DISPATCHER the | 193 | 14 |
| nx_fetch_any_gate.nx | teeth for the intelligent fetch dispatcher (operator 2026-07-14: researcher/census/ | 114 | 2 |
| nx_fetch_bounded.nx | bounded + timed streaming fetch drain (RES-R7). | 146 | 4 |
| nx_fetch_capacity_gate_t253.nx | Native replay of retained real gzip plus capacity and corruption boundaries. | 38 | 2 |
| nx_fetch_deadline_candidate_t314.nx | bounded + timed streaming fetch drain (RES-R7). | 195 | 7 |
| nx_fetch_decode_capture_t253.nx | 22 | 2 | |
| nx_fetch_default_decode_gate_t253.nx | Exercise the shared default decoded API; caller supplies admitted output budget. | 16 | 1 |
| nx_fetch_dump.nx | diagnostic: fetch a URL over validated TLS and dump the raw body to a file, | 28 | 3 |
| nx_fetch_jellyfin_test.nx | X-CENSUS-003 live-incumbent-surface fetch. | 116 | 2 |
| nx_fetch_probe.nx | GENERAL fetch-reachability diagnostic: nx_fetch_probe <url>. Reports, for any URL, what | 61 | 3 |
| nx_fetch_rights.nx | rights-status policy for acquisition, modelled on how | 107 | 8 |
| nx_fetch_rights_gate.nx | liar-kill gate for the acquisition rights policy. | 51 | 1 |
| nx_fetch_status_boundary_gate_t252.nx | 43 | 2 | |
| nx_fetch_status_live_gate_t252.nx | Live transport witness: consume raw native HTTPS bytes through the shared status boundary. | 19 | 2 |
| nx_fetch_to_file.nx | fetch an arbitrary (unknown-size) URL body into RAM via sovereign TLS (redirect-following) | 39 | 5 |
| nx_fetch_unit.nx | the SHARED staged-fetch unit (Rule #15: this logic lived | 177 | 7 |
| nx_fetchclean.nx | REMOVE OUR OWN FETCH LANE'S DIAGNOSTIC PREAMBLE FROM A DOWNLOADED ASSET. | 194 | 10 |
| nx_fetchfail.nx | WIRES THE CONTENT AXIS TO A PLANE. It adds NO ruler of its own. | 628 | 11 |
| nx_fetchfail_gate.nx | teeth for the CONTENT axis and the plane that carries it. | 231 | 3 |
| nx_fetchprobea.nx | BISECT: does importing nothing extra (control) break the fetch path? | 38 | 4 |
| nx_fetchprobeb.nx | BISECT: does importing nx_gzip_wrap break the fetch path? | 38 | 4 |
| nx_fetchprobec.nx | BISECT: does importing nx_lib_search + store + openalex break the fetch path? | 40 | 4 |
| nx_fetchprobed.nx | BISECT: does importing nx_sha256 break the fetch path? | 38 | 4 |
| nx_fetchprobew.nx | BISECT: does importing nothing extra (control) break the fetch path? | 38 | 4 |
| nx_fetchwall_gate.nx | THE GATE FOR THE FETCH-WALL CLASSIFIER, 2026-09-03. | 167 | 3 |
| nx_fetchwall_lib.nx | IS THIS FETCHED BODY CONTENT, OR A WALL WEARING A 200? (2026-09-03) | 190 | 10 |
| nx_ff_cookies.nx | SOVEREIGN Firefox/Waterfox cookies.sqlite reader (X-TORRENT-SPOOF R1). | 128 | 8 |
| nx_fft.nx | R0 of the transform ladder: a sovereign no-float radix-2 FFT (Cooley-Tukey, DIT, in-place). | 227 | 11 |
| nx_fft_f32.nx | f32 radix-2 FFT + f32 FNet 2D-DFT token mixer. The bridge that lets the sub-quadratic FNet | 117 | 5 |
| nx_fft_test.nx | smoke for V7 FFT primitives. | 152 | 1 |
| nx_fgt_demo.nx | forge gate fixture candidate: computes the answer (no banned literal in source) | 12 | 1 |
| nx_fgt_model.nx | Outputs a confirmation message and exits the forge-m process. | 9 | 1 |
| nx_fgt_t1.nx | forge gate fixture candidate: correct program (T1) | 9 | 1 |
| nx_fgt_t2.nx | forge gate fixture candidate: builds GREEN, runs exit 0, but prints EXTRA bytes (judge negctl) | 10 | 1 |
| nx_fgt_t3.nx | forge gate fixture candidate: computes the answer (no banned literal in source) | 12 | 1 |
| nx_fgt_t4.nx | forge gate fixture candidate: the repaired second attempt (T4) | 9 | 1 |
| nx_fgt_t5.nx | must fail the | 14 | 2 |
| nx_fhe.nx | fully homomorphic encryption scaffold. | 166 | 8 |
| nx_fidelity.nx | Calculates segmental SNR as a deci-dB fidelity metric for audio reconstruction quality. | 86 | 3 |
| nx_fidelity_gate.nx | REFEREE for the fidelity metric (nx_segsnr). | 128 | 7 |
| nx_field_beat.nx | THE OFF-PEAK FIELD BEAT (/compare/fieldwatch FW4, 2026-09-05): re-runs nx_field_discover for every | 162 | 6 |
| nx_field_beat_gate.nx | THE GATE FOR THE FIELD BEAT'S DECISIONS (nx_field_beat_lib, /compare/fieldwatch FW4). | 156 | 4 |
| nx_field_beat_lib.nx | THE DECISION CORE OF THE FIELD BEAT (/compare/fieldwatch FW4, 2026-09-05). Pure functions | 193 | 18 |
| nx_field_discover.nx | DISCOVER THE FIELD FOR ONE /compare DOMAIN (/compare/fieldwatch FW1, 2026-09-05): the thin | 280 | 14 |
| nx_field_gate.nx | THE GATE FOR THE FIELD DISCOVERY CORE (nx_field_lib, /compare/fieldwatch FW1). | 189 | 5 |
| nx_field_lib.nx | THE FIELD DISCOVERY CORE (/compare/fieldwatch FW1, 2026-09-05): the industry's own lists, | 405 | 26 |
| nx_field_of_struct_gate.nx | LN29 (lang.plan, 2026-09-02): A FIELD NAME MUST BELONG TO THE STRUCT IT IS | 116 | 8 |
| nx_field_seedgen.nx | DERIVE A DOMAIN'S SEEDS FROM ITS OWN BOARD (/compare/fieldwatch fleet campaign, 2026-09-05). | 148 | 6 |
| nx_field_seedgen_gate.nx | THE GATE FOR THE SEED GENERATOR'S DECISIONS (nx_field_seedgen_lib, fieldwatch fleet campaign). | 166 | 6 |
| nx_field_seedgen_lib.nx | THE DECISION CORE OF THE SEED GENERATOR (/compare/fieldwatch fleet campaign, 2026-09-05). | 281 | 17 |
| nx_field_type_gate_t280.nx | 54 | 3 | |
| nx_fieldfit_gate.nx | THE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER | 193 | 8 |
| nx_fieldfit_lib.nx | FIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew | 519 | 24 |
| nx_fieldfit_verified_candidate_t333.nx | FIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew | 478 | 22 |
| nx_fieldfit_verified_canonical_gate_t333.nx | THE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER | 292 | 13 |
| nx_fieldfit_verified_gate_t333.nx | THE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER | 231 | 10 |
| nx_fieldfit_verified_r2_gate_t333.nx | THE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER | 252 | 12 |
| nx_fieldfit_verified_r2_t333.nx | FIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew | 500 | 22 |
| nx_fieldfit_verified_r3_gate_t333.nx | THE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER | 264 | 12 |
| nx_fieldfit_verified_r3_t333.nx | FIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew | 503 | 22 |
| nx_fieldfit_verified_r4_gate_t333.nx | THE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER | 292 | 13 |
| nx_fieldfit_verified_r4_t333.nx | FIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew | 515 | 24 |
| nx_fieldtypeprobe.nx | MINIMAL REPRO for the type-check failure blocking the compiler build. | 40 | 4 |
| nx_figure_render.nx | the ELARA RIG (17-joint humanoid skeleton, bones-as-data) + a fast software renderer | 240 | 9 |
| nx_figuregen.nx | ★SOVEREIGN INFINIGEN: a full-body HUMAN FIGURE via the SAME layered anatomy (nx_anatstack: | 120 | 5 |
| nx_file_install.nx | Recoverable file installation. An immutable, checksummed intent identifies | 413 | 26 |
| nx_file_install.pre-toolchain-20260910.nx | Recoverable file installation. An immutable, checksummed intent identifies | 309 | 18 |
| nx_file_result.nx | Result-wrapped file read. | 56 | 2 |
| nx_file_result_test.nx | smoke for Result-wrapped file read. | 32 | 1 |
| nx_filecopy.nx | A COPY THAT PROVES IT COPIED (2026-08-07; STREAMING 2026-08-13). | 168 | 7 |
| nx_filehash_gate.nx | THE GATE FOR THE IDENTITY RULER. Every content pin in every /compare .refs register on this | 161 | 4 |
| nx_fileop.nx | sovereign file-op CLI (retires Remove-Item / mv). Composes the canonical nx_fio + nx_syscalls's | 77 | 8 |
| nx_fileop.pre-intent-20260910.nx | sovereign file-op CLI (retires Remove-Item / mv). Composes the canonical nx_fio + nx_syscalls's | 38 | 3 |
| nx_fileop_gate.nx | proves sovereign file ops on a real scratch file: create -> exists, mv (old gone + new | 40 | 1 |
| nx_fin_advstats.nx | advanced backtest statistics (the Lopez de Prado rigor that separates a real edge from | 50 | 4 |
| nx_fin_advstats_gate.nx | GATE for the deflated-Sharpe / multiple-testing suite, hand-computed. The headline: | 42 | 2 |
| nx_fin_assets.nx | multi-asset FORWARD pricing, closing the loop on the operator's original ask ("trade | 26 | 4 |
| nx_fin_assets_gate.nx | GATE for multi-asset forward pricing (tolerance, since exp is approximate). | 44 | 3 |
| nx_fin_audit.nx | R5 of THE NISHI FINANCIAL ECOSYSTEM: medical-bill OVERBILLING / anomaly audit. | 109 | 5 |
| nx_fin_audit_gate.nx | R5 GATE: proves the medical-overbilling audit is exact + data-driven, on a | 110 | 5 |
| nx_fin_backtest.nx | R2 of the trading stack: the TRUTH ENGINE. Given OHLCV bars (from nx_fin_marketdata) + | 103 | 2 |
| nx_fin_backtest_gate.nx | R2 GATE: proves the backtester on KNOWN bars + a KNOWN signal, with EVERY metric | 59 | 2 |
| nx_fin_bs.nx | OPTIONS pricing (Black-Scholes) in integer fixed-point (scale 1e6 = "micro"), the hard | 93 | 9 |
| nx_fin_bs_gate.nx | GATE for the fixed-point Black-Scholes suite. Approximations, so checked within a | 52 | 2 |
| nx_fin_census.nx | HONEST HAVE-vs-GAP census for the NISHI MARKETS-INVESTING / TRADING stack (the "finmkt" | 76 | 3 |
| nx_fin_competitor_census.nx | S-CLASS-EXCEED census: measure the Nishi trading+tax+grants stack against the | 81 | 3 |
| nx_fin_dashboard.nx | emit the static nishifamily.com/finance dashboard to the staging media dir, so | 28 | 3 |
| nx_fin_dashboard_gate.nx | GATE for the finance dashboard: proves the page is SOVEREIGN zero-JS (no | 127 | 5 |
| nx_fin_datasource.nx | the DATA-ACQUISITION doctrine as verified logic: how to get raw financial data LEGALLY | 44 | 5 |
| nx_fin_datasource_gate.nx | GATE for the data-acquisition doctrine: free classification, cheapest-legal | 50 | 2 |
| nx_fin_dispute.nx | R8 (fail-safe execute) of THE NISHI FINANCIAL ECOSYSTEM: turn audit findings into | 95 | 7 |
| nx_fin_dispute_gate.nx | R8 GATE: proves the audit findings (R5) flow into a correct, complete medical- | 113 | 7 |
| nx_fin_edgar_fetch.nx | FREE_RAW in action: pull REAL company fundamentals straight from SEC EDGAR | 97 | 7 |
| nx_fin_extract.nx | RUNG 2 of THE NISHI FINANCIAL ECOSYSTEM researcher: EXTRACT stage. | 144 | 6 |
| nx_fin_finance.nx | R7 (financing-cost optimizer) of THE NISHI FINANCIAL ECOSYSTEM: find AFFORDABLE | 86 | 6 |
| nx_fin_finance_gate.nx | R7 GATE: proves the financing-cost optimizer ranks REAL options by TRUE total | 98 | 5 |
| nx_fin_fund_research_fetch.nx | the Nishi RESEARCHER's sovereign fetch for AFFORDABLE / ALTERNATIVE / | 86 | 5 |
| nx_fin_grant.nx | R8 (Nishi Grants): pull in NON-DILUTIVE cash. Eligibility screening for SBIR/STTR (US | 51 | 5 |
| nx_fin_grant_gate.nx | GATE for the grants arm: SBIR/STTR eligibility (pass + each failing condition), | 42 | 2 |
| nx_fin_ledger.nx | R2 of THE NISHI FINANCIAL ECOSYSTEM: the content-addressed, append-only, | 401 | 17 |
| nx_fin_ledger_gate.nx | R2 GATE: proves the double-entry ledger is exact, append-only, idempotent, | 134 | 4 |
| nx_fin_liquidity.nx | the market-IMPACT model: finer than R1's flat ADV cap. Uses the square-root impact law | 30 | 3 |
| nx_fin_liquidity_gate.nx | GATE for the square-root market-impact model: impact scales with sqrt(size), | 35 | 2 |
| nx_fin_marketdata.nx | R1 of the trading stack: the PRICE + LIQUIDITY sensor's CORE. Pure, deterministic | 110 | 8 |
| nx_fin_marketdata_fetch.nx | MAKE IT REAL: the live ingestion adapter + end-to-end demo. Fetches a symbol's | 172 | 8 |
| nx_fin_marketdata_gate.nx | R1 GATE: proves the OHLCV parser + ADV/capacity math on KNOWN bytes (no network, | 48 | 2 |
| nx_fin_md_probe.nx | ground-truth probe: is the finance dashboard actually LIVE on the public edge? | 39 | 4 |
| nx_fin_metrics.nx | risk-adjusted performance metrics, i64 fixed-point, NO floats. Provides the integer | 47 | 7 |
| nx_fin_metrics_gate.nx | GATE for the risk-adjusted metrics on a hand-computed returns series (bps): | 44 | 2 |
| nx_fin_mgmt_grade.nx | R-MKT5 of the MARKETS-INVESTING arc: GRADE THE PEOPLE running a company (operator: | 55 | 2 |
| nx_fin_mgmt_grade_gate.nx | proves the management-stewardship grader ("handicap the team"): each of the 8 | 68 | 4 |
| nx_fin_microcap.nx | the 1000-MICROCAP FUNNEL: screen a universe of small names down to the few worth | 43 | 2 |
| nx_fin_microcap_gate.nx | GATE for the microcap funnel: one PASS plus each reject gate fired in isolation, | 44 | 2 |
| nx_fin_optimizer.nx | portfolio OPTIMIZATION, analytic (no matrix inverse needed): the closed-form | 60 | 4 |
| nx_fin_optimizer_gate.nx | GATE for the analytic mean-variance optimizer, hand-computed. Exits 0 iff all pass. | 53 | 2 |
| nx_fin_paper.nx | R5: PAPER / forward simulation = the OVERFIT CHECK before any capital. Splits the bar | 38 | 3 |
| nx_fin_paper_gate.nx | R5 GATE: proves the in-sample/out-of-sample split, the OOS-only backtest run, and the | 52 | 2 |
| nx_fin_pbo.nx | Probability of Backtest Overfitting (Bailey/Lopez de Prado CSCV). Completes the overfit- | 48 | 3 |
| nx_fin_pbo_gate.nx | GATE for PBO/CSCV, hand-computed. 3 strategies x 4 groups: strategy 0 is the OVERFIT | 41 | 2 |
| nx_fin_portfolio.nx | portfolio construction / DIVERSIFICATION: allocate across many names so NO single | 51 | 6 |
| nx_fin_portfolio_gate.nx | GATE for portfolio construction: equal/score weighting with concentration caps, | 51 | 2 |
| nx_fin_reality_check.nx | BRUTALLY HONEST competitive standing. The 720/760-permille census measured a NARROW | 81 | 4 |
| nx_fin_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for THE NISHI FINANCIAL ECOSYSTEM arc. | 277 | 5 |
| nx_fin_risk_engine.nx | R4: POSITION SIZING + drawdown circuit breaker = the real answer to "don't blow up". | 52 | 6 |
| nx_fin_risk_engine_gate.nx | R4 GATE: proves the sizers + circuit breaker on hand-computed values (no | 43 | 2 |
| nx_fin_route_gate.nx | proves nishifamily.com/finance is correctly served BEHIND THE OPAQUE WALL. | 166 | 8 |
| nx_fin_rules.nx | R6 of THE NISHI FINANCIAL ECOSYSTEM: the SOVEREIGN RULE-PACK STORE. This is what | 74 | 5 |
| nx_fin_rules_gate.nx | R6 GATE: proves the audit rule packs round-trip through the sovereign seg-store | 133 | 5 |
| nx_fin_serve.nx | standalone loopback HTTP server for the finance dashboard. Composes nx_http_server | 108 | 10 |
| nx_fin_spine_gate.nx | THE FINANCE SPINE WITNESS. One organ that re-proves the load-bearing | 158 | 6 |
| nx_fin_stack_page.nx | SURFACE the sovereign financial stack in a gorgeous, S-class page (composes | 98 | 1 |
| nx_fin_strategy.nx | R3: the SIGNAL generator (produces the long/flat signals the R2 backtester consumes). | 88 | 6 |
| nx_fin_strategy_gate.nx | R3 GATE: proves the SMA signal generator on known bars, then runs the FULL LOOP | 72 | 2 |
| nx_fin_taxlot.nx | R7 (Nishi Accounting): tax-lot accounting = the machinery to PARK gains legally. Exact | 57 | 6 |
| nx_fin_taxlot_gate.nx | GATE for tax-lot accounting: exact holding-period days across a leap year, short/long | 43 | 2 |
| nx_fin_taxopt.nx | R7 tax-OPTIMIZATION / entity modeling = "park gains like the big companies", LEGALLY. | 48 | 7 |
| nx_fin_taxopt_gate.nx | GATE for tax optimization: §1202 QSBS exclusion (floor vs 10x-basis, holding-period | 38 | 2 |
| nx_fin_universe.nx | the UNIVERSE-SELECTION brain: given a scored candidate set (one row per symbol, each | 44 | 3 |
| nx_fin_universe_gate.nx | GATE for the universe-selection brain. 4 candidates: c0 passes all gates, c1 has | 54 | 2 |
| nx_fin_zscore.nx | R-MKT1 of the MARKETS-INVESTING finance arc: the ALTMAN Z-SCORE, a distress/bankruptcy | 41 | 2 |
| nx_fin_zscore_gate.nx | proves the Altman Z-score engine: exact x1000 score from raw figures + correct | 62 | 4 |
| nx_final_quality.nx | top-level scene quality verdict composing all axis families. | 112 | 1 |
| nx_final_quality_test.nx | 56 | 1 | |
| nx_finance_svc.nx | FINANCE SERVICE FACADE. One agentic MCP tool over the sovereign finance stack. | 205 | 9 |
| nx_finance_web.nx | the SOVEREIGN, ZERO-JAVASCRIPT nishifamily.com/finance dashboard renderer. | 392 | 9 |
| nx_find.nx | S5 stone of NISHI_SHELL_REPLACEMENT_ROADMAP.md. | 220 | 7 |
| nx_find_first_negative.nx | AUTO-GENERATED from shape `array_find_index`. | 26 | 1 |
| nx_find_first_negative_test.nx | 15 | 1 | |
| nx_find_first_positive.nx | AUTO-GENERATED from shape `array_find_index`. | 26 | 1 |
| nx_find_first_positive_test.nx | 15 | 1 | |
| nx_find_first_zero.nx | AUTO-GENERATED from shape `array_find_index`. | 26 | 1 |
| nx_find_first_zero_test.nx | 15 | 1 | |
| nx_find_test.nx | KAT for S5 bits-up file-tree filter primitive. | 180 | 1 |
| nx_finger_count.nx | Tier 6 anatomical-coherence finger-counter. | 267 | 4 |
| nx_finhealth_gate.nx | COMPOSITE FINANCIAL HEALTH GATE. | 119 | 6 |
| nx_finhealth_lib.nx | COMPOSITE FINANCIAL HEALTH: one verdict from the whole grounded pipeline. | 56 | 3 |
| nx_fio.nx | canonical sovereign file operations: unlink (delete) + existence check. Importable (no main). | 410 | 21 |
| nx_fio_region_gate.nx | 578 | 17 | |
| nx_fio_write_gate.nx | Real-kernel controls for the shared write/sync/close boundary. | 48 | 2 |
| nx_firstbyte.nx | FIRST-BYTE-UP ANALYSIS FOR /compare: what does a rung REST ON, where does its | 548 | 12 |
| nx_firstbyte_gate.nx | the first-byte-up analysis is DERIVED, its cap axis is MEASURED, its | 277 | 7 |
| nx_five_systems_test.nx | verify all five source adapters work | 83 | 1 |
| nx_fix_putn.nx | AUTO-FIXER for the propagating leaky-putn anti-pattern (per-character sys_mmap(1) inside a | 116 | 7 |
| nx_fixq30_lib.nx | Q30 FIXED-POINT MATH: exact multiply and divide, sqrt, CORDIC sin/cos/atan2, exp, ln, | 335 | 26 |
| nx_fixshot_lib.nx | RETRIEVAL FEW-SHOTS for the autonomous fix loop (bugforge-swe-scale rung 2, | 140 | 4 |
| nx_flac.nx | FLAC lossless audio decoder core. | 256 | 12 |
| nx_flac_frame.nx | FLAC frame and subframe decoding. | 311 | 7 |
| nx_flac_frame_gate.nx | proves FLAC frame + subframe decoding. | 182 | 3 |
| nx_flac_gate.nx | proves the FLAC decoder core. | 166 | 2 |
| nx_flash_attention.nx | tiled IO-aware attention (Dao 2022). | 273 | 5 |
| nx_flash_attention_test.nx | tiled-attention equivalence + memory win. | 121 | 1 |
| nx_flash_byte_exact_gate.nx | TWO-PASS BYTE-EXACT flash attention: the determinism+memory exceed. | 210 | 10 |
| nx_flash_test.nx | sovereign IMAGE FLASHER (S-class vs dd/Rufus/Etcher). A flasher should never | 90 | 9 |
| nx_flashattn_scale.nx | SOVEREIGN general-n FlashAttention, verified vs direct softmax on synthetic data. | 126 | 2 |
| nx_flatstore_flip.nx | the GENERIC store-law flip primitive (operator: "we arent supposed to be using .tsv"). | 107 | 5 |
| nx_flatstore_flip_gate.nx | proves the GENERIC store-law flip primitive (nx_flatstore_flip) works on a planted | 67 | 5 |
| nx_flavor_chem.nx | T3 of the TASTE-SCIENCE ladder: FLAVOR CHEMISTRY. | 133 | 14 |
| nx_flavor_chem_test.nx | smoke for nx_flavor_chem (T3). | 39 | 1 |
| nx_flavor_design.nx | T5 of the TASTE-SCIENCE ladder: GENERATIVE | 127 | 7 |
| nx_flavor_design_test.nx | smoke for nx_flavor_design (T5). | 77 | 1 |
| nx_flavor_integrate.nx | T2 of the TASTE-SCIENCE ladder: MULTIMODAL | 79 | 4 |
| nx_flavor_integrate_test.nx | smoke for nx_flavor_integrate (T2). | 39 | 1 |
| nx_flavor_pairing.nx | T4 of the TASTE-SCIENCE ladder: the FLAVOR | 104 | 7 |
| nx_flavor_pairing_test.nx | smoke for nx_flavor_pairing (T4). | 53 | 1 |
| nx_fleet_doctor.nx | the self-healing fleet capstone. Extends the local | 67 | 3 |
| nx_flg_mpt1.nx | Computes Fibonacci numbers and sums specific values to generate a benchmark result. | 28 | 2 |
| nx_flg_mpt2.nx | Counts vowels in the string "sovereign forge" and prints the result using standard output functions. | 21 | 1 |
| nx_flg_mpt3.nx | Calculates and prints the sum of several constants and a flagged value, then exits. | 18 | 1 |
| nx_flg_t1.nx | Calculates Fibonacci numbers and their sum, then outputs results to standard output. | 19 | 1 |
| nx_flg_t2.nx | Counts vowels in the string "sovereign forge" and outputs the result along with a benchmark message. | 13 | 1 |
| nx_flg_t3.nx | 16 | 0 | |
| nx_flock.nx | BSD-style file locking via flock(2). | 87 | 6 |
| nx_flow_state.nx | F1 first stone of NISHI_FLOW_DOCTRINE_ROADMAP.md. | 284 | 8 |
| nx_flow_state_test.nx | KAT for F1 flow classifier. | 248 | 1 |
| nx_flpg_t1.nx | Outputs "FLGATE hello=7" followed by a newline and exits. | 11 | 1 |
| nx_flpg_t2.nx | Outputs "FLGATE hello=7" followed by a newline and exits. | 13 | 1 |
| nx_flpg_t3.nx | Outputs "FLGATE hello=7" followed by a newline and exits. | 13 | 1 |
| nx_flpl_t1s05.nx | forge gate fixture candidate: computes the answer (no banned literal in source) | 12 | 1 |
| nx_flpl_t2s05.nx | 2 | 0 | |
| nx_flpl_t2s05d.nx | 3 | 0 | |
| nx_fluid.nx | ★R6 of the Infinigen ladder: FLUID SIMULATION (their FLIP-fluids axis). A height-field WAVE | 190 | 13 |
| nx_fluid_seal.nx | fluid/seal-integrity kernel (#4 of 4 -- COMPLETES the | 121 | 2 |
| nx_fluid_seal_test.nx | gate for the fluid/seal-integrity kernel (#4). | 84 | 1 |
| nx_fma_matmul_gate.nx | PROVES the FMA vector-accumulate kernel beats per-chunk-hsum AVX2. | 132 | 7 |
| nx_fma_unroll_matmul_gate.nx | unlock the FMA throughput win: MULTIPLE independent accumulators. | 150 | 7 |
| nx_fmb.nx | Finite Model Building. | 309 | 10 |
| nx_fmb_test.nx | Finite Model Building smoke. | 103 | 3 |
| nx_fmt.nx | shared LEAK-FREE integer/string formatters. Import this instead of copying the per-call | 34 | 4 |
| nx_fmt_test.nx | KAT for nx_fmt (the shared leak-free formatter). Expect: 0 / 42 / -12345 / 1000000 / 9223372036854775807 | 10 | 1 |
| nx_fn_ptr_assign_test.nx | exercise fn-address typed signature | 56 | 7 |
| nx_fn_ptr_test.nx | exercise first-class function pointers. | 64 | 9 |
| nx_fn_ptr_typed_test.nx | exercise TY_FN signature + arity check. | 70 | 9 |
| nx_fnet_mix.nx | FNET-001: SUB-QUADRATIC Fourier token-mixer (FNet, Lee-Thorp/Ainslie/Eckstein/Ontanon 2021). | 204 | 6 |
| nx_fnptr_arity_probe.nx | ARITY PROBE for struct-field function pointers. | 92 | 8 |
| nx_fnptr_kat.nx | KAT for stage 1 (func type + function-address). Expect: AMP_OK / BARE_OK / SAME_OK. | 23 | 2 |
| nx_fnptr_slot_probe.nx | DECISIVE probe: does a struct with MORE THAN ONE function-pointer field | 82 | 8 |
| nx_fnres_offset_probe.nx | proves the FNRES offset desync is fixed (debt 1785521219). | 76 | 5 |
| nx_fnv.nx | FNV-1a non-cryptographic hash (Fowler-Noll-Vo). | 99 | 5 |
| nx_fof.nx | TPTP FOF (First-Order Form) formula tree. | 100 | 5 |
| nx_fof_cnf.nx | FOF -> CNF conversion pipeline. | 404 | 14 |
| nx_fof_cnf_test.nx | FOF -> CNF pipeline smoke + end-to-end | 170 | 3 |
| nx_fof_parse.nx | TPTP FOF formula parser. | 340 | 15 |
| nx_fof_parse_test.nx | FOF parser smoke covering each connective + | 133 | 4 |
| nx_fof_tseitin.nx | linear-size FOF -> CNF via Tseitin encoding. | 204 | 11 |
| nx_fof_tseitin_test.nx | Tseitin transformation smoke. | 146 | 3 |
| nx_folkgame_ai_lib.nx | THE OPPONENT, as a shared lib so there is exactly ONE of it. | 101 | 4 |
| nx_folkgame_align_gate.nx | GATE for the align family of nx_folkgame_lib. | 234 | 4 |
| nx_folkgame_lib.nx | THE LUDEME SUBSTRATE: one shared board-game core that reads a game as | 1133 | 50 |
| nx_folkgame_play.nx | NATIVE terminal player for any align-family folk game. THE POINT OF THIS | 289 | 8 |
| nx_folkgame_race_gate.nx | GATE for the race (track) family of nx_folkgame_race_lib. | 167 | 2 |
| nx_folkgame_race_lib.nx | THE RACE FAMILY: a track, a randomiser, entry, bearing off, hitting | 267 | 20 |
| nx_folkgame_sow_gate.nx | GATE for the sow (mancala) family of nx_folkgame_sow_lib. | 159 | 4 |
| nx_folkgame_sow_lib.nx | THE SOW (MANCALA) FAMILY: pits, seeds, laps and capture. | 286 | 18 |
| nx_follicle_gate.nx | THE GATE FOR FOLLICLE STATE, 2026-09-03. | 171 | 2 |
| nx_follicle_lib.nx | A PORE THAT GROWS: FOLLICLE STATE AND WHAT IT LOOKS LIKE (2026-09-03) | 141 | 6 |
| nx_font.nx | RUNG 4 of the sovereign font BUILDER: the FONT ENGINE. A char -> its stroke-composition (in | 1588 | 54 |
| nx_font8x8.nx | sovereign 8x8 ASCII bitmap font (printable 0x20..0x7E). Pure glyph DATA (like an | 170 | 6 |
| nx_font_1bpp.nx | bitmap font (caller-supplied glyph data). | 115 | 7 |
| nx_font_1bpp_test.nx | smoke for nx_font_1bpp. | 60 | 1 |
| nx_font_bitmap_5x7.nx | 5x7 bitmap font for the Nishi browser. | 1019 | 1 |
| nx_font_bitmap_5x7_test.nx | smoke for the 5x7 bitmap font lookup. | 82 | 1 |
| nx_font_census.nx | R0 of the SOVEREIGN FONT ladder (our own typeface, hardware-rung-up). Honest maturity map, | 85 | 6 |
| nx_font_cjk.nx | FIRST CJK / ASIAN rung: prove the stroke generator extends to Han (Chinese/Japanese/Korean). | 303 | 16 |
| nx_font_curve.nx | the CURVED-stroke primitive (last stroke type): real TrueType quadratic Beziers via | 278 | 19 |
| nx_font_device_ladder.nx | the "works on ANYTHING, beautifully" KEYSTONE: a data-driven DEGRADATION SELECTOR | 206 | 15 |
| nx_font_diag.nx | DIAGONAL-STROKE generator upgrade (the capability multiplier). Adds integer isqrt + add_seg: | 297 | 18 |
| nx_font_full.nx | the COMPLETE accessible sovereign typeface: space + digits 0-9 (SLASHED zero for 0/O | 445 | 33 |
| nx_font_gen.nx | the GEN-AXES rung: a PARAMETRIC font GENERATOR (not one font). Glyphs are defined ONCE as | 238 | 18 |
| nx_font_gen_census.nx | what does "S-CLASS EXCEED" mean for a FONT GENERATOR + ALL LANGUAGES? (operator asked | 87 | 6 |
| nx_font_gen_research_fetch.nx | the Nishi RESEARCHER's sovereign LIVE fetch to DEFINE what "s-class exceed" | 72 | 5 |
| nx_font_latin.nx | FULL UPPERCASE LATIN A-Z: makes the sovereign font USABLE (real English words), composed | 275 | 22 |
| nx_font_legib_census.nx | what S-CLASS-EXCEED means for LEGIBILITY + ACCESSIBILITY (ADA / dyslexia / low-vision) | 54 | 5 |
| nx_font_legib_research_fetch.nx | Nishi RESEARCHER: ground an S-CLASS-EXCEED bar for LEGIBILITY + ACCESSIBILITY | 65 | 5 |
| nx_font_research_fetch.nx | the Nishi RESEARCHER's sovereign LIVE fetch to ground a SOVEREIGN FONT capability | 73 | 5 |
| nx_font_ttf_emit.nx | R2 of the sovereign-font ladder (the KEYSTONE): serialize the R1 glyph outline model | 231 | 18 |
| nx_font_universal.nx | "all languages in ONE font": a single sovereign .ttf carrying THREE scripts generated | 302 | 19 |
| nx_font_variants.nx | VARIATION SYSTEM: one glyph definition -> N visibly-distinct fonts via a STYLE VECTOR | 271 | 23 |
| nx_font_web_embed.nx | R3 of the sovereign-font ladder: read web_assets/nishi.ttf (from R2), base64-encode it, | 76 | 4 |
| nx_food_chem_react.nx | FOOD-SCIENCE SUITE / COOKING CHEMISTRY rung. | 131 | 7 |
| nx_food_chem_react_test.nx | smoke for nx_food_chem_react. Proves the | 63 | 1 |
| nx_food_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for THE FOOD-SCIENCE branch | 109 | 5 |
| nx_foodsci2_research_fetch.nx | the Nishi RESEARCHER grounding the FINAL | 82 | 5 |
| nx_foodsci3_research_fetch.nx | Nishi RESEARCHER grounding the depth | 63 | 5 |
| nx_foodsci_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch | 85 | 5 |
| nx_for_probe.nx | minimal @for repro. Isolates range expansion from everything else in v5. | 23 | 2 |
| nx_force.nx | 3D force vector primitive. Layer 1 physics | 153 | 10 |
| nx_force_test.nx | 3D force vector ops verified against hand- | 102 | 2 |
| nx_forecast.nx | time-series forecasting primitives. | 151 | 9 |
| nx_forecast_test.nx | smoke for time-series forecasters. | 96 | 1 |
| nx_forest_layout.nx | specialized forest generator (NOT FBM noise). | 794 | 11 |
| nx_forest_quality.nx | per-kind grader for nx_forest_layout output. | 362 | 8 |
| nx_forge.nx | FORGE F3 rung 1: the autonomous-coding DRIVER core (pure lib, no main; CLI = | 327 | 5 |
| nx_forge_bestof.nx | BEST-OF-N sampling on fbench T1 with the 1.5B coder + mini-pack (quality lever #2, | 269 | 5 |
| nx_forge_cascade.nx | THE CASCADE CONSUMER (dossier M4 consumer + M5 capture, 2026-07-16). | 93 | 2 |
| nx_forge_cascade_gate.nx | gate for the cascade consumer + M5 capture. Deterministic, no model. | 38 | 1 |
| nx_forge_ctx.nx | FORGE F2: the context-pack EMITTER core (pure lib, no main; CLI = | 527 | 15 |
| nx_forge_ctx_emit.nx | CLI wrapper for the F2 pack emitter core (nx_forge_ctx.nx). | 26 | 1 |
| nx_forge_ctx_gate.nx | gate for the F2 pack emitter (nx_forge_ctx.nx). Teeth: | 188 | 2 |
| nx_forge_curves.nx | PASS@N CURVE HARNESS (dossier N3's remaining adversary: "per-tier | 80 | 3 |
| nx_forge_engine.nx | THE ASSEMBLED AUTONOMOUS-CODING ENGINE v1 (pure core; CLI = | 140 | 2 |
| nx_forge_engine_gate.nx | gate for the assembled autonomous-coding engine. Deterministic, | 181 | 6 |
| nx_forge_engine_run.nx | CLI for the assembled autonomous-coding engine (nx_forge_engine). | 47 | 1 |
| nx_forge_evidence_gate_t274.nx | 37 | 1 | |
| nx_forge_evidence_t274.nx | Additive structured evaluation for synthetic release-evidence reasoning. | 101 | 6 |
| nx_forge_gate.nx | gate for the F3 forge driver (nx_forge.nx). Teeth (fixture specs in | 82 | 1 |
| nx_forge_judge.nx | FORGE-as-MCP: the DETERMINISTIC CHECKER exposed as a callable tool. | 174 | 3 |
| nx_forge_judge_trial_t274.nx | FORGE-as-MCP: the DETERMINISTIC CHECKER exposed as a callable tool. | 174 | 3 |
| nx_forge_local_bench.nx | L4 judge phase: tally the local Coder-0.5B fbench result. Runs the | 37 | 2 |
| nx_forge_local_gen.nx | L4 generation phase: the LOCAL Coder-0.5B (integer no-float tower) | 241 | 6 |
| nx_forge_loop.nx | FORGE A1: the CLOSED maker-checker loop (the little-coder +18% retry lever). | 272 | 4 |
| nx_forge_loop_gate.nx | gate for the A1 closed maker-checker loop (nx_forge_loop). | 183 | 6 |
| nx_forge_loop_run.nx | CLI for the A1 closed maker-checker loop (nx_forge_loop core). | 42 | 1 |
| nx_forge_model.nx | FORGE F3 rung 2: the MODEL BACKEND for the driver. Turns a model serve's | 285 | 8 |
| nx_forge_model_fetch.nx | L3: sovereign BIG-FILE downloader (Range loop) for model weights. | 206 | 3 |
| nx_forge_model_gate.nx | gate for the F3 rung-2 model backend (nx_forge_model.nx). Proves the | 154 | 2 |
| nx_forge_mp_bench.nx | judge the MINI-PACK arm candidates (cand_mpT*.nx) through the SAME gate-proven | 30 | 2 |
| nx_forge_os_readiness.nx | FORGE-ON-NISHIOS READINESS CENSUS (operator 2026-07-16: "get our | 137 | 4 |
| nx_forge_rag.nx | augment the coding pack with the TOP-K semantically-retrieved verified | 229 | 5 |
| nx_forge_rag_ab.nx | THE RAG VALUE A/B (2026-07-17): base-pack vs rag-augmented-pack on the | 136 | 6 |
| nx_forge_repair.nx | the REPAIR CYCLE for the local coder (2026-07-16): take the best failed candidate | 226 | 5 |
| nx_forge_req_gate.nx | FORGE requirements dossier gate (the adversary/critic tooth). | 288 | 7 |
| nx_forge_run.nx | CLI for the F3 forge driver core (nx_forge.nx). | 24 | 1 |
| nx_forkfresh_gate.nx | THE REFEREE FOR FORK FRESHNESS (nx_forkfresh_lib), 2026-08-31. | 222 | 3 |
| nx_forkfresh_lib.nx | FORK FRESHNESS: is the binary an organ is ABOUT TO FORK the same bytes as the | 212 | 10 |
| nx_forkgrade_gate.nx | CE8 (codeeffectiveness fg_trend): does the fork census leave a TRAJECTORY, and only where it should? | 188 | 14 |
| nx_forlist_probe.nx | minimal @for VALUE-LIST repro, isolated from v8's nested/@concat cases. | 23 | 2 |
| nx_format_census.nx | the NISHI SOVEREIGN FORMAT DOCTRINE census (operator 2026-07-01: "a full nishi ecosystem | 60 | 6 |
| nx_formatlaw.nx | the SOURCE-LAW CLI over nx_formatlaw_lib: scan sources for durable legacy-format literals | 245 | 9 |
| nx_formatlaw_gate.nx | the referee for nx_formatlaw_lib: does the source-law scanner fire on every planted class, | 146 | 5 |
| nx_formatlaw_lib.nx | THE SOURCE-LAW SCANNER (operator 2026-09-02: "these are estate wide things that need | 212 | 14 |
| nx_fp32_q14.nx | IEEE 754 binary32 bit pattern -> Q14 fixed-point | 112 | 2 |
| nx_fp32_q14_test.nx | IEEE 754 binary32 -> Q14 conversion against | 60 | 1 |
| nx_fpsmeter.nx | sovereign rolling FPS meter: count the frame timestamps within the last 1000 ms. The call | 36 | 3 |
| nx_fragility_analysis.nx | generic dependency-graph fragility primitive. | 249 | 8 |
| nx_fragment_depth_gate_t192.nx | 53 | 4 | |
| nx_frame_hash.nx | per-frame simulation-state hash for desync detection. | 195 | 6 |
| nx_frame_pacing_gate.nx | THE PACING REFEREE (gameengine GE15 pf_referee + GE32 perf_frame, 2026-09-02). | 185 | 2 |
| nx_frame_pacing_lib.nx | THE NATIVE HALF OF THE FRAME-BUDGET RULER: one conf reader, one plane reader, one | 324 | 19 |
| nx_frame_raw_ingest_gate.nx | 40 | 2 | |
| nx_frame_raw_wasm_gate.nx | 31 | 1 | |
| nx_frameab.nx | THE FIRST REAL A/B ON THE ESTATE: two frametrace windows, three axes, one corrected verdict. | 372 | 14 |
| nx_frameab_gate.nx | THE REFEREE FOR THE FRAMETRACE A/B WIRING (nx_frameab). | 161 | 2 |
| nx_framebuffer.nx | u32 pixel buffer + z-buffer foundation. | 213 | 13 |
| nx_framed_append.nx | WMS-R0: the ATOMIC FRAMED-APPEND collision floor. | 131 | 6 |
| nx_framed_append_gate.nx | the REFEREE for WMS-R0 (atomic framed-append). | 293 | 8 |
| nx_freshness.nx | LIB: adaptive RE-CRAWL scheduling = index freshness without wasting crawl budget. Per URL the | 29 | 3 |
| nx_freshness_gate.nx | proves adaptive re-crawl: changing pages crawled sooner, static pages back off, important | 48 | 1 |
| nx_friend_video_caller.nx | bits-up NishiLang FRIEND who joins a | 388 | 15 |
| nx_friend_video_caller_test.nx | KAT for nx_friend envelopes + | 93 | 2 |
| nx_frontier_research_fetch.nx | ★FRONTIER-WATCH researcher (operator 2026-07-08). Ingest CURRENT (2024-2026) | 46 | 2 |
| nx_frontier_review_gate_t346.nx | 23 | 1 | |
| nx_frontier_scan.nx | THE AUTONOMOUS FRONTIER-NOTICER for a /compare domain. | 1659 | 44 |
| nx_frontier_scan_gate.nx | the referee for the autonomous frontier-noticer (nx_frontier_scan). | 309 | 8 |
| nx_frontier_scan_review_candidate_t346.nx | THE AUTONOMOUS FRONTIER-NOTICER for a /compare domain. | 1703 | 47 |
| nx_frontier_watch.nx | the DAILY FRONTIER WATCH. For each topic in knowledge/registry/harvest_topics.conf it | 112 | 6 |
| nx_frontmatter.nx | splits "---\n<yaml>\n---\n<body>" into YAML | 99 | 2 |
| nx_frp_t1.nx | Calculates Fibonacci numbers and sums specific values for benchmarking purposes. | 23 | 2 |
| nx_fruiting.nx | content-addressed many-to-many broadcast (mushroom | 334 | 15 |
| nx_fruiting_test.nx | smoke for nx_fruiting. | 162 | 1 |
| nx_fs_create_boundary_gate_t247.nx | 24 | 1 | |
| nx_fs_create_lib.nx | Exclusive host artifact creation: sync complete bytes before RENAME_NOREPLACE. | 32 | 1 |
| nx_fsops.nx | CLI half of the consolidated filesystem tool (MCP name: nx_fs, tool #4 of the 15). | 168 | 3 |
| nx_fsops_conditional_gate_t77.nx | Implements conditional gate operations for file system scanning and data validation in the Nishi ecosystem. | 112 | 4 |
| nx_fsops_dynamic_edit_gate_t145.nx | 44 | 2 | |
| nx_fsops_gate.nx | gates the consolidated fs tool on synthetic fixtures, asserting RETURN VALUES: | 293 | 5 |
| nx_fsops_lib.nx | CONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half. | 967 | 36 |
| nx_fsops_lib_combined_t150.nx | CONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half. | 967 | 36 |
| nx_fsops_lib_dynamic_edit_t145.nx | CONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half. | 968 | 36 |
| nx_fsops_lib_t77.nx | CONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half. | 1162 | 45 |
| nx_fsops_outline.nx | OUTLINE verb for the consolidated fs tool (MCP name: nx_fs). Sibling of | 95 | 3 |
| nx_fsops_outline_t77.nx | OUTLINE verb for the consolidated fs tool (MCP name: nx_fs). Sibling of | 101 | 3 |
| nx_fsops_t77.nx | CLI half of the consolidated filesystem tool (MCP name: nx_fs, tool #4 of the 15). | 180 | 3 |
| nx_fsops_tool_register.nx | register the consolidated filesystem tools into the discovery registry: | 45 | 3 |
| nx_fsops_write.nx | WRITE-CLASS CLI of the consolidated fs tool (tools-api name: nx_fs_write). | 605 | 25 |
| nx_fsops_write_candidate_t190.nx | WRITE-CLASS CLI of the consolidated fs tool (tools-api name: nx_fs_write). | 578 | 24 |
| nx_fsops_write_combined_t150.nx | WRITE-CLASS CLI of the consolidated fs tool (tools-api name: nx_fs_write). | 506 | 22 |
| nx_fsops_write_dynamic_t145.nx | WRITE-CLASS CLI of the consolidated fs tool (tools-api name: nx_fs_write). | 506 | 22 |
| nx_fsops_write_gate.nx | END-TO-END gate for the estate's WRITE PATH (the binary behind the nx_fs_write tool). | 209 | 8 |
| nx_ftp2.nx | closer repro. My first probe (2 params) REFUTED the field-misalignment theory. | 56 | 6 |
| nx_func_extract.nx | function-body extraction + normalization + hashing. | 331 | 5 |
| nx_funcheck.nx | SOVEREIGN FUNCTIONAL HEALTH MONITOR (synthetic-transaction checks). Operator 2026-06-29: | 385 | 17 |
| nx_fuzz.nx | mutational input fuzzer. | 329 | 18 |
| nx_fuzzy_match.nx | sovereign SAFE text matcher for the live-sourced census. | 50 | 5 |
| nx_fuzzy_match_test.nx | KAT gate for nx_fuzzy_match. | 39 | 2 |
| nx_fwddiff_equiv_gate.nx | THE ARITHMETIC CORE OF THE FORWARD-DIFFERENCED CONIC EVALUATION, | 216 | 4 |
| nx_fx.nx | deterministic Q16.16 fixed-point math. | 255 | 15 |
| nx_fx_f64_const.nx | LN39 fixture: `const NAME: f64 = EXPR` folds at compile time to the SAME bits the | 24 | 2 |
| nx_fx_f64_elide.nx | Checks if a mapped memory region contains a non-zero value at index 1 when index 0 is zero. | 9 | 1 |
| nx_fx_f64_lit.nx | LN36 + LN40 fixture: decimal exponent literals and long literals pack to the SAME bits | 25 | 2 |
| nx_fx_f64_nan.nx | LN38 fixture: IEEE-754 unordered compares. Every ordered predicate on a NaN operand is | 23 | 3 |
| nx_fx_gate.nx | F984 INDEPENDENT GATE: exact multi-currency conversion. | 116 | 5 |
| nx_fx_int_overflow_refused.nx | LN40 planted REFUSAL: this program must NOT compile. The integer literal | 8 | 1 |
| nx_fx_lib.nx | F984: EXACT MULTI-CURRENCY on the sovereign ledger. | 99 | 6 |
| nx_g17_probe.nx | emits ONE provable div (masked -> nonneg) and ONE | 12 | 3 |
| nx_g1_bridge_kat.nx | reusable register-survival KAT for codegen changes. | 49 | 4 |
| nx_g22_adversary.nx | G22 bias-via-cmov FLAG-RIDE adversary (T9 class). | 55 | 4 |
| nx_g2p.nx | Converts lowercase ASCII text to a sequence of phoneme IDs for speech synthesis. | 178 | 3 |
| nx_g2p_gate.nx | REFEREE for the text->phoneme front-end (nx_g2p). | 116 | 5 |
| nx_gait_contact_gate_t139.nx | Validates and initializes gait contact data for a robotic system using SHA-256 and NXA format. | 106 | 1 |
| nx_gait_engine_gate_t139.nx | Validates and initializes a gait engine using a binary file's SHA256 digest and structured data sections. | 185 | 1 |
| nx_gait_turn_gate_t139.nx | Validates and initializes a gait animation asset with specific SHA256 checksum and configuration parameters. | 309 | 1 |
| nx_gallery_auth_research_fetch.nx | SOVEREIGN onsite-search WORLD-CLASS research fetch. | 141 | 5 |
| nx_galx_durindex.nx | build the per-recording DURATION index so the gallery can SORT BY RUNTIME for | 144 | 10 |
| nx_galx_idx_backfill.nx | SOVEREIGN background indexer: build a NXVI index | 105 | 7 |
| nx_galx_index.nx | SOVEREIGN gallery index builder (replaces the bash build_view_index.sh; all logic | 148 | 8 |
| nx_galx_lora_export.nx | SOVEREIGN LoRA dataset export. Reads the favorite flag set (galx_fav.log, | 178 | 9 |
| nx_galx_media_census.nx | SOVEREIGN media-delivery census for the gallery (operator 2026-06-23: | 153 | 12 |
| nx_galx_models.nx | SOVEREIGN "who is who" index for recordings. The cam archive is foldered by person | 112 | 6 |
| nx_galx_monitor.nx | SOVEREIGN media CONSISTENCY monitor (operator 2026-06-23: "the system still acts | 146 | 7 |
| nx_galx_saveimg.nx | ingest ONE media file into the gallery so it SHOWS in the grid and SERVES | 118 | 5 |
| nx_galx_search_index.nx | SOVEREIGN search-index builder. For each ingested image it reads the PNG's | 162 | 9 |
| nx_galx_seek_test.nx | SOVEREIGN HTTP test client for the gallery daemon (replaces curl). | 64 | 7 |
| nx_galx_thumb.nx | SOVEREIGN gallery THUMBNAIL generator. Composes the existing sovereign codecs | 212 | 9 |
| nx_galx_thumb_gate.nx | referee for /compare/mediaingest R3 (th_decode_any). Forks the LIVE nx_galx_thumb.elf | 139 | 6 |
| nx_galx_thumb_heal.nx | SELF-HEALING DELIVERY for the gallery (operator 2026-06-23 msg#1: "get our | 155 | 11 |
| nx_galx_thumb_migrate.nx | SOVEREIGN move of the thumbnail cache from local disk to the NAS, so the | 104 | 9 |
| nx_galx_upscale.nx | SOVEREIGN gallery image UPSCALER. Composes the existing sovereign codecs | 117 | 6 |
| nx_galx_vid_audit.nx | SOVEREIGN audit of the gallery's VIDEO delivery (operator 2026-06-23: "majority | 127 | 10 |
| nx_galx_vidindex.nx | SOVEREIGN recordings index. Recursively scans the cam-recording archive | 181 | 11 |
| nx_galx_vidindex_nas.nx | NAS-NATIVE recordings reindex (operator 2026-06-23: "investigate and resolve"). | 93 | 7 |
| nx_galx_vidoff.nx | SOVEREIGN O(1) line-offset index for galx_vid_paths.tsv. | 48 | 4 |
| nx_galx_vidoff_nas.nx | NAS-native rebuild of galx_vid_off.bin (the id->byte-offset index) so the | 36 | 4 |
| nx_game_affine_emit_gate_t38.nx | 7 | 1 | |
| nx_game_affine_emit_gate_t39.nx | 7 | 1 | |
| nx_game_affine_emit_t38.nx | Private bridge emitter composed by the existing game-page owner. Deformation executes only in GPU compute. | 16 | 3 |
| nx_game_affine_emit_t39.nx | Private versioned GPU observer composed by the existing game-page owner. | 16 | 3 |
| nx_game_asset_prepare_canonical_t135.nx | Emits the browser orchestration boundary; binding mathematics stays in native Wasm. | 15 | 1 |
| nx_game_asset_prepare_emit.nx | Emits the browser orchestration boundary; binding mathematics stays in native Wasm. | 15 | 1 |
| nx_game_asset_prepare_t132.nx | Emits the browser orchestration boundary; binding mathematics stays in native Wasm. | 15 | 1 |
| nx_game_asset_research_fetch.nx | SOVEREIGN researcher grounding the AUTONOMOUS GAME-BUILDING asset-gen | 77 | 5 |
| nx_game_chat.nx | C12 of the comms lane: TURN-BASED MULTIPLAYER + CHAT over the C1 store. Contract | 808 | 24 |
| nx_game_chat_gate.nx | REFEREE for C12 (nx_game_chat, contract gc_room_wire). END-TO-END: builds | 273 | 5 |
| nx_game_demand_lifecycle_gate_t98.nx | 14 | 1 | |
| nx_game_engine_compose_test.nx | the full game-loop scaffold. | 131 | 1 |
| nx_game_engine_lib.nx | the GENERIC Nishi dungeon-crawler ENGINE (reusable library). | 432 | 32 |
| nx_game_harness.nx | fd-99 capture mechanism for the bits-up test | 77 | 3 |
| nx_game_manifest.nx | sovereign game-update manifest generator | 481 | 16 |
| nx_game_normal_encoding_emit.nx | Browser binding adapter. Encoding identities and admission belong to the native contract. | 11 | 1 |
| nx_game_page_affine_candidate_t361.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2129 | 71 |
| nx_game_page_artifact_gate.nx | 239 | 5 | |
| nx_game_page_artifact_lib.nx | Native packaging by artifact reference; no publication or engine-acceptance claim. | 810 | 40 |
| nx_game_page_authored_material_t54.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1812 | 53 |
| nx_game_page_body_t138.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1998 | 60 |
| nx_game_page_canonical_t135.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2020 | 60 |
| nx_game_page_catwalk_lighting_candidate_t316.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2027 | 70 |
| nx_game_page_emit.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1810 | 53 |
| nx_game_page_emit_sand_review.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1826 | 53 |
| nx_game_page_eye_t138.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2011 | 62 |
| nx_game_page_gait_candidate_t139.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1984 | 60 |
| nx_game_page_garment_t132.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2020 | 60 |
| nx_game_page_gpu_timing_current_candidate.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1770 | 51 |
| nx_game_page_gpu_timing_pool_candidate.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1766 | 51 |
| nx_game_page_hair_attachment_candidate_t263.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2072 | 70 |
| nx_game_page_hair_attachment_t283.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2060 | 70 |
| nx_game_page_hair_guides_candidate_t263.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2077 | 70 |
| nx_game_page_hair_t138.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1997 | 60 |
| nx_game_page_host_candidate_t341.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2129 | 71 |
| nx_game_page_identity_candidate.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1770 | 51 |
| nx_game_page_imported_body_t45.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1808 | 53 |
| nx_game_page_imported_t262.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2104 | 70 |
| nx_game_page_inspection_distance_t235.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2108 | 70 |
| nx_game_page_inspection_t142.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1982 | 60 |
| nx_game_page_integrated_t73.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2009 | 71 |
| nx_game_page_knight_bind_t25.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1807 | 53 |
| nx_game_page_knight_feedback_t28.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1807 | 53 |
| nx_game_page_knight_feedback_t29.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1807 | 53 |
| nx_game_page_knight_support_t31.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1807 | 53 |
| nx_game_page_knight_support_t31_before_t44.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1807 | 53 |
| nx_game_page_length_diag_t140.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1995 | 60 |
| nx_game_page_lit_candidate_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2040 | 63 |
| nx_game_page_material_body_t61.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1905 | 59 |
| nx_game_page_material_candidate_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2048 | 63 |
| nx_game_page_material_compose_t55.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1896 | 59 |
| nx_game_page_material_schema_candidate_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2104 | 70 |
| nx_game_page_metadata_candidate_t220.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2105 | 70 |
| nx_game_page_mip_candidate_t241.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2106 | 70 |
| nx_game_page_motion_candidate_t328.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2010 | 71 |
| nx_game_page_motion_inventory_candidate_t330.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2010 | 71 |
| nx_game_page_move_t72.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1903 | 59 |
| nx_game_page_owned_candidate_t181.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2046 | 66 |
| nx_game_page_pipeline_t64.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1836 | 54 |
| nx_game_page_pre_inspection_t142.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1984 | 60 |
| nx_game_page_pre_toon_region_t143.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1982 | 60 |
| nx_game_page_procedural_review_candidate_t333.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2009 | 71 |
| nx_game_page_recovery_feedback_t28.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1807 | 53 |
| nx_game_page_recovery_t23.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1807 | 53 |
| nx_game_page_rig_comparison_t332.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2009 | 71 |
| nx_game_page_rig_inspection_t230.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2105 | 70 |
| nx_game_page_rig_observation_candidate_t331.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2010 | 71 |
| nx_game_page_scene_light_candidate_t364.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2160 | 72 |
| nx_game_page_search_t53.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1812 | 53 |
| nx_game_page_shared_candidate_t340.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2129 | 71 |
| nx_game_page_sink_gate_t221.nx | ORIGINAL proprietary. In-bounds primitive tests only; no old-writer capacity reproduction. | 93 | 8 |
| nx_game_page_sink_t221.nx | ORIGINAL proprietary. Owned serialization dependency for the existing game-page emitter. | 153 | 17 |
| nx_game_page_skin_t138.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1995 | 60 |
| nx_game_page_static_candidate_t338.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1995 | 71 |
| nx_game_page_toon_region_candidate_t143.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1982 | 60 |
| nx_game_page_visitors_inspection_t142.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1982 | 60 |
| nx_game_page_visitors_t140.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1984 | 60 |
| nx_game_page_workbench_candidate_t342.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 2160 | 72 |
| nx_game_page_workspace_body_t49.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1814 | 53 |
| nx_game_page_workspace_body_t59.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1814 | 53 |
| nx_game_page_workspace_t48.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1812 | 53 |
| nx_game_pair_layout_gate.nx | 55 | 1 | |
| nx_game_pair_layout_lib.nx | Verifies agreement between two game page artifacts using shared memory and payload constraints. | 62 | 5 |
| nx_game_research_fetch.nx | the SOVEREIGN half of the MASSIVE game-engine research drive toward S-class | 153 | 6 |
| nx_game_rig_comparison_candidate_t332.nx | Shared character inspection adapter; all pose and hierarchy mathematics comes from native preparation. | 4 | 1 |
| nx_game_rig_inspection_emit_gate_t230.nx | 8 | 2 | |
| nx_game_rig_inspection_emit_t230.nx | Shared character inspection adapter; all pose and hierarchy mathematics comes from native preparation. | 4 | 1 |
| nx_game_rig_inspection_motion_candidate_t328.nx | Shared character inspection adapter; all pose and hierarchy mathematics comes from native preparation. | 4 | 1 |
| nx_game_rig_observation_candidate_t331.nx | Shared character inspection adapter; all pose and hierarchy mathematics comes from native preparation. | 4 | 1 |
| nx_game_runtime_compose_test.nx | game-runtime end-to-end. | 141 | 1 |
| nx_game_save.nx | SOVEREIGN SAVE / LOAD for game state. Built because the gamebench ruler ranks | 90 | 5 |
| nx_game_shader_backend_gate.nx | 16 | 1 | |
| nx_game_shader_backend_lib.nx | One shader-capture owner for normal and explicitly selected staged builds. | 69 | 4 |
| nx_game_shader_backend_owned_candidate_t218.nx | One shader-capture owner for normal and explicitly selected staged builds. | 114 | 10 |
| nx_game_shader_backend_selected_t55.nx | One shader-capture owner for normal and explicitly selected staged builds. | 114 | 10 |
| nx_game_shader_backend_t35.nx | One shader-capture owner for normal and explicitly selected staged builds. | 69 | 4 |
| nx_game_shader_roundtrip_canonical_t35.nx | 19 | 1 | |
| nx_game_shader_roundtrip_t35.nx | 19 | 1 | |
| nx_game_shader_selection_fixed_t35.nx | 13 | 1 | |
| nx_game_shader_selection_gate_t35.nx | 13 | 1 | |
| nx_game_surface_compatibility_t207.nx | 23 | 2 | |
| nx_game_surface_prepare.nx | 23 | 2 | |
| nx_game_surface_prepare_t132.nx | 22 | 2 | |
| nx_game_surface_source_gate_t132.nx | 17 | 1 | |
| nx_game_texture_mip_emit_t241.nx | 16 | 2 | |
| nx_game_world.nx | the sovereign GAME WORLD layer: procedural terrain + entity geometry, both emitted | 170 | 6 |
| nx_games_js.nx | LIB (no main): the /games portal's shared emit helpers plus the whole client | 123 | 4 |
| nx_games_page.nx | EMIT the live nishifamily.com/games portal page. | 356 | 2 |
| nx_games_page_gate.nx | proves the /games + /world/games EMITTER adopted the estate's design-token | 259 | 8 |
| nx_games_publish.nx | sovereign emitter: content/games.cards -> | 189 | 6 |
| nx_games_url_check.nx | sovereign live check of the GAMES URLs via our own TLS client. Fetches each, stores | 62 | 4 |
| nx_gap_junction.nx | direct private channel (VPN/tunnel class). | 97 | 7 |
| nx_gap_junction_test.nx | smoke for nx_gap_junction. | 54 | 1 |
| nx_gapledger_gate.nx | THE GAP LEDGER IS CITED, RECONCILED, AND ITERATION-SAFE. | 261 | 5 |
| nx_gaps_pass_gate.nx | GATE for gaps_pass (ecosystem EC38): the ONE renderer of the record census feed | 128 | 5 |
| nx_garment_attachment_gate_t131.nx | 35 | 1 | |
| nx_garment_boundary_candidate_t128.nx | CONFORMING GARMENT MESHES GENERATED FROM THE BODY SURFACE (2026-08-30, | 1555 | 50 |
| nx_garment_boundary_gate_t128.nx | 40 | 2 | |
| nx_garment_boundary_t138.nx | CONFORMING GARMENT MESHES GENERATED FROM THE BODY SURFACE (2026-08-30, | 1539 | 53 |
| nx_garment_canonical_gate_t135.nx | 35 | 1 | |
| nx_garment_canonical_prepare_t135.nx | 1506 | 50 | |
| nx_garment_extract_measurements.nx | product photo -> GarmentDimensions. | 290 | 10 |
| nx_garment_extract_measurements_test.nx | smoke for product-photo extractor. | 151 | 2 |
| nx_garment_fit_match.nx | real-measurement garment-vs-body fit verdict. | 339 | 5 |
| nx_garment_fit_match_test.nx | smoke for garment-vs-body fit verdict. | 120 | 3 |
| nx_garment_gen.nx | THE GARMENT MESH GENERATOR (2026-08-30): grows conforming garment shells for every | 80 | 2 |
| nx_garment_gen_gate.nx | THE GATE FOR THE GARMENT MESH GENERATOR (2026-08-30). In-process: it imports | 147 | 2 |
| nx_garment_gen_lib.nx | Generates conforming garment meshes from body surfaces with offsetting, hemming, binding, and strap attachments. | 1507 | 50 |
| nx_garment_pack_canonical_gate_t135.nx | Validates garment packing policies and checks coordinate validity in a shared memory environment. | 84 | 3 |
| nx_garment_polygon_gate_t129.nx | Clips and validates polygonal garment boundaries using barycentric coordinates and geometric checks. | 55 | 2 |
| nx_garment_provenance_t128.nx | Private provenance and boundary-influence observation; no asset or product writes. | 51 | 1 |
| nx_garment_strap_gate_t138.nx | 32 | 3 | |
| nx_garment_twin.nx | THE GARMENT PREVIEW: a print placed on a lit, procedurally knitted cotton front (2026-08-24, | 186 | 9 |
| nx_garment_twin_gate.nx | THE GATE FOR THE FLAT-FRONT GARMENT PREVIEW (nx_garment_twin forked for real), 2026-08-24. | 156 | 8 |
| nx_gassim.nx | Simulates elastic collisions and motion of particles in a 2D box to demonstrate kinetic theory and thermalization. | 133 | 18 |
| nx_gate.nx | canonical gate I/O. ONE definition of the gate stdout helpers (gw/gn/gwb), replacing the ~23 ad-hoc | 23 | 3 |
| nx_gate_always_red.nx | NEGATIVE CONTROL: a gate that always FAILS (exit 1). Used only to prove the deploy-guard | 8 | 1 |
| nx_gate_bite_gate.nx | THE GATE FOR THE MUTATION HARNESS ITSELF (2026-08-25). | 249 | 9 |
| nx_gate_discover.nx | SOVEREIGN gate discovery (NishiLang, no .sh, no grep). | 267 | 7 |
| nx_gate_discover_test.nx | GATE + proof for nx_gate_discover (the dynamic feed | 137 | 5 |
| nx_gate_green.nx | shared LAST-VERDICT-LINE judging (the Examiner pattern | 100 | 6 |
| nx_gate_green_test.nx | KATs for the shared last-verdict-line judge (GATE). | 82 | 4 |
| nx_gate_lib.nx | THE SHARED BASE FOR GATE ORGANS (gl_*), authored 2026-07-25 to eat debt seq938. | 197 | 13 |
| nx_gate_rig_motion_20260909.nx | Native real-asset gate; admission oracle copied unchanged from nx_nxa_retarget 2026-09-09. | 865 | 24 |
| nx_gate_rig_motion_context_t140.nx | Native real-asset gate; admission oracle copied unchanged from nx_nxa_retarget 2026-09-09. | 1082 | 26 |
| nx_gate_rig_motion_palette_t140.nx | Native real-asset gate; admission oracle copied unchanged from nx_nxa_retarget 2026-09-09. | 954 | 26 |
| nx_gate_rig_motion_stream_t140.nx | Native real-asset gate; admission oracle copied unchanged from nx_nxa_retarget 2026-09-09. | 1001 | 26 |
| nx_gate_run.nx | SOVEREIGN gate runner: build an organ through the sovereign lane, run it, and check its | 101 | 5 |
| nx_gate_runner.nx | SOVEREIGN gate runner (NishiLang, no .sh, no grep). | 294 | 7 |
| nx_gate_total_scan.nx | scans *_gate.nx sources for the DUPLICATED tooth-total magic number. | 184 | 9 |
| nx_gate_verdict.nx | THE canonical gate-AUTHORING verdict lib (D001 first rung, 2026-07-18). | 906 | 40 |
| nx_gate_verdict_plan_gate.nx | Qualification of named test-plan completeness, independent of publisher behavior. | 29 | 1 |
| nx_gateaddr.nx | CAN THIS GATE'S SUBJECT BE SUBSTITUTED BY A MUTATION HARNESS? | 283 | 7 |
| nx_gateemit_gate.nx | WHAT FRACTION OF PROMOTED GATES CAN BE READ BY A RULER? | 214 | 8 |
| nx_gatefresh.nx | "I just ran that gate and it said GREEN. Can I believe it?" ONE target, cheap, now. | 205 | 6 |
| nx_gatelaw.nx | THE SESSION'S LAWS, MADE EXECUTABLE AND POINTED AT EVERY GATE IN THE ESTATE. | 226 | 5 |
| nx_gatelaw_gate.nx | THE SESSION'S LAWS, MADE EXECUTABLE AND POINTED AT EVERY GATE IN THE ESTATE. | 595 | 14 |
| nx_gatemigrate_sweep.nx | SCALE THE D001 MIGRATION THAT IS NOW PROVEN ON ONE GATE (2026-08-07). | 219 | 8 |
| nx_gaterun.nx | sovereign build/test ORCHESTRATOR: run N gates through the sovereign toolchain and print ONE clean | 49 | 2 |
| nx_gaterun_fixture_test.nx | FIXTURE ORGAN for nx_mgmt_gaterun_gate (lane J, 2026-08-23). NOT a | 56 | 3 |
| nx_gather_compost.nx | prior-arc knowledge recycling. | 171 | 10 |
| nx_gather_compost_test.nx | smoke for nx_gather_compost. | 52 | 1 |
| nx_gather_journal.nx | append-only event ring for gather events. | 154 | 9 |
| nx_gather_journal_test.nx | smoke for nx_gather_journal + session-audit. | 79 | 1 |
| nx_gatherer.nx | inward-axis compounding primitive. | 296 | 14 |
| nx_gatherer_test.nx | smoke for nx_gatherer. | 63 | 1 |
| nx_gauge_gate.nx | CE9 (codeeffectiveness sm_gauge_alarm): the gauge-heartbeat ruler proven on planted stamps. | 111 | 4 |
| nx_gauge_lib.nx | CE9 (codeeffectiveness sm_gauge_alarm): THE ONE RULER for a GAUGE HEARTBEAT -- written by the beat | 161 | 8 |
| nx_gcd.nx | Euclid's algorithm for greatest common divisor. | 32 | 1 |
| nx_gcd_test.nx | 16 | 1 | |
| nx_gcode_arc_test.nx | verify arc-fit detection + G2/G3 emission. | 103 | 2 |
| nx_gcode_brim_test.nx | verify brim emission appears when | 79 | 2 |
| nx_gcode_emit.nx | compose every P0-P2 primitive into actual | 738 | 24 |
| nx_gcode_emit_test.nx | end-to-end compose: hand-built unit | 111 | 2 |
| nx_gcode_extrude.nx | extrusion-distance math for FDM G-code. | 142 | 5 |
| nx_gcode_extrude_test.nx | extrusion math hand-verified against | 88 | 2 |
| nx_gcode_manifest.nx | per-print provenance manifest emitted as | 195 | 11 |
| nx_gcode_manifest_test.nx | exercise manifest emit + finalize | 124 | 2 |
| nx_gdbstub.nx | GDB REMOTE SERIAL PROTOCOL stub over the sovereign RV64 emulator (rv64im_min_sim). | 868 | 44 |
| nx_ge_research_fetch.nx | SOVEREIGN multi-source web-fetch for the 5-PILLAR hardware-rung-up | 116 | 5 |
| nx_gelu.nx | Gaussian Error Linear Unit activation. | 201 | 4 |
| nx_gen3d_sota_fetch.nx | DEEP SOTA for GENERATIVE 3D (operator 2026-07-04: the ecosystem must EMIT the | 77 | 5 |
| nx_gen_adaln_gate_verify.nx | SOVEREIGN adaLN gated residual join, verified vs the oracle. | 144 | 2 |
| nx_gen_archprobe.nx | print a DiT's architecture as READ FROM THE MODEL FILE. | 53 | 2 |
| nx_gen_blockbench.nx | SOVEREIGN runner for the whole gen verification suite. NO SHELL. | 236 | 8 |
| nx_gen_blockrun.nx | run a WHOLE DiT block sovereignly, end to end, and grade the output. | 330 | 1 |
| nx_gen_content.nx | ★R5 of the Infinigen ladder: the UNIFIED SOVEREIGN GENERATOR (their V2 bet = ProcFunc, a | 104 | 8 |
| nx_gen_dispatch_gate.nx | the REFEREE for gen G17 (dispatch honesty) on the CHAT path: a planted SLOW worker (listens, | 355 | 17 |
| nx_gen_ditchain.nx | chain N sovereign DiT blocks, weights read straight from the GGUF. | 192 | 2 |
| nx_gen_ditfull.nx | the COMPLETE sovereign Z-Image DiT forward, weights from the GGUF. | 379 | 3 |
| nx_gen_embed_verify.nx | SOVEREIGN F16 linear-with-bias (an embedder), verified vs the oracle. | 115 | 2 |
| nx_gen_hll_bias_nx.nx | generate HLL bias table by running OUR HLL. | 206 | 6 |
| nx_gen_http_verify.nx | Test-only fixed-origin /gen verifier. LOCAL CANDIDATE; root must review identity before any live run. | 233 | 14 |
| nx_gen_inpaint_gate.nx | the REFEREE for gen G7 (gw_inpaint_mask): mask inpaint as a NishiLang verb over the | 97 | 5 |
| nx_gen_linear_verify.nx | SOVEREIGN linear projection (matmul), verified vs a reference. | 415 | 3 |
| nx_gen_lora_repr.nx | DECIDE the adapter representation by measuring it, not by arguing it. | 179 | 3 |
| nx_gen_lora_verify.nx | prove the sovereign LoRA fold against an EXACT f64 reference. | 122 | 2 |
| nx_gen_mind_gate.nx | the REFEREE for companionchat CC0 (go_mind_context in nx_companion_mind.nx). | 101 | 4 |
| nx_gen_modelid.nx | identify ANY model file: container, family, role. The front door of a | 99 | 4 |
| nx_gen_pipecheck.nx | the front door. Read a pipeline descriptor, VERIFY every declared part | 177 | 6 |
| nx_gen_prenorm_mod_verify.nx | SOVEREIGN DiT pre-norm + adaLN modulate, verified vs the oracle. | 161 | 2 |
| nx_gen_promptweight_gate.nx | the REFEREE for gen G13 (cw_prompt_weight): prompt weighting as DATA on the shared | 183 | 9 |
| nx_gen_qknorm_verify.nx | SOVEREIGN per-head QK-RMSNorm over a PACKED qkv, verified vs oracle. | 148 | 2 |
| nx_gen_rmsnorm_verify.nx | SOVEREIGN RMSNorm, verified vs the oracle. | 132 | 2 |
| nx_gen_rope_verify.nx | SOVEREIGN interleaved RoPE, verified vs the oracle. | 132 | 2 |
| nx_gen_sdpa_verify.nx | SOVEREIGN scaled dot-product attention, verified vs the oracle. | 186 | 2 |
| nx_gen_sw_emit_test_20260907.nx | Writes the contents of the GGW_SW_JS buffer to standard output until completion. | 12 | 1 |
| nx_gen_swiglu_verify.nx | SOVEREIGN SwiGLU feed-forward activation, verified vs the oracle. | 106 | 1 |
| nx_gen_taedec.nx | SOVEREIGN TAESD (tiny VAE) decoder: latent -> RGB pixels. | 360 | 13 |
| nx_gen_ui_emit.nx | EMITS the /gen companion app page (elara_ui.html) from DATA (knowledge/gen_ui.conf). | 317 | 10 |
| nx_gen_ui_emit_lifecycle_test_20260907.nx | EMITS the /gen companion app page (elara_ui.html) from DATA (knowledge/gen_ui.conf). | 317 | 10 |
| nx_gen_ui_gate.nx | the REFEREE for gen G19 (nx_gen_ui_emit): the /gen companion page is EMITTED from data, | 157 | 7 |
| nx_gen_unified.nx | ★R5 of the Infinigen ladder: the UNIFIED SOVEREIGN GENERATOR (their V2 bet = ProcFunc, a | 106 | 8 |
| nx_gen_zoo.nx | walk a model directory, identify every file, and report which PIPELINES are | 195 | 8 |
| nx_genarch.nx | derive a DiT's architecture FROM THE MODEL FILE, so parts are hot-swappable. | 151 | 5 |
| nx_genblock.nx | shared DiT block primitives for the sovereign gen engine. | 665 | 21 |
| nx_gendiff.nx | the GENERATION DIFF that nx_plane_repair names and does not have. | 177 | 6 |
| nx_genealogist_gapscan.nx | the Nishi GENEALOGIST's gap-scanner (FamilySearch-for-code: | 188 | 9 |
| nx_genealogy.nx | substrate-primitive genealogy ledger. | 167 | 9 |
| nx_genfix.nx | shared loader for image-generation oracle fixtures. MODEL-AGNOSTIC. | 210 | 10 |
| nx_genlora.nx | apply LoRA adapters to a base weight. Sovereign, model-agnostic LoRA support. | 242 | 9 |
| nx_genome.nx | ★CREATURE GENOME (operator 2026-07-12: "the humans look awful clay monsters with no anatomy | 136 | 12 |
| nx_genp_allow_dunes_t70.nx | THE ONE GEN-TIME RECIPE ALLOWLIST (2026-09-04). | 98 | 4 |
| nx_genp_allow_lib.nx | THE ONE GEN-TIME RECIPE ALLOWLIST (2026-09-04). | 103 | 5 |
| nx_genpass.nx | generate 32 CSPRNG bytes -> 64 hex chars -> a 0600 file (default /tmp/nxsecret.in), for | 28 | 2 |
| nx_genpipe.nx | a DECLARED generation pipeline: parse it, then prove every claim against the | 229 | 5 |
| nx_genrole.nx | THE single answer to "what is this file". One classifier, three consumers. | 183 | 8 |
| nx_gensota.nx | THE per-generation SOTA rollup instrument (2026-08-01, gensota ws). | 414 | 17 |
| nx_gensota_gate.nx | executable proof for the per-generation rollup instrument. | 46 | 1 |
| nx_genui_sota_fetch.nx | GEN-AI PRODUCT-UI SOTA (operator 2026-07-05: creativefabrica 3d-print-generator + | 76 | 5 |
| nx_genui_tool_register.nx | register the GEN capabilities (image + 3D + companion) into the sovereign tool | 73 | 4 |
| nx_genver.nx | shared differential-verification reporting for the sovereign gen migration. | 121 | 6 |
| nx_genweights.nx | read model weights straight from a GGUF. The engine's weight source. | 290 | 12 |
| nx_geo_wasm.nx | GEO-024h: sovereign Web-Mercator projection compiled to WASM for the Nishi Maps | 63 | 5 |
| nx_geom.nx | geometric primitives (V4 of vision rollout). | 405 | 4 |
| nx_geom_test.nx | smoke for V4 geometric primitives. | 144 | 1 |
| nx_getpid_const_probe.nx | discriminator for the emit_syscall CONST-PATH bug on getpid(39): | 18 | 3 |
| nx_gfx_gates_beat.nx | THE ROSTER BEAT for the 2026-08-12 graphics/procgen gate set (the wiring half of | 102 | 5 |
| nx_gfx_iso.nx | Renders isometric diamond tiles with shaded gradients and dynamic lighting on a provided framebuffer. | 313 | 28 |
| nx_gfx_research.nx | THIN structured GRAPHICS/EXECUTION research source organ (ground the better-than-DirectX | 31 | 1 |
| nx_gfxpapers_extract.nx | TURN THE MIRRORED GRAPHICS LISTINGS INTO A CITABLE PAPER INDEX. | 290 | 8 |
| nx_gfxpapers_ingest.nx | MIRROR THE GRAPHICS PAPER INDEX INTO THE ESTATE LIBRARY SO IT CANNOT ROT. | 439 | 11 |
| nx_gguf.nx | GGUF v3 model-file structural parser. | 426 | 6 |
| nx_gguf_dequant_kat_gate.nx | KATs for the DEBT-EATEN quant family (2026-07-15): every newly added | 180 | 4 |
| nx_gguf_fixture_tiny.nx | reusable tiny-Llama GGUF fixture builder. | 297 | 7 |
| nx_gguf_fixture_tiny_test.nx | smoke for the fixture builder. | 71 | 1 |
| nx_gguf_load.nx | GGUF tensor lookup + dequantize composer. | 747 | 18 |
| nx_gguf_load_block.nx | per-layer Llama-class weight bundle loader. | 325 | 4 |
| nx_gguf_load_block_test.nx | smoke for nx_gguf_load_block.nx. | 172 | 2 |
| nx_gguf_load_f32.nx | load a GGUF tensor and dequantize to f32 bits. | 110 | 2 |
| nx_gguf_load_f32_test.nx | smoke for nx_gguf_load_f32.nx. | 89 | 1 |
| nx_gguf_load_lazy.nx | Phase B of conductor arc. | 119 | 2 |
| nx_gguf_load_lazy_test.nx | smoke for nx_gguf_load_lazy.nx + | 158 | 1 |
| nx_gguf_load_model.nx | top-level model-tensor loader. | 147 | 2 |
| nx_gguf_load_model_test.nx | smoke for nx_gguf_load_model.nx. | 185 | 2 |
| nx_gguf_load_q4k_test.nx | focused smoke for Q4_K dequant. | 146 | 1 |
| nx_gguf_load_test.nx | smoke for nx_gguf_load.nx. | 164 | 1 |
| nx_gguf_meta.nx | GGUF metadata key-value walker + typed readers. | 238 | 18 |
| nx_gguf_meta_test.nx | smoke for nx_gguf_meta.nx. | 159 | 2 |
| nx_gguf_type_census_gate.nx | FACTS FIRST for the dequant-debt rung (2026-07-15): enumerate every | 67 | 4 |
| nx_gguf_typecensus.nx | tally the real model's tensors by ggml_type, | 45 | 1 |
| nx_ghash.nx | GF(2^128) multiplication and GHASH accumulator. | 231 | 14 |
| nx_ghash_bench.nx | throughput: bit-by-bit GF(2^128) reference vs the PCLMULQDQ backend. | 56 | 3 |
| nx_ghash_clmul.nx | hardware PCLMULQDQ backend for GF(2^128) multiply (GHASH core). | 186 | 10 |
| nx_ghash_clmul_gate.nx | KAT-equality gate: the PCLMULQDQ GHASH backend | 92 | 6 |
| nx_ghash_kat_test.nx | canonical KAT for the GHASH primitive | 82 | 2 |
| nx_ghfetch.nx | sovereign GitHub API fetch WITH auth. LangIntel oracle throughput lever: unlocks the | 97 | 4 |
| nx_gi_path.nx | THE BEAUTY TIER'S FIRST BYTE: a sovereign INTEGER PATH TRACER over the procgen heightfield. | 126 | 2 |
| nx_gi_path_gate.nx | THE TEETH OF THE BEAUTY TIER'S FIRST BYTE (graphics GR42 / GR10). In-process over | 156 | 3 |
| nx_gi_path_lib.nx | THE BEAUTY TIER'S FIRST BYTE (LIBRARY: every function of the sovereign path tracer; nx_gi_path.nx is the CLI, nx_gi_path_gate.nx the teeth): a sovereign INTEGER | 316 | 14 |
| nx_gif_animation_gate_t139.nx | Generates and hashes a 4x4 interlaced GIF image with a predefined color palette. | 153 | 6 |
| nx_gif_boundary_gate_t139.nx | Generates a 4x4 GIF image with a hashed pixel sequence and verifies its SHA-256 digest against expected values. | 120 | 5 |
| nx_gif_consumer_gate_t139.nx | 56 | 4 | |
| nx_gif_decode.nx | sovereign GIF87a/89a decoder (LZW). Core decodes to palette INDICES with | 181 | 4 |
| nx_gif_decode_gate.nx | GREEN/RED gate: decode the REAL page3.com mast3.gif (fetched by nx_archive_media_fetch) | 108 | 4 |
| nx_gif_decode_t139.nx | bounded GIF87a/89a image and sequential animation decoder. | 299 | 21 |
| nx_gif_legacy_gate_t139.nx | GREEN/RED gate: decode the REAL page3.com mast3.gif (fetched by nx_archive_media_fetch) | 108 | 4 |
| nx_glbnorm_gate.nx | proves that every NORMAL nx_gltf_export writes is a UNIT vector per glTF 2.0, | 599 | 30 |
| nx_glbnorm_lib.nx | ONE OWNER for EMITTING A SPEC-CORRECT UNIT NORMAL INTO A glTF NORMAL ACCESSOR. | 297 | 8 |
| nx_glob.nx | POSIX-style glob pattern matching. | 221 | 3 |
| nx_glob_v1.nx | POSIX-style glob pattern matching. | 180 | 4 |
| nx_glprobe.nx | CLI over nx_glprobe_lib (the GL-context probe ruler). Holds NO table of its own: the | 77 | 5 |
| nx_glprobe_gate.nx | THE REFEREE FOR THE GL-CONTEXT PROBE RULER (nx_glprobe_lib), 2026-09-02. | 113 | 3 |
| nx_glprobe_lib.nx | THE GL-CONTEXT PROBE RULER: one emitted probe, one native classifier, N page emitters. | 122 | 10 |
| nx_glsl_tok_lib.nx | THE SHADER TOKEN RULER (gameengine S12c accept-rule instrument, 2026-09-05). | 1013 | 43 |
| nx_glsl_tokdiff.nx | THE SHADER TOKEN RULER, the program (gameengine S12c accept-rule instrument, 2026-09-05). | 125 | 5 |
| nx_glsl_tokdiff_gate.nx | referee for THE SHADER TOKEN RULER (nx_glsl_tok_lib), driven IN-PROCESS over planted | 185 | 4 |
| nx_gltf2mesh_normal_candidate_t337.nx | GLB/VRM -> NXMSH2 mesh-oracle extractor (debt 1785902685, the D2 POSITION slice). | 1816 | 41 |
| nx_gltf2mesh_preserve_t145.nx | GLB/VRM -> NXMSH2 mesh-oracle extractor (debt 1785902685, the D2 POSITION slice). | 1753 | 39 |
| nx_gltf2mesh_rig_gate.nx | THE GATE FOR R22, RIG-CARRYING glTF INGEST (contract g2_skin_weights). | 582 | 14 |
| nx_gltf_accessor_candidate_t181.nx | ★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack | 1018 | 41 |
| nx_gltf_accessor_gate_t181.nx | 45 | 4 | |
| nx_gltf_anim.nx | ★SKINNED + ANIMATED glTF export: the being as a rigged, WALKING .glb (plays in any glTF viewer). | 234 | 5 |
| nx_gltf_animated_gate_t181.nx | 23 | 3 | |
| nx_gltf_animated_scratch_gate_t181.nx | 23 | 3 | |
| nx_gltf_authored_baseline_gate_t345.nx | 10 | 1 | |
| nx_gltf_authored_candidate_gate_t345.nx | 10 | 1 | |
| nx_gltf_clip_pack_t321.nx | Full authored glTF tracks, not sampled palettes. Reuses native accessor/pose owners. | 88 | 4 |
| nx_gltf_decimal_gate_t181.nx | 55 | 2 | |
| nx_gltf_export.nx | export a bestiary mesh as binary glTF (.glb), roadmap R7 / the VRM foundation. glTF 2.0 | 349 | 17 |
| nx_gltf_export_material_candidate_t340.nx | export a bestiary mesh as binary glTF (.glb), roadmap R7 / the VRM foundation. glTF 2.0 | 282 | 12 |
| nx_gltf_export_multipart_candidate_t345.nx | export a bestiary mesh as binary glTF (.glb), roadmap R7 / the VRM foundation. glTF 2.0 | 349 | 17 |
| nx_gltf_fullclip_bounds_gate_t321.nx | Arbitrary-time native reference for full authored clip evaluator qualification. | 39 | 2 |
| nx_gltf_fullclip_pose_gate_t321.nx | Arbitrary-time native reference for full authored clip evaluator qualification. | 38 | 2 |
| nx_gltf_hierarchy_gate_t181.nx | 27 | 4 | |
| nx_gltf_inventory_actual_t180.nx | 21 | 1 | |
| nx_gltf_inventory_candidate_t180.nx | GLB/VRM -> NXMSH2 mesh-oracle extractor (debt 1785902685, the D2 POSITION slice). | 1815 | 41 |
| nx_gltf_inventory_gate_t180.nx | 45 | 3 | |
| nx_gltf_inverse_contract_t374.nx | nx_gltf_inverse_contract_t374.nx | 50 | 3 |
| nx_gltf_load.nx | ★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack | 935 | 35 |
| nx_gltf_load_inventory_t180.nx | ★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack | 935 | 35 |
| nx_gltf_load_preserve_t145.nx | ★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack | 809 | 30 |
| nx_gltf_mesh.nx | ★F6 ASSET IO (graphics foundation ladder): export the current nx_trimesh mesh as a standard binary | 154 | 11 |
| nx_gltf_multipart_gate_t345.nx | Processes and validates GLB files for material and geometry consistency across multiple rendering contexts. | 71 | 2 |
| nx_gltf_normal_descriptor_gate_t281.nx | 49 | 2 | |
| nx_gltf_pose_bounds_gate_t316.nx | 14 | 1 | |
| nx_gltf_pose_broad_gate_t316.nx | 13 | 1 | |
| nx_gltf_pose_candidate_t181.nx | Provides high-precision quaternion interpolation and fixed-point number conversion for GLTF pose data. | 175 | 14 |
| nx_gltf_pose_fixture_emit_t316.nx | 43 | 3 | |
| nx_gltf_pose_gate_t181.nx | 13 | 3 | |
| nx_gltf_pose_integrated_gate_t230.nx | 10 | 1 | |
| nx_gltf_pose_joints_candidate_t230.nx | Candidate additive pose observation; fold into existing pose writer after review. | 25 | 1 |
| nx_gltf_pose_joints_gate_t230.nx | 10 | 1 | |
| nx_gltf_pose_math_t316.nx | WASM-safe arithmetic extracted byte-for-byte from existing glTF pose and FBX bind owners. | 90 | 4 |
| nx_gltf_pose_packet_gate_t316.nx | 33 | 2 | |
| nx_gltf_pose_packet_t316.nx | Authored glTF track adapter: caller-owned storage, original hierarchy and world*IBM palette. | 126 | 12 |
| nx_gltf_pose_scratch_candidate_t181.nx | Implements high-precision quaternion interpolation and fixed-point number conversion for GLTF pose data. | 175 | 14 |
| nx_gltf_pose_source_gate_t230.nx | 31 | 3 | |
| nx_gltf_preserve_canonical_gate_t145.nx | 49 | 3 | |
| nx_gltf_preserve_gate_t145.nx | 49 | 3 | |
| nx_gltf_quaternion_witness_t181.nx | 57 | 5 | |
| nx_gltf_render_descriptor_before_material_t218.nx | 100 | 12 | |
| nx_gltf_render_descriptor_before_static_t338.nx | Generates a normal map descriptor with texture, image, and encoding details for GLTF rendering. | 181 | 16 |
| nx_gltf_render_descriptor_candidate_t181.nx | Generates a normal map descriptor with texture, image, and encoding details for GLTF rendering. | 248 | 20 |
| nx_gltf_render_descriptor_gate_candidate_t217.nx | Tests GLTF material loading with custom fixtures and validation checks. | 155 | 6 |
| nx_gltf_render_descriptor_gate_t181.nx | 10 | 1 | |
| nx_gltf_render_descriptor_integrated_t230.nx | 132 | 15 | |
| nx_gltf_render_descriptor_normal_t281.nx | Encodes normal maps from GLTF assets into a render descriptor with specified encoding and texture binding. | 181 | 16 |
| nx_gltf_render_material_candidate_t181.nx | Generates JSON metadata for GLTF materials using SHA-256 hashing and buffer view data. | 131 | 15 |
| nx_gltf_render_material_gate_t181.nx | 10 | 1 | |
| nx_gltf_render_multipart_candidate_t345.nx | Generates a normal map descriptor with texture, image, and encoding details for GLTF rendering. | 248 | 20 |
| nx_gltf_render_poses_gate_t181.nx | 10 | 1 | |
| nx_gltf_render_prepare_candidate_t230.nx | Source descriptor and rig preservation, not automatic rig creation. | 50 | 4 |
| nx_gltf_render_prepare_normal_t281.nx | Source descriptor and rig preservation, not automatic rig creation. | 50 | 4 |
| nx_gltf_rig_descriptor_candidate_t230.nx | Source rig evidence; composes the existing descriptor writer and native pose mathematics. | 61 | 4 |
| nx_gltf_rig_descriptor_gate_t230.nx | 33 | 2 | |
| nx_gltf_rig_descriptor_normal_t281.nx | Source rig evidence; composes the existing descriptor writer and native pose mathematics. | 61 | 4 |
| nx_gltf_sampler_descriptor_gate_t283.nx | 58 | 3 | |
| nx_gltf_scene.nx | ★MULTI-MESH glTF export: assemble MANY nx_trimesh meshes (one per anatomical system) into ONE .glb | 176 | 5 |
| nx_gltf_skin_bounds_pack_t321.nx | GPB1: conservative influence boxes from the qualified native full-geometry packet. | 19 | 2 |
| nx_gltf_skin_geometry_pack_t321.nx | Native source-geometry packet for the existing authored palette evaluator. | 16 | 2 |
| nx_gltf_skin_material_gate_t340.nx | 61 | 3 | |
| nx_gltf_skin_recipe_candidate_t340.nx | Isolated composition candidate for the existing procedural generation caller. | 14 | 1 |
| nx_gltf_static_descriptor_candidate_t338.nx | 62 | 3 | |
| nx_gltf_writer.nx | Shared checked two-pass glTF serialization; extracted from the existing render descriptor. | 16 | 5 |
| nx_gltf_writer_candidate_t345.nx | Shared checked two-pass glTF serialization; extracted from the existing render descriptor. | 16 | 5 |
| nx_glute_aesthetic_composite.nx | score against heart-peach-ass target. | 109 | 1 |
| nx_glute_aesthetic_composite_test.nx | 60 | 1 | |
| nx_glyph_stroke.nx | RUNG 1 of the sovereign FONT BUILDER: the STROKE PEN. A glyph stroke is a centerline | 286 | 10 |
| nx_gm_cloth_lib.nx | LIB: the PG29 cloth XPBD solver (gm_xpbd_step and its edge/area | 309 | 7 |
| nx_gm_cloth_lib_t138.nx | LIB: the PG29 cloth XPBD solver (gm_xpbd_step and its edge/area | 402 | 17 |
| nx_gm_xpbd_audit_t138.nx | Private observation gate; GREEN means defects reproduced, NOT solver acceptance. | 55 | 3 |
| nx_gm_xpbd_correct_gate_t138.nx | Private analytic correction gate, not whole-character acceptance. | 104 | 3 |
| nx_gm_xpbd_drape_t138.nx | GATE for PG29's cloth solver (gm_xpbd_step in nx_nxa_garment.nx). | 255 | 5 |
| nx_goalmap.nx | CLI over nx_goalmap_lib (seat-system, 2026-09-05): the estate maps an operator goal onto | 117 | 5 |
| nx_goalmap_lib.nx | THE GOAL MAPPER (seat-system, 2026-09-05). Operator: "build our mapping setup to | 1303 | 48 |
| nx_goalmap_record_gate.nx | EC38 RECORD GAPS proven on a PLANTED compare tree: two boards, one invoked-tool document, one | 154 | 9 |
| nx_golive.nx | ONE-COMMAND domain purchase->live DRIVER. Composes the proven executors | 259 | 11 |
| nx_governance_behavior.nx | sealed bannable-BEHAVIOR enum. | 99 | 3 |
| nx_gpe_hair_geometry_gate.nx | GATE: prove /world/beach renders hair GEOMETRY that MOVES with | 223 | 6 |
| nx_gpe_marschner_gate.nx | referee for hr_marschner_lobe (graphics.matrix watch contract, | 101 | 5 |
| nx_gpu_bench.nx | SOVEREIGN three-way GPU-compute benchmark harness: OURS vs CUDA vs Vulkan, | 289 | 9 |
| nx_gpu_broker.nx | THE RESOURCE-SHARING BRAIN (serving-census capstone). Admits/schedules a MIXED workload -- | 154 | 13 |
| nx_gpu_capture_http_lib.nx | Handles HTTP requests for GPU capture operations, mapping error codes to JSON responses and sending them via the HTTP server. | 41 | 4 |
| nx_gpu_capture_lib.nx | Canonical JSON tuple: ["NXGT1","epoch","world-and-cast-render-pass",[nine counters],[[frame,"start","end","duration"],...]] | 90 | 6 |
| nx_gpu_capture_store_lib.nx | Validated GPU capture -> immutable append-only row, composing existing capture retry/CAS storage. | 44 | 1 |
| nx_gpu_choice_emit.nx | Reusable browser graphics control emitted by Nishi; OS preferences remain an explicit user action. | 2 | 1 |
| nx_gpu_choice_workspace_t48.nx | Reusable browser graphics control emitted by Nishi; OS preferences remain an explicit user action. | 2 | 1 |
| nx_gpu_ctl.nx | SOVEREIGN GPU-provider CONTROL PLANE (Vast.ai) over our OWN TLS-1.2 stack (console.vast.ai is | 102 | 10 |
| nx_gpu_dxg_inventory_candidate_t366.nx | SOVEREIGN-GPU foundation organ (R0): reach the REAL RTX 5080 through | 181 | 11 |
| nx_gpu_dxg_inventory_gate_t366.nx | 33 | 1 | |
| nx_gpu_embed_gate.nx | E-ARC e4 (2026-07-15): the NISHILANG GPU-EMBED CLIENT, gated BIT-EXACT | 231 | 9 |
| nx_gpu_exceed_gate.nx | MEASURED DirectX exceed: the sovereign graphics SUBMISSION path vs DirectX. | 88 | 6 |
| nx_gpu_export.nx | dump the no-float Qwen2.5-0.5B i8 caches + i32 head + output_norm gamma + freqs + | 131 | 7 |
| nx_gpu_geometry.nx | GOAL-GPU-NATIVE rung-3: the 3D GEOMETRY STAGE (transform + project + hidden-surface). | 124 | 12 |
| nx_gpu_graphics_gate.nx | GOAL-GPU-NATIVE rung-2: a GRAPHICS engine on the sovereign GPFIFO pipeline. | 170 | 16 |
| nx_gpu_mem_gate.nx | gpu GP6 heaps and residency on the real device, driven directly through nx_gpu_mem. | 121 | 1 |
| nx_gpu_serve_gate.nx | #23 KEYSTONE: the SOVEREIGN serve-side GPU client, gated byte-exact. | 151 | 8 |
| nx_gpu_sync_gate.nx | the sovereign GPU fence (nx_gpu_sync gpu_sync_fence) on the real device, driven directly. | 81 | 1 |
| nx_gpu_timestamp_lib.nx | Lossless WebGPU timestamp transport: canonical decimal uint64, two unsigned 32-bit limbs. | 37 | 2 |
| nx_gpudriver_research.nx | THIN structured UNIVERSAL-GPU-DRIVER research source organ (the open-driver path to | 27 | 1 |
| nx_gpuguard.nx | GPU SERVICE RESIDENCY GUARD: the DECISION, natively. | 470 | 19 |
| nx_gqa_head_map.nx | H6 grouped/multi-query attention bits-up. | 228 | 12 |
| nx_gqa_head_map_test.nx | smoke for H6 GQA/MQA head map. | 132 | 1 |
| nx_grab_ext_emit.nx | /compare/mediaingest R10 (contract symbol ge_emit): EMIT the browser extension | 514 | 21 |
| nx_grab_ext_emit_gate.nx | REFEREE for nx_grab_ext_emit (/compare/mediaingest R10 ge_emit). | 266 | 5 |
| nx_gradient_blend.nx | smooth zone-to-zone transition primitive. | 267 | 9 |
| nx_gram_compiler_gate_t280.nx | 16 | 2 | |
| nx_gramdec_lib.nx | NB10 GRAMMAR-CONSTRAINED DECODE (neuro-symbolic builder lane, 2026-07-20). | 460 | 16 |
| nx_grammar.nx | WRITING arc, rung W-R2g: MECHANICAL grammar checks. | 127 | 4 |
| nx_grammar_gate.nx | REFEREE for WRITING rung W-R2g (nx_grammar). | 92 | 5 |
| nx_graph.nx | foundational graph theory primitives. | 111 | 6 |
| nx_graphalg.nx | graph algorithms (BFS + Dijkstra + topological sort). | 210 | 9 |
| nx_graphalg_test.nx | smoke for graph algorithms. | 104 | 1 |
| nx_graphics_demo_test.nx | end-to-end G1 pipeline KAT. | 118 | 1 |
| nx_greeting.nx | WRITING arc, rung W-GR-1: THE THREE-BEAT GREETING. | 138 | 9 |
| nx_greeting_gate.nx | REFEREE for WRITING rung W-GR-1 (nx_greeting). | 151 | 5 |
| nx_grep.nx | SOVEREIGN grep in NishiLang (operator: "we want nishi lang only not .sh... same with | 39 | 5 |
| nx_grep_rt.nx | S1 first stone of NISHI_SHELL_REPLACEMENT_ROADMAP.md. | 167 | 6 |
| nx_grounding.nx | EVIDENCE-TIER / ANTI-OVER-OPTIMISM rung. Every datum this | 155 | 10 |
| nx_grounding_test.nx | gate for the anti-over-optimism rung. The tests that | 156 | 3 |
| nx_group.nx | small finite group primitives. | 116 | 4 |
| nx_group_composite.nx | aggregate N character verdicts + pair scores into one outcome. | 106 | 1 |
| nx_group_composite_test.nx | 77 | 1 | |
| nx_groupnorm.nx | Group Normalisation (Wu & He 2018). | 324 | 5 |
| nx_grove.nx | patient multi-generational capital substrate. | 176 | 10 |
| nx_grove_test.nx | smoke for nx_grove. | 102 | 1 |
| nx_gsplat.nx | ★SOVEREIGN 3D GAUSSIAN SPLATTING (the frontier rendering rep for photoreal avatars, confirmed | 895 | 35 |
| nx_gsplat4d_gate.nx | GATE for the 4D spatiotemporal Gaussian core. | 272 | 4 |
| nx_gsplat4d_lib.nx | ★4D SPATIOTEMPORAL GAUSSIAN SPLATTING: the temporal axis the estate did not have. | 356 | 27 |
| nx_gsplat_density.nx | ADAPTIVE SPLAT DENSITY (split / clone / prune), rung 4 of the fitting ladder. | 215 | 7 |
| nx_gsplat_density_gate.nx | ADAPTIVE DENSITY: does adding primitives where the residual asks for | 267 | 5 |
| nx_gsplat_fit_aniso_gate.nx | FITTING ON THE QUALITY PATH: the anisotropic surfel reconstructor. | 516 | 5 |
| nx_gsplat_fit_gate.nx | THE RECONSTRUCTOR TOOTH: can we FIT gaussians to an image, or only PLACE them? | 186 | 5 |
| nx_gsplat_perf.nx | THE SPLAT RENDER BASELINE: a number for every performance claim to beat. | 361 | 6 |
| nx_gsplat_res_gate.nx | THE VIEWPORT IS A PARAMETER, AND HERE IS THE PROOF. | 187 | 6 |
| nx_gsplat_tile_gate.nx | GATE for the tiled rasterization policy. | 325 | 5 |
| nx_gsplat_tile_lib.nx | ★TILED RASTERIZATION: a second POLICY over the SAME three rasterizer stages, | 322 | 19 |
| nx_gtm_build.nx | GO-TO-MARKET / BUILD PLAN. Turns the BOM's parts into | 129 | 7 |
| nx_gtm_build_test.nx | smoke for nx_gtm_build. Proves step durations, | 28 | 1 |
| nx_gtm_svc.nx | GO-TO-MARKET SERVICE FACADE. One agentic tool over the | 392 | 13 |
| nx_gtm_svc_test.nx | gate for the GTM service facade. Drives the dispatcher | 220 | 5 |
| nx_guarded_run.nx | the team's HANG-HANDLING capability (operator: "make | 122 | 5 |
| nx_gunzip.nx | CLI for the sovereign decompressor: gzip / zlib / raw DEFLATE -> stdout or file. | 111 | 5 |
| nx_gvar_probe.nx | PROBE: can a module-level mutable slot hold a scratch buffer across calls? | 37 | 3 |
| nx_gvmigrate.nx | STAGE the gv_check -> gv_check_eq migration (the edit substrate, not the judge). | 367 | 9 |
| nx_gzip_header.nx | parse RFC 1952 gzip stream headers. | 177 | 4 |
| nx_gzip_inflate_kat_test.nx | gzip READ path KAT (Content-Encoding: gzip). | 887 | 1 |
| nx_gzip_replay_gate_t253.nx | 13 | 1 | |
| nx_gzip_wrap.nx | RFC 1952 gzip container (DEFLATE + magic + CRC32 + size). | 381 | 5 |
| nx_h264_bframe_probe.nx | B-R0: parse the GOP STRUCTURE of an annexb H.264 stream with B-frames | 104 | 3 |
| nx_h264_bframe_reflist_gate.nx | B-R1: compute POC (display order) for every frame of bframe_test.264 | 121 | 3 |
| nx_h264_bframe_walk.nx | B-R2: ENTROPY-WALK the first B-slice of bframe_test.264, consuming every bit | 338 | 6 |
| nx_h264_bits.nx | H.264 bitstream reader + Exp-Golomb (rung 2 keystone). | 106 | 6 |
| nx_h264_bits_gate.nx | REFEREE for the H.264 bit reader + Exp-Golomb keystone. | 89 | 3 |
| nx_h264_bitwriter.nx | MSB-first bit writer (hardware-rung primitive). | 58 | 5 |
| nx_h264_block_e2e_gate.nx | SINGLE 4x4 BLOCK end-to-end micro-decode. | 119 | 3 |
| nx_h264_bmb.nx | H.264 B-macroblock type tables (Table 7-14 mb_type, 7-18 sub_mb_type). | 74 | 11 |
| nx_h264_brecon.nx | B-R3: reconstruct the EXPLICIT-MV B macroblocks (B_L0/L1/Bi 16x16/16x8/8x16/8x8) | 1393 | 20 |
| nx_h264_cabac.nx | H.264 CABAC arithmetic decoding ENGINE (ITU-T H.264 clause 9.3), STEP 1 core. | 100 | 11 |
| nx_h264_cabac_ctxinc.nx | H.264 CABAC I-slice ctxIdxInc DERIVATION (spec clause 9.3.3.1.1). | 54 | 7 |
| nx_h264_cabac_ctxinc_gate.nx | REFEREE for the H.264 CABAC ctxIdxInc derivation logic. | 72 | 3 |
| nx_h264_cabac_gate.nx | REFEREE for the H.264 CABAC arithmetic engine (STEP 1 core). | 93 | 5 |
| nx_h264_cabac_mb.nx | H.264 CABAC I-slice macroblock syntax (clauses 9.3.2.5, 9.3.3.1.1, Table 9-36). | 158 | 18 |
| nx_h264_cabac_mb_gate.nx | teeth for the I-slice macroblock syntax layer. | 163 | 3 |
| nx_h264_cabac_residual.nx | H.264 CABAC residual block decoding (clause 9.3.2.3 / 9.3.3.1.3). | 118 | 3 |
| nx_h264_cabac_residual_gate.nx | teeth for STEP 2 residual decoding. | 136 | 3 |
| nx_h264_cavlc_enc.nx | CAVLC level ENCODER (inverse of nx_h264_cavlc_level's | 42 | 2 |
| nx_h264_cavlc_level.nx | CAVLC level decoding (rung 4c-i, spec 9.2.2.1). | 67 | 4 |
| nx_h264_cavlc_level_gate.nx | REFEREE for CAVLC level decode (rung 4c-i). | 97 | 4 |
| nx_h264_cavlc_rt_gate.nx | SOVEREIGN round-trip oracle for CAVLC level codec. | 120 | 3 |
| nx_h264_cdc_gate.nx | REFEREE for the chroma-DC coeff_token table (nC=-1). | 133 | 3 |
| nx_h264_cdc_tz_gate.nx | REFEREE for chroma-DC total_zeros (2x2). | 83 | 3 |
| nx_h264_chroma.nx | chroma reconstruction kernels: 2x2 DC inverse Hadamard | 52 | 3 |
| nx_h264_chroma_dc_gate.nx | validate chroma DC scaling (spec 8.5.11.2). | 90 | 4 |
| nx_h264_chroma_gate.nx | REFEREE for chroma kernels. | 93 | 3 |
| nx_h264_chroma_pred.nx | Intra chroma 8x8 prediction (4:2:0), spec 8.3.4. | 102 | 3 |
| nx_h264_chroma_pred_gate.nx | validate intra chroma 8x8 prediction (4 modes). | 121 | 5 |
| nx_h264_coeff_token.nx | CAVLC coeff_token VLC (rung 4c-ii), table-driven | 380 | 11 |
| nx_h264_coeff_token_gate.nx | REFEREE for coeff_token machinery (rung 4c-ii). | 105 | 4 |
| nx_h264_colmv_gate.nx | verify the co-located MV-field decoder: decode the future-anchor P-slice | 125 | 3 |
| nx_h264_ctctx_gate.nx | validate ALL coeff_token nC contexts via the dispatcher. | 168 | 4 |
| nx_h264_ctfull_gate.nx | validate the FULL 0<=nC<2 coeff_token table. | 116 | 3 |
| nx_h264_deblock.nx | H.264 in-loop deblocking, normal luma edge filter | 177 | 10 |
| nx_h264_deblock_gate.nx | REFEREE for the normal luma deblocking filter. | 90 | 3 |
| nx_h264_decode_frame.nx | FULL-FRAME H.264 decoder (Constrained Baseline, CAVLC, | 927 | 11 |
| nx_h264_dequant.nx | H.264 inverse quantization / scaling for 4x4 residual | 73 | 3 |
| nx_h264_dequant_gate.nx | REFEREE for H.264 dequant (rung 5 scaling) + the | 86 | 4 |
| nx_h264_diag.nx | Nishi Teacher DIAGNOSTIC ENGINE: parse a raw log/output against the machine-readable | 70 | 3 |
| nx_h264_diag_gate.nx | gate the Teacher diagnostic engine: feed crafted logs with known symptoms and | 72 | 4 |
| nx_h264_fdct.nx | H.264 FORWARD 4x4 integer transform + forward quantization (the ENCODE counterpart of | 97 | 4 |
| nx_h264_fdct_gate.nx | SOVEREIGN gate for the H.264 forward transform + quant (the encoder core, R6). | 64 | 5 |
| nx_h264_hadamard.nx | 4x4 inverse Hadamard for the Intra_16x16 luma DC block | 44 | 2 |
| nx_h264_hadamard_gate.nx | REFEREE for the Intra_16x16 luma DC Hadamard. | 88 | 4 |
| nx_h264_idct.nx | H.264 4x4 inverse integer transform (rung 5-core, built | 77 | 4 |
| nx_h264_idct_gate.nx | REFEREE for the H.264 4x4 inverse transform (rung 5-core). | 109 | 5 |
| nx_h264_intra.nx | H.264 Intra_4x4 spatial prediction (core modes), the last | 111 | 4 |
| nx_h264_intra16.nx | Intra_16x16 luma prediction (spec 8.3.3), core modes. | 78 | 2 |
| nx_h264_intra16_gate.nx | REFEREE for Intra_16x16 prediction (core modes). | 82 | 3 |
| nx_h264_intra16plane_gate.nx | validate Intra_16x16 Plane (mode 3). | 98 | 4 |
| nx_h264_intra4_gate.nx | validate Intra_4x4 (9 modes). | 130 | 3 |
| nx_h264_intra_gate.nx | REFEREE for Intra_4x4 prediction + the FULL | 112 | 4 |
| nx_h264_intra_recon.nx | H.264 INTRA luma reconstruction kernels, shared by the I-frame decoder | 139 | 3 |
| nx_h264_mb.nx | H.264 I-slice macroblock type layer (rung 4d, spec 7.3.5 / 7.4.5). | 40 | 3 |
| nx_h264_mb_gate.nx | REFEREE for the I-slice macroblock type layer (rung 4d). | 88 | 4 |
| nx_h264_mb_pred.nx | I_NxN macroblock prediction layer (rung 4e, spec 7.3.5.1 + | 93 | 8 |
| nx_h264_mb_pred_gate.nx | REFEREE for the I_NxN prediction layer (rung 4e). | 116 | 3 |
| nx_h264_mc_luma.nx | H.264 luma quarter-pel motion-compensated interpolation (spec 8.4.2.2.1). | 83 | 9 |
| nx_h264_mc_luma_gate.nx | gate luma quarter-pel interpolation (8.4.2.2.1). | 81 | 3 |
| nx_h264_mv_recon_gate.nx | P-R4a: reconstruct the per-4x4 MOTION-VECTOR FIELD of frame 1 of | 451 | 7 |
| nx_h264_mvgrid.nx | H.264 per-4x4 motion-vector grid + neighbour gathering (8.4.1.3). | 93 | 4 |
| nx_h264_mvpred.nx | H.264 motion-vector prediction (spec 8.4.1.3 / 8.4.1.3.1). | 83 | 5 |
| nx_h264_mvpred_gate.nx | gate MV prediction (8.4.1.3). Hand-computed KATs. | 78 | 4 |
| nx_h264_nal.nx | H.264 NAL unit splitter + header decode (rung 2b). | 65 | 5 |
| nx_h264_nal_gate.nx | REFEREE for the H.264 NAL splitter (rung 2b). | 95 | 3 |
| nx_h264_nc.nx | CAVLC neighbour context nC (spec 9.2.1) + coeff_token table | 33 | 2 |
| nx_h264_nc_gate.nx | REFEREE for nC derivation + coeff_token table select. | 74 | 3 |
| nx_h264_pframe_probe.nx | P-R0: locate frame 1 (sample 1), parse its P-slice header, | 128 | 4 |
| nx_h264_pframe_recon.nx | P-R4b: pixel-exact LUMA reconstruction of frame 1 (inter content). | 1062 | 16 |
| nx_h264_pframe_walk.nx | P-R1c: ENTROPY-WALK the entire P-frame (frame 1) of realtest.mp4. | 328 | 6 |
| nx_h264_pmb.nx | P-macroblock type layer (ITU-T H.264 Tables 7-13 + 7-18). | 49 | 5 |
| nx_h264_pmb_gate.nx | gate the P-macroblock type layer (Tables 7-13 / 7-18). | 74 | 3 |
| nx_h264_pmvfield.nx | decode a P-slice's per-4x4 L0 MOTION-VECTOR FIELD (gref/gmvx/gmvy) by the proven | 243 | 4 |
| nx_h264_poc.nx | H.264 Picture Order Count (POC type 0, spec 8.2.1.1) + B-slice reference list | 103 | 2 |
| nx_h264_pps.nx | H.264 Picture Parameter Set parser (rung 4b, spec 7.3.2.2). | 45 | 1 |
| nx_h264_pps_gate.nx | REFEREE for the H.264 PPS parser (rung 4b). | 75 | 3 |
| nx_h264_residual.nx | CAVLC residual 4x4 block assembler (rung 4c-v, spec 9.2). | 186 | 3 |
| nx_h264_residual_gate.nx | SOVEREIGN round-trip oracle for the CAVLC residual | 81 | 5 |
| nx_h264_run_before.nx | CAVLC run_before VLC (rung 4c-iv), table-driven | 106 | 3 |
| nx_h264_run_before_gate.nx | REFEREE for run_before VLC (rung 4c-iv). | 95 | 4 |
| nx_h264_slice.nx | H.264 slice header parser (rung 4a, spec 7.3.3). | 111 | 2 |
| nx_h264_slice_extract.nx | locate + parse a REAL coded slice from realtest.mp4. | 339 | 4 |
| nx_h264_sps.nx | H.264 Sequence Parameter Set parser (rung 3). | 112 | 3 |
| nx_h264_sps_gate.nx | REFEREE for the H.264 SPS parser (rung 3). | 83 | 3 |
| nx_h264_total_zeros.nx | CAVLC total_zeros VLC (rung 4c-iii), table-driven | 196 | 6 |
| nx_h264_total_zeros_gate.nx | REFEREE for total_zeros VLC (rung 4c-iii). | 90 | 3 |
| nx_h264_ts_probe.nx | STEP 0 decisive probe for the cam-poster build. | 254 | 15 |
| nx_h264_tzrb_gate.nx | validate FULL total_zeros (TC 1..15) + run_before (zL 1..6,>6). | 133 | 4 |
| nx_h264_zigzag.nx | 4x4 inverse zig-zag scan (spec 8.5.6 / Table 8-12). | 19 | 1 |
| nx_h2_client_over_tls.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under | 834 | 15 |
| nx_h2_conformance.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the | 484 | 12 |
| nx_h2_flow.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the R4-H2 | 426 | 19 |
| nx_h2_frame.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the R4-H2 | 583 | 23 |
| nx_h2_serve.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the B1 | 248 | 2 |
| nx_h2_serve_multi.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the B1 | 264 | 4 |
| nx_h2_server.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the B1 | 472 | 7 |
| nx_h2_stream.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the R4-H2 | 381 | 14 |
| nx_h2_test_leaf.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, B1 rung(6) R4-H2-009), | 160 | 5 |
| nx_haar.nx | Haar-like rectangle features (R-FACE-1), evaluated in O(1) on | 58 | 1 |
| nx_haar_cascade.nx | Viola-Jones attentional cascade EVALUATOR (R-FACE-2). | 330 | 14 |
| nx_haar_cascade_gate.nx | REFEREE for R-FACE-2 (nx_haar_cascade machinery). | 125 | 4 |
| nx_haar_gate.nx | REFEREE for R-FACE-1 (nx_haar). | 111 | 3 |
| nx_haar_xml.nx | LOADER for a boosted Haar cascade published in the OpenCV 3+ XML schema (aesthetictwin AT30, 2026-09-16). | 346 | 11 |
| nx_haccp.nx | FOOD-SCIENCE SUITE / REGULATORY (HACCP) rung. Turns the | 146 | 10 |
| nx_haccp_test.nx | smoke for nx_haccp. Proves hazard analysis, CCP | 51 | 1 |
| nx_hackers_algo_compose_test.nx | end-to-end composition of the | 176 | 1 |
| nx_hair_style.nx | Best Makeup-Hairstyling (hair half). | 148 | 2 |
| nx_haircollide_gate.nx | THE TOOTH THE COLLIDER OWED. Subject: vm_capsule_push (nx_vecmath) and | 139 | 2 |
| nx_hairdyn_lib.nx | LIB: HAIR AS A DRIVEN CHAIN ON THE ONE SOLVER, WITH ITS PLANT MEASURED | 556 | 39 |
| nx_hairdyn_pose_batch_candidate_t284.nx | Batch composition over the existing posed-rest solver. Counts describe caller-owned | 23 | 1 |
| nx_hairdyn_pose_batch_gate_t284.nx | 44 | 2 | |
| nx_hairdyn_pose_candidate_t263.nx | Candidate addition to nx_hairdyn_lib. Caller supplies posed rest geometry in | 25 | 1 |
| nx_hairdyn_pose_gate_t263.nx | Real HSTR guide0 from SHA31778134b5167258b05b18ae9ae062c073fd03fb3f46d212e3512d28660c4fed. | 51 | 2 |
| nx_hairdyn_transport_candidate_t284.nx | Displacement vectors omit dual-quaternion translation by construction. | 12 | 2 |
| nx_hairdyn_transport_gate_t284.nx | Retained actual CPU pose palette, 2026-09-13T17:45:20.246Z; not GPU readback. | 73 | 1 |
| nx_hal.nx | substrate Hardware Abstraction Layer. | 554 | 44 |
| nx_hal_test.nx | smoke for the substrate HAL. | 163 | 1 |
| nx_half.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_half_test.nx | 9 | 1 | |
| nx_hammered_zone.nx | heavily-impacted terrain generator. | 538 | 10 |
| nx_hamming.nx | Hamming distance for equal-length byte sequences. | 66 | 4 |
| nx_hamming_test.nx | smoke for Hamming distance. | 50 | 1 |
| nx_handcheck.nx | THE HAND STRUCTURE JUDGE over an NXA SKEL (operator 2026-09-01: "the hands are | 734 | 23 |
| nx_handcheck_gate.nx | the REFEREE for nx_handcheck, and it exists for one mechanical reason. | 29 | 1 |
| nx_handoff_gate.nx | SHARED deep-gate primitives (the DRY keystone of the sensor-gap program). | 244 | 17 |
| nx_handshake_crypto_bench.nx | 1:1 cost of the per-handshake public-key | 83 | 5 |
| nx_hangprobe_gate.nx | a gate that DELIBERATELY HANGS, to prove /api/gate_run's deadline actually fires | 28 | 1 |
| nx_haptic_render.nx | temporal-vibration output rendering. | 195 | 8 |
| nx_hardship_nav.nx | the HARDSHIP / RELIEF module (operator's explicit emphasis; where sit_priority=0 routes). | 55 | 12 |
| nx_hardship_nav_gate.nx | proves the hardship module on hand-verified fixtures: bankruptcy means-test | 51 | 2 |
| nx_hash.nx | open-addressing hash table (linear probing, fnv-1a). | 202 | 9 |
| nx_hash_bench.nx | piece-hashing throughput benchmark (SHA-1 + SHA-256). | 70 | 5 |
| nx_hash_bench_run.nx | measures + prints our SHA-1/SHA-256 hashing throughput. | 39 | 3 |
| nx_hash_bench_test.nx | correctness KAT for the hashing benchmark (deterministic only). | 28 | 1 |
| nx_hash_facade.nx | unified hash interface. | 145 | 7 |
| nx_hash_facade_test.nx | smoke for nx_hash_facade. | 60 | 1 |
| nx_hash_index.nx | sovereign O(1) HASH INDEX library (variable-length keys), the read-path exceed, | 52 | 5 |
| nx_hash_index_bench.nx | IN-NISHI read-path exceed: sovereign O(1) hash index vs binary search. | 128 | 8 |
| nx_hash_index_test.nx | proves the reusable nx_hash_index library on VARIABLE-LENGTH keys (what the | 81 | 3 |
| nx_hashdiverge.nx | CONTENT-EXACT CROSS-TREE DIVERGENCE. The comparer half of nx_treehash. | 326 | 12 |
| nx_hazard_lib.nx | THE WEAR-AND-TEAR CORE. Weibull survival in pure integer fixed point. | 236 | 7 |
| nx_hdlimp_neg_probe.nx | NEGATIVE control for the resolver fix | 12 | 1 |
| nx_hdlimp_probe.nx | POSITIVE probe for debt 1785608999: an entry file | 12 | 1 |
| nx_headmark_lib.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 19 | 2 |
| nx_headroom.nx | S4 of the SRE program (seq1295, incident 2026-07-29): the SPAWN-TIME HEADROOM | 211 | 11 |
| nx_headroom_gate.nx | liar-killed GATE for the spawn-time headroom organ (seq1295). Forks the | 119 | 8 |
| nx_heal.nx | CLI half of the consolidated heal-plane tool (verb-router over nx_heal_lib). | 88 | 2 |
| nx_heal_gate.nx | gates the consolidated heal-plane tool on SYNTHETIC fixtures (asserts the lib's | 69 | 3 |
| nx_heal_lib.nx | CONSOLIDATED heal-plane tool, LIBRARY half (importable: no main; the CLI is | 419 | 22 |
| nx_heal_tool_register.nx | register nx_heal (consolidated heal-plane tool, READ-ONLY increment) | 39 | 3 |
| nx_health_check.nx | overall substrate health verdict. | 125 | 7 |
| nx_health_check_test.nx | smoke for nx_health_check. | 62 | 1 |
| nx_health_probe.nx | SERVING health probe (closes hosting_research gap #5 "health-probe-not-liveness", | 243 | 15 |
| nx_health_probe_gate.nx | loopback KAT for the serving health probe. Forks two mock servers (one that | 83 | 2 |
| nx_healthhelp_site.nx | M6 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: the /healthhelp PORTAL | 91 | 4 |
| nx_healthhelp_site_gate.nx | M6 GATE: the portal page is complete (size + structure), carries every | 64 | 4 |
| nx_heap.nx | binary min-heap (priority queue). | 146 | 9 |
| nx_heartbeat_monitor.nx | WMS-M1: the LIVENESS / HEARTBEAT MONITOR. | 201 | 9 |
| nx_heartbeat_monitor_gate.nx | the REFEREE for WMS-M1 (liveness / heartbeat monitor). | 168 | 4 |
| nx_heat_conduction2d.nx | FOOD-SCIENCE SUITE / NUMERICAL HEAT TRANSFER. | 82 | 2 |
| nx_heat_conduction2d_test.nx | smoke for nx_heat_conduction2d. Proves | 27 | 1 |
| nx_heat_transfer.nx | FOOD-SCIENCE SUITE / HEAT-TRANSFER PHYSICS rung. | 61 | 5 |
| nx_heat_transfer_test.nx | smoke for nx_heat_transfer. Proves Fourier | 29 | 1 |
| nx_heavyio_lib.nx | THE HEAVY-I/O CONCURRENCY BOUND, in the PRIMITIVE layer (runtime/) so every bulk-I/O | 375 | 27 |
| nx_hello_off_c.nx | the smallest "off C" demonstration. | 18 | 1 |
| nx_help.nx | substrate-native S-class help / search engine. | 252 | 11 |
| nx_help_test.nx | smoke for substrate-native S-class help. | 78 | 1 |
| nx_henyey_greenstein.nx | anisotropic single-scatter phase function in Q10. | 265 | 5 |
| nx_hevc_cabac.nx | SOVEREIGN HEVC CABAC entropy decoder, RUNG 2 of the HEVC decoder. | 79 | 12 |
| nx_hevc_ctx.nx | SOVEREIGN HEVC CABAC context-model set, RUNG 3b-1 of the HEVC decoder. | 44 | 6 |
| nx_hevc_dec.nx | SOVEREIGN HEVC decoder (combined), RUNG 3b-2: CABAC running on the real slice. | 602 | 58 |
| nx_hevc_idct.nx | SOVEREIGN HEVC dequant + inverse transform, RUNG 5 of the HEVC decoder. | 117 | 11 |
| nx_hevc_parse.nx | SOVEREIGN HEVC(H.265) bitstream parser, RUNG 1 of the sovereign HEVC decoder. | 98 | 9 |
| nx_hevc_pred.nx | SOVEREIGN HEVC intra prediction, RUNG 4a of the HEVC decoder (Planar + DC). | 89 | 8 |
| nx_hevc_recon.nx | SOVEREIGN HEVC reconstruction + frame output, RUNG 6a of the HEVC decoder. | 70 | 9 |
| nx_hevc_slice.nx | SOVEREIGN HEVC headers, RUNG 3a of the HEVC decoder. | 139 | 12 |
| nx_hex.nx | hex + binary + byte dump helpers. | 185 | 7 |
| nx_hex_codec.nx | lowercase hex encoder + decoder. | 130 | 5 |
| nx_hex_dump.nx | bits-up hex+ASCII dump of a byte buffer to an fd. | 133 | 5 |
| nx_hex_dump_kat_test.nx | visual KAT for the bits-up hex dump | 32 | 1 |
| nx_hexdump.nx | xxd-style byte buffer dump. | 137 | 4 |
| nx_hf_file_fetch.nx | the STANDARD redirect-following, resumable, self-healing single-file HF downloader (the | 135 | 8 |
| nx_hf_probe.nx | D1 of the sovereign model-download arc: prove our TLS1.3 client reaches HuggingFace | 104 | 5 |
| nx_hgw_mtls_resolve.nx | R7 ENFORCEMENT wiring: the mTLS-first handle resolution the doc wall plugs in. | 156 | 8 |
| nx_hifigan_fetch.nx | fetch a REAL HiFi-GAN vocoder's config + weight-index from HuggingFace over our own TLS, | 55 | 5 |
| nx_hifigan_gen.nx | the HiFi-GAN GENERATOR GRAPH (composition of the verified nx_vocops atoms), configurable | 108 | 9 |
| nx_hifigan_load.nx | LOAD real HiFi-GAN weights into our sovereign vocoder (Qwen pattern: 3rd-party weights = | 114 | 9 |
| nx_hifigan_run.nx | run the FULL real-weight HiFi-GAN generator at REAL dims (512ch). Loads all 158 tensors | 151 | 12 |
| nx_hifigan_stream_fetch.nx | SOVEREIGN STREAMING DOWNLOAD of a large LFS model weight file. The high-level | 111 | 5 |
| nx_hifigan_verify.nx | VERIFY our sovereign HiFi-GAN against the transformers oracle (Qwen-style). Reads a REAL | 149 | 13 |
| nx_hifigan_weights_fetch.nx | fetch the REAL ~50MB HiFi-GAN model.safetensors from HuggingFace over our own | 55 | 3 |
| nx_hkdf.nx | HKDF-SHA-256 (RFC 5869). | 240 | 4 |
| nx_hkdf_sha1.nx | HMAC-based Key Derivation Function with SHA-1. | 155 | 4 |
| nx_hkdf_sha256_wasm.nx | HKDF-SHA-256 (RFC 5869) for WAT target. | 415 | 11 |
| nx_hkdf_sha384.nx | HKDF-SHA-384 (RFC 5869). | 101 | 3 |
| nx_hkdf_sha384_wasm.nx | HKDF-SHA-384 (RFC 5869) for WAT target. | 408 | 14 |
| nx_hkdf_sha512.nx | HKDF-SHA-512 (RFC 5869). | 99 | 3 |
| nx_hkdf_sha512_wasm.nx | HKDF-SHA-512 (RFC 5869) for WAT target. | 397 | 14 |
| nx_hkdf_test.nx | RFC 5869 Appendix A KAT for HKDF-SHA-256. | 135 | 1 |
| nx_hll_bias_table.nx | bias table calibrated by OUR HLL on OUR streams | 2735 | 7 |
| nx_hll_bias_table_ds.nx | DS Java's canonical CompositeInterpolationXTable | 1869 | 7 |
| nx_hls_get.nx | X-DLP rung 2: the HLS DOWNLOAD ORCHESTRATOR. Turns an .m3u8 URL into ONE stitched | 240 | 15 |
| nx_hls_live_probe.nx | X-DLP capstone: prove the WHOLE sovereign HLS download | 135 | 6 |
| nx_hls_parse.nx | X-DLP rung 0: the sovereign HLS (.m3u8) manifest PARSER. | 184 | 12 |
| nx_hls_resolve.nx | X-DLP rung 1: resolve an HLS segment/variant URI against the | 134 | 7 |
| nx_hmac.nx | HMAC-SHA-256 (RFC 2104, FIPS 198-1). | 155 | 4 |
| nx_hmac_candidate_t187.nx | HMAC-SHA-256 (RFC 2104, FIPS 198-1). | 155 | 4 |
| nx_hmac_drbg_wasm.nx | HMAC-DRBG with SHA-256 per NIST SP 800-90A §10.1.2. | 455 | 12 |
| nx_hmac_md5.nx | HMAC with MD5 (RFC 2104). | 101 | 2 |
| nx_hmac_sha1.nx | HMAC with SHA-1 (RFC 2104 + FIPS 198-1). | 203 | 4 |
| nx_hmac_sha256_wasm.nx | HMAC-SHA-256 (RFC 2104) for WAT target. | 383 | 8 |
| nx_hmac_sha384.nx | HMAC-SHA-384 (RFC 2104 / FIPS 198-1). | 94 | 2 |
| nx_hmac_sha384_wasm.nx | HMAC-SHA-384 (RFC 2104 + 4231) for WAT target. | 339 | 12 |
| nx_hmac_sha512.nx | HMAC-SHA-512 (RFC 2104 / FIPS 198-1). | 84 | 2 |
| nx_hmac_sha512_wasm.nx | HMAC-SHA-512 (RFC 2104 + 4231) for WAT target. | 327 | 12 |
| nx_hmac_workspace_adapter_t187.nx | 31 | 2 | |
| nx_hol_dir_ingest.nx | ingest every HOL Light decl in the corpus | 67 | 1 |
| nx_hol_ingest.nx | HOL Light statement-level ingester (H0). | 215 | 7 |
| nx_hol_ingest_test.nx | smoke for HOL Light H0 statement parser. | 32 | 1 |
| nx_hol_stream_ingest.nx | HOL Light parser -> 5-defense runner. | 65 | 4 |
| nx_hol_stream_ingest_test.nx | HOL Light parser -> defense stack. | 46 | 1 |
| nx_hold_lib.nx | LEGAL HOLD / PRESERVATION (the EDRM LEFT SIDE) + the FRCP 37(e) sanction ladder. | 274 | 26 |
| nx_hold_pure_gate.nx | INDEPENDENT GATE over the PURE DECISION CORE of nx_hold_lib. | 101 | 1 |
| nx_homefwd_adversary.nx | SELF-CHECKING adversary KAT for G10 home- | 132 | 2 |
| nx_homeostasis.nx | steady-state monitor that triggers migration. | 144 | 3 |
| nx_homeostasis_test.nx | smoke for nx_homeostasis. | 95 | 1 |
| nx_honesty_grader.nx | aggregate honesty score per repo + per arc. | 184 | 5 |
| nx_hops_probe.nx | PROVE THE REDIRECT-DEPTH OBSERVABLE FIRES. | 64 | 3 |
| nx_hormone.nx | pub/sub event bus (hormonal signaling class). | 96 | 5 |
| nx_hormone_test.nx | smoke for nx_hormone. | 63 | 1 |
| nx_horner.nx | Horner's rule for polynomial evaluation. | 31 | 1 |
| nx_horner_test.nx | 26 | 1 | |
| nx_host_recover.nx | bring the live nishifamily host back up via the ecosystem's | 56 | 4 |
| nx_host_recover2.nx | run the PROVEN root recovery (reconcile2.sh) on the NAS via | 114 | 6 |
| nx_hostctl_buildrun_gate.nx | the RED that the buildrun fix never had (2026-09-05). Drives the ONE rule in | 39 | 2 |
| nx_hotlisten_gate.nx | R5 proof: SO_REUSEPORT is what makes a ZERO-DOWNTIME handoff possible. | 69 | 1 |
| nx_hotp_sha1.nx | RFC 4226 HOTP with SHA-1. | 95 | 3 |
| nx_hpack.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the R4-H2 | 541 | 18 |
| nx_hr.nx | NISHI HR: the S-class sovereign USER-MANAGEMENT structure (the access SSOT). Built ON the OPAQUE | 96 | 16 |
| nx_hr_access.nx | the SHARED access adapter: resolve a no-cookie SESSION TOKEN to an HR level, so EVERY gated | 48 | 5 |
| nx_hr_admin.nx | CUTOVER (operator: "drive the cutover" off TSV): now a THIN COMPAT-SHIM that delegates the hra_* | 42 | 8 |
| nx_hr_sov.nx | the SOVEREIGN-STORED HR directory: the same access-SSOT semantics as nx_hr (cred_id-keyed, | 206 | 27 |
| nx_hsx_research_fetch.nx | bank the ILLUSION-FAMILY bar (operator 2026-07-03: "make sure our charlab is | 38 | 2 |
| nx_html5_raw_text_test.nx | KAT for Arc B1 HTML5 tokenizer additions: | 189 | 2 |
| nx_html_decode_entities_test.nx | KAT for nx_html_decode_entities (the render-side entity decoder). | 33 | 4 |
| nx_html_emit.nx | minimal substrate-native HTML5 writer. | 218 | 21 |
| nx_html_emit_test.nx | HTML5 writer shape verification. | 65 | 1 |
| nx_html_entities.nx | data-driven HTML named-entity table for the | 2334 | 219 |
| nx_html_entities_render_test.nx | named-entity table KAT (X-HTML-ENT-001 | 507 | 2 |
| nx_html_escape.nx | HTML entity encoder + decoder. | 287 | 6 |
| nx_html_extract.nx | minimal HTML body-text scraper (state-machine V2). | 601 | 7 |
| nx_html_extract_imgs.nx | walk a parsed HTML document, find every | 143 | 2 |
| nx_html_extract_imgs_test.nx | exercise nx_html_extract_imgs | 94 | 3 |
| nx_html_extract_links.nx | enumerate <a href="..."> links in a | 108 | 2 |
| nx_html_links.nx | LINK EXTRACTION kernel: the crawler's discovery primitive. | 88 | 4 |
| nx_html_links_test.nx | KATs for the link-extraction kernel (GATE). | 38 | 3 |
| nx_html_render.nx | typed-context HTML render primitive. | 418 | 20 |
| nx_html_render_test.nx | smoke + XSS-attack-vector tests. | 202 | 3 |
| nx_html_to_text.nx | HTML → plain text rendering for the | 476 | 20 |
| nx_html_to_text_entity_test.nx | X-HTML-ENT-001 KAT: HTML character- | 136 | 9 |
| nx_html_to_text_real_test.nx | bits-up render stage. | 34 | 1 |
| nx_html_to_text_test.nx | KATs for the sovereign browser's text- | 158 | 9 |
| nx_html_tokenizer.nx | HTML tokenizer for the Nishi browser. | 777 | 19 |
| nx_http.nx | HTTP/1.1 request parser (RFC 7230/9112 subset). | 300 | 10 |
| nx_http_backend_gate_t314.nx | Tests HTTP response parsing and body handling with various content-length and transfer-encoding scenarios. | 71 | 4 |
| nx_http_cache.nx | HTTP caching primitives (ETag + 304). | 327 | 12 |
| nx_http_cache_test.nx | smoke for HTTP cache primitive. | 141 | 3 |
| nx_http_client.nx | sovereign HTTP/1.1 GET client. | 759 | 25 |
| nx_http_client_gate.nx | THE REQUEST BUILDER EVERY ESTATE FETCH CROSSES HAD NO GATE AT ALL. | 286 | 6 |
| nx_http_client_post_test.nx | KAT for nx_http_client_build_request_post. | 102 | 2 |
| nx_http_date.nx | format + parse RFC 7231 IMF-fixdate. | 195 | 12 |
| nx_http_dechunk.nx | sovereign HTTP/1.1 chunked transfer-encoding decoder. | 66 | 2 |
| nx_http_dechunk_boundary_gate.nx | 303 | 15 | |
| nx_http_dechunk_test.nx | KATs + negative controls for the sovereign chunked decoder. | 61 | 5 |
| nx_http_fetch.nx | EAT THE DEBT: a plaintext HTTP (port 80, no TLS) fetch so HTTP-ONLY hosts are reachable. | 132 | 14 |
| nx_http_form.nx | application/x-www-form-urlencoded body parser. | 261 | 6 |
| nx_http_form_test.nx | smoke for urlencoded form parser. | 145 | 2 |
| nx_http_get_ua.nx | reusable HTTP/1.1 GET with a User-Agent (bits-up). | 68 | 4 |
| nx_http_get_ua_test.nx | KAT for the UA request builder (pure, deterministic). | 15 | 1 |
| nx_http_header_find.nx | case-insensitive HTTP header search. | 180 | 6 |
| nx_http_header_find_test.nx | smoke for case-insensitive header search. | 142 | 3 |
| nx_http_health.nx | probe a live URL for REAL: HTTP 200 + a real body (+ optional expected content), via an | 31 | 1 |
| nx_http_health_emit.nx | /health and /ready endpoint emitter. | 258 | 11 |
| nx_http_health_test.nx | smoke for /health emitter. | 114 | 3 |
| nx_http_io.nx | sovereign HTTP request/response primitives. | 438 | 2 |
| nx_http_loopback_gate.nx | gates the sovereign HTTP client with a LIVE loopback GET against :8080. | 76 | 3 |
| nx_http_metrics.nx | Prometheus-text /metrics endpoint emitter. | 330 | 14 |
| nx_http_metrics_test.nx | smoke for Prometheus /metrics emitter. | 180 | 3 |
| nx_http_post.nx | sovereign HTTP POST probe (retires Invoke-WebRequest -Method POST for login/api flow tests). | 48 | 5 |
| nx_http_post_gate.nx | proves the sovereign HTTP POST path against the LIVE server (no args, no shell-quoting | 39 | 4 |
| nx_http_probe.nx | CLI over nx_http_probe_lib. Sovereign bounded loopback HTTP probe and dead-man | 103 | 3 |
| nx_http_probe_gate.nx | THE REFEREE FOR nx_http_probe. Hermetic, in-process, no external service. | 428 | 11 |
| nx_http_probe_lib.nx | THE BOUNDED LOOPBACK HTTP LIVENESS PROBE + DEAD-MAN HEARTBEAT STAMPER. | 414 | 12 |
| nx_http_proxy.nx | HTTP upstream forwarding (replaces nginx proxy_pass). | 291 | 13 |
| nx_http_proxy_probe.nx | LIVE end-to-end proof of the reverse-proxy: simulate | 23 | 2 |
| nx_http_proxy_test.nx | gate the wired reverse-proxy: GET request-line | 53 | 3 |
| nx_http_range_req.nx | ADDITIVE HTTP/1.1 Range request builder (RFC 9110 Section 14.2) -- the first piece of | 72 | 8 |
| nx_http_redirect.nx | HTTP 3xx redirect emitter. | 290 | 14 |
| nx_http_redirect_test.nx | smoke for 3xx redirect emitter. | 140 | 3 |
| nx_http_request_adversarial_test.nx | Phase A3 of S-class hardening. | 129 | 2 |
| nx_http_resolve_redirect.nx | client-side 3xx redirect Location | 132 | 5 |
| nx_http_resp.nx | HTTP/1.1 response generator. | 204 | 9 |
| nx_http_response_complete_candidate_t314.nx | client-side HTTP/1.1 response parser. | 570 | 21 |
| nx_http_response_parse.nx | client-side HTTP/1.1 response parser. | 487 | 19 |
| nx_http_response_parse_candidate.nx | client-side HTTP/1.1 response parser. | 494 | 18 |
| nx_http_response_parse_test.nx | KATs for HTTP/1.1 client-side | 270 | 14 |
| nx_http_router.nx | method+path route dispatch table. | 187 | 6 |
| nx_http_router_test.nx | route dispatch shape verification. | 118 | 1 |
| nx_http_security_headers.nx | Enforces secure HTTP headers for XSS, clickjacking, MIME-sniffing, and privacy by default. | 289 | 14 |
| nx_http_security_headers_test.nx | smoke for production header set. | 167 | 3 |
| nx_http_server.nx | bind/listen/accept-loop HTTP/1.1 server. | 487 | 15 |
| nx_http_server_test.nx | structural smoke (no actual sockets). | 114 | 2 |
| nx_http_session.nx | session-token format + Set-Cookie/Cookie I/O. | 335 | 12 |
| nx_http_session_test.nx | smoke for session token + cookie I/O. | 166 | 3 |
| nx_http_template.nx | sealed-enum context-typed HTML templates. | 292 | 11 |
| nx_http_template_test.nx | smoke for typed-context templates. | 169 | 4 |
| nx_http_tracker.nx | SOVEREIGN HTTP/TCP BitTorrent tracker announce (X-TORRENT-LIVE-002 R1). | 141 | 12 |
| nx_https_cert_pipeline.nx | top-level HTTPS cert verification | 297 | 5 |
| nx_https_cert_pipeline_test.nx | minimal KAT for the HTTPS | 125 | 1 |
| nx_https_client.nx | HTTPS convenience wrapper (TLS+DNS glue). | 349 | 6 |
| nx_https_client_gate.nx | THE GATE FOR THE STUB HTTPS CLIENT, 2026-09-03. | 106 | 1 |
| nx_https_fetch.nx | sovereign authed / extra-header HTTPS GET, REUSABLE primitive (LangIntel oracle lever). | 80 | 1 |
| nx_https_fetch_file.nx | SOVEREIGN LARGE-ARTIFACT FETCH: stream an https response BODY straight to a | 96 | 4 |
| nx_https_fetch_follow.nx | Fetcher upgrade F-2: LIVE redirect-following fetch. | 761 | 27 |
| nx_https_fetch_follow_test.nx | LIVE gate for fetcher F-2 (redirect-follow). | 49 | 4 |
| nx_https_fetch_lib.nx | the sovereign HTTPS GET composition, as a LIBRARY. | 783 | 23 |
| nx_https_fetch_lib_gate.nx | runtime proof for the fetch composition extracted | 146 | 2 |
| nx_https_fetch_test.nx | KAT for the structured-response top- | 51 | 1 |
| nx_https_get.nx | THE TOP-LEVEL USER-FACING HTTPS FETCH PRIMITIVE. | 228 | 4 |
| nx_https_get_cli.nx | the OPERATOR/MCP-facing sovereign HTTPS fetch (replaces WebFetch + curl). | 181 | 6 |
| nx_https_get_cli2.nx | CANARY of the sovereign HTTPS fetch with HELLO AUTO-FALLBACK (seq759 design, finally real). | 367 | 13 |
| nx_https_get_cli2_body_gate.nx | 44 | 1 | |
| nx_https_get_cli2_candidate.nx | CANARY of the sovereign HTTPS fetch with HELLO AUTO-FALLBACK (seq759 design, finally real). | 355 | 13 |
| nx_https_get_complete.nx | step 4 of the nx_https_client | 516 | 22 |
| nx_https_get_complete_test.nx | KAT for the HTTP GET | 69 | 1 |
| nx_https_get_happy_test.nx | REAL fork+child happy-path KAT | 657 | 23 |
| nx_https_get_hdr.nx | generic sovereign HTTPS GET with a CALLER-SUPPLIED request header, over the FULL | 75 | 4 |
| nx_https_get_live_demo_test.nx | LIVE-FIRE demo against | 131 | 1 |
| nx_https_get_live_github_test.nx | LIVE external-CA regression gate for the GitHub certificate class. | 101 | 5 |
| nx_https_get_live_google_test.nx | live HTTPS fetch against | 138 | 2 |
| nx_https_get_live_real_ca_test.nx | THE final Arc A milestone. | 182 | 2 |
| nx_https_get_spoof.nx | validated-TLS HTTPS GET that SPOOFS a real browser (X-TORRENT-SPOOF R2): | 149 | 9 |
| nx_https_get_stream.nx | STREAMING TLS GET (the M3-into-fetch piece): parse response headers, then stream the | 163 | 12 |
| nx_https_get_test.nx | KAT for the top-level user-facing | 67 | 1 |
| nx_https_ka_probe.nx | R4 ISOLATED PROOF: HTTP/1.1 KEEP-ALIVE connection reuse over ONE TLS session. | 158 | 10 |
| nx_https_loopback_test.nx | HTTPS-class fork loopback over real | 570 | 35 |
| nx_https_pipeline_e2e_test.nx | THE end-to-end happy-path KAT | 366 | 8 |
| nx_https_post_complete.nx | HTTPS POST companion to | 187 | 5 |
| nx_https_post_complete_test.nx | compile + symbol-resolution gate. | 37 | 1 |
| nx_https_post_lib.nx | URL-LEVEL HTTPS POST WITH A BODY. The primitive that was missing. | 256 | 9 |
| nx_https_post_lib_gate.nx | THE GATE FOR URL-LEVEL HTTPS POST, 2026-09-03. | 212 | 4 |
| nx_https_redirect.nx | Fetcher upgrade F-1: SOVEREIGN redirect handling. | 45 | 2 |
| nx_https_redirect_test.nx | gate for fetcher upgrade F-1 (redirect logic). | 65 | 4 |
| nx_https_truncation_gate.nx | teeth for the TLS-1.3 short-body check in nx_https_get_complete.nx. | 184 | 5 |
| nx_https_url_connect.nx | step 2 of the nx_https_client | 220 | 6 |
| nx_https_url_connect_test.nx | KAT for the URL+DNS+TCP step 2 | 71 | 1 |
| nx_https_url_for_fetch.nx | step 1 of the HTTPS fetch | 122 | 4 |
| nx_https_url_for_fetch_test.nx | KAT for the HTTPS URL | 121 | 2 |
| nx_hub_emit.nx | sovereign emitter: content/hub.cards -> dist/hub/index.html | 189 | 6 |
| nx_hub_research.nx | THIN structured PERSONAL-HUB / BLOG / ORGANIZER / CALENDAR / VIDEO-SHARING research | 40 | 1 |
| nx_hub_verify_gate.nx | SOVEREIGN live verifier for nishifamily.com/hub/. | 87 | 6 |
| nx_huffman.nx | canonical Huffman decoder. | 304 | 5 |
| nx_hull_mesh.nx | THE JOIN: silhouettes -> carved SDF field -> triangle mesh -> rendered PNG. | 219 | 9 |
| nx_hunt_evidence.nx | content-addressed kill receipts. | 117 | 7 |
| nx_hunt_evidence_test.nx | smoke for nx_hunt_evidence. | 46 | 1 |
| nx_hunt_journal.nx | append-only event ring for hunt events. | 105 | 6 |
| nx_hunt_journal_test.nx | smoke for nx_hunt_journal. | 47 | 1 |
| nx_hunt_partition.nx | crew role assignment for hunts. | 162 | 9 |
| nx_hunt_partition_test.nx | smoke for nx_hunt_partition. | 49 | 1 |
| nx_hunter.nx | outward-axis collection primitive. | 297 | 15 |
| nx_hunter_test.nx | smoke for nx_hunter. | 68 | 1 |
| nx_hvac_efficiency.nx | INDEPENDENT HVAC efficiency verdict from | 230 | 4 |
| nx_hvac_efficiency_test.nx | gate for the independent HVAC efficiency | 144 | 1 |
| nx_hw.nx | runtime hardware probes (CPU count, cache line, page). | 151 | 6 |
| nx_hw_simd_caps.nx | runtime SIMD capability detection. | 201 | 12 |
| nx_hw_simd_caps_test.nx | exercise all 6 probe entry points. | 30 | 2 |
| nx_hwagnostic_research.nx | THIN structured HARDWARE-AGNOSTIC-GPU research source organ. COMPOSES | 47 | 1 |
| nx_hwmodel_research_fetch.nx | bank the HARDWARE-MODEL field for NishiOS rung 7 (the 3 hardware-gated OS gaps, | 47 | 2 |
| nx_hwprobe.nx | substrate-native hardware enumeration. | 322 | 11 |
| nx_hybrid_moe_cascade_gate.nx | THE SYSTEM-LEVEL MoE the operator actually wants (2026-07-15): NOT a | 194 | 3 |
| nx_hydrology.nx | watershed water cycle + intervention design. | 224 | 11 |
| nx_hydrology_test.nx | smoke for nx_hydrology. | 105 | 1 |
| nx_hygiene_prims.nx | foundational primitives for the | 351 | 18 |
| nx_hyperres.nx | N-electron hyperresolution. | 126 | 2 |
| nx_hyperres_test.nx | N-electron hyperresolution smoke. | 161 | 4 |
| nx_hypha.nx | bidirectional peer share + receive (point-to-point | 375 | 13 |
| nx_hypha_test.nx | smoke for nx_hypha. | 161 | 1 |
| nx_hyphen.nx | LIANG HYPHENATION (the algorithm behind TeX's \hyphenation), integer-exact. | 285 | 10 |
| nx_hypnosis_research_fetch.nx | SOVEREIGN research round for S-CLASS HYPNOSIS HELP (operator 2026-06-23: | 81 | 5 |
| nx_i128.nx | minimum-viable signed 128-bit integer primitive. | 282 | 12 |
| nx_i128_test.nx | smoke test for nx_i128.nx. | 47 | 1 |
| nx_i256.nx | 256-bit signed integer (N3 in numeric tier ladder). | 267 | 11 |
| nx_i256_test.nx | smoke for the N3 tier (256-bit integer). | 78 | 1 |
| nx_i2mesh.nx | sovereign IMAGE-to-MESH v0 (generator-path R3, operator: "z image be able to be ingested | 138 | 8 |
| nx_i32store_probe_gate.nx | pins nx_cc *i32 subscript STORE + LOAD semantics. REWRITTEN 2026-07-10 for | 44 | 3 |
| nx_i8dot32_kat.nx | KAT for the new __f32_i8dot32 SSE intrinsic. | 56 | 2 |
| nx_i8dot32a_kat.nx | KAT for the AVX2 __f32_i8dot32a intrinsic. | 57 | 2 |
| nx_i8dot_ab.nx | same-process kernel A/B: SSE __f32_i8dot32 vs AVX2 | 50 | 3 |
| nx_i8fma32_kat.nx | KAT for __f32_i8fma32 (deferred-hsum FMA block). | 54 | 3 |
| nx_icbrt.nx | bits-up integer cube root + Q14 fixed-point wrapper. | 98 | 2 |
| nx_icbrt_test.nx | verify integer cube root + Q14 wrapper. | 84 | 1 |
| nx_ice.nx | SOVEREIGN ICE (RFC 8445) primitives, NishiLang from the first byte up, composing nx_stun. | 166 | 14 |
| nx_ice_agent.nx | SOVEREIGN ICE AGENT state machine (RFC 8445 6), NishiLang, composing nx_ice. | 144 | 17 |
| nx_ice_agent_gate.nx | proves the sovereign ICE agent orchestration: candidate pairing (component-matched), | 94 | 4 |
| nx_ice_check_gate.nx | proves the ICE connectivity-CHECK EXCHANGE end to end: | 147 | 4 |
| nx_ice_distribution.nx | THE CRYSTAL SIZE DISTRIBUTION, and the coupling | 355 | 15 |
| nx_ice_distribution_test.nx | gate for the derived geometric coupling. | 215 | 4 |
| nx_ice_gate.nx | KAT the sovereign ICE primitives against RFC 8445 (priority) + RFC 5769 (2.1 sample | 98 | 8 |
| nx_ice_recrystal.nx | HOW FROZEN DESSERT ACTUALLY DIES. | 305 | 15 |
| nx_ice_recrystal_test.nx | gate for ice recrystallisation. | 191 | 4 |
| nx_ice_scale.nx | PERSONAL TO INDUSTRIAL: what changes when you make more, | 299 | 23 |
| nx_ice_scale_gate.nx | gate for the personal-to-industrial ladder. | 192 | 17 |
| nx_ice_stabiliser.nx | THE HYDROCOLLOID TERM, and the reason it is much | 347 | 24 |
| nx_ice_stabiliser_gate.nx | gate for the hydrocolloid term. | 192 | 18 |
| nx_icecream.nx | FOOD-SCIENCE SUITE / FROZEN DESSERT rung. Computes what | 568 | 48 |
| nx_icecream_balance.nx | FOOD-SCIENCE SUITE / MIX BALANCING rung. | 198 | 8 |
| nx_icecream_balance_test.nx | gate for nx_icecream_balance. The core | 192 | 3 |
| nx_icecream_bench.nx | THE RULER. Score a frozen dessert against Ben & | 538 | 44 |
| nx_icecream_bench_gate.nx | gate for the frozen-dessert RULER. | 255 | 22 |
| nx_icecream_test.nx | gate for nx_icecream. The freezing-curve tests | 256 | 4 |
| nx_ico.nx | ICO/CUR icon container: a COMPLETE format, writer and reader. | 208 | 13 |
| nx_ico_decode.nx | Windows ICO/CUR reader. The one legacy format with | 167 | 5 |
| nx_ico_gate.nx | proves the ICO writer/reader pair by ROUND-TRIP. | 190 | 3 |
| nx_ico_header.nx | parse Windows ICO / CUR icon container headers. | 167 | 5 |
| nx_id.nx | monotonic IDs and 128-bit content addresses. | 194 | 7 |
| nx_id_concurrent_canonical_gate_t190.nx | 36 | 2 | |
| nx_id_concurrent_gate_t190.nx | 36 | 2 | |
| nx_id_epoch_prepare_gate_t293.nx | Tests id epoch preparation and resolution under various crash and failure scenarios. | 164 | 5 |
| nx_id_evidence_canonical_gate_t190.nx | 40 | 3 | |
| nx_id_evidence_gate_t190.nx | 40 | 3 | |
| nx_id_evidence_gate_t190b.nx | 40 | 3 | |
| nx_id_handler_canonical_gate_t190.nx | 53 | 3 | |
| nx_id_handler_gate_t190.nx | 49 | 3 | |
| nx_id_handler_gate_t190b.nx | 49 | 3 | |
| nx_id_handler_gate_t190c.nx | 53 | 3 | |
| nx_id_help_gate_t190.nx | 27 | 2 | |
| nx_id_ledger_audit_t190.nx | Analyzes ledger metadata to count rows with formatting issues and validate schema compliance. | 77 | 2 |
| nx_id_ledger_claim_audit_t219.nx | Verifies and splits claim evidence from legacy rows into hexadecimal and file path components. | 146 | 9 |
| nx_id_ledger_existing_keys_audit_t219.nx | Audits existing ledger keys by checking their presence in job files and generating hash-based evidence. | 206 | 12 |
| nx_id_ledger_provenance_audit_t219.nx | Analyzes legacy data rows to detect anomalies and generate cryptographic hashes for audit purposes. | 83 | 6 |
| nx_id_legacy_reconcile_gate_t219.nx | 61 | 4 | |
| nx_id_palette.nx | THE CORRELATED IDENTITY PALETTE. /compare/procgen C33, symbol | 87 | 6 |
| nx_id_param_core.nx | THE PURE IDENTITY-PARAMETER CORE. /compare/procgen C36, symbol | 200 | 14 |
| nx_id_param_gate.nx | THE IDENTITY-PARAMETER CORE AND ITS FIRST CONSUMER, GATED. | 459 | 11 |
| nx_idam_research_fetch.nx | SOVEREIGN multi-source web-fetch to RESEARCH an S-CLASS, HR-GOVERNED, | 101 | 5 |
| nx_ide_compile.nx | sovereign compile-and-run pipeline. | 263 | 18 |
| nx_idea_coverage.nx | the ATTRIBUTION COVERAGE census for the idea genealogy. | 231 | 10 |
| nx_idea_genealogist.nx | the IDEA/ATTRIBUTION genealogist (top-down): records WHO/WHAT/WHERE/ | 387 | 12 |
| nx_idea_tree.nx | the ANCESTRY view of the idea genealogy (genealogist criterion 5). | 160 | 9 |
| nx_idemp.nx | IS THIS GATE IDEMPOTENT? RUN IT TWICE AND COMPARE. No heuristic, no grep. | 310 | 10 |
| nx_idemp_negctl_gate.nx | A GATE THAT IS NON-IDEMPOTENT BY CONSTRUCTION. The negative control | 72 | 1 |
| nx_idempotent_key.nx | content-addressed dedup keys for NX-INGEST. | 242 | 5 |
| nx_ident.nx | ARTIFACT IDENTITY ORACLE: "which binary is ACTUALLY running, | 223 | 8 |
| nx_ident_len_gate.nx | the 63/64 identifier-length boundary in lex_ident_or_kw (debt 1785521184). | 53 | 3 |
| nx_identity_persist.nx | SOVEREIGN identity-persistence drift-catcher. The #1 old-system failure (census | 88 | 9 |
| nx_identity_persist_gate.nx | GATE for nx_identity_persist: the sovereign drift-catcher rejects a | 62 | 4 |
| nx_identity_space_gate.nx | THE REFEREE FOR THE CORRELATED IDENTITY DRAW (graphics GR24, clauses 1-3). | 188 | 3 |
| nx_identity_space_lib.nx | THE CORRELATED IDENTITY DRAW (graphics GR24), as a pure core a gate can drive. | 175 | 6 |
| nx_ifc.nx | Information Flow Control labels (DIFC / Jif lineage). | 268 | 9 |
| nx_ignored_host_reach.nx | SREACH R3a-seed: IGNORED-HOST REACH CENSUS. | 200 | 10 |
| nx_ik.nx | CCD INVERSE KINEMATICS on nx_skeleton (Elara bar E5: "grab a wrist, the arm follows"; the same | 82 | 3 |
| nx_image.nx | pure-math image primitives. | 428 | 20 |
| nx_image_access.nx | ACCESS POLICY for the search-by-image realm: OPERATOR-ONLY, deny-by-default. | 30 | 2 |
| nx_image_access_gate.nx | referee for the search-by-image OPERATOR-ONLY access policy. | 58 | 5 |
| nx_image_clarity.nx | photographic vs image-level clarity. | 113 | 1 |
| nx_image_e2e_gate.nx | END-TO-END referee for search-by-image on REAL images. | 199 | 17 |
| nx_image_feature_extract.nx | fixed-length feature vector emitter. | 161 | 2 |
| nx_image_feature_extract_test.nx | smoke for feature-vector emitter. | 81 | 1 |
| nx_image_grade_cli.nx | substrate's image-grading CLI binary. | 241 | 8 |
| nx_image_grade_v0.nx | minimum-trigger image grading composer. | 457 | 7 |
| nx_image_grade_v1.nx | skin-localized image grading composer. | 488 | 5 |
| nx_image_grade_v2.nx | landmark-aware image grading composer. | 543 | 5 |
| nx_image_gray.nx | SHARED: decode an encoded image file -> row-major u8 Rec.709 grayscale. | 74 | 1 |
| nx_image_index.nx | REAL-CORPUS reverse-image INGESTOR. | 96 | 5 |
| nx_image_index_gate.nx | referee for the REAL-CORPUS ingestor (nx_image_index). | 206 | 15 |
| nx_image_load_raw.nx | load real images via raw-binary header + pixels. | 118 | 3 |
| nx_image_load_raw_test.nx | Smoke for the raw-bytes image bridge. Round-trip: allocate Image, | 62 | 1 |
| nx_image_search.nx | REUSABLE per-site SEARCH-BY-IMAGE (reverse-image) CLIENT. | 220 | 9 |
| nx_image_search_gate.nx | the engineer's re-runnable instrument for the REUSABLE search-by-image | 263 | 16 |
| nx_img_adapt_gate.nx | unit-tests channel adaptation (nx_img_to_rgb) for | 71 | 1 |
| nx_img_bytes_to_rgb.nx | decode an IN-MEMORY encoded image buffer -> interleaved 8-bit RGB (w*h*3, | 226 | 2 |
| nx_img_bytes_to_rgb_gif_t139.nx | decode an IN-MEMORY encoded image buffer -> interleaved 8-bit RGB (w*h*3, | 250 | 4 |
| nx_img_convert.nx | sovereign image CONVERT (resize -> encode), end-to-end. | 48 | 2 |
| nx_img_convert_loop_gate.nx | full sovereign convert loop, gated. | 79 | 1 |
| nx_img_core.nx | R1 of the SOVEREIGN scanning stack (hardware rung up): raw bytes -> pixels. A sovereign image | 111 | 9 |
| nx_img_core_gate.nx | proves R1 (bytes -> pixels): decode a P2 (ASCII) PGM and a P5 (binary) PGM into the pixel | 66 | 2 |
| nx_img_decode_gate.nx | referee for JPEG wired into the shared decode path (nx_img_to_gray / | 196 | 10 |
| nx_img_dims.nx | read an image's pixel WIDTH/HEIGHT straight from its header bytes (no decode). Powers the | 85 | 7 |
| nx_img_dims_gate.nx | KAT for the header dimension reader against hand-built PNG/GIF/JPEG headers with KNOWN | 66 | 6 |
| nx_img_extract_demo.nx | show the parser finding media (image URLs) in HTML. | 30 | 4 |
| nx_img_place.nx | place a decoded image onto a grayscale print page: luminance conversion + aspect-fit | 76 | 3 |
| nx_img_place_test.nx | gate for image luminance + aspect-fit + scale-blit (no PNG dependency; uses a | 61 | 2 |
| nx_img_print.nx | PRINT A DOCUMENT WITH AN IMAGE, end to end sovereign: generate/Decode a PNG -> | 166 | 4 |
| nx_img_resample.nx | selectable-model image resampler (the "easily | 123 | 4 |
| nx_img_resample_gate.nx | KAT gate for the selectable-model resampler. | 69 | 1 |
| nx_img_scale.nx | sovereign image resampler, hardware-rung-up. | 91 | 3 |
| nx_img_scale_diff.nx | measured-exceed harness, step 3 (diff). | 48 | 1 |
| nx_img_scale_emit.nx | measured-exceed harness, step 1 (emit). | 36 | 1 |
| nx_img_scale_gate.nx | KAT gate for the sovereign bilinear resampler. | 80 | 1 |
| nx_img_segment.nx | R3 of the sovereign scanning stack: binary image -> connected components (glyph boxes). | 74 | 7 |
| nx_img_segment_gate.nx | proves R3 (connected-component segmentation) on a 5x5 binary image with TWO separate | 59 | 2 |
| nx_img_threshold.nx | R2 of the sovereign scanning stack: grayscale -> binary (ink/paper). Otsu's method finds | 52 | 3 |
| nx_img_threshold_gate.nx | proves R2 (Otsu threshold + binarize) on hand-computed images: | 46 | 3 |
| nx_img_to_rgb.nx | decode an encoded image FILE -> interleaved 8-bit RGB (w*h*3, row-major). Thin PATH | 13 | 1 |
| nx_img_to_rgb_gate.nx | referee for the RGB decode path (nx_img_to_rgb) AND the color descriptors | 172 | 9 |
| nx_imgattr_lib.nx | THE ONE PLACE THAT DECIDES HOW AN <img> IS WRITTEN, AND THE ONE PLACE THAT | 481 | 19 |
| nx_imgattr_lib_gate.nx | the gate for nx_imgattr_lib. IN-PROCESS: it imports the lib and calls it | 260 | 13 |
| nx_imgbench.nx | THE REVERSE-IMAGE RULER. Answers, by measurement rather than opinion, the only | 287 | 7 |
| nx_imgcorpus.nx | DETERMINISTIC SYNTHETIC IMAGE CORPUS for reverse-image measurement. | 89 | 5 |
| nx_imgfacts.nx | per-asset DIMENSIONS + bytes for a gathered corpus, and a real GALLERY page. | 175 | 8 |
| nx_imgkp.nx | LOCAL FEATURES: FAST corners + BRIEF binary descriptors, integer, deterministic. | 408 | 17 |
| nx_imgorient.nx | DIHEDRAL (D4) ORIENTATION-INVARIANT perceptual matching. | 169 | 10 |
| nx_imgprov.nx | PROVENANCE FOR REVERSE IMAGE SEARCH: turn the media ledger into an nx_imgsearch | 339 | 11 |
| nx_imgprov_gate.nx | gate for the reverse-image PROVENANCE manifest builder. | 137 | 7 |
| nx_imgquery.nx | HYBRID reverse-image query: two complementary tiers over one corpus. | 51 | 2 |
| nx_imgquery_e2e_gate.nx | END-TO-END referee for hybrid reverse-image query on REAL decoded PNGs. | 236 | 12 |
| nx_imgransac.nx | GEOMETRIC VERIFICATION by translation consensus (integer RANSAC). | 101 | 3 |
| nx_imgsearch.nx | THE REVERSE-IMAGE SERVICE ORGAN: the MCP/API face of the multi-tier engine. | 834 | 35 |
| nx_imgsearch_engine.nx | THE MULTI-TIER REVERSE-IMAGE QUERY ENGINE. | 476 | 22 |
| nx_imgsearch_engine_gate.nx | referee for the multi-tier reverse-image engine. | 379 | 6 |
| nx_imgsearch_tier.nx | THE REVERSE-IMAGE TIER BASE CLASS (vtable OOP). | 370 | 32 |
| nx_imgsig.nx | UNIFIED visual-appearance signature = nx_visdesc (structure/tone, 80-dim) concatenated | 34 | 3 |
| nx_imgsig_gate.nx | referee for the unified visual signature (nx_imgsig = visdesc + colordesc). | 179 | 9 |
| nx_imgxform.nx | DETERMINISTIC IMAGE-TRANSFORMATION BATTERY: the adversary set a reverse-image | 303 | 8 |
| nx_immune.nx | Tier-2 colony-level adaptive immune coordinator. | 288 | 11 |
| nx_immune_test.nx | smoke for nx_immune. | 93 | 1 |
| nx_import.nx | sovereign import preprocessor (replaces main.c logic). | 1341 | 41 |
| nx_import_qualified_gate.nx | LN14 QUALIFIED IMPORTS: the referee for | 665 | 13 |
| nx_import_scan.nx | R0-brick-1 of the LIVING ECOSYSTEM GRAPH ([[project-nishi-living-ecosystem-graph-2026-07-15]]): | 78 | 3 |
| nx_importcensus.nx | IMPORTER REACH PER SOURCE FILE, as a flat, stamped artifact (2026-08-23, compare CE2). | 171 | 9 |
| nx_importcensus_gate.nx | referee for nx_importcensus (2026-08-23, compare CE2). | 191 | 7 |
| nx_imported_body_craft_gate_t137.nx | Validates imported body memory layout and interaction behavior in the Nishi ecosystem. | 68 | 2 |
| nx_imported_body_craft_gate_t262.nx | Validates imported body memory layout and interaction behavior in the Nishi ecosystem. | 68 | 2 |
| nx_imported_body_craft_gate_t43.nx | 33 | 2 | |
| nx_imported_body_diagnostic_candidate_t363.nx | 27 | 1 | |
| nx_imported_body_domain_gate_t342.nx | Actual compiled plain/shared body API and movement execution through the existing sovereign VM. | 98 | 2 |
| nx_imported_body_factor_gate_t361.nx | Actual compiled plain/shared body API and movement execution through the existing sovereign VM. | 80 | 2 |
| nx_imported_body_motion_candidate_t325.nx | 27 | 1 | |
| nx_imported_body_page_gate_t45.nx | 12 | 1 | |
| nx_imported_body_page_gate_t49.nx | 12 | 1 | |
| nx_imported_body_page_gate_t50.nx | 10 | 1 | |
| nx_imported_body_page_gate_t59.nx | 10 | 1 | |
| nx_imported_body_page_t262.nx | 27 | 1 | |
| nx_imported_body_page_toggle_t275.nx | 27 | 1 | |
| nx_imported_body_pair_gate_t137.nx | Existing layout-aware pair gate with current body artifacts. | 51 | 1 |
| nx_imported_body_placement_gate_t316.nx | Actual compiled plain/shared body API and movement execution through the existing sovereign VM. | 80 | 2 |
| nx_imported_body_registry_gate_t40.nx | Tests the bounded registry's upsert, read, and conflict resolution behavior for imported body data. | 78 | 5 |
| nx_imported_body_registry_gate_t43.nx | Tests the bounded registry's upsert behavior under various revision and shape modification scenarios. | 83 | 5 |
| nx_imported_body_registry_t40.nx | Private imported-body component registry. Composes existing identity and contact owners. | 139 | 11 |
| nx_imported_body_vm_bounds_20260912.nx | Actual compiled plain/shared body API and movement execution through the existing sovereign VM. | 80 | 2 |
| nx_imported_body_wasm_gate_t137.nx | Actual compiled plain/shared body API and movement execution through the existing sovereign VM. | 80 | 2 |
| nx_imported_body_wasm_gate_t262.nx | Actual compiled plain/shared body API and movement execution through the existing sovereign VM. | 80 | 2 |
| nx_imported_body_wasm_gate_t44.nx | Actual compiled plain/shared body API and movement execution through the existing sovereign VM. | 61 | 2 |
| nx_imported_body_wasm_gate_t49.nx | Actual compiled plain/shared body API and movement execution through the existing sovereign VM. | 77 | 2 |
| nx_imported_current_exports_t262.nx | 8 | 1 | |
| nx_imported_gait_gate_t262.nx | Validates and initializes a gait engine using a binary file's SHA256 digest and structured data sections. | 185 | 1 |
| nx_imported_inspection_gate_t262.nx | Validates inspection gate functionality and ensures consistent state during gameplay. | 118 | 4 |
| nx_inc_compile.nx | LN10: THE PER-MODULE INCREMENTAL BUILD CACHE. | 1250 | 50 |
| nx_inc_compile_gate.nx | VERDICT gate for rung LN10 of /compare/lang: the per-module incremental build | 455 | 19 |
| nx_incclosure_lib.nx | ONE OWNER for import-closure NAME->PATH resolution (2026-08-25, rung LN10). | 129 | 6 |
| nx_increment_inplace.nx | AUTO-GENERATED from shape `array_transform_inplace`. | 28 | 1 |
| nx_increment_inplace_test.nx | 15 | 1 | |
| nx_incumbent_gate.nx | GATE for the incumbents ruler (nx_incumbent_lib, engineshift ES28), driven IN-PROCESS on a | 269 | 5 |
| nx_incumbent_lib.nx | THE ONE RULER FOR A RUNG CONTRACT'S INCUMBENTS AND THE RECORD'S REJECTIONS (engineshift ES28). | 1427 | 52 |
| nx_incumbents.nx | CLI over nx_incumbent_lib (engineshift ES28): build the incumbent index, or answer a board's rung | 124 | 4 |
| nx_index_migrate_gate.nx | THE MIGRATION-PROOF gate (operator headline: "migratable to bigger + more sophisticated | 125 | 10 |
| nx_index_scale_census.nx | HONEST census of our INDEX SCALE / PERFORMANCE / MIGRATABILITY capabilities for the | 43 | 3 |
| nx_index_wr_decouple.nx | LIB: WRITE-READ DECOUPLING (LSM/Lucene near-real-time model). The ingest (WRITE) path | 15 | 3 |
| nx_index_wr_decouple_gate.nx | proves write-read decoupling: a reader pinned to a generation is UNAFFECTED by | 53 | 2 |
| nx_indexed_subsume_test.nx | discrim-tree-backed forward subsumption. | 107 | 6 |
| nx_indirect_kat.nx | KAT for stage 2 (indirect calls fp(args)). Expect: IND1_OK / IND3_OK / VAR_OK. | 24 | 3 |
| nx_indoor.nx | ★R8 of the Infinigen ladder: INDOOR scenes (their CVPR'24 Infinigen-Indoors track). A room | 245 | 18 |
| nx_indoorgen.nx | CLI: solve every shipped room archetype x variant by constraint (GR6, the | 87 | 3 |
| nx_indoorgen_data.nx | NX-DERIVED: regenerated artefact, not authored source. | 107 | 5 |
| nx_indoorgen_gate.nx | GATE for the constraint-solved room generator (GR6, /compare/graphics | 147 | 1 |
| nx_indoorgen_lib.nx | GR6 INDOOR ROOMS BY CONSTRAINT SOLVE (the Infinigen 2.0 expansion, | 428 | 19 |
| nx_inet_pton.nx | IPv4 / IPv6 address text <-> binary conversions. | 151 | 4 |
| nx_infill.nx | scan-line infill pattern generator for closed | 224 | 4 |
| nx_infill_test.nx | scan-line infill on a unit-mm CCW square at | 131 | 5 |
| nx_infinigen_page.nx | THE PROCGEN VALIDATION SURFACE (/infinigen, operator 2026-08-27: | 549 | 18 |
| nx_infinigen_research_fetch.nx | ★GROUND TRUTH for the Infinigen census (operator 2026-07-10: "make sure we | 35 | 2 |
| nx_inflate.nx | SOVEREIGN DEFLATE DECOMPRESSION (RFC 1951) + gzip (1952) + zlib (1950). | 348 | 8 |
| nx_inflate_kat_test.nx | R4-CMP-001: consolidated DEFLATE inflate KAT | 572 | 1 |
| nx_infomgmt_research.nx | THIN structured INFORMATION-MANAGEMENT research source organ. COMPOSES | 48 | 1 |
| nx_infra_sota_fetch.nx | DEEP SOTA for the INFRASTRUCTURE domains (operator 2026-07-04: measure our HOSTING, | 69 | 5 |
| nx_ingest.nx | MLIB-004 (CALLOUT-012). The INGESTION SOURCE-ADAPTER FRAMEWORK. | 138 | 11 |
| nx_ingest_admit.nx | INGEST ADMISSION CONTROL (/compare/mediaingest R2; contract symbol ig_disk_floor). | 81 | 5 |
| nx_ingest_admit_gate.nx | GATE for nx_ingest_admit (/compare/mediaingest R2, ig_disk_floor). No filesystem is | 75 | 2 |
| nx_ingest_at_scale.nx | read a large MetaMath corpus file and | 117 | 1 |
| nx_ingest_audit.nx | THE MECHANIZED INGEST AUDIT (ladder + facts, one call per artifact). | 224 | 9 |
| nx_ingest_batch.nx | the actual ingestion SYSTEM. | 437 | 6 |
| nx_ingest_batch_test.nx | smoke for the bits-up ingestion SYSTEM. | 86 | 3 |
| nx_ingest_bulk_test.nx | bulk ingest smoke against gbif_bulk/. | 86 | 3 |
| nx_ingest_cli.nx | CLI driver for the paste-HTML -> POV-caption pipeline. | 298 | 4 |
| nx_ingest_gate.nx | REFEREE for WRITING rung W-ING-1 (nx_ingest). | 129 | 5 |
| nx_ingest_pipeline.nx | orchestrate: ingest -> QED-db -> auto-verify. | 243 | 9 |
| nx_ingest_pipeline_test.nx | end-to-end cross-corpus ingestion smoke. | 80 | 1 |
| nx_ingest_runner.nx | composition primitive for autonomous ingest. | 148 | 14 |
| nx_ingest_runner_test.nx | end-to-end stress of the 5-defense runner. | 87 | 2 |
| nx_ingest_scene.nx | ALIAS STUB (2026-08-19). | 19 | 0 |
| nx_ini.nx | parse INI-style configuration files. | 233 | 7 |
| nx_ini_writer.nx | serialise INI-style config. | 110 | 6 |
| nx_inotify.nx | Linux inotify(7) wrapper. | 154 | 6 |
| nx_input.nx | terminal input primitives (line + byte read from stdin). | 133 | 3 |
| nx_input_abstract.nx | SOVEREIGN device-agnostic input core (F1102, game-platform lane). | 235 | 15 |
| nx_input_alias_regression_t121.nx | Physical binding regression; real native input owner, no mock. | 38 | 1 |
| nx_input_gpio.nx | GPIO button input abstraction. | 154 | 7 |
| nx_input_gpio_test.nx | smoke for nx_input_gpio. | 54 | 1 |
| nx_inspection_camera_bounds_gate_t181.nx | Verifies camera bounds and inspection logic consistency in the game world. | 95 | 4 |
| nx_inspection_camera_canonical_gate_t142.nx | Verifies camera inspection functionality and state consistency in the Nishi ecosystem. | 72 | 4 |
| nx_inspection_camera_gate_t142.nx | Verifies camera inspection functionality and state consistency in the Nishi ecosystem. | 72 | 4 |
| nx_inspection_distance_gate_t218.nx | Verifies inspection distance gate functionality and rendering consistency in the Nishi ecosystem. | 118 | 4 |
| nx_inst_gen.nx | instance generation (Inst-Gen). | 88 | 2 |
| nx_inst_gen_test.nx | instance generation smoke. | 132 | 3 |
| nx_install_attest.nx | defensive primitives around install_hash. | 187 | 6 |
| nx_install_attest_signed.nx | Ed25519-signed install attestation. | 194 | 5 |
| nx_install_attest_signed_test.nx | smoke for EM-9 Ed25519 signing. | 267 | 7 |
| nx_install_attest_test.nx | smoke for nx_install_attest helpers. | 238 | 4 |
| nx_install_hash.nx | compute install_hash from NxInstallPlan via | 210 | 5 |
| nx_install_hash_test.nx | smoke for nx_install_hash SA-7 partial. | 203 | 4 |
| nx_install_pipeline.nx | end-to-end SA arc orchestrator. | 190 | 4 |
| nx_install_pipeline_test.nx | smoke for the SA arc end-to-end | 218 | 5 |
| nx_install_plan.nx | selection-pipeline output record. | 296 | 5 |
| nx_install_plan_test.nx | smoke for nx_install_plan SA-6/SA-7 bridge. | 195 | 4 |
| nx_installed_census.nx | INSTALLED MODE of the intelmine miner, the thin program over nx_installed_census_lib. | 135 | 3 |
| nx_installed_census_gate.nx | GATE for the installed mode (/compare/intelmine IM20 ic_steam_library, IM22 | 209 | 8 |
| nx_installed_census_lib.nx | THE INSTALLED MODE OF THE INTELMINE MINER (/compare/intelmine IM20 ic_steam_library, | 668 | 43 |
| nx_instrument_diagnostician.nx | pattern-match measurement deltas to named fixes. | 240 | 8 |
| nx_intake_form.nx | R6 intake FORM: the zero-JS, accommodation-friendly survey a person fills (behind the | 66 | 4 |
| nx_intake_form_gate.nx | proves the intake form is a sovereign zero-JS native-POST form whose field names | 65 | 6 |
| nx_intake_handler.nx | R6 of THE NISHI SITUATION-MANAGEMENT arc: the INTAKE data path. Turns a person's | 56 | 4 |
| nx_intake_handler_gate.nx | R6 GATE: proves a submitted intake form flows into the whole system. A | 93 | 4 |
| nx_intake_keep.nx | keep the public intake route ALIVE, without touching the supervisor. | 136 | 8 |
| nx_intake_profile.nx | R6c: the LATEST-PROFILE loader, so the live dashboard + before-you-buy run on the | 72 | 6 |
| nx_intake_profile_gate.nx | R6c GATE: proves the "latest profile" loader. A submitted intake (ih_record, | 68 | 4 |
| nx_integral.nx | integral image (summed-area table). R-FACE-0: the | 92 | 5 |
| nx_integral_gate.nx | REFEREE for R-FACE-0 (nx_integral). | 97 | 4 |
| nx_integrity_signal.nx | F1: judicial INTEGRITY / scrutiny signal from CourtListener financial disclosures. | 138 | 8 |
| nx_intelligence_stage.nx | sealed enum 3 stages of intelligence | 101 | 6 |
| nx_intelligence_stage_test.nx | smoke for stage enum. | 42 | 2 |
| nx_intelmine_lib.nx | THE PROPOSER: mined signals become candidate rows on the /compare board that owns them | 326 | 20 |
| nx_intelmine_propose.nx | ONE CALL from a mined title to the boards: the thin program over nx_intelmine_lib. | 113 | 1 |
| nx_intelmine_propose_gate.nx | GATE for the proposer (/compare/intelmine IM3 im_propose_rows, IM24 ic_propose): a | 147 | 6 |
| nx_intent.nx | per-function intent declaration (Captain Moroni Phase M1). | 171 | 7 |
| nx_intent_survival.nx | did the director's intent survive the render? | 243 | 8 |
| nx_intent_survival_test.nx | smoke for tiered survival verdict. | 122 | 1 |
| nx_intent_test.nx | smoke for nx_intent. | 53 | 1 |
| nx_inter_layer_coherence.nx | cross-layer constraint checker. | 363 | 7 |
| nx_interior_geometry.nx | Tier 6 interior-layout consistency. | 384 | 12 |
| nx_intern.nx | string interning pool. | 206 | 8 |
| nx_interp.nx | sovereign snapshot INTERPOLATION buffer: the core trick that makes a peer on a | 147 | 11 |
| nx_interpersonal_research.nx | THIN structured INTERPERSONAL / SELF-DEVELOPMENT coaching research organ. Operator | 41 | 1 |
| nx_interrupt_broker.nx | sub-50ms preemption between concurrent generators. | 297 | 15 |
| nx_interrupt_broker_test.nx | smoke for nx_interrupt_broker. | 115 | 1 |
| nx_interval.nx | DETERMINISTIC interval arithmetic (the ideas of IEEE 1788, re-derived; not the | 158 | 17 |
| nx_intlog.nx | INTEGER fixed-point base-2 logarithm (no floats anywhere -- the ecosystem's no-float | 92 | 7 |
| nx_intra.nx | sovereign INTRA PREDICTION (V-R7, the q/bit gap-closer). Instead of coding raw pixels-128, an | 43 | 3 |
| nx_intra_pred.nx | sovereign directional intra prediction for 4x4 luma blocks (DC / vertical / horizontal / | 68 | 4 |
| nx_inv_bounded_gate.nx | proves the inverted index works with a BOUNDED, PE/bare-metal-portable footprint | 53 | 5 |
| nx_io.nx | buffered fd I/O (line-buffered stdout, full-buffered file). | 172 | 7 |
| nx_io_envelope_census.nx | EVERY CAPPED READER ANNOUNCES OR DERIVES (/compare/dataio DI2, 2026-09-05). | 1564 | 61 |
| nx_io_envelope_census_gate.nx | END-TO-END gate for the envelope census (/compare/dataio DI2): forks the SUBJECT | 73 | 3 |
| nx_io_v1.nx | epoll-based non-blocking event loop (Phase G3). | 145 | 8 |
| nx_ioadmit_gate.nx | referee for nx_ioadmit_lib, the I/O-storm admission ruler every I/O spawner | 422 | 2 |
| nx_ioadmit_lib.nx | THE I/O-STORM ADMISSION RULER, importable: ONE ruler for every process that is | 886 | 33 |
| nx_ioae_confread_test_20260907.nx | TEST ONLY actual heavyio config reader; allocation seams count real 64KiB mappings. | 118 | 8 |
| nx_ioae_confread_v2_20260907.nx | TEST ONLY actual heavyio config reader; allocation seams count real 64KiB mappings. | 118 | 8 |
| nx_ioae_files_test_20260907.nx | LOCAL native reader integration. argv: existing absolute nonsymlink fixture parent. | 160 | 5 |
| nx_ioae_files_v2_20260907.nx | LOCAL native reader integration. argv: existing absolute nonsymlink fixture parent. | 160 | 5 |
| nx_ioae_gate_test_20260907.nx | LOCAL native gate: deterministic record tests + actual admission bodies with explicit fixture boundaries. | 157 | 4 |
| nx_ioae_gate_v2_20260907.nx | LOCAL native gate: deterministic record tests + actual admission bodies with explicit fixture boundaries. | 158 | 4 |
| nx_ioae_lib_test_20260907.nx | THE I/O-STORM ADMISSION RULER, importable: ONE ruler for every process that is | 1102 | 47 |
| nx_ioae_wiring_test_20260907.nx | TEST ONLY: actual hio budget-entry body; census, width, pool and root boundaries replaced. | 130 | 13 |
| nx_ioae_wiring_v2_20260907.nx | TEST ONLY: actual hio budget-entry body; census, width, pool and root boundaries replaced. | 130 | 13 |
| nx_ioconfirm.nx | THE CONFIRMED I/O-STORM LEVEL: maintained continuously, read in constant time. | 290 | 8 |
| nx_ioconfirm_checked_test_20260907.nx | THE CONFIRMED I/O-STORM LEVEL: maintained continuously, read in constant time. | 316 | 8 |
| nx_ioconfirm_integration_gate.nx | LOCAL UNBUILT selective fixture harness. No production output paths are accepted. | 236 | 12 |
| nx_iot_anchor.nx | stable device-identity anchor for the hub. | 486 | 21 |
| nx_iot_anchor_test.nx | gate for the stable device-identity anchor. | 164 | 1 |
| nx_iot_announce.nx | multi-vendor LAN smart-device discovery. | 443 | 15 |
| nx_iot_announce_test.nx | in-memory smoke for nx_iot_announce. | 162 | 1 |
| nx_iot_capability.nx | per-device capability model for the hub UI. | 198 | 7 |
| nx_iot_capability_test.nx | gate for the per-device capability model. | 67 | 1 |
| nx_iot_classify.nx | universal device-type probe / vendor router. | 181 | 8 |
| nx_iot_classify_test.nx | gate for the universal device-type probe. | 72 | 1 |
| nx_iot_clock_master.nx | single monotonic tick source for the hub. | 390 | 8 |
| nx_iot_clock_master_test.nx | end-to-end smoke for the clock- | 217 | 1 |
| nx_iot_control_page.nx | emit a ZERO-JS, CROSS-BROWSER IoT CONTROL page. | 160 | 9 |
| nx_iot_control_page_gate.nx | proves the IoT control page is CROSS-BROWSER + CONTROLS. | 63 | 1 |
| nx_iot_dashboard.nx | the sovereign Nishi-browser IoT DASHBOARD (killer-feature rung 1). | 66 | 4 |
| nx_iot_dashboard_gate.nx | proves the sovereign Nishi-browser IoT dashboard: | 26 | 2 |
| nx_iot_discover.nx | universal multi-vendor device DISCOVERY brain. | 231 | 8 |
| nx_iot_discover_test.nx | gate for the universal discovery brain. | 180 | 2 |
| nx_iot_hub_serve.nx | the sovereign IoT HUB HTTP server (killer-feature rung 3). | 118 | 5 |
| nx_iot_hub_serve_gate.nx | proves the IoT hub server's routing + content logic without binding a | 43 | 2 |
| nx_iot_hub_serve_realm.nx | rung-4-LIVE: the IoT hub serve, HR-SESSION-GATED per HOUSE (realm). | 75 | 4 |
| nx_iot_hub_serve_realm_gate.nx | rung-4-live proof with a REAL OPAQUE session (not a mock): | 85 | 3 |
| nx_iot_hub_tenant.nx | per-HOUSE IoT sharding built ON THE NISHI HR SPINE (killer-feature rung 4). | 80 | 4 |
| nx_iot_hub_tenant_gate.nx | proves IoT multi-tenancy is the NISHI HR SPINE, not a bespoke store: | 68 | 2 |
| nx_iot_kasa_probe.nx | SOVEREIGN live Kasa device query. | 154 | 4 |
| nx_iot_kasa_win.nx | Pairs or probes Kasa bulbs via TCP/9999 using autokey-XOR encryption and credentials from a local file. | 159 | 15 |
| nx_iot_local_kasa.nx | TP-Link Kasa (TP-Link Smart Home) LAN protocol. | 404 | 17 |
| nx_iot_local_kasa_test.nx | gate for the TP-Link Kasa LAN driver. | 147 | 1 |
| nx_iot_local_magic_home.nx | Magic Home / Flux LED LAN protocol. | 378 | 12 |
| nx_iot_local_magic_home_test.nx | end-to-end smoke for the | 267 | 1 |
| nx_iot_local_tuya_v33.nx | Tuya v3.3 LAN wire-frame primitive. | 306 | 6 |
| nx_iot_local_tuya_v33_test.nx | end-to-end smoke for the Tuya | 208 | 1 |
| nx_iot_local_wiz.nx | WiZ JSON-over-UDP LAN protocol. | 448 | 10 |
| nx_iot_local_wiz_test.nx | in-memory smoke for the WiZ JSON-over- | 213 | 1 |
| nx_iot_page.nx | EMIT the nishifamily.com/iot hub control panel. | 212 | 5 |
| nx_iot_pair_research_fetch.nx | SOVEREIGN web-fetch: HOW TUYA/Smart-Life PAIRS A DEVICE ON ANDROID | 72 | 5 |
| nx_iot_provision_softap.nx | the auto-pair STATE MACHINE. | 490 | 18 |
| nx_iot_provision_softap_test.nx | gate for the auto-pair state machine. | 240 | 1 |
| nx_iot_research_fetch.nx | SOVEREIGN multi-source web-fetch to RESEARCH how others do SMART-HOME IoT | 96 | 5 |
| nx_iot_sc_broadcast.nx | SOVEREIGN ESP-Touch v1 BROADCASTER (R1b-live). Sends the U8 length | 90 | 5 |
| nx_iot_sc_broadcast_gate.nx | gate for the sovereign ESP-Touch broadcaster. | 61 | 1 |
| nx_iot_sc_emit_a64.nx | SOVEREIGN emitter: NishiLang -> aarch64 .s for the SmartConfig broadcaster | 114 | 5 |
| nx_iot_scene_sync.nx | the "lights stay in sync, self-fixing" organ. | 300 | 21 |
| nx_iot_scene_sync_test.nx | gate for the lights-stay-in-sync organ. | 119 | 1 |
| nx_iot_smartconfig.nx | SOVEREIGN ESP-Touch v1 (SmartConfig / EZ-mode) ENCODER. (R1b) | 101 | 4 |
| nx_iot_smartconfig_gate.nx | KAT for the sovereign ESP-Touch v1 encoder. | 66 | 1 |
| nx_iot_softap_discover_test.nx | gate for SoftAP (pairing-mode) discovery. | 117 | 1 |
| nx_iot_watchdog.nx | per-device link healer (closes the blink loop). | 316 | 15 |
| nx_iot_watchdog_test.nx | gate for the per-device link healer. | 147 | 1 |
| nx_ipaddr.nx | IPv4 + IPv6 address parse / format. | 348 | 8 |
| nx_ipdock_gate.nx | INDEPENDENT GATE: IP docketing, and which deadlines survive being missed. | 74 | 1 |
| nx_ipdock_lib.nx | IP DOCKETING: patent and trademark deadlines, and which of them are survivable. | 120 | 12 |
| nx_ipfilter.nx | SOVEREIGN IP blocklist (BitTorrent ip-filter): reject known-bad / anti-P2P-monitor IP | 42 | 6 |
| nx_ipfilter_fetch.nx | compile a live plaintext CIDR blocklist into ipfilter.bin over sovereign TLS. Default | 82 | 4 |
| nx_ipfilter_gate.nx | proves the ip-filter: (1) ipf_load reads the binary + ipf_blocked correctly matches | 43 | 3 |
| nx_ipfilter_seed_gate.nx | EXECUTION-level proof the seeder actually rejects a blocked peer (not just that | 36 | 3 |
| nx_ipp_codec.nx | sovereign IPP/1.1 wire codec (RFC 8010 encoding) -- R0 keystone of the | 457 | 26 |
| nx_ipp_codec_test.nx | gate for the sovereign IPP/1.1 wire codec (R0). | 123 | 2 |
| nx_ipp_submit.nx | build IPP job-submission requests (Validate-Job / Print-Job) -- R-RASTER-1. | 112 | 8 |
| nx_ipp_submit_test.nx | offline gate for job-submission request builders (R-RASTER-1). | 65 | 2 |
| nx_ipp_transport.nx | sovereign IPP-over-HTTP transport (R2): talk to ANY real IPP printer. | 287 | 12 |
| nx_ipp_transport_test.nx | offline gate for IPP-over-HTTP transport (R2). | 107 | 4 |
| nx_ir.nx | nxc2's SSA IR, ported to NishiLang. | 1804 | 109 |
| nx_ir_cast_capacity_expanded_t206.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 3788 | 271 |
| nx_ir_cast_capacity_t206.nx | 10 | 2 | |
| nx_ir_cast_identity_after_t206.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3788 | 271 |
| nx_ir_cast_identity_before_t206.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 3783 | 271 |
| nx_ir_cast_identity_t206.nx | 12 | 3 | |
| nx_ir_closure_gate_t206.nx | 18 | 4 | |
| nx_ir_dump.nx | bits-up IR-dump primitive for self-host | 155 | 4 |
| nx_ir_eval.nx | sovereign IR evaluation metrics: THE RULER for search SOTA. | 139 | 8 |
| nx_ir_eval_gate.nx | KAT for nx_ir_eval (the search-SOTA ruler). | 63 | 1 |
| nx_ir_substitute_pairs_candidate_t216.nx | 58 | 4 | |
| nx_ir_substitute_qualification_t206.nx | 59 | 4 | |
| nx_ir_validate.nx | structural invariants on the in-memory IR. | 271 | 6 |
| nx_ir_world_capacity_expanded_t206.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 3787 | 271 |
| nx_ir_world_capacity_t206.nx | 10 | 2 | |
| nx_ir_world_identity_after_t206.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3787 | 271 |
| nx_ir_world_identity_before_t206.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 3784 | 271 |
| nx_ir_world_identity_t206.nx | 12 | 3 | |
| nx_is_even.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_is_even_test.nx | 9 | 1 | |
| nx_is_negative.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_is_negative_test.nx | 9 | 1 | |
| nx_is_nonneg.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_is_nonneg_test.nx | 9 | 1 | |
| nx_is_odd.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_is_odd_test.nx | 9 | 1 | |
| nx_is_one.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_is_one_test.nx | 9 | 1 | |
| nx_is_positive.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_is_positive_test.nx | 9 | 1 | |
| nx_is_zero.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_is_zero_test.nx | 9 | 1 | |
| nx_isa_armv7a_gate.nx | THE ARMv7-A CONFORMANCE RULER. | 873 | 34 |
| nx_isa_conform_gate.nx | THE ISA CONFORMANCE RULER. | 1094 | 51 |
| nx_isa_cortexm_gate.nx | THE ARMv7-M / Cortex-M CONFORMANCE RULER. | 834 | 46 |
| nx_isa_loongarch64_gate.nx | THE LOONGARCH64 CONFORMANCE RULER. | 915 | 41 |
| nx_isa_manager.nx | THE MASTER ISA MANAGER. | 1148 | 25 |
| nx_isa_s390x_gate.nx | THE s390x CONFORMANCE RULER. | 945 | 37 |
| nx_isa_sparc64_gate.nx | THE SPARC64 CONFORMANCE RULER. | 1007 | 43 |
| nx_isabelle_dir_ingest.nx | ingest every Isabelle decl in the corpus | 67 | 1 |
| nx_isabelle_ingest.nx | Isabelle/HOL .thy statement-level ingester (I0). | 200 | 7 |
| nx_isabelle_ingest_test.nx | smoke for Isabelle I0 statement parser. | 32 | 1 |
| nx_isabelle_stream_ingest.nx | Isabelle parser -> 5-defense runner. | 65 | 4 |
| nx_isabelle_stream_ingest_test.nx | Isabelle parser -> defense stack. | 46 | 1 |
| nx_iso20022_gate.nx | F989 INDEPENDENT GATE: ISO 20022 parse + integrity validation. | 96 | 4 |
| nx_iso20022_lib.nx | F989: ISO 20022 payment-message parse + integrity validation. | 163 | 9 |
| nx_iso8601.nx | format + parse ISO 8601 date-time strings. | 198 | 8 |
| nx_isosurf.nx | ★F0 UNIFY implicit + explicit (from the graphics foundation census): a SURFACE-NETS polygonizer that | 145 | 2 |
| nx_isosurf_orientation_candidate_t343.nx | ★F0 UNIFY implicit + explicit (from the graphics foundation census): a SURFACE-NETS polygonizer that | 145 | 2 |
| nx_isosurf_orientation_gate_t343.nx | 19 | 2 | |
| nx_isqrt.nx | integer square root, shared helper. | 142 | 3 |
| nx_iterator.nx | composable iteration; kills the nested-loops bug class. | 375 | 18 |
| nx_iterator_test.nx | smoke for composable iteration. | 123 | 1 |
| nx_itoa_boundary_gate_t297.nx | 22 | 2 | |
| nx_itoa_candidate_t228.nx | THE shared integer->decimal emitter. ONE copy, so the corpus stops retyping it. | 79 | 5 |
| nx_itoa_candidate_t297.nx | THE shared integer->decimal emitter. ONE copy, so the corpus stops retyping it. | 77 | 5 |
| nx_itoa_gate_t228.nx | 40 | 2 | |
| nx_itoa_lib.nx | THE shared integer->decimal emitter. ONE copy, so the corpus stops retyping it. | 77 | 5 |
| nx_itoa_lib_gate.nx | gate for the shared integer->decimal emitter (nx_itoa_lib). | 105 | 3 |
| nx_itrig.nx | Provides integer trigonometric functions using 5th-order Taylor series approximations for angles in rad*4096 units. | 28 | 2 |
| nx_ivvbeat.nx | the IV+V beat: re-runs the estate's own verification gates and reports DRIFT. | 456 | 7 |
| nx_ivvcensus.nx | derive the IV+V registry from the WHOLE estate instead of a hand-picked sample. | 485 | 14 |
| nx_ivvguard.nx | the PURE safety predicates of the IV+V beat, extracted so they can be PROVEN BEFORE | 334 | 16 |
| nx_ivvguard_gate.nx | proves the IV+V beat safety predicates BEFORE any forking or deleting code is | 233 | 3 |
| nx_jam_detect.nx | SOVEREIGN clog/jam detector (QIDI fix; complements | 31 | 1 |
| nx_jam_detect_test.nx | KAT gate for the sovereign clog/jam detector. | 44 | 4 |
| nx_jam_response.nx | the JAM -> ACTION loop (auto-pause on a real jam, debounced | 26 | 1 |
| nx_jam_response_test.nx | KAT: the FULL jam->action loop on a simulated | 63 | 5 |
| nx_jargon.nx | substrate-native terminology bridge. | 305 | 10 |
| nx_jargon_test.nx | smoke for terminology-bridge primitive. | 85 | 1 |
| nx_jaro_winkler.nx | Jaro-Winkler string-similarity primitive. | 160 | 4 |
| nx_jaro_winkler_test.nx | smoke for Jaro-Winkler similarity. | 108 | 2 |
| nx_jina_embed_gate.nx | E-ARC e2: JINA-WEIGHT ORACLE gate (2026-07-15). Runs the SAME sovereign | 269 | 10 |
| nx_jitter_buffer.nx | Adaptive jitter buffer for smooth video playback by reordering packets and adjusting delay based on network jitter. | 127 | 7 |
| nx_jitterbuf.nx | sovereign ADAPTIVE PLAYOUT DELAY (jitter buffer) sizing for the snapshot | 35 | 4 |
| nx_job_poll.nx | R5 job-state tracking: poll Get-Job-Attributes for a job-id until it reaches a | 80 | 5 |
| nx_job_put_error_gate.nx | 38 | 2 | |
| nx_jobcancel_lib.nx | THE ONE cancel path for the jobs nx_job_run launched (engineshift ES29, 2026-09-15). | 233 | 16 |
| nx_jobclaim_lib.nx | ONE CONTRACT shared by the _jobs claim WRITER and the _jobs claim READER. | 472 | 22 |
| nx_jobclaim_reap.nx | THE SANCTIONED WAY TO RETIRE A DEAD _jobs CLAIM. | 185 | 5 |
| nx_jobclaim_reap_gate.nx | BITE-PROOF for the dead-claim reaper, both directions. | 285 | 5 |
| nx_jobfollow_lib.nx | THE ONE FOLLOWER of the tools edge's JOB-STARTED promotion. | 49 | 1 |
| nx_jobfollow_parse.nx | THE PURE HALF of the job-pointer follower: parsing and buffer arithmetic, | 157 | 14 |
| nx_jobfollow_parse_gate.nx | THE GATE FOR THE JOB-POINTER PARSE, 2026-09-04. | 110 | 2 |
| nx_joblost_gate.nx | WHICH ASYNC JOBS DIED, as distinct from which are still running. | 623 | 11 |
| nx_jobrun.nx | sovereign DETACHED JOB LAUNCHER: the missing stable-training API (rule 27: use our APIs or | 117 | 6 |
| nx_jose.nx | JOSE JWS flattened-JSON signing (RFC 7515 + RFC 8037). | 230 | 8 |
| nx_jose_es256.nx | ES256 (ECDSA P-256 + SHA-256) JWS flattened | 180 | 6 |
| nx_jose_test.nx | smoke for nx_jose + nx_jwk. | 166 | 2 |
| nx_journal_log.nx | hash-chained append-only event log (L1 of | 356 | 11 |
| nx_journal_log_test.nx | smoke for nx_journal_log ST-3 MVP. | 195 | 2 |
| nx_joy_session_record.nx | bits-up source-of-truth for the joy_session_record | 189 | 16 |
| nx_joy_session_record_test.nx | schema smoke. | 80 | 1 |
| nx_jpeg_ascii.nx | bridge: baseline-JPEG bytes -> luminance ASCII. | 389 | 6 |
| nx_jpeg_ascii_test.nx | KAT for the JPEG -> luminance ASCII bridge. | 135 | 3 |
| nx_jpeg_census_oracle.nx | per-assignment ORACLE STAGER for race 4 (JPEG marker census -- | 115 | 7 |
| nx_jpeg_decode.nx | top-level baseline-JPEG decoder. The | 337 | 12 |
| nx_jpeg_decode_image.nx | full-image driver for the bits-up | 234 | 7 |
| nx_jpeg_decode_image_test.nx | KAT for the top-level image | 162 | 2 |
| nx_jpeg_decode_test.nx | KAT for top-level baseline-JPEG decoder. | 127 | 2 |
| nx_jpeg_decoder.nx | JPEG baseline (SOF0) 8-bit decoder. | 929 | 9 |
| nx_jpeg_dequant.nx | dequantization + un-zigzag composer. | 52 | 1 |
| nx_jpeg_dequant_test.nx | KAT for dequant + un-zigzag composer. | 122 | 2 |
| nx_jpeg_dht.nx | JPEG Huffman-table (DHT) parser per ITU-T Rec. | 237 | 4 |
| nx_jpeg_dht_test.nx | KAT for DHT parser + Huffman decode. | 195 | 2 |
| nx_jpeg_dqt.nx | JPEG quantization-table (DQT) parser per | 113 | 2 |
| nx_jpeg_dqt_test.nx | KAT for JPEG DQT parser. | 136 | 2 |
| nx_jpeg_entropy.nx | baseline-JPEG entropy-coded segment decoder. | 174 | 4 |
| nx_jpeg_entropy_test.nx | KAT for baseline JPEG entropy decoder. | 154 | 2 |
| nx_jpeg_header.nx | parse JPEG JFIF markers enough to extract | 162 | 5 |
| nx_jpeg_idct.nx | 8x8 inverse DCT for JPEG decode. | 253 | 3 |
| nx_jpeg_idct_test.nx | KAT for 8x8 inverse DCT. | 98 | 2 |
| nx_jpeg_marker.nx | JPEG segment marker scanner. Arc C1.1 of the | 218 | 6 |
| nx_jpeg_marker_test.nx | KAT for JPEG marker scanner. | 188 | 2 |
| nx_jpeg_mcu.nx | baseline-JPEG MCU walker. Per ITU-T Rec. T.81 | 189 | 4 |
| nx_jpeg_mcu_test.nx | KAT for the MCU walker. | 127 | 2 |
| nx_jpeg_pgm_dump_test.nx | PROOF dumper for the bits-up JPEG | 99 | 2 |
| nx_jpeg_ppm_dump_test.nx | COLOR proof dumper for the bits-up | 72 | 2 |
| nx_jpeg_probe.nx | Rule-2 verify: does nx_jpeg_decode_rgb decode a REAL | 37 | 3 |
| nx_jpeg_progressive.nx | PROGRESSIVE JPEG decode (SOF2), the eat-the-debt unblock for real web photos. | 399 | 8 |
| nx_jpeg_sof.nx | JPEG Start-of-Frame parser. Per ITU-T Rec. | 166 | 6 |
| nx_jpeg_sof_test.nx | KAT for SOF0 parser. | 160 | 2 |
| nx_jpeg_sos.nx | JPEG Start-of-Scan header parser. | 116 | 2 |
| nx_jpeg_sos_test.nx | KAT for SOS header parser. | 119 | 2 |
| nx_jpeg_tables_gate.nx | the referee for the decoder's table slots (debt 1789603770, 2026-09-16). T.81 B.2.4.2 names every | 191 | 6 |
| nx_jpeg_upsample.nx | chroma upsampling for JPEG decode. | 87 | 1 |
| nx_jpeg_upsample_test.nx | KAT for chroma upsampling. | 116 | 2 |
| nx_jpeg_ycbcr.nx | YCbCr -> RGB colour-space conversion for JPEG. | 79 | 3 |
| nx_jpeg_ycbcr_test.nx | KAT for YCbCr -> RGB conversion. | 116 | 3 |
| nx_jpeg_zigzag.nx | inverse zig-zag scan order for JPEG 8x8 blocks. | 78 | 3 |
| nx_jpeg_zigzag_test.nx | KAT for inverse zig-zag. Uses the | 85 | 2 |
| nx_jpegmem_gate.nx | THE JPEG DECODE MEMORY GATE: repeated decodes are FLAT-RSS and overrun-free. | 156 | 3 |
| nx_jpegmem_probe.nx | INSTRUMENT: does nx_jpeg_decode_rgb overrun/leak per call? | 95 | 6 |
| nx_jpegprobe.nx | DIAGNOSTIC: why does the image indexer skip real web JPEGs? | 144 | 4 |
| nx_jrnl_archive.nx | "archive it deliberately", as a verb (2026-08-23, lane L). | 21 | 1 |
| nx_jrnl_archive_gate.nx | GATE for nx_jrnl_archive (lib composed in-process, nothing forked). | 148 | 7 |
| nx_jrnl_archive_gate_t138.nx | GATE for nx_jrnl_archive (lib composed in-process, nothing forked). | 319 | 10 |
| nx_jrnl_archive_lib.nx | THE SANCTIONED "ARCHIVE IT DELIBERATELY" VERB for an append-only | 175 | 13 |
| nx_jrnl_archive_lib_t138.nx | Private archive qualification: cooperating writers must hold journal+".lock" before opening | 285 | 21 |
| nx_js_conformance.nx | WB-JS-001 conformance HARNESS (test262-lite, no-wave | 233 | 9 |
| nx_js_eval.nx | R-JS-EVAL (WB-JS-001 rung 2): the ECMAScript tree-walking | 4641 | 268 |
| nx_js_f64.nx | JS Number (f64) <-> i64 / decimal-string converters for the sovereign JS engine. | 136 | 5 |
| nx_js_f64_test.nx | gate for the f64 converter library nx_js_f64.nx (R-JS-F64-0/1). | 83 | 6 |
| nx_js_lex.nx | R-JS-LEX (WB-JS-001 rung 0): the ECMAScript TOKENIZER, the | 662 | 30 |
| nx_js_parse.nx | R-JS-PARSE (WB-JS-001 rung 1): the ECMAScript PARSER, riding | 2531 | 106 |
| nx_js_urlfold.nx | SOVEREIGN JS constant/template URL folder (operator 2026-07-08: "get to state of the art | 258 | 11 |
| nx_jsbalance.nx | DOES THE EMITTED JAVASCRIPT EVEN LEX? A structural balance check over a page | 208 | 3 |
| nx_jslogic_census.nx | THE RULER for the JS/HTML-INTEROP-ONLY law (operator standing order | 413 | 7 |
| nx_jslogic_census_gate.nx | THE REFEREE for nx_jslogic_census, the ruler that enforces the | 193 | 6 |
| nx_json.nx | JSON tokenizer (RFC 8259 subset). | 267 | 5 |
| nx_json_adversarial_test.nx | Phase A5 of S-class hardening. | 99 | 2 |
| nx_json_auth_read_t1.nx | minimal SOVEREIGN JSON field reader (no jq, no shell, no 3rd-party). Built for | 323 | 13 |
| nx_json_complete_gate.nx | 58 | 3 | |
| nx_json_emit.nx | THE canonical tiny JSON emitter (eats json-emit-dup, tranche 1). | 38 | 7 |
| nx_json_test.nx | exercise both the tokenizer (nx_json.nx) and the | 114 | 1 |
| nx_json_v1.nx | pull-style JSON parser (Phase G12, RFC 8259). | 233 | 7 |
| nx_jsonl_writer.nx | streaming JSONL output primitive. | 204 | 8 |
| nx_jsscope.nx | STATIC SCOPE RESOLUTION over nx_js_parse's AST: does every identifier a script | 445 | 19 |
| nx_jwk.nx | JSON Web Key serialization (RFC 7517 + RFC 8037). | 138 | 7 |
| nx_jwk_ec.nx | EC P-256 public-key JWK (RFC 7518 §6.2) + RFC 7638 | 101 | 5 |
| nx_jwt.nx | JSON Web Token sign + verify (HS256 only). | 235 | 5 |
| nx_ka_engine_test.nx | R4 engine-integration test: does rf_fetch_bank (now pooled) reuse the connection across a researcher's fetches? | 18 | 1 |
| nx_kalman.nx | Kalman filter (scalar + 2D constant-velocity). | 170 | 8 |
| nx_kalman_test.nx | smoke for nx_kalman primitives. | 106 | 1 |
| nx_kat_add7.nx | tiny KAT canary: computes 3+4 and exits the result (7). | 6 | 1 |
| nx_kda.nx | KDA LANE SUPPORT: the KDA:MLA interleave schedule. Deliberately does NOT reimplement the | 57 | 3 |
| nx_kda_gate.nx | two things nx_nofloat_kda_gate does NOT cover: | 171 | 5 |
| nx_kdf_lib.nx | THE shared KDF + wire base class for the comms crypto lane (C7/C8/C9). | 148 | 16 |
| nx_kernel_sched_test.nx | x86 ladder R-kernel rung-1: a SCHEDULER (the heart of an OS). | 102 | 8 |
| nx_kernel_v2.nx | SEMANTIC proof kernel. Real verification, not | 725 | 34 |
| nx_kernel_v2_discharge_test.nx | ASSUMPTION + IMP_INTRO + NOT_INTRO | 152 | 1 |
| nx_kernel_v2_test.nx | exercise the semantic kernel. | 104 | 1 |
| nx_keyness.nx | substrate-native keyword extraction. | 222 | 7 |
| nx_keyness_test.nx | exercise keyness extraction primitive. | 94 | 1 |
| nx_keystone.nx | anti-displacement; operator structurally embedded | 234 | 9 |
| nx_keystone_test.nx | smoke for nx_keystone. | 160 | 1 |
| nx_kfloor_lib.nx | HIERARCHICAL k-ANONYMITY RELEASE WITH COMPLEMENTARY SUPPRESSION (shared lib, 2026-08-24). | 142 | 6 |
| nx_kinddedupe.nx | keep-first prune of AGREEING duplicate data rows in organ_kind.conf (2026-08-29). | 235 | 10 |
| nx_kinetics.nx | Simulates chemical reaction kinetics with three modes: first-order decay, reversible reactions, and zero-order control. | 80 | 15 |
| nx_kkfacts.nx | CLI: Koikatsu card structural facts. nx_kkfacts probe <card.png> | 95 | 6 |
| nx_kkfacts_lib.nx | KOIKATSU CARD FACT EXTRACTION CORE (the Honey Select / Koikatsu card | 169 | 8 |
| nx_kkslider_stats.nx | SLIDER-SEMANTICS MEASUREMENT for the card lane (2026-08-19, the | 246 | 8 |
| nx_klipper_gcode_validator.nx | Phase B1 of S-class hardening. | 267 | 5 |
| nx_klipper_gcode_validator_test.nx | exercise the Klipper grammar | 109 | 2 |
| nx_kmp_search.nx | Knuth-Morris-Pratt string search. | 79 | 2 |
| nx_kmp_search_test.nx | 16 | 1 | |
| nx_knight_bind_t24.nx | Isolated real-asset bind qualification. Fixed source and output fixture; no serving writes. | 68 | 4 |
| nx_knn.nx | k-Nearest-Neighbors classifier. | 346 | 6 |
| nx_kp_break.nx | KNUTH-PLASS OPTIMAL LINE BREAKING, integer-exact. | 379 | 14 |
| nx_kubelka_gate.nx | THE GATE FOR THE KUBELKA-MUNK CHROMOPHORE SUBSTRATE, 2026-09-03. | 150 | 3 |
| nx_kubelka_lib.nx | KUBELKA-MUNK TWO-FLUX REFLECTANCE, THE CHROMOPHORE SUBSTRATE (2026-09-03) | 74 | 4 |
| nx_kv.nx | key=value (.env / dotenv-style) parser. | 219 | 5 |
| nx_kv_arena.nx | PagedAttention page pool (bits-up). | 342 | 15 |
| nx_kv_arena_test.nx | smoke for PagedAttention page pool. | 206 | 1 |
| nx_kv_cache.nx | autoregressive attention KV cache. | 248 | 10 |
| nx_kv_cache_test.nx | incremental autoregressive verification. | 217 | 1 |
| nx_kv_store.nx | Provides an append-only key-value store with linear-scan index for session and config persistence. | 349 | 19 |
| nx_kv_store_test.nx | smoke for append-only KV store. | 133 | 2 |
| nx_kvcache.nx | sovereign PAGED KV-CACHE (census OPPORTUNITY axis | 273 | 13 |
| nx_kyber_msg_codec_wasm.nx | 1-bit message <-> polynomial codec. | 103 | 6 |
| nx_kyber_ntt_wasm.nx | NTT in Z_q (q = 3329) for FIPS 203 ML-KEM. | 205 | 9 |
| nx_kyber_poly_basemul_acc_wasm.nx | full-polynomial basemul accumulate. | 117 | 8 |
| nx_kyber_poly_tomont_wasm.nx | Convert polynomial to Montgomery form. | 61 | 4 |
| nx_kyber_poly_wasm.nx | K-PKE polynomial helpers for FIPS 203 ML-KEM-768. | 239 | 16 |
| nx_kyber_sample_ntt_wasm.nx | FIPS 203 §4.2.1 SampleNTT (rejection sampling). | 74 | 2 |
| nx_l_system.nx | Lindenmayer system rewrite-rule expansion. | 248 | 7 |
| nx_l_system_test.nx | smoke for procgen L4. | 83 | 1 |
| nx_lab_from_rgb.nx | sRGB u8 -> CIELab Q10 in pure i64 fixed-point. | 269 | 4 |
| nx_labsci_svc.nx | LAB-SCIENCE SERVICE FACADE. The second organ built on | 541 | 13 |
| nx_labsci_svc_test.nx | gate for the lab-science facade. Proves the SAME | 334 | 5 |
| nx_ladder.nx | CLI over nx_ladder_lib: does this board say what best-in-class and the frontier are (dated), and what | 192 | 5 |
| nx_ladder_gate.nx | GATE for the ladder ruler (nx_ladder_lib), driven IN-PROCESS on planted plan rows: a fully | 172 | 4 |
| nx_ladder_lib.nx | THE ONE RULER FOR A BOARD'S LADDER TO SOTA: every rung says what it is FOR, and the board says | 388 | 15 |
| nx_lagcomp.nx | SERVER-SIDE LAG COMPENSATION. The authoritative server keeps a ring of recent entity positions (~1s | 20 | 2 |
| nx_lamport_clock.nx | Lamport logical clock (Leslie Lamport 1978): causal ordering across actors, the id source | 23 | 5 |
| nx_landmark_anatomy.nx | heuristic anatomy-region labeler. | 419 | 10 |
| nx_lane_conf.nx | shared hot-read key/value conf getter (rule 11: thresholds, limits, timeouts | 88 | 4 |
| nx_lang_h2h.nx | THE HEAD-TO-HEAD COMPILER BENCHMARK, SOVEREIGN AND RECEIPTED (2026-09-01). | 659 | 25 |
| nx_lang_h2h_gate.nx | THE REFEREE for the /compare/lang head-to-head receipt (2026-09-01). | 143 | 5 |
| nx_lang_sota_census.nx | HONEST, prove-not-assert census of NishiLang against the SOTA-language bug-class | 75 | 2 |
| nx_langcensus.nx | THE WHOLE-POPULATION COMPILER CENSUS: compile EVERY top-level program in the tree with | 554 | 14 |
| nx_langdiag_gate.nx | THE LANGUAGE-DIAGNOSTIC PROBE CORPUS, RUN NATIVELY (2026-08-14). | 167 | 6 |
| nx_langintel_trustgate.nx | the real LI9 trust fence is _hdl_build/nx_langintel_trustfence.nx (must co-locate with | 4 | 0 |
| nx_langsem_gate.nx | THE EXECUTABLE RECORD OF NISHILANG'S OWN SEMANTICS. | 155 | 1 |
| nx_langsem_lib.nx | the OTHER MODULE for nx_langsem_gate. It exists so the gate can ask a | 29 | 4 |
| nx_langspec.nx | THE CONFORMANCE RUNNER for the written NishiLang specification. | 767 | 24 |
| nx_langspec_gate.nx | THE REFEREE for lang.plan rung LR5 (written specification plus conformance | 214 | 4 |
| nx_lash_transition.nx | eyelid-to-lash edge gradient softness. | 108 | 2 |
| nx_lash_transition_test.nx | 85 | 2 | |
| nx_lattice.nx | 2D integer lattice primitives. | 99 | 5 |
| nx_launch_zone_verdict.nx | sealed chapter-launch verdict. | 89 | 4 |
| nx_lawgate.nx | THE PRE-FLIGHT. Reads a PreToolUse hook envelope on stdin, matches it against the | 92 | 4 |
| nx_lawgate_gate.nx | proves the law pre-flight fires on the hazards it was seeded from AND STAYS | 144 | 3 |
| nx_lawgate_lib.nx | THE LAW MATCHER. One ruler over knowledge/lawgate.conf, so the pre-flight and any | 306 | 20 |
| nx_layer_verdict.nx | polymorphic per-layer grader verdict. | 349 | 11 |
| nx_layernorm.nx | Layer Normalisation (Ba/Kiros/Hinton 2016). | 315 | 5 |
| nx_layout_block.nx | normal-flow block layout for the Nishi | 2734 | 63 |
| nx_layout_block_horizontal_test.nx | smoke for the Phase-3 | 180 | 2 |
| nx_layout_block_test.nx | smoke for the Phase-3 block-layout | 143 | 2 |
| nx_layout_box.nx | LayoutBox tree foundation for the Nishi | 241 | 7 |
| nx_layout_box_test.nx | smoke for the layout-box tree primitive. | 123 | 1 |
| nx_layout_default_display.nx | map an HTML element tag name to | 245 | 10 |
| nx_layout_default_display_test.nx | smoke for HTML tag -> default | 107 | 3 |
| nx_layout_example_com_real_test.nx | lay out the REAL example.com | 229 | 3 |
| nx_layout_from_dom.nx | build a LayoutBox tree from an HTML byte | 630 | 25 |
| nx_layout_from_dom_test.nx | end-to-end smoke proving HTML token | 141 | 2 |
| nx_layout_metadata_gate_t220.nx | Validates and retains metadata for layout objects in the Nishi sovereign ecosystem. | 84 | 4 |
| nx_lazy.nx | one-shot lazy initialisation primitive (pthread_once | 113 | 5 |
| nx_lbclimb.nx | CLI over nx_lbclimb_lib (search R0d, ecosystem EC62, 2026-09-17): the estate answers "what ladder | 285 | 12 |
| nx_lbclimb_gate.nx | GATE for the climb ruler (nx_lbclimb_lib), driven IN-PROCESS on a planted leaderboard (four | 176 | 4 |
| nx_lbclimb_lib.nx | THE ONE climb ruler (search R0d, ecosystem EC62, 2026-09-17): does a board's DECLARED ladder | 320 | 8 |
| nx_lbp.nx | SOVEREIGN face-descriptor RUNG 1 GATE (hardware-up, integer-only). Proves the LBP operator + | 58 | 3 |
| nx_lbp_batch.nx | SOVEREIGN face-descriptor RUNG 5: batch descriptor builder over the corpus. Walks the | 85 | 3 |
| nx_lbp_cluster.nx | SOVEREIGN face-descriptor RUNG 4 GATE: greedy chi-square clustering of descriptors | 58 | 2 |
| nx_lbp_core.nx | shared SOVEREIGN LBP descriptor primitives (NO main). Hardware-up, integer-only, | 130 | 15 |
| nx_lbp_faceindex.nx | SOVEREIGN face-descriptor RUNG 6: cluster the corpus descriptor store into people. | 108 | 5 |
| nx_lbp_grid.nx | SOVEREIGN face-descriptor RUNG 3 GATE: spatial-grid LBP descriptor. Splits a normalized | 58 | 5 |
| nx_lbp_img.nx | SOVEREIGN face-descriptor RUNG 2 GATE: bridge the LBP descriptor to REAL pixels. | 42 | 2 |
| nx_lbp_imgio.nx | shared SOVEREIGN image loader for the LBP face-descriptor arc (NO main): PNG file -> | 33 | 2 |
| nx_lcg_bench.nx | HONEST cross-language grounding bench (NishiLang side). SAME workload as | 47 | 2 |
| nx_lcm.nx | least common multiple via Euclidean GCD. | 31 | 1 |
| nx_lcm_test.nx | 15 | 1 | |
| nx_lds_page_grade.nx | benchmark the LDS test UI by COMPOSING the sovereign UX/CX grader. | 48 | 4 |
| nx_le.nx | canonical little-endian / big-endian fixed-width | 246 | 19 |
| nx_leaderboard_lib.nx | THE ONE reader of <dom>.leaderboard (ecosystem EC44, 2026-09-15): leaderboard rows AS DATA, | 312 | 19 |
| nx_leak_check.nx | FLEET LEAK-HEALTH CERTIFIER, CLI. Non-invasive (reads only /proc). Grounds every | 274 | 12 |
| nx_leak_check_gate.nx | gates the leak-health certifier's REAL DATA-SCIENCE core on SYNTHETIC series | 158 | 4 |
| nx_leak_check_lib.nx | FLEET LEAK-HEALTH CERTIFIER, library half. The operator's vision: the organs are | 271 | 21 |
| nx_lean_dir_ingest.nx | ingest every Lean decl in the corpus at | 87 | 1 |
| nx_lean_ingest.nx | ingest Lean 4 theorem STATEMENTS (L0 phase). | 292 | 6 |
| nx_lean_ingest_test.nx | smoke for the Lean statement parser. | 27 | 1 |
| nx_lean_stream_ingest.nx | bridge nx_lean_ingest -> nx_ingest_runner. | 65 | 4 |
| nx_lean_stream_ingest_test.nx | Lean parser -> defense stack. | 58 | 1 |
| nx_learn_rank.nx | the learnings-rail ranker, COMPOSED not rebuilt. | 424 | 10 |
| nx_learnmine.nx | THE LEARNING-MINING COMMAND (operator 2026-09-06: farm creators and archives for videos, transcripts and | 106 | 8 |
| nx_learnmine_gate.nx | THE LEARNING-MINING GATE (2026-09-06). An archive.org advancedsearch listing is assembled at runtime | 194 | 9 |
| nx_learnmine_lib.nx | LEARNING MINING: third-party how-to material as SUPPORTING GUIDES for the /compare rungs (operator | 435 | 18 |
| nx_lease_lib.nx | THE SOVEREIGN LEASE PRIMITIVE as a LIBRARY (extracted VERBATIM from the NAS nx_lease.nx, | 492 | 27 |
| nx_leb128.nx | LEB128 (Little-Endian Base 128) integer encoding. | 161 | 5 |
| nx_ledes_gate.nx | INDEPENDENT GATE: UTBMS coding + LEDES entry validation + billing guidelines. | 74 | 1 |
| nx_ledes_lib.nx | LEGAL SPEND: UTBMS coding + LEDES 1998B validation + outside-counsel guidelines. | 124 | 12 |
| nx_ledger.nx | double-entry bookkeeping primitive (L13 foundational). | 352 | 10 |
| nx_ledger_gate.nx | F981 INDEPENDENT GATE for the sovereign double-entry ledger. | 186 | 5 |
| nx_ledger_lib.nx | F981: THE SOVEREIGN DOUBLE-ENTRY LEDGER (the first byte of Nishi finance). | 280 | 15 |
| nx_ledger_scale_gate.nx | F981 SCALE RUNG: prove the per-account index returns the SAME answer as | 144 | 5 |
| nx_ledger_trust_equiv_gate.nx | F997 STEP 1: BEHAVIOUR-EQUIVALENCE PROOF, nx_ledger vs nx_trust. | 161 | 5 |
| nx_legacy_codec_gate.nx | gate for the 1990s reader set: TGA, PCX, ICO/CUR | 289 | 3 |
| nx_legal_audit.nx | algorithmic-cleanliness + sovereignty audit. | 186 | 9 |
| nx_legal_compliance.nx | LEGAL RUNG D0: the document-type -> legal-regime -> | 209 | 10 |
| nx_legal_portal.nx | LEGAL RUNG D6: the Client Workspace portal request handler. | 356 | 12 |
| nx_legal_portal_boot.nx | LEGAL RUNG D8: portal boot-reload (BUILT->LIVE persistence wiring). | 112 | 4 |
| nx_legal_serve.nx | SERVE-WRAPPER making the LEGAL role's capability MCP-callable (operator 2026-07-10). Library-role | 37 | 4 |
| nx_legal_store.nx | LEGAL RUNG D7: durable persistence for the legal stores. | 125 | 6 |
| nx_legal_svc.nx | LEGAL SERVICE FACADE. One agentic MCP tool over the sovereign legal-calc stack. | 474 | 23 |
| nx_legaldocs_research.nx | THIN structured LEGAL-DOCUMENT-MANAGEMENT research source organ. COMPOSES | 49 | 1 |
| nx_legalsem_gate.nx | INDEPENDENT GATE: concept-level (paraphrase) clause matching + POLARITY. | 67 | 1 |
| nx_legalsem_lib.nx | SEMANTIC clause matching: legal concept normalisation + POLARITY. | 171 | 9 |
| nx_lemma_import.nx | Mass-ingestion bridge for imported lemmas. | 238 | 10 |
| nx_lensdist.nx | Models and corrects radial lens distortion in images using fixed-point arithmetic. | 196 | 11 |
| nx_lerp_smooth.nx | sovereign per-peer render-smoothing primitive. Interpolate prev->cur by an alpha that | 15 | 2 |
| nx_levenshtein.nx | Levenshtein edit distance. | 90 | 3 |
| nx_lex.nx | canonical lexer primitives (source-code whitespace). | 104 | 4 |
| nx_lex_kinds.nx | Tok record + named TokenKind constants. | 233 | 3 |
| nx_lia.nx | Linear Integer Arithmetic decision procedure. | 196 | 8 |
| nx_lia_legal_test.nx | exercise LIA decision + sovereignty audit. | 207 | 7 |
| nx_lib_compact.nx | compact the library seg_store: merge the many small | 40 | 3 |
| nx_lib_e2e_test.nx | END-TO-END gate for the sovereign library read path. | 85 | 2 |
| nx_lib_fetch.nx | sovereign HTTPS fetch for the library ingest (retires | 90 | 3 |
| nx_lib_fetch_cookie.nx | sovereign HTTPS GET with a browser UA + Cookie | 134 | 5 |
| nx_lib_fetch_ingest.nx | the FULL sovereign ingest: fetch a work URL over | 18 | 1 |
| nx_lib_fetch_probe.nx | proves nx_lib_fetch compiles/links against the full | 43 | 3 |
| nx_lib_gbif.nx | ingest the library's REAL data: GBIF backbone-taxonomy | 121 | 4 |
| nx_lib_gbif_bulk.nx | SCALE: ingest the full GBIF bulk taxonomy (~16K taxa) | 47 | 5 |
| nx_lib_gbif_probe.nx | ingest the REAL library GBIF data from disk into | 74 | 5 |
| nx_lib_http.nx | PURE HTTP routing/response for the sovereign library API. | 174 | 6 |
| nx_lib_http_test.nx | gate for the sovereign library HTTP router. | 105 | 2 |
| nx_lib_httpd.nx | sovereign HTTP DAEMON for the nishi-library read API. | 141 | 6 |
| nx_lib_index.nx | PERSISTED inverted index for the library search (the | 142 | 3 |
| nx_lib_index_test.nx | gate for the PERSISTED inverted-index search. | 72 | 2 |
| nx_lib_ingest.nx | SOVEREIGN local-file ingest into the Nishi research library. Reads a source file and | 38 | 4 |
| nx_lib_ingest_json.nx | the deterministic tail of the sovereign ingest: | 38 | 1 |
| nx_lib_ingest_json_test.nx | gate the deterministic ingest tail: | 55 | 2 |
| nx_lib_ingest_tsv.nx | sovereign WRITE/INGEST path for the nishi-library catalog. | 54 | 2 |
| nx_lib_openalex.nx | ingest REAL works from the OpenAlex API JSON into | 304 | 11 |
| nx_lib_openalex_probe.nx | LIVE: fetch real works from OpenAlex over | 90 | 5 |
| nx_lib_page.nx | sovereign ZERO-JS HTML frontend for the nishi-library. | 171 | 6 |
| nx_lib_page_test.nx | gate for the sovereign zero-JS HTML frontend. | 74 | 2 |
| nx_lib_parse.nx | sovereign JSON -> work-record parser (retires the Python | 84 | 4 |
| nx_lib_parse_test.nx | gate for the sovereign JSON->work parser. | 56 | 2 |
| nx_lib_pdf.nx | sovereign PDF -> text for the library (retires docling). | 34 | 2 |
| nx_lib_pdf_diag.nx | diagnose PDF text extraction quality on the saved | 51 | 4 |
| nx_lib_pdf_probe.nx | LIVE proof of the sovereign PDF axis via the library | 34 | 4 |
| nx_lib_pdf_stream_diag.nx | dump a decompressed CONTENT stream from the FOP | 68 | 5 |
| nx_lib_pmc_fetch.nx | pull the NCBI PoW interstitial + the pow.js algorithm | 40 | 4 |
| nx_lib_pmc_pow.nx | solve NCBI PMC's JS proof-of-work anti-bot gate, all | 155 | 9 |
| nx_lib_pow_decomp.nx | fetch the gzip'd pow.js and inflate it to readable | 46 | 3 |
| nx_lib_probe.nx | sovereign HTTP CLIENT that hits the live nx_lib_httpd | 42 | 2 |
| nx_lib_reindex.nx | isolate the full-text index build over the durable 16K | 31 | 4 |
| nx_lib_search.nx | sovereign SEARCH over the nishi-library catalog store. | 114 | 5 |
| nx_lib_search_test.nx | gate for the sovereign library search. | 74 | 2 |
| nx_lib_semantic.nx | R3b-SCALE: run the sovereign distributional embedder over the REAL banked library | 222 | 11 |
| nx_lib_serve.nx | sovereign QUERY/SERVE layer for the nishi-library, on | 130 | 5 |
| nx_lib_serve_test.nx | gate for the sovereign query/serve layer. | 80 | 4 |
| nx_lib_std.nx | THE SOVEREIGN STANDARD LIBRARY (seed, v0 2026-07-12). | 132 | 11 |
| nx_lib_std_gate.nx | gate for the sovereign stdlib seed. KATs per function + NEGATIVE | 138 | 2 |
| nx_lib_store.nx | sovereign CATALOG STORE for the nishi-library, on the | 174 | 13 |
| nx_lib_store_test.nx | sovereign gate for the catalog store (SQLite replacement). | 78 | 3 |
| nx_lib_verify_probe.nx | END-TO-END LIVE verify of the deploy: fetch the | 35 | 4 |
| nx_lib_write_test.nx | gate for the sovereign WRITE endpoint (POST /api/ingest). | 57 | 2 |
| nx_libcheck.nx | DUPLICATE-LIBRARY DIVERGENCE DETECTOR. The instrument that would have caught BOTH | 372 | 8 |
| nx_libdata.nx | THE SELF-SUFFICIENCY DATA LIBRARY ENGINE (ws=library-datasets, 2026-07-31). | 1476 | 35 |
| nx_libindex.nx | CLI front door for the library discovery index (PG1, procgen.plan, 2026-08-24). | 54 | 4 |
| nx_libindex_gate.nx | GATE for the library discovery index (PG1, procgen.plan, 2026-08-24). | 142 | 7 |
| nx_libindex_lib.nx | THE LIBRARY DISCOVERY INDEX, function side (PG1, procgen.plan, 2026-08-24). | 370 | 12 |
| nx_librarian.nx | the DOCUMENTATION module of the Nishi Project Manager. | 148 | 5 |
| nx_librarian_audit.nx | LIBRARIAN rung 1: the FORMAT-SPRAWL INSTRUMENT. The operator's charge | 124 | 6 |
| nx_librarian_audit_gate.nx | LIBRARIAN rung-1 GATE + the live census console. Proves classification | 183 | 6 |
| nx_librarian_review.nx | ORCHESTRATION rung 1: the LIBRARIAN auto-reviews the RESEARCHER's ingested | 113 | 10 |
| nx_librarian_review_gate.nx | ORCHESTRATION rung-1 GATE: proves the librarian auto-reviews ingested | 98 | 5 |
| nx_library_exceed.nx | MEASURED exceed benchmark for the public publication library | 317 | 13 |
| nx_library_fetch.nx | SOVEREIGN digital-library best-practices research fetch. | 144 | 5 |
| nx_licdetect.nx | thin CLI over nx_licdetect_lib. WHICH LICENCE IS THIS FILE? | 76 | 4 |
| nx_licdetect_gate.nx | GATE for nx_licdetect_lib. | 138 | 4 |
| nx_licdetect_lib.nx | WHICH LICENCE IS THIS TEXT? Read from the bytes, never from a declaration. | 228 | 7 |
| nx_license_check.nx | Layer-3 lexical grader perspective. | 223 | 9 |
| nx_license_check_test.nx | smoke for the licensing-wall grader. | 87 | 2 |
| nx_license_wall_audit.nx | audit substrate's licensing wall. | 164 | 2 |
| nx_licgate.nx | thin CLI over nx_licgate_lib (the shippability verdict). | 356 | 2 |
| nx_licgate_lib.nx | the SHIPPABILITY verdict as a LIBRARY: may I SELL what this generation chain | 364 | 19 |
| nx_lichen.nx | anchor to non-native substrate without harming host. | 245 | 16 |
| nx_lichen_test.nx | smoke for nx_lichen. | 129 | 1 |
| nx_licm_adv2.nx | SECOND adversary: COUNT-UP over a RUNTIME length with an | 53 | 2 |
| nx_licm_adversary.nx | MINIMAL adversary repro for the LICM hang. | 48 | 2 |
| nx_light.nx | exposure / contrast / dynamic-range / direction (V3). | 233 | 9 |
| nx_light_test.nx | smoke for V3 light/exposure primitives. | 141 | 1 |
| nx_lighting_consistency.nx | subject lighting vs environment lighting match. | 171 | 3 |
| nx_lighting_quality.nx | lighting composition grader. | 223 | 8 |
| nx_likeness.nx | CLI over nx_likeness_lib (aesthetictwin AT45, 2026-09-18): the image-level likeness referee. A render (or any | 89 | 2 |
| nx_likeness_gate.nx | the referee for nx_likeness_lib (aesthetictwin AT45, 2026-09-18). On the real reference set (four clothed, | 253 | 7 |
| nx_likeness_lib.nx | THE IMAGE-LEVEL LIKENESS REFEREE (aesthetictwin AT45, 2026-09-18). The board had no ruler that reads a | 1114 | 60 |
| nx_limb_count.nx | Tier 6 anatomical limb-count detector. | 315 | 4 |
| nx_linalg.nx | vector + matrix engine. | 315 | 18 |
| nx_linalg_affine_domain_candidate_t342.nx | Private additive linear-algebra extension for scale-preserving affine skinning. | 140 | 10 |
| nx_linalg_affine_domain_gate_t342.nx | Tests affine interval operations for 32-bit floating-point values in the Nishi sovereign ecosystem. | 76 | 1 |
| nx_linalg_affine_factor_baseline_t361.nx | Validates affine interval calculations for various floating-point edge cases. | 99 | 1 |
| nx_linalg_affine_factor_candidate_t361.nx | Private additive linear-algebra extension for scale-preserving affine skinning. | 197 | 14 |
| nx_linalg_affine_factor_canonical_gate_t361.nx | Tests affine interval calculations for various edge cases in floating-point arithmetic. | 140 | 1 |
| nx_linalg_affine_factor_gate_t361.nx | Tests affine factor interval calculations with various edge cases and expected outcomes. | 140 | 1 |
| nx_linalg_affine_t34.nx | Private additive linear-algebra extension for scale-preserving affine skinning. | 197 | 14 |
| nx_linalg_chol_gate.nx | THE REFEREE FOR THE Q30 CHOLESKY (graphics GR47). | 236 | 6 |
| nx_linear_attn_bench.nx | measure SANA linear attention O(n·d^2) vs softmax O(n^2·d) at scale. | 115 | 4 |
| nx_linear_type.nx | runtime tracking for linear/affine resources. | 156 | 9 |
| nx_linecont_gate.nx | LN15 FREE MULTI-LINE EXPRESSIONS: does a continuation line | 231 | 10 |
| nx_linemap.nx | OUT-OF-BAND expanded-line -> (file, source-line) map. | 465 | 26 |
| nx_link_sentinel.nx | LINK LIVENESS MONITOR for the nav. Probes every surface in knowledge/site/surfaces.reg | 379 | 18 |
| nx_linkqual.nx | ONE sovereign real-time LINK-QUALITY substrate that | 305 | 22 |
| nx_linkqual_bench.nx | MEASURED hot-path performance of the link-quality | 95 | 3 |
| nx_linkqual_cycles.nx | CYCLE-ACCURATE hot-path measurement of the | 130 | 4 |
| nx_linkqual_test.nx | 1:1 KAT for the real-time link-quality substrate | 81 | 1 |
| nx_linux_guest_gate.nx | F103c "Linux guest lane" (os lane, critical path; deps F103a=D F103b=D 2026-07-21). | 248 | 8 |
| nx_lipsync.nx | TALKING AVATAR v0 (roadmap R6, the Duix-Avatar side of the operator's ask, sovereign + no | 72 | 5 |
| nx_listener_census_gate.nx | Pure IPv4/IPv6 parser controls plus real same-port/different-address listeners. | 105 | 4 |
| nx_litpath_quirk_test.nx | minimal repro for literal-path syscall quirk. | 88 | 2 |
| nx_litprobe.nx | literal-ceiling witness: does a 6000-char literal survive the chain? | 21 | 3 |
| nx_litprobe2.nx | escape-heavy literal witness | 619 | 3 |
| nx_live_crawl.nx | LIVE crawl of a real internet host via the sovereign | 77 | 6 |
| nx_live_fire_gguf.nx | live-fire end-to-end GGUF round-trip on real disk. | 72 | 0 |
| nx_live_fire_gguf_test.nx | the live-fire smoke. | 247 | 2 |
| nx_live_governor.nx | THE NISHI LIVENESS GOVERNOR (grading core). | 49 | 2 |
| nx_live_governor_run.nx | THE LIVE BOARD. Probe each catalogued route | 77 | 5 |
| nx_live_governor_test.nx | smoke for nx_live_governor (grading core). | 31 | 1 |
| nx_live_https.nx | full VALIDATED live HTTPS crawl, bits-up end to end. | 67 | 6 |
| nx_live_https_reach.nx | LIVE reach test of the sovereign TLS 1.3 client | 54 | 4 |
| nx_livecloexec_gate.nx | does any LIVE process hold a listening socket WITHOUT FD_CLOEXEC? | 445 | 14 |
| nx_liveness_sentinel.nx | OFF-BOX liveness sentinel. | 569 | 18 |
| nx_livingviz_research.nx | SCOPE the operator's dream with the nishi researcher: "watch the autonomous build | 42 | 1 |
| nx_llm_argmax_probe.nx | PURE-FORWARD correctness test. Bypasses run_v3's sampler + repetition-penalty: | 93 | 3 |
| nx_llm_batch_serve.nx | the SOVEREIGN CONTINUOUS-BATCHING LLM SEAT. | 288 | 10 |
| nx_llm_capcheck.nx | SOVEREIGN DEEP CAPABILITY CHECKER for the no-float Qwen2.5-0.5B (our own "Unsloth-style" | 150 | 5 |
| nx_llm_diff_probe.nx | NUMERICAL cross-check vs the transformers oracle (same GGUF). Dumps our forward's | 112 | 7 |
| nx_llm_forward_profile.nx | clean per-decode-forward timing on the | 105 | 4 |
| nx_llm_france_probe.nx | DECISIVE correctness probe (post QKV-bias fix). Feeds the REAL factual prompt | 75 | 3 |
| nx_llm_landscape_research.nx | THIN structured research organ for the NEXT-STEPS decision: which small | 27 | 1 |
| nx_llm_layerlens_probe.nx | SOVEREIGN logit-lens bisection (no external oracle). Prefills "The capital of | 115 | 4 |
| nx_llm_route.nx | MIXED-LLM ROUTING (companionchat CC6, 2026-08-30): a DATA ROW can send a chat turn to a stronger | 156 | 9 |
| nx_llm_route_gate.nx | the REFEREE for companionchat CC6 (go_llm_route in nx_llm_route.nx): a route row selects a backend | 90 | 4 |
| nx_llm_run.nx | end-to-end LLM inference scaffold. | 277 | 3 |
| nx_llm_run_v2.nx | end-to-end Llama-class inference composer (real | 217 | 2 |
| nx_llm_run_v2_test.nx | end-to-end smoke for nx_llm_run_v2.nx. | 243 | 3 |
| nx_llm_sched.nx | sovereign CONTINUOUS-BATCHING scheduler (Orca / vLLM | 193 | 7 |
| nx_llm_sched_gate.nx | MEASURED gate for the CONTINUOUS-BATCHING | 228 | 5 |
| nx_lmexport.nx | SOVEREIGN replacement for nx_landmine_export.cron.sh (2026-08-07). | 139 | 6 |
| nx_ln42_probe.nx | 14 | 1 | |
| nx_load_test_harness.nx | N-concurrent-user capacity probe. | 186 | 6 |
| nx_loadceil.nx | CLI for the build-admission load-ceiling calibrator (LV3, loadgov.plan, 2026-08-24). | 89 | 4 |
| nx_loadceil_gate.nx | GATE for the load-ceiling calibrator (LV3). Composes nx_loadceil_lib in-process on | 163 | 5 |
| nx_loadceil_lib.nx | DERIVE THE BUILD-ADMISSION LOAD CEILING FROM THE BOX'S OWN HEALTHY-BEAT HISTORY, | 370 | 16 |
| nx_loader.nx | ELF segment loader for nx_rv64_sim. | 209 | 5 |
| nx_locality.nx | data-locality markers + cost estimates. | 113 | 6 |
| nx_localizers_test.nx | 83 | 1 | |
| nx_lock_reap.nx | CLI of the sovereign stale-lock reaper (R-ORCH-2a). Reaps ONE abandoned lock | 61 | 3 |
| nx_lock_reap_core.nx | importable CORE of the SOVEREIGN stale-lock reaper (R-ORCH-2a; the | 117 | 7 |
| nx_lock_reap_gate.nx | liar-killed GATE for the sovereign lock-reaper (R-ORCH-2a). | 68 | 6 |
| nx_lockbound_gate.nx | does ss_plane_lock REFUSE a wedged plane instead of hanging on it? | 142 | 5 |
| nx_lockwatch.nx | WHO HOLDS THIS PLANE'S LOCK, AND WHAT ARE THEY DOING? | 329 | 10 |
| nx_log.nx | structured logging framework. | 320 | 21 |
| nx_log_category.nx | sealed-enum log-field classification with | 236 | 10 |
| nx_log_category_test.nx | smoke for system-vs-people enforcement. | 139 | 2 |
| nx_log_chunked.nx | append-only Merkle-linked chunk log. | 276 | 8 |
| nx_log_chunked_test.nx | append-only Merkle-linked log shape. | 99 | 1 |
| nx_log_gate.nx | the gate for the structured logger 32 modules import. | 116 | 4 |
| nx_log_jsonl.nx | structured JSONL log line emitter. | 361 | 13 |
| nx_log_jsonl_test.nx | smoke for structured JSONL log emitter. | 177 | 3 |
| nx_log_v1.nx | structured logging with levels. | 148 | 7 |
| nx_log_v2.nx | single-syscall fast emit for real-time competitions. | 168 | 9 |
| nx_log_v2_test.nx | correctness + bench for fast emit. | 155 | 6 |
| nx_logadd_gate.nx | GATE for the fixed-point log-domain library (nx_logadd_lib), driven IN-PROCESS with no fixture: | 84 | 1 |
| nx_logadd_lib.nx | FIXED-POINT LOG-DOMAIN ARITHMETIC, no floats anywhere: the primitive a linear-chain CRF's | 103 | 8 |
| nx_login_census.nx | the MEASURED scoreboard for the LOGIN/IDENTITY system (operator 2026-06-22: "the whole | 122 | 8 |
| nx_login_e2e_probe.nx | SOVEREIGN end-to-end auth proof (operator: "prove it, no bullshit loop"). Our | 183 | 12 |
| nx_login_gate.nx | ★NISHI LOGIN: the UNIFIED sovereign auth gate. Validates a request's credential in ANY | 90 | 5 |
| nx_login_probe.nx | observe the LIVE nishifamily.com login + post-login flow with our OWN sovereign TLS-1.3 | 67 | 5 |
| nx_logit_lens.nx | intermediate-layer interpretability for transformers. | 352 | 6 |
| nx_logtail.nx | THE shared HONEST TAIL READER for append-only logs and journals. ONE copy, so the | 112 | 3 |
| nx_loop.nx | bounded-loop discipline primitive. | 350 | 14 |
| nx_loop_census.nx | MEASURE THE ULTIMATE AUTONOMY LOOP (the operator's "god pattern"): is the cycle | 132 | 8 |
| nx_loop_subdiv.nx | LOOP SUBDIVISION (Charles Loop, 1987): the triangle-mesh SMOOTH-LIMIT subdivision scheme. | 147 | 4 |
| nx_lora_pool.nx | H9 Multi-LoRA adapter pool (bits-up). | 318 | 17 |
| nx_lora_pool_test.nx | smoke for H9 Multi-LoRA adapter pool. | 140 | 1 |
| nx_lora_screen.nx | G16: contamination/integrity screen on an acquired LoRA or checkpoint file, BEFORE it may | 24 | 1 |
| nx_lorebook.nx | THE LOREBOOK PLANE (companionchat CC3): keyed world entries as DATA, injected into the chat turn ONLY when | 202 | 9 |
| nx_lorebook_gate.nx | the REFEREE for companionchat CC3 (em_lorebook in nx_lorebook.nx): a keyed entry is injected only when | 111 | 5 |
| nx_lower_anatomy_test.nx | 123 | 3 | |
| nx_lowrank_attn.nx | M3: low-rank KV through a REAL softmax-attention forward (end-to-end quality proof). | 402 | 20 |
| nx_lowrank_kv_budget.nx | the HARDWARE PAYOFF of data-driven low-rank KV (nx_lowrank_rank_plan) on the | 93 | 7 |
| nx_lowrank_kv_gate.nx | MEASURED Pareto gate: low-rank KV-cache compression via Frequent Directions. | 226 | 10 |
| nx_lowrank_kv_real.nx | M4c-1: is REAL Qwen2.5-0.5B KV actually low-rank? (the empirical foundation of the | 366 | 18 |
| nx_lowrank_rank_plan.nx | DATA-DRIVEN per-tensor/per-layer KV rank sizing. Bridges M2 ("the optimal | 96 | 5 |
| nx_lowrank_weight_spectrum.nx | the FORWARD-FREE VRAM lever: are the real model's WEIGHT matrices low-rank? | 185 | 14 |
| nx_lpc.nx | Linear Predictive Coding (LPC) analysis via the | 180 | 5 |
| nx_lpc_autocorr.nx | integer-only autocorrelation R[0..p] of a | 82 | 2 |
| nx_lpc_levinson.nx | Levinson-Durbin recursion in Q30 fixed-point. | 302 | 3 |
| nx_lpc_synth.nx | LPC synthesis filter (Arc 1 Phase A.3). | 181 | 5 |
| nx_lpo.nx | Lexicographic Path Ordering (LPO). | 163 | 4 |
| nx_lpo_test.nx | LPO smoke covering all four verdicts + each rule. | 134 | 5 |
| nx_lru.nx | Least-Recently-Used cache. | 167 | 6 |
| nx_lsd.nx | SOVEREIGN BitTorrent Local Service Discovery (BEP-14): find/announce peers on the LAN via | 131 | 15 |
| nx_lsp.nx | ============================================================================================ | 1756 | 68 |
| nx_lsp_gate.nx | ============================================================================================ | 573 | 13 |
| nx_ltv_gate.nx | INDEPENDENT GATE: PAdES levels + the three-valued verdict (crown teeth). | 124 | 6 |
| nx_ltv_lib.nx | PAdES LONG-TERM VALIDATION (ETSI EN 319 142 baseline levels B-B/B-T/B-LT/B-LTA). | 221 | 19 |
| nx_ltv_pure_gate.nx | INDEPENDENT GATE over the PURE DECISION CORE of nx_ltv_lib. | 110 | 1 |
| nx_lush_zone.nx | specialized lush vegetation density generator. | 335 | 6 |
| nx_lw_cache_gate.nx | gate for the packed dequant-once cache in | 321 | 9 |
| nx_lysis.nx | selective foreign-entity neutralization. | 295 | 8 |
| nx_lysis_test.nx | smoke for nx_lysis. | 89 | 1 |
| nx_lysosome.nx | cleanup / recycling queue for terminated cells. | 99 | 7 |
| nx_lysosome_test.nx | smoke for nx_lysosome. | 42 | 1 |
| nx_lz4_header.nx | parse LZ4 frame format headers (RFC-less | 171 | 5 |
| nx_lzma_lib.nx | THE LZMA AND LZMA2 DECODER (/compare/modding MD29, 2026-09-06), written from the mirrored specification | 509 | 27 |
| nx_mac48.nx | IEEE 48-bit Ethernet MAC address parse + format. | 146 | 7 |
| nx_machine_arch_test.nx | verify the machine-graph + kinematics | 128 | 1 |
| nx_machine_graph.nx | data-driven printer description: build | 373 | 13 |
| nx_machine_graph_test.nx | exercise the Qidi X-Max 3 factory + | 107 | 1 |
| nx_macro_argcap_probe.nx | NEGATIVE CONTROL for the >8-argument macro refusal (debt 1785521154). | 33 | 2 |
| nx_macro_axis_gate.nx | mechanically prove the BACKEND-OWNED TARGET AXIS of the self-host | 116 | 12 |
| nx_macro_nest_gate.nx | NESTED conditional chains and @elif arm selection. | 86 | 13 |
| nx_macro_test.nx | exercise the new @macro preprocessor. | 87 | 5 |
| nx_macro_v2_test.nx | exercise multi-line {} bodies + $$ident gensym. | 112 | 7 |
| nx_macro_v3_test.nx | exercise @ifdef / @ifndef / @endif. | 107 | 8 |
| nx_macro_v4_test.nx | exercise auto-injected target defines + @undef. | 66 | 7 |
| nx_macro_v5_test.nx | exercise @for generative repetition. | 116 | 6 |
| nx_macro_v6_test.nx | exercise @if(expr) + @else + @elif. | 116 | 16 |
| nx_macro_v7_test.nx | exercise ${var} + @stringify + @concat. | 112 | 6 |
| nx_macro_v8_test.nx | exercise @for(x in {tok, tok, tok}) value-list iteration. | 112 | 6 |
| nx_macroprobe.nx | does @ifdef TARGET_X86_64 resolve CONSISTENTLY across imported files? | 30 | 4 |
| nx_madvise_probe.nx | SYSCALL-IDENTITY PROBE: does raw __syscall(28) reach x86_64 madvise(2)? | 65 | 3 |
| nx_magnet.nx | BEP-9 magnet-URI parser (the live-client ENTRY point: add_magnet's first step, | 304 | 15 |
| nx_magnet_discover.nx | paste a URL, get EVERY magnet on the page + info on each. | 166 | 7 |
| nx_magnet_owned_gate_t271.nx | 42 | 2 | |
| nx_magnet_owned_t271.nx | BEP-9 magnet-URI parser (the live-client ENTRY point: add_magnet's first step, | 304 | 15 |
| nx_mailpiece.nx | PHYSICAL MAIL COMPOSITION (rung 2 of Nishi Mail to SOTA). Composes a print-ready | 356 | 19 |
| nx_main.nx | NishiLang-side compiler driver. | 90 | 2 |
| nx_maint_action.nx | R5: diagnosis -> action. Turns a kernel verdict + the | 191 | 15 |
| nx_maint_action_test.nx | gate for R5 (diagnosis -> action). | 87 | 1 |
| nx_maint_asset.nx | the universal maintenance SPINE: a data-driven asset/ | 102 | 3 |
| nx_maint_asset_test.nx | gate for the maintenance spine. | 112 | 1 |
| nx_maint_business.nx | prove the BUSINESS in modeling (no IRL spend). Converts | 97 | 2 |
| nx_maint_business_test.nx | gate for the business-model layer. | 77 | 1 |
| nx_maint_ingest.nx | the HARDWARE-facing ingest rung (R1) of the maintenance | 126 | 4 |
| nx_maint_ingest_test.nx | gate for the hardware-facing ingest rung (R1). | 102 | 1 |
| nx_maint_ledger.nx | R4: the additive maintenance ledger (#13, history is | 137 | 7 |
| nx_maint_ledger_test.nx | gate for R4 (the additive maintenance ledger). | 71 | 1 |
| nx_maint_render.nx | R6: the fronts. Renders a MaintResult + ActionPlan into | 148 | 8 |
| nx_maint_render_test.nx | gate for R6 (the fronts). | 69 | 1 |
| nx_maint_research_fetch.nx | SOVEREIGN multi-source web-fetch to RESEARCH how | 98 | 5 |
| nx_maint_rul.nx | remaining-useful-life (RUL) PROGNOSTICS: the learning loop's | 108 | 2 |
| nx_maint_rul_test.nx | gate for RUL prognostics (the learning loop's prediction). | 93 | 1 |
| nx_maint_simloop.nx | the CLOSED-LOOP DIGITAL-TWIN SIMULATOR + learning loop. | 98 | 2 |
| nx_maint_simloop_test.nx | gate for the closed-loop digital-twin simulator. | 57 | 1 |
| nx_maint_simpage.nx | the IN-BROWSER PROOF PAGE. Composes the closed-loop | 109 | 4 |
| nx_maint_simpage_test.nx | gate for the in-browser proof page (the capstone). | 75 | 1 |
| nx_maint_specs.nx | the appliance/HVAC spec CATALOG (the water-heater | 74 | 1 |
| nx_maint_specs_test.nx | gate for the appliance/HVAC spec catalog. | 85 | 1 |
| nx_maint_unify.nx | R3 unify: the 5 physics kernels speak ONE health | 120 | 8 |
| nx_maint_unify_test.nx | gate for R3 unify (one health language). | 75 | 1 |
| nx_makeup.nx | MAKEUP layer (the LT_MAKEUP layer type from nx_char_layers, operator "add layers of ... makeup"). | 83 | 5 |
| nx_makeup_style.nx | typed makeup classification + scene-appropriateness check. | 153 | 2 |
| nx_manga.nx | WRITING arc, rung W-MANGA-1: the PAGE/PANEL SCRIPT model. | 135 | 8 |
| nx_manga_bubble.nx | R2 of the mangagen lane (comparewatch- contract mangagen_mb_bubble_draw): | 350 | 10 |
| nx_manga_bubble_gate.nx | REFEREE for R2 (nx_manga_bubble). END-TO-END: forks the PROMOTED elf with a | 147 | 3 |
| nx_manga_charsheet.nx | R4 of the mangagen lane (comparewatch- contract mangagen_mcs_sheet_emit): | 320 | 11 |
| nx_manga_charsheet_gate.nx | REFEREE for R4 (nx_manga_charsheet). END-TO-END: builds its own mesh by | 177 | 5 |
| nx_manga_gate.nx | REFEREE for WRITING rung W-MANGA-1 (nx_manga). | 116 | 7 |
| nx_manga_ocr.nx | MG22: FIND THE TEXT REGIONS ON A PAGE (lib; lib+gate split, no main). | 93 | 2 |
| nx_manga_ocr_gate.nx | REFEREE for MG22 (mo_text_regions). IN-PROCESS against nx_manga_ocr. | 106 | 5 |
| nx_manga_page.nx | R1 KEYSTONE of the mangagen lane (comparewatch- contracts mangagen_mp_page_emit | 264 | 10 |
| nx_manga_page_gate.nx | REFEREE for R1 (nx_manga_page), the keystone rung, gated last and owed since | 190 | 5 |
| nx_manga_rating.nx | THE CONTENT RATING PLANE for the manga lane (mangagen MG24 mr_rate_row, | 185 | 12 |
| nx_manga_rating_gate.nx | REFEREE for mangagen MG24 (mr_rate_row) and MG32 (mr_depiction_legal). | 89 | 2 |
| nx_manga_rating_lib.nx | THE CONTENT RATING DECISION as a shared lib (mangagen MG24 mr_rate_row, | 145 | 9 |
| nx_manga_research_fetch.nx | SOVEREIGN researcher for the MANGA ACQUISITION + TRANSLATION exceed arc (operator | 77 | 5 |
| nx_manga_script.nx | R3 of the mangagen lane (comparewatch- contract mangagen_ms_beats): | 178 | 6 |
| nx_manga_script_gate.nx | REFEREE for R3 (nx_manga_script). END-TO-END: builds its own fixture script, | 165 | 4 |
| nx_mannequin_index.nx | composite "is this a living person or a mannequin" verdict. | 144 | 2 |
| nx_mannequin_index_test.nx | Smoke for nx_mannequin_index composite scorer + the two leaf detectors | 153 | 2 |
| nx_manufacturing_posture.nx | sealed manufacturing-tier verdict. | 78 | 5 |
| nx_map.nx | Robin-hood hashmap with FNV-1a (Phase G8). | 261 | 10 |
| nx_map_file_gate.nx | gates the DEBT-EATEN file I/O floor (2026-07-15): (a) sys_read_file now sizes its | 96 | 3 |
| nx_markdown_block.nx | block-level Markdown -> HTML. | 359 | 11 |
| nx_markdown_inline.nx | render inline Markdown to HTML. | 235 | 4 |
| nx_market.nx | the NISHI MARKET RESEARCHER: sees what the team can CAPITALIZE on (operator). It | 137 | 14 |
| nx_market_ladder.nx | THE MARKET-ENTRY VERDICT CLI over nx_market_ladder_lib (2026-08-24, /compare PT6). | 98 | 4 |
| nx_market_ladder_gate.nx | THE GATE FOR THE MARKET-ENTRY VERDICT (nx_market_ladder_lib + the CLI), 2026-08-24. | 141 | 4 |
| nx_market_ladder_lib.nx | THE MARKET-ENTRY VERDICT AS ONE RULER (2026-08-24, /compare PT6: ml_entry_verdict). | 398 | 20 |
| nx_market_research_fetch.nx | grounds the unit-economics organ (Wright's | 62 | 5 |
| nx_market_rt.nx | GO-TO-MARKET / UNIT ECONOMICS. Engineering-ready + | 89 | 9 |
| nx_market_test.nx | smoke for nx_market. Proves production cost-down, | 38 | 1 |
| nx_material_cast_candidate_t302.nx | 53 | 5 | |
| nx_material_cast_gate_t302.nx | 41 | 3 | |
| nx_material_normal_page_candidate_t302.nx | Candidate emitted-page admission boundary; native glTF descriptor remains source parser. | 4 | 1 |
| nx_material_normal_shader_candidate_t301.nx | Candidate additions to existing nx_cast_shader_src.nx; not a second renderer. | 34 | 3 |
| nx_material_normal_shader_gate_t301.nx | 40 | 2 | |
| nx_material_profile.nx | data-driven filament profile: temps, | 337 | 9 |
| nx_material_profile_test.nx | exercise the Generic PLA factory + | 104 | 1 |
| nx_material_source_tangent_gate_t301.nx | 54 | 2 | |
| nx_math.nx | canonical pure-integer math helpers. | 45 | 1 |
| nx_math_basics.nx | canonical shared integer-math basics. | 106 | 9 |
| nx_math_basics_test.nx | smoke for the shared integer-math basics. | 59 | 1 |
| nx_math_games.nx | entry-level math games + puzzles + riddles for | 136 | 12 |
| nx_math_games_test.nx | smoke for the pedagogy primitives. | 117 | 4 |
| nx_math_page.nx | THE /math SURFACE: a math workbench from the youngest kids to research. | 439 | 11 |
| nx_math_serve.nx | /math AS A TOOL, NOT A BROCHURE. | 179 | 7 |
| nx_mathcore.nx | emit an EXACT multi-precision product so an OUTSIDE arithmetic can adjudicate it. | 107 | 7 |
| nx_mathcore_gate.nx | THE MATH CORE HAD NO GATE AT ALL (measured 2026-09-03). | 259 | 4 |
| nx_mathml.nx | CLI for the sovereign LaTeX-subset to MathML typesetter. | 50 | 3 |
| nx_mathml_gate.nx | IS THE SOVEREIGN LATEX->MATHML TYPESETTER CORRECT, AND CAN IT REFUSE? | 151 | 4 |
| nx_mathml_lib.nx | LATEX SUBSET -> MATHML, THE SOVEREIGN MATH TYPESETTER. | 482 | 23 |
| nx_matmul_t_pool_gate.nx | gate + MEASUREMENT for the pooled | 170 | 6 |
| nx_matmul_tile_kat.nx | proves the m>1 COLUMN-TILED matmul is BIT-EXACT against the existing kernel, | 119 | 7 |
| nx_matmul_traced.nx | BP-3: real ML primitive (matmul) with full | 154 | 2 |
| nx_matrix.nx | general matrix algebra (i64, row-major). | 522 | 21 |
| nx_matrix_eig_gate.nx | AM1: DOES THE SYMMETRIC EIGENSOLVER ACTUALLY SOLVE, AND CAN IT REFUSE? | 220 | 2 |
| nx_matrix_sym_lib.nx | THE ONE READER OF A COMPARE-MATRIX ROW'S SYMBOL FIELD (field 3). | 160 | 15 |
| nx_matrix_test.nx | smoke for matrix algebra. | 148 | 1 |
| nx_matter.nx | Nishi Office Matter/Client spine (F502) CLI/MCP organ: self-verifying demo | 42 | 1 |
| nx_matter_gate.nx | INDEPENDENT gate for the Matter/Client spine (imports the SAME | 69 | 2 |
| nx_matter_intake.nx | Nishi Office NEW-MATTER INTAKE (F511) CLI/MCP organ: self-verifying | 44 | 1 |
| nx_matter_intake_gate.nx | INDEPENDENT gate for the new-matter intake composition (imports | 100 | 2 |
| nx_matter_intake_lib.nx | Nishi Office: NEW-MATTER INTAKE (F511 composition / logical | 39 | 1 |
| nx_matter_lib.nx | Nishi Office: Matter/Client SPINE (F502) core lib. | 201 | 11 |
| nx_max_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_max_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_mcbench_research_fetch.nx | GROUND THE REAL BAR (operator: "really use the nishi researcher and really | 56 | 2 |
| nx_mccabe.nx | THIN MAIN over nx_mccabe_lib.nx. Publishes the DISTRIBUTION of cyclomatic complexity | 170 | 3 |
| nx_mccabe_gate.nx | teeth for the cyclomatic-complexity census. | 286 | 5 |
| nx_mccabe_lib.nx | CYCLOMATIC COMPLEXITY FOR NISHILANG. Closes seq251. | 356 | 17 |
| nx_mcp.nx | THE SOVEREIGN MCP CLIENT. Retires nishi-ops/nxmcp.py (Python) and nxfsedit.ps1 | 249 | 9 |
| nx_mcp_authenticated_gate.nx | Fresh native stdio read-only authenticated roundtrip using existing HTTPS fixture. | 76 | 2 |
| nx_mcp_body_gate.nx | LANE K 2026-08-23. Referee for the MCP-wire body-read root fix in | 400 | 17 |
| nx_mcp_call.nx | the SOVEREIGN MCP client: POST a JSON-RPC tools/call to /mcp over our own TLS-1.3 and PRINT | 274 | 14 |
| nx_mcp_control.nx | Borrowed MCP control metadata. JSON stays at the boundary; no value tree | 180 | 3 |
| nx_mcp_control_gate.nx | 22 | 1 | |
| nx_mcp_coverage.nx | THE STANDING MCP/API EXPOSURE COVERAGE ORGAN (operator 2026-07-16: make | 200 | 6 |
| nx_mcp_coverage_gate.nx | gate for the standing MCP/API exposure coverage organ. | 54 | 2 |
| nx_mcp_edge_boundary_gate.nx | 44 | 2 | |
| nx_mcp_envelope.nx | Native MCP envelope selection. Reuses the estate value parser. | 62 | 2 |
| nx_mcp_envelope_gate.nx | 30 | 3 | |
| nx_mcp_http_envelope_gate.nx | 24 | 2 | |
| nx_mcp_http_gate.nx | 51 | 3 | |
| nx_mcp_http_gate_t174.nx | 50 | 3 | |
| nx_mcp_https_gate.nx | 53 | 6 | |
| nx_mcp_https_gate_t175.nx | 53 | 6 | |
| nx_mcp_pending.nx | MCP-specific identity ownership over the generic process pool. | 567 | 33 |
| nx_mcp_pending_candidate_t230.nx | MCP-specific identity ownership over the generic process pool. | 567 | 33 |
| nx_mcp_pending_http_t174.nx | MCP-specific identity ownership over the generic process pool. | 393 | 20 |
| nx_mcp_queue_canonical_gate_t230.nx | Manages JSON-RPC request queues with cancellation, budgeting, and recovery mechanisms for MCP gateways. | 75 | 3 |
| nx_mcp_queue_gate_t230.nx | Manages JSON-RPC request queuing, cancellation, and worker recovery in a distributed system. | 75 | 3 |
| nx_mcp_queue_stdio_canonical_gate_t230.nx | Tests MCP queue behavior with JSON-RPC input and checks output for expected responses and error conditions. | 74 | 3 |
| nx_mcp_queue_stdio_gate_t230.nx | Sends JSON-RPC requests to a tool lister and checks responses for expected outcomes. | 74 | 3 |
| nx_mcp_queue_stdio_recheck_t236.nx | Tests MCP admission recheck with stdio by executing a tool and verifying output and event logs. | 74 | 3 |
| nx_mcp_route.nx | Credential routing is explicit configuration; the remote capability verifier remains authoritative. | 127 | 7 |
| nx_mcp_route_archive_gate_t160.nx | Validates and configures route authorization policies for the Nishi sovereign ecosystem. | 58 | 2 |
| nx_mcp_route_auth_read_gate_t1.nx | Validates and configures route authorization policies for the Nishi sovereign ecosystem. | 48 | 2 |
| nx_mcp_route_auth_read_t1.nx | Credential routing is explicit configuration; the remote capability verifier remains authoritative. | 127 | 7 |
| nx_mcp_route_json_canonical_gate_t160.nx | Validates and configures route authorization policies for the Nishi sovereign ecosystem. | 233 | 6 |
| nx_mcp_route_json_gate_t160.nx | Validates and configures route authorization policies for the Nishi sovereign ecosystem. | 233 | 6 |
| nx_mcp_route_json_t160.nx | Credential routing is explicit configuration; the remote capability verifier remains authoritative. | 127 | 7 |
| nx_mcp_sse.nx | MCP response decoding belongs to the native stdio transport, before protocol output. | 127 | 6 |
| nx_mcp_sse_gate_t316.nx | Tests message stream decoding, HTTP parsing, chunking, and overflow handling in the Nishi sovereign ecosystem. | 88 | 5 |
| nx_mcp_sse_live_gate_t316.nx | 32 | 1 | |
| nx_mcp_sse_pool_gate_t316.nx | 59 | 5 | |
| nx_mcp_stdio.nx | MCP stdio to sovereign HTTPS. The server remains the authority for discovery and capability checks. | 413 | 7 |
| nx_mcp_stdio_candidate_t230.nx | MCP stdio to sovereign HTTPS. The server remains the authority for discovery and capability checks. | 418 | 7 |
| nx_mcp_stdio_gate.nx | lane conn, 2026-09-11. | 197 | 4 |
| nx_mcp_stdio_gate_t174.nx | lane conn, 2026-09-11. | 197 | 4 |
| nx_mcp_stdio_http_t174.nx | MCP stdio to sovereign HTTPS. The server remains the authority for discovery and capability checks. | 403 | 6 |
| nx_mcp_stdio_samepool_gate_t161.nx | lane conn, 2026-09-11. | 197 | 4 |
| nx_mcp_stdio_sse_t316.nx | MCP stdio to sovereign HTTPS. The server remains the authority for discovery and capability checks. | 413 | 7 |
| nx_mcp_transport.nx | the SOVEREIGN MCP client: POST a JSON-RPC tools/call to /mcp over our own TLS-1.3 and PRINT | 223 | 16 |
| nx_mcp_transport_gate.nx | 22 | 1 | |
| nx_mcu_brick.nx | Rule-26 reversibility classifier for persistent-state writes on MCU targets. | 92 | 5 |
| nx_mcu_fit.nx | does a model config fit a specific MCU's memory hierarchy? Pure decision logic. | 64 | 3 |
| nx_mcu_fit_gate.nx | pins the MCU memory-hierarchy admission decision, using the REAL esp32-ai numbers | 135 | 3 |
| nx_mcu_q4.nx | the int4-weight x int8-activation group dot product: the kernel MCU-class LLM inference | 104 | 9 |
| nx_mcu_q4_gate.nx | pins the int4 x int8 MCU kernel to EXACT integer answers. | 147 | 1 |
| nx_mcu_ready.nx | THE HARDWARE-TEST CHOKEPOINT: composes the two independent questions a board must | 104 | 4 |
| nx_mcu_ready_gate.nx | pins the hardware-test chokepoint, using the MEASURED esp32-ai workload on the | 153 | 3 |
| nx_md5.nx | MD5 message digest (RFC 1321). | 246 | 13 |
| nx_md5_canonical.nx | RFC 1321 MD5 hash. | 291 | 7 |
| nx_md_render.nx | sovereign Markdown -> HTML renderer. | 442 | 6 |
| nx_mdns.nx | sovereign mDNS / DNS-SD service discovery for IPP printers (RFC 6762 + RFC 6763): the R3 | 143 | 7 |
| nx_mdns_test.nx | offline gate for the mDNS / DNS-SD printer-discovery parser (nx_mdns). | 118 | 6 |
| nx_meal_capture.nx | MAIN: preserve ONE origin recipe page into the sovereign WARC, correctly. | 185 | 4 |
| nx_meal_emit.nx | MAIN: SEED the meal stores and RENDER the page. Idempotent end to end (rule 10): every | 187 | 5 |
| nx_measure.nx | Lebesgue measure primitives. | 88 | 6 |
| nx_measurement_binding_artifact_gate.nx | Capture the actual staged owner without changing its command/API contract. | 186 | 6 |
| nx_measurement_binding_capture_gate.nx | Capture the actual staged owner without changing its command/API contract. | 127 | 5 |
| nx_measurement_binding_diagnostic.nx | Read-only diagnosis of the complete real plan; no projection policy changes. | 71 | 2 |
| nx_measurement_binding_gate.nx | pure projection contract plus complete native files. | 168 | 4 |
| nx_measurement_binding_lib.nx | read-only projection of authored plan contracts, | 342 | 20 |
| nx_measurement_source_binding_gate.nx | Read-only pure join gate, actual declaration ruler controls; no estate writes. | 48 | 4 |
| nx_mechparts.nx | proper procedural MECHANICAL PRIMITIVES for the CAD car-twin viewer (cadtwin R1b-lite): | 176 | 7 |
| nx_medbill_advocacy_gate.nx | M-ADV GATE: proves (1) charity-care screening reads the CURRENT HHS | 100 | 4 |
| nx_medbill_appeal.nx | M-ADV2 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: INSURANCE DENIAL | 103 | 8 |
| nx_medbill_charity.nx | M-ADV1 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: CHARITY-CARE / | 112 | 6 |
| nx_medbill_civic.nx | ADV5 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: CIVIC ESCALATION with | 222 | 12 |
| nx_medbill_civic_gate.nx | ADV5 GATE: issue->channel routing never guesses; expected-response | 115 | 4 |
| nx_medbill_cli.nx | M1 front door: drive the medical-billing code-pack store from the command line | 627 | 20 |
| nx_medbill_codes.nx | M1 of the MEDICAL BILLING & PATIENT ADVOCACY ladder (see /compare/medbilling): | 197 | 11 |
| nx_medbill_codes_gate.nx | M1 GATE: proves the medical-billing code-pack store decodes REAL codes from | 113 | 4 |
| nx_medbill_nsa.nx | ADV3 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: classify a billing | 75 | 4 |
| nx_medbill_nsa_gate.nx | ADV3 GATE: the situation classifier routes to the CORRECT federal | 87 | 5 |
| nx_medbill_recon.nx | M2 of the MEDICAL BILLING ladder (/compare/medbilling): parse an ITEMIZED BILL | 275 | 12 |
| nx_medbill_recon_gate.nx | M2 GATE: proves bill/EOB TEXT parses into exact structured claim lines | 113 | 5 |
| nx_media_archive_research.nx | THIN structured MEDIA-ARCHIVE research source organ. COMPOSES | 52 | 1 |
| nx_media_budget.nx | Maps budget parameters to media quality settings ensuring monotonic quality and envelope-safe bitrate scaling. | 121 | 14 |
| nx_media_convert.nx | the user-facing media CONVERT: a real image FILE in, | 141 | 6 |
| nx_media_convert_jpeg_gate.nx | proves the unified file converter handles | 41 | 2 |
| nx_media_crypt.nx | SOVEREIGN E2EE media cipher = ChaCha20 (RFC 8439), pure Nishi. Chosen over a | 97 | 9 |
| nx_media_crypt_wasm.nx | WASM-target entry wrappers for the ChaCha20 cipher (nx_media_crypt). The WAT | 14 | 3 |
| nx_media_deepcrawl.nx | the DEEP media harvester as a REUSABLE capability (operator 2026-07-08: "harvest the | 190 | 12 |
| nx_media_env.nx | SOVEREIGN, PORTABLE launch config for the media/torrent daemon. | 109 | 7 |
| nx_media_exclusion.nx | LIB: the media-recovery EXCLUSION gate (safety-by-construction). BEFORE any recovered or | 66 | 3 |
| nx_media_exclusion_enforce_gate.nx | end-to-end proof that the exclusion gate enforces on REAL decoded media. | 57 | 2 |
| nx_media_exclusion_gate.nx | GREEN/RED gate for nx_media_exclusion. Proves the do-not-recover check on SYNTHETIC | 49 | 1 |
| nx_media_fetch.nx | bring source bytes into a MediaPool. | 189 | 4 |
| nx_media_gallery.nx | EXPOSURE rung X2 (visible/usable, not just numbers). | 131 | 6 |
| nx_media_gather.nx | the ENTITY MEDIA GATHER rung (canonical case: Diora Baird, the dossier entity from | 238 | 11 |
| nx_media_grab.nx | "nishi grab -> gallery" (operator 2026-07-08). Deep-harvests a page's media (nx_media_ | 218 | 16 |
| nx_media_harvest.nx | SUPERSET media-URL harvester (operator 2026-07-08: "how do i get my nishi browser to | 368 | 18 |
| nx_media_index.nx | EXPOSURE rung X1 (library): tag a real media file by | 105 | 3 |
| nx_media_index_gate.nx | REFEREE for EXPOSURE rung X1 (nx_media_index). | 133 | 3 |
| nx_media_index_run.nx | EXPOSURE rung X1 (runnable tool). | 88 | 5 |
| nx_media_ingest_pipeline.nx | KEYSTONE (operator 2026-07-14): analysis/derivation-on-INGEST for the gallery. | 103 | 8 |
| nx_media_ingest_pipeline_gate.nx | teeth for the keystone pipeline's path resolver + always-inform contract. | 57 | 2 |
| nx_media_inspect.nx | DEEP sovereign media inspector CLI. Thin wrapper over nx_media_deepcrawl: crawls a | 125 | 9 |
| nx_media_player.nx | EXPOSURE rung X3: a privacy-respecting player/viewer. | 125 | 7 |
| nx_media_pool.nx | container for ingested media bytes + provenance. | 211 | 7 |
| nx_media_run.nx | EXPOSURE rung X0: a real, runnable tool (not a KAT). | 95 | 4 |
| nx_media_run_gate.nx | REFEREE for EXPOSURE rung X0 (nx_ppm + nx_media_run). | 147 | 5 |
| nx_media_serve_research_fetch.nx | SOVEREIGN Nishi researcher for MEDIA SERVING / MANAGEMENT / DELIVERY SOTA | 49 | 2 |
| nx_media_session.nx | abstract base for sovereign media sessions. | 307 | 26 |
| nx_media_sniff.nx | determine media type from magic bytes / MIME / extension. | 1200 | 68 |
| nx_media_transport.nx | sovereign secure-datagram media transport. | 127 | 9 |
| nx_media_xrecover.nx | CROSS-TEMPORAL media recovery (the Wayback-exceeding differentiator): given ONE image URL | 95 | 10 |
| nx_mediafacts.nx | CLI for media fact extraction into the refcorpus measured-facts plane. | 253 | 11 |
| nx_mediafacts_lib.nx | MEDIA FACT EXTRACTION CORE (R1 of the render-docs ingest program, | 155 | 9 |
| nx_mediaflow.nx | aesthetictwin AT36 (2026-09-17): SUBMIT MEDIA, GET A VERIFIED REPORT, ONE CALL. The repeatable work | 163 | 6 |
| nx_mediaflow_gate.nx | the referee for nx_mediaflow_lib (aesthetictwin AT36, 2026-09-17). The library turns caller | 146 | 6 |
| nx_mediaflow_lib.nx | aesthetictwin AT36 (2026-09-17): THE MEDIA WORKFLOW COMPILED TO ONE CALL. Operator: "work should | 270 | 17 |
| nx_mediaimport_research_fetch.nx | ground the media-importer benchmark on REAL docs of the SOTA image- | 46 | 4 |
| nx_mediajudge.nx | aesthetictwin AT36 (2026-09-17): the CLI over nx_mediajudge_lib. Submitted media through the beauty | 58 | 3 |
| nx_mediajudge_gate.nx | the referee for nx_mediajudge_lib (aesthetictwin AT36, 2026-09-17). The fixture is the estate's own | 254 | 7 |
| nx_mediajudge_lib.nx | aesthetictwin AT36 (2026-09-17): SUBMITTED MEDIA THROUGH THE BEAUTY RULERS WITH A REPORT THE | 463 | 21 |
| nx_mediapath.nx | self-healing BEST-MEDIA-PATH selection: the unifier. | 124 | 3 |
| nx_mediapath_test.nx | 1:1 KAT for self-healing best-media-path | 91 | 2 |
| nx_mediaui_research_fetch.nx | SOVEREIGN multi-source web-fetch for the MEDIA-DOWNLOAD-UI / "what an | 94 | 5 |
| nx_medrec.nx | MEDIA-RECOVERY ADMISSION CORE: decide whether an archived capture is REALLY | 254 | 13 |
| nx_medrec_gate.nx | GREEN/RED gate for the media-recovery admission core. | 136 | 6 |
| nx_membound.nx | IS THE SOVEREIGN RASTERIZER MEMORY-BOUND AT HIGH RESOLUTION? | 116 | 2 |
| nx_membw.nx | resolves the open question: is the decode matmul's ~5 GB/s | 65 | 2 |
| nx_memcap.nx | CHERI-style memory capabilities, pure software. | 274 | 13 |
| nx_memfloor.nx | ADMISSION CONTROL FOR A LARGE ALLOCATION, as a shared library. | 138 | 9 |
| nx_memindex_budget_gate.nx | liar-killed GATE for the memindex TOTAL-size budget (the | 173 | 10 |
| nx_memindex_emit.nx | splice the DERIVED index into a curated markdown file (the MEMORY.md | 287 | 7 |
| nx_memindex_emit_gate.nx | liar-killed GATE for the MEMORY.md coindex splice organ. Forks the | 141 | 9 |
| nx_memindex_put.nx | the ATOMIC, SLUG-KEYED upsert for the HAND-CURATED half of the memory index | 387 | 7 |
| nx_memindex_put_gate.nx | liar-killed GATE for the atomic slug-keyed curated upsert (F826). | 374 | 15 |
| nx_memory.nx | CLI half of the consolidated memory tool (#6 of the 15). READ-ONLY seg-store surface: | 40 | 1 |
| nx_memory_gate.nx | gates the consolidated memory tool on a REAL fixture seg-store (authored via the | 60 | 3 |
| nx_memory_lib.nx | CONSOLIDATED memory tool (MCP name: nx_memory, tool #6 of the 15), LIBRARY half. | 113 | 9 |
| nx_memory_tool_register.nx | register nx_memory (consolidated memory tool, READ-ONLY increment) | 37 | 3 |
| nx_mergesort.nx | von-Neumann merge sort (top-down, stable). | 87 | 3 |
| nx_mergesort_test.nx | 40 | 2 | |
| nx_meristem.nx | undifferentiated growth-tip substrate for spawning new cells. | 194 | 11 |
| nx_meristem_test.nx | smoke for nx_meristem. | 116 | 1 |
| nx_mesh.nx | typed 3D mesh container. | 336 | 13 |
| nx_mesh2glb_neutral_candidate_t346.nx | NXMSH2 -> INTERACTIVE .glb (operator 2026-08-05: "a picture vs the other files' | 962 | 34 |
| nx_mesh3.nx | the SHARED triangle mesh + STL interchange (real3d census's connective-tissue gap: "CAD, | 205 | 16 |
| nx_mesh_autoscale.nx | WORKER MESH F3: sovereign AUTOSCALE-TO-ZERO controller (the Modal/KServe analog). | 224 | 14 |
| nx_mesh_batch.nx | WORKER MESH: DYNAMIC BATCHING scheduler + request QUEUE with admission control (the Triton | 196 | 13 |
| nx_mesh_christus_probe.nx | minimal repro for the christus exit=11 (mesh.n_tris != 4). | 43 | 2 |
| nx_mesh_decimate.nx | mesh DECIMATION by dense-grid vertex clustering (Rossignac-Borrel 1993), | 103 | 2 |
| nx_mesh_decimate_gate.nx | GATE for mesh decimation (the R-exceed size rung). Decimates the | 119 | 6 |
| nx_mesh_edit.nx | DCC modeling verbs on NxMesh (Blender-class), all sovereign. | 160 | 5 |
| nx_mesh_edit_test.nx | KAT gate for the DCC modeling verbs. Closed-form | 82 | 5 |
| nx_mesh_gen.nx | WORKER MESH R2: the SOVEREIGN end-to-end actuator. Retires the curl/base64 shell from the | 347 | 19 |
| nx_mesh_hostagent.nx | WORKER MESH: the AUTONOMOUS host-agent that makes autoscale HANDS-OFF. It runs on the | 203 | 15 |
| nx_mesh_lb.nx | WORKER MESH: multi-worker LOAD BALANCER + HEALTH-AWARE routing (the Triton/Ray replica-routing | 231 | 16 |
| nx_mesh_mux.nx | WORKER MESH: MULTI-MODEL multiplexing on one GPU (the Triton model-management analog). A single | 191 | 12 |
| nx_mesh_neutral_baseline_gate_t346.nx | 2 | 1 | |
| nx_mesh_neutral_gate_t346.nx | 33 | 2 | |
| nx_mesh_print_check.nx | printability checks on the L1 canonical | 171 | 5 |
| nx_mesh_print_check_test.nx | exercise bbox + manifold check | 55 | 1 |
| nx_mesh_probe.nx | SHARED worker-mesh health probe (single source; consolidates the copy that lived in | 57 | 3 |
| nx_mesh_qem.nx | mesh decimation by QUADRIC ERROR METRICS (Garland-Heckbert 1997), pure | 187 | 3 |
| nx_mesh_qem_gate.nx | MEASURED-EXCEED gate for QEM decimation vs uniform vertex clustering. | 71 | 5 |
| nx_mesh_run.nx | WORKER MESH CONDUCTOR: runs ONE job through the whole authorized pipeline by composing the REAL | 166 | 10 |
| nx_mesh_sculpt.nx | ZBrush-class curved primitive + sculpt brush, sovereign. | 124 | 5 |
| nx_mesh_sculpt_test.nx | KAT gate for the ZBrush-class curved primitive + | 82 | 6 |
| nx_mesh_serve.nx | WORKER MESH SERVICE: the standing daemon that makes the whole mesh LIVE at a URL, now a | 267 | 12 |
| nx_mesh_stream.nx | WORKER MESH: STREAMING responses (the Triton decoupled / OpenAI-stream analog). A long job | 163 | 12 |
| nx_mesh_view.nx | SOVEREIGN full-detail mesh renderer: loads a .nxmesh (every vertex, every | 274 | 6 |
| nx_mesh_winding_prepare_gate_t365.nx | 35 | 2 | |
| nx_meshcheck.nx | MESH INTEGRITY, the check nothing in this estate performed. | 382 | 9 |
| nx_meshcheck_gate.nx | proves the mesh integrity sweep, in BOTH directions, per defect class. | 202 | 10 |
| nx_meshgap.nx | SPATIAL COHERENCE OF A MESH: does the figure hold together, or have parts | 193 | 6 |
| nx_meshgap_gate.nx | THE COHERENCE TOOTH: does a shipped character hold together in space? | 149 | 4 |
| nx_meshgen.nx | sovereign SURFACE NETS: turn ANY signed-distance FIELD into a watertight triangle MESH | 176 | 7 |
| nx_meshgen_domain_candidate_t337.nx | sovereign SURFACE NETS: turn ANY signed-distance FIELD into a watertight triangle MESH | 191 | 9 |
| nx_meshgen_orientation_candidate_t336.nx | sovereign SURFACE NETS: turn ANY signed-distance FIELD into a watertight triangle MESH | 185 | 7 |
| nx_meshrender.nx | LIB: SOVEREIGN GENERAL TRIANGLE-MESH RENDERER (the keystone rung above nx_render_core). | 187 | 12 |
| nx_meshrig.nx | THE BINDER: a GENERATED mesh + a GENERATED skeleton -> a first-class rigged NXA. | 610 | 15 |
| nx_meshrig_gate.nx | IS THE BIND REAL, OR JUST A SKIN SECTION THAT EXISTS? | 266 | 9 |
| nx_meshseg3d.nx | 3D PART SEGMENTATION of a triangle mesh (cadtwin P2): decompose a scanned mesh into its | 81 | 3 |
| nx_meshtex.nx | R4: TEXTURED emitted-mesh renderer. Two fidelity moves the critic's pinned axes need: | 172 | 5 |
| nx_meshthick.nx | R5 of the CAD car-twin ladder (cadtwin P6a): MESH WALL-THICKNESS by ray-casting (the | 155 | 11 |
| nx_meshvalid_gate.nx | the gate for nx_meshvalid_lib (/compare/dcc DC3). | 154 | 6 |
| nx_meshvalid_lib.nx | THE MESH VALIDITY REFEREE: it REFUSES a broken asset instead of shipping it. | 367 | 20 |
| nx_meshview_wasm.nx | R3: the sovereign general-mesh renderer EMITTED to WASM (runs in ANY browser via OUR | 1126 | 55 |
| nx_message.nx | typed inter-actor message passing substrate. | 351 | 18 |
| nx_message_spam_detector.nx | rate-limit + chat-spam + abuse-vector audit. | 169 | 6 |
| nx_message_test.nx | smoke for nx_message. | 152 | 1 |
| nx_meta_verdict.nx | META "God saw it was good" composer over layer verdicts. | 422 | 6 |
| nx_metabolism.nx | per-call-site profiler + tier promotion. | 176 | 6 |
| nx_metabolism_test.nx | smoke for nx_metabolism. | 77 | 1 |
| nx_metainfo.nx | .torrent metainfo loader (bits-up), reuses bencode + sha1. | 65 | 1 |
| nx_metainfo_test.nx | KAT for the .torrent metainfo loader + info-hash. | 37 | 1 |
| nx_methyl.nx | cryptographic self-marking (Tier-1 immune). | 175 | 5 |
| nx_methyl_test.nx | smoke for nx_methyl. | 57 | 1 |
| nx_metric_ledger.nx | RETURN-AND-REPORT primitive (operator 2026-07-03: "on everything we do on the | 120 | 9 |
| nx_mf_hold.nx | ADVANCE A SYNC WATERMARK EXCEPT WHERE IT WAS NEVER EARNED. | 640 | 25 |
| nx_mfa.nx | ADMIN MFA / second factor (closes hosting_research gap #12 "mfa-admin", 2/0 CONFIRMED: | 73 | 6 |
| nx_mfa_gate.nx | KAT for admin MFA. Proves the TOTP-SHA1 core against the RFC 6238 Appendix B official | 45 | 1 |
| nx_mfrow.nx | UPDATE ONE ROW OF A TREECANON MANIFEST, AND NOTHING ELSE. | 239 | 10 |
| nx_mg_mkdir_probe.nx | 10-line oracle: does sys_mkdir work on the May-29 native lane? (The rv64->x86 | 12 | 1 |
| nx_mgmt_call.nx | the mgmt-API driver forked as an MCP tool. Mints a FRESH admin session from the NAS key bundle | 161 | 5 |
| nx_mgmt_call_candidate_t189.nx | the mgmt-API driver forked as an MCP tool. Mints a FRESH admin session from the NAS key bundle | 156 | 5 |
| nx_mgmt_call_gate.nx | TEETH FOR THE CONTROL-PLANE DRIVER FAILURE PATH, PROVEN WITHOUT CAUSING A FAILURE. | 87 | 2 |
| nx_mgmt_client.nx | SOVEREIGN CLIENT for the live control-plane mgmt API (nx_mgmt_api.nx, https://<host>/api). | 689 | 23 |
| nx_mgmt_client_gate.nx | in-process referee for the sovereign mgmt-API client codec. NO socket / NO creds: | 142 | 7 |
| nx_mgmt_gaterun_gate.nx | GATE for the control plane's two lane-J fixes (2026-08-23): | 304 | 8 |
| nx_mgmt_organ_capacity_gate_t180.nx | Actual management handler gate. Fixture registry is isolated in a unique temporary directory; | 87 | 6 |
| nx_mgmt_private_canonical_gate_t189.nx | 44 | 3 | |
| nx_mgmt_private_connected_gate_t189.nx | 44 | 3 | |
| nx_mgmt_private_discovery_gate_t189.nx | 53 | 3 | |
| nx_mgmt_private_response.nx | Private response handoff used by nx_mgmt_call; never emits upstream body bytes. | 137 | 14 |
| nx_mgmt_private_response_candidate_t189.nx | Private response handoff used by nx_mgmt_call; never emits upstream body bytes. | 137 | 14 |
| nx_mgmt_private_response_gate_t189.nx | 51 | 2 | |
| nx_mgmt_research.nx | THIN structured ECOSYSTEM-MANAGEMENT / CONTROL-PLANE research source organ. | 46 | 1 |
| nx_mgmt_session_mint.nx | CLI over nx_session_mint_lib: mint an M5 no-cookie session token (the X-Nishi-Session | 21 | 1 |
| nx_mgmt_session_mint_gate.nx | proves the session minter: a token minted by msm_mint_raw (loading ed_priv from a | 90 | 3 |
| nx_mhc.nx | MHC-class auth tokens (OAuth/capability token analog). | 85 | 5 |
| nx_mhc_test.nx | smoke for nx_mhc. | 58 | 1 |
| nx_mhtarget.nx | CLI: MakeHuman morph-target structural facts. nx_mhtarget probe|decode <f.target> | 86 | 6 |
| nx_mhtarget_gate.nx | BITE-PROOF for the MakeHuman target dialect, both directions. | 158 | 3 |
| nx_mhtarget_lib.nx | MAKEHUMAN TARGET FACT EXTRACTION CORE (the CC0 morph-target dialect; | 224 | 10 |
| nx_micro_expression.nx | Tier 5b "aliveness" micro-cue detector. | 279 | 4 |
| nx_microbiome.nx | loose colony of cells with collective function. | 194 | 11 |
| nx_microbiome_test.nx | smoke for nx_microbiome. | 78 | 1 |
| nx_microclimate.nx | hyperlocal climate sensing + prediction. | 221 | 11 |
| nx_microclimate_test.nx | smoke for nx_microclimate. | 108 | 1 |
| nx_micronutrient.nx | FOOD-SCIENCE SUITE / MICRONUTRIENT rung. Adds the | 140 | 6 |
| nx_micronutrient_test.nx | smoke for nx_micronutrient. Proves DV | 38 | 1 |
| nx_microscan_gate.nx | THE INVERSE MICRO-ANALYSER, GATED BY ROUND TRIP. Subject: nx_microscan_lib. | 402 | 8 |
| nx_microscan_lib.nx | INVERSE MICRO-SURFACE ANALYSIS: infer a surface's micro-STRUCTURE, and its | 366 | 15 |
| nx_miller_rabin.nx | Miller-Rabin probabilistic primality test. | 77 | 2 |
| nx_miller_rabin_test.nx | 26 | 1 | |
| nx_mime.nx | MIME type lookup by file extension. | 125 | 4 |
| nx_mimicry_compose_test.nx | Tier-1 immune + mimicry composed. | 183 | 1 |
| nx_min_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_min_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_minecraft_mcu_compose_test.nx | the session-1 vision substrate-bound. | 117 | 1 |
| nx_minimal_test.nx | 7 | 1 | |
| nx_mirror_live_probe.nx | rung-2 LIVE PROOF that the sovereign "download a published artifact -> NAS, byte-verified" | 67 | 4 |
| nx_mirror_research_fetch.nx | SOVEREIGN multi-source web-fetch to STUDY the S-CLASS "download & MIRROR a | 98 | 5 |
| nx_mirrorintegrity.nx | THIN MAIN over nx_mirrorintegrity_lib.nx. All judgement lives in the lib so the | 117 | 1 |
| nx_mirrorintegrity_gate.nx | teeth for the mirror-completeness census. | 206 | 3 |
| nx_mirrorintegrity_lib.nx | IS THE EVIDENCE WE PINNED ACTUALLY COMPLETE? | 666 | 27 |
| nx_mise_en_scene.nx | background-clutter detector. | 99 | 1 |
| nx_mise_en_scene_test.nx | smoke for background-clutter detector. | 81 | 4 |
| nx_mizar_dir_ingest.nx | ingest every Mizar decl in the corpus | 68 | 1 |
| nx_mizar_ingest.nx | ingest Mizar .miz theorem-level statements (M0). | 233 | 7 |
| nx_mizar_ingest_test.nx | smoke for Mizar M0 statement parser. | 29 | 1 |
| nx_mizar_stream_ingest.nx | Mizar parser -> 5-defense runner. | 110 | 6 |
| nx_mizar_stream_ingest_test.nx | Mizar parser -> defense stack. | 48 | 1 |
| nx_mkv2fmp4.nx | SOVEREIGN Matroska(.mkv) -> fragmented-MP4 remux (no re-encode, no ffmpeg). | 326 | 24 |
| nx_mkv_probe.nx | SOVEREIGN Matroska/EBML structure probe (schema-first for the .mkv->fMP4 remuxer). | 116 | 12 |
| nx_ml_dsa_65.nx | ML-DSA-65 post-quantum digital signature. | 116 | 4 |
| nx_ml_dsa_65_wasm.nx | Sovereign single-WASM FIPS 204 ML-DSA-65 (foundation). | 2340 | 62 |
| nx_ml_kem_768.nx | ML-KEM-768 post-quantum key encapsulation. | 138 | 4 |
| nx_ml_kem_768_wasm.nx | Provides cryptographic operations for secure key exchange and messaging in the Nishi sovereign ecosystem. | 1258 | 50 |
| nx_mlkem_kat_gate.nx | FIPS-203 INTEROP KAT for the real ML-KEM-768 (nx_ml_kem_768_wasm.nx). | 57 | 5 |
| nx_mlkem_verify.nx | native harness that PROVES the real ML-KEM-768 (nx_ml_kem_768_wasm.nx) | 34 | 3 |
| nx_mls_group.nx | C7 of the comms lane: MLS-CLASS EPOCHED GROUP RATCHET (RFC 9420 key schedule). | 799 | 39 |
| nx_mls_group_gate.nx | REFEREE for C7 (nx_mls_group, contract mls_epoch_advance). END-TO-END: | 260 | 5 |
| nx_mmap_direct_lifecycle_gate_t181.nx | 13 | 4 | |
| nx_mmap_owner_lifecycle_gate_t181.nx | 5 | 3 | |
| nx_mmapbal.nx | STATIC mmap/munmap BALANCE SCANNER over the .nx corpus. | 1328 | 25 |
| nx_mmapleak_gate.nx | MEASURES the unfreed-mmap leak class and proves the fix, on the resource | 134 | 7 |
| nx_mmapleak_scan.nx | find UNFREED SCRATCH ALLOCATION SITES, per function, in a NishiLang source. | 262 | 11 |
| nx_mmdev.nx | CLI for the millimetre surface-deviation ruler (PG4, procgen.plan, 2026-08-24). | 58 | 4 |
| nx_mmdev_gate.nx | GATE for the millimetre surface-deviation ruler (PG4, procgen.plan, 2026-08-24). | 118 | 3 |
| nx_mmdev_lib.nx | THE MILLIMETRE SURFACE-DEVIATION RULER (PG4, procgen.plan, 2026-08-24). | 380 | 7 |
| nx_mock_web.nx | a tiny loopback "web" for end-to-end crawl testing. | 85 | 4 |
| nx_mock_worker.nx | a minimal stand-in GPU worker for proving the host-agent lifecycle. Binds 127.0.0.1:<port>, | 42 | 3 |
| nx_mod_manifest.nx | THE SOVEREIGN MOD PACKAGE COMMAND (/compare/modding MD18 mod_manifest_emit, 2026-09-06). A thin caller | 117 | 7 |
| nx_mod_manifest_gate.nx | THE MOD PACKAGE MANIFEST GATE (/compare/modding MD18, 2026-09-06). A three-member package (an OBJ, a | 260 | 11 |
| nx_mod_manifest_lib.nx | THE SOVEREIGN MOD PACKAGE MANIFEST (/compare/modding MD18 mod_manifest_emit, 2026-09-06). | 481 | 22 |
| nx_mod_registry.nx | mod manifest + hook registries. | 269 | 10 |
| nx_modality_router.nx | H10 multi-modal model sharing (bits-up). | 448 | 24 |
| nx_modality_router_test.nx | smoke for H10 multi-modal sharing. | 175 | 1 |
| nx_mode.nx | WRITING arc, rung W-MODE-1: the data-driven MODE / PERSONA ROUTER. | 134 | 9 |
| nx_mode_gate.nx | REFEREE for WRITING rung W-MODE-1 (nx_mode). | 116 | 7 |
| nx_model_enumerate.nx | the STANDARD, reusable model-port ENUMERATE stage: fetch a HuggingFace repo's tree API | 74 | 4 |
| nx_model_fetch.nx | D2: SOVEREIGN model download (HF resolve -> 302 -> CDN TLS -> stream GGUF to disk). | 162 | 7 |
| nx_model_get.nx | G9 mg_fetch: hash-verified model acquisition into the gen model store (/compare/gen watch G9). | 395 | 9 |
| nx_model_lane.nx | CLI for the sovereign model-lane lease (core = nx_model_lane_core). | 73 | 1 |
| nx_model_lane_core.nx | SOVEREIGN MODEL-LANE LEASE (pure core, no main; CLI = nx_model_lane, | 327 | 11 |
| nx_model_lane_gate.nx | gate for the sovereign model-lane lease. Deterministic, tiny-RAM, | 79 | 2 |
| nx_model_port_registry.nx | the STANDARD sovereign MODEL-PORT registry: ONE data-driven place that maps every | 89 | 7 |
| nx_model_port_registry_gate.nx | executed proof of the standard model-port registry. Verifies count, name | 74 | 3 |
| nx_model_spec.nx | typed model configuration envelope. | 337 | 14 |
| nx_modelfacts.nx | CLI for 3D model fact extraction into the refcorpus measured-facts plane. | 259 | 11 |
| nx_modelfacts_lib.nx | 3D MODEL FACT EXTRACTION CORE (C1 of the conversion tier, | 185 | 10 |
| nx_modelprobe.nx | MEASURE /v1/models. NEVER BELIEVE IT. | 96 | 7 |
| nx_models_page_emit.nx | THE /world/models GALLERY IS EMITTED, NEVER HAND-WRITTEN (2026-08-23). | 426 | 12 |
| nx_models_page_emit_gate.nx | the models gallery is EMITTED FROM DATA and cannot drift from the | 253 | 5 |
| nx_modesty_profile.nx | sealed-enum catalog of modesty standards. | 468 | 22 |
| nx_modinv.nx | modular multiplicative inverse via extended Euclidean. | 33 | 1 |
| nx_modinv_test.nx | 18 | 1 | |
| nx_module_cas.nx | content-address NishiLang source modules. | 147 | 3 |
| nx_module_cas_test.nx | smoke: hash a tiny module, verify Merkle root. | 75 | 1 |
| nx_module_registry.nx | modular stdlib backbone. | 279 | 10 |
| nx_moe.nx | sovereign MIXTURE-OF-EXPERTS sparse FFN (the last census | 202 | 4 |
| nx_moe_gate.nx | MEASURED gate for the sovereign MoE sparse FFN | 174 | 6 |
| nx_moment_resolve.nx | resolve an arc stage into a populated DirectorsNote. | 227 | 6 |
| nx_moment_resolve_test.nx | smoke for arc -> DirectorsNote bridge. | 229 | 1 |
| nx_moment_trigger.nx | multi-source moment authorship + joint-trigger lifecycle. | 361 | 9 |
| nx_money.nx | R1 of THE NISHI FINANCIAL ECOSYSTEM engine: the NO-FLOAT money substrate. | 91 | 10 |
| nx_money_census.nx | the COMPREHENSIVE personal-money domain, mapped honestly. The operator's vision: ONE | 94 | 4 |
| nx_money_gate.nx | R1 GATE: proves nx_money is exact + no-float. Asserts add/sub/neg, rounding | 69 | 4 |
| nx_money_ledger.nx | the SOVEREIGN data-in path (the needle-mover the reality-check identified). Parses a | 119 | 6 |
| nx_money_ledger_gate.nx | proves the sovereign data-in path end-to-end: parse a real statement CSV, sum income, | 53 | 2 |
| nx_money_reality_check.nx | BRUTALLY HONEST standing of the comprehensive money OS vs the REAL consumer-finance | 76 | 4 |
| nx_money_situation.nx | the FOUNDATION of the comprehensive money system: a person's whole financial SITUATION | 83 | 13 |
| nx_money_situation_gate.nx | proves the situation model + the priority router on three hand-computed personas: | 60 | 2 |
| nx_monitor_html.nx | sovereign substrate-emitted browser monitor. | 261 | 2 |
| nx_monitor_html_test.nx | verify sovereign browser-monitor HTML | 107 | 2 |
| nx_monte_carlo.nx | Monte Carlo verifier with statistical bounds. | 287 | 5 |
| nx_moonraker_client.nx | request-construction layer for the | 277 | 10 |
| nx_moonraker_client_test.nx | verify URL building + JSON body + | 132 | 4 |
| nx_moonraker_io.nx | network roundtrip layer for nx_moonraker_client. | 211 | 7 |
| nx_moonraker_io_ipv4_test.nx | exercise the operator-facing | 84 | 2 |
| nx_moonraker_io_test.nx | REAL network roundtrip test. | 109 | 2 |
| nx_moonraker_loop_e2e_test.nx | full input-side substrate loop: | 115 | 3 |
| nx_moonraker_motion_parse_test.nx | motion_report -> Q14 fields. | 116 | 3 |
| nx_moonraker_ready_check.nx | pre-print Klipper state gate. | 130 | 5 |
| nx_moonraker_ready_check_test.nx | ready-state classifier tests | 92 | 2 |
| nx_moonraker_telemetry_parse.nx | pure-substrate parser for | 460 | 11 |
| nx_moonraker_telemetry_parse_test.nx | parse canonical | 99 | 2 |
| nx_morf_draw_asset_gate.nx | ORIGINAL. Read-only real NXA witness. Usage: gate.elf <banked-asset.nxa> | 139 | 3 |
| nx_morf_draw_core.nx | ORIGINAL. One caller-owned pre-skinning draw view; no asset parser or mood policy. | 115 | 3 |
| nx_morf_draw_core_gate.nx | ORIGINAL. Canonical geometry independently fixes the expected normal direction. | 72 | 2 |
| nx_morf_eval_core.nx | ORIGINAL. Pure MORF arithmetic extracted from the admitted mf_eval path. | 144 | 5 |
| nx_morf_eval_core_gate.nx | ORIGINAL. Canonical arithmetic and ownership checks; real NXA parity is a separate required run. | 84 | 2 |
| nx_morph.nx | MORPH TARGETS AS DATA (Elara bar E3; VAMX R4): a morph = a bank of vertex DELTAS over an | 137 | 12 |
| nx_motion.nx | frame-to-frame motion (Lucas-Kanade optical flow). | 459 | 12 |
| nx_motion_gate.nx | THE /motion SURFACE'S REFEREE (2026-09-06): the ONE lib's rulers on planted inputs (typing by | 248 | 5 |
| nx_motion_lib.nx | THE /motion SURFACE'S ONE SET OF RULERS (2026-09-06): content typing by MAGIC, the multipart | 767 | 44 |
| nx_motion_neural.nx | the NEURAL-MOTION FOUNDATION (S6, MotionGPT/T2M-GPT thesis "motion as language", | 186 | 12 |
| nx_motion_rig.nx | THE JOB BEHIND /motion (2026-09-06): one upload directory in; a rigged, rendered, exported result out, | 298 | 12 |
| nx_motion_serve.nx | /motion AS A TOOL, NOT A BROCHURE (2026-09-06): a visitor uploads a mesh, the sovereign auto-rig | 370 | 19 |
| nx_motion_serve_gate.nx | THE /motion SURFACE'S REFEREE (2026-09-06): the ONE lib's rulers on planted inputs (typing by | 238 | 5 |
| nx_motion_smoke.nx | DIAGNOSE AND GATE THE /motion DAEMON'S LISTEN (2026-09-06, rung MO14 core). | 47 | 3 |
| nx_motion_test.nx | smoke for nx_motion primitives. | 75 | 1 |
| nx_motor_unit.nx | load balancing via motor-unit recruitment. | 71 | 5 |
| nx_motor_unit_test.nx | smoke for nx_motor_unit. | 56 | 1 |
| nx_mountain_chain.nx | specialized mountain-chain generator. | 420 | 6 |
| nx_movelib.nx | MOTION AS DATA (swap+motion census SCOPE B, the operator's headline: a synthetic human wants | 228 | 13 |
| nx_movement_base_engine_t139.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4743 | 170 |
| nx_movement_base_library_t139.nx | THE ONE NXA CLIP EVALUATOR: channel-2 packed world-delta keys, sampled at a | 337 | 17 |
| nx_movement_base_page_t139.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 1995 | 60 |
| nx_mp4_demux.nx | MP4/ISO-BMFF container demuxer (first rung of the real-video | 88 | 5 |
| nx_mp4_demux_gate.nx | REFEREE for the MP4 demuxer (real-video bridge rung 0). | 122 | 8 |
| nx_mp4_es.nx | ISO-BMFF -> H.264 elementary-stream helpers, the mp4 counterpart of | 84 | 3 |
| nx_mp4_faststart.nx | qt-faststart: relocate the moov atom to the FRONT of an mp4 so a browser <video> | 92 | 9 |
| nx_mp4_faststart_gate.nx | proves the qt-faststart remux is byte-correct: constructs a synthetic | 150 | 12 |
| nx_mp4_probe.nx | SOVEREIGN MP4/fMP4 box-tree validator (no ffmpeg, no strings|grep). Walks the | 92 | 10 |
| nx_mp4_real_probe.nx | run the whole H.264 front-end on a REAL recording. | 79 | 4 |
| nx_mp4_stbl.nx | MP4 sample-table reader (real-video bridge rung 1). | 99 | 3 |
| nx_mp4_stbl_gate.nx | REFEREE for the MP4 sample-table reader (rung 1). | 111 | 10 |
| nx_mp_tls_probe.nx | isolate whether the sovereign TLS fetch import chain still COMPILES in the current tree | 12 | 1 |
| nx_mpj_t1.nx | Computes Fibonacci numbers and sums specific values to generate a benchmark result. | 28 | 2 |
| nx_mpj_t3.nx | Calculates and prints the sum of several integers along with a specified bad value. | 18 | 1 |
| nx_mqtt_sink_for_telemetry.nx | MQTT sink for telemetry events. | 207 | 6 |
| nx_mrshuffle.nx | the real MapReduce SHUFFLE (closes distributed-compute's shuffle-exchange gap). The | 170 | 8 |
| nx_mrshuffle_gate.nx | proves the shuffle is a CORRECT distributed dataflow: every key routes to exactly | 116 | 3 |
| nx_ms_ssim.nx | Multi-Scale Structural Similarity (Wang 2003). | 210 | 4 |
| nx_mse_dh.nx | MSE/PE Diffie-Hellman key exchange (BitTorrent Message Stream Encryption anti-throttle). | 77 | 10 |
| nx_mse_handshake.nx | the FULL MSE/PE obfuscated handshake over a real socket (anti-throttle keystone). | 130 | 9 |
| nx_mse_keys.nx | MSE/PE key derivation: turn the DH shared secret S + info_hash SKEY into the two RC4 | 83 | 4 |
| nx_mse_scan_gate.nx | proves mw_recv_scan (the MSE stream-sync primitive) skips an arbitrary-length pad | 40 | 2 |
| nx_mse_seed_gate.nx | proves the SEEDER's MSE path end-to-end: an ENCRYPTED (mse_connect) leecher pulls a | 96 | 4 |
| nx_mse_wire.nx | REUSABLE MSE/PE wire library: a drop-in encrypted-socket layer for the torrent transport. | 218 | 22 |
| nx_mse_wire_gate.nx | loopback gate for the reusable MSE wire library (nx_mse_wire). | 77 | 3 |
| nx_msg_sync.nx | C2 of the comms lane: MULTI-DEVICE SYNC for nx_chat_store rooms. Contract symbol | 400 | 14 |
| nx_msg_sync_gate.nx | REFEREE for C2 (nx_msg_sync, contract msy_devsync). END-TO-END: builds a | 264 | 4 |
| nx_mtls_authz.nx | bind a VERIFIED client-cert identity to an access decision. | 165 | 8 |
| nx_mtls_census.nx | the MEASURED scoreboard for the mTLS (CLIENT-CERTIFICATE) no-cookie session carrier. | 120 | 8 |
| nx_mtls_ecdsa.nx | ECDSA-P256 OPAQUE-bound client identity cert (the guaranteed-browser-interop branch). | 78 | 5 |
| nx_mtls_identity.nx | OPAQUE-bound client identity: derive the mTLS keypair + cert from export_key. | 164 | 8 |
| nx_mtls_issue.nx | R7 ISSUANCE: one call the login daemon makes to hand a browser its identity .p12. | 105 | 5 |
| nx_mtls_loopback_probe.nx | probe: does the mutual-auth loopback import set co-compile + the funcs interop? expect_exit: 0 license_tier: ORIGINAL | 32 | 1 |
| nx_mtls_pkcs12.nx | sovereign PKCS#12 (.p12 / PFX) emitter for one-time browser/OS import (RFC 7292). | 230 | 16 |
| nx_mtls_pkcs12_ecdsa.nx | ECDSA-P256 .p12 driver (the browser-interop-safe provisioning, rung R5c). | 64 | 6 |
| nx_mtls_serve_decision.nx | R7 ENFORCEMENT: turn an mTLS handshake result into a doc-serving decision. | 118 | 4 |
| nx_mul256_bench.nx | HEAD-TO-HEAD speed: the fused ADX/BMI2 __mul256_wide intrinsic | 112 | 5 |
| nx_mul256_difftest.nx | DIFFTEST for the fused __mul256_wide compiler intrinsic (ADX/BMI2 | 127 | 7 |
| nx_mul_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_mul_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_multi_body.nx | count of major skin regions (interaction-presence). | 83 | 1 |
| nx_multi_body_test.nx | smoke for multi-subject presence. | 67 | 3 |
| nx_multi_bundle.nx | N-character measurement holder built on N v7_bundles. | 76 | 7 |
| nx_multi_fetch.nx | fetch SEVERAL sources about one capability area to | 49 | 4 |
| nx_multi_pair_test.nx | 80 | 1 | |
| nx_multical.nx | Jointly calibrates multiple camera views with a shared focal length and per-view poses using Gauss-Newton optimization. | 217 | 4 |
| nx_multipart.nx | parse multipart/form-data bodies (RFC 7578). | 199 | 3 |
| nx_multivariate.nx | multi-axis Monte Carlo verifier with | 320 | 5 |
| nx_murmur3.nx | MurmurHash3 (Austin Appleby 2008/2011). | 103 | 4 |
| nx_mushroom_overhang_test.nx | Phase B2.1 of S-class hardening. | 173 | 3 |
| nx_musique_fetch.nx | grow the ladder with a HARDER multi-hop rung: MuSiQue (2-4 hop compositional, Trivedi | 15 | 1 |
| nx_mutation_test.nx | MUTATION testing (census gap): re-introduce a known bug into a COPY of a module, build the | 87 | 9 |
| nx_mutex.nx | futex-based mutex (FUTEX_WAIT / FUTEX_WAKE). | 162 | 8 |
| nx_mutex_race_test.nx | prove the mutex provides REAL mutual | 78 | 2 |
| nx_mvault.nx | the vault CLI + MCP tool. Exposes the gate-proven vault | 670 | 22 |
| nx_mvault_caption.nx | the comprehensive per-item CAPTURE assembler. | 71 | 6 |
| nx_mvault_caption_gate.nx | proves the comprehensive per-item capture: | 70 | 3 |
| nx_mvault_coll.nx | the vault's COLLECTION / PROVENANCE axis. | 302 | 21 |
| nx_mvault_coll_gate.nx | proves the vault's collection/provenance axis. | 118 | 2 |
| nx_mvault_context.nx | CONTEXTUAL ingestion: type from surrounding context, | 72 | 4 |
| nx_mvault_context_gate.nx | proves contextual ingestion. | 57 | 4 |
| nx_mvault_embed.nx | embedding-vector storage for the vault (seg-store blobs). | 46 | 4 |
| nx_mvault_embed_gate.nx | proves embedding blobs round-trip byte-identical | 45 | 1 |
| nx_mvault_fetch.nx | album/gallery ingest for the vault (a BunkrDownloader-class | 531 | 20 |
| nx_mvault_fetch_gate.nx | proves the album-ingest parsing rules OFFLINE. | 151 | 4 |
| nx_mvault_ingest.nx | vault classify-at-the-door: shallow faceted split, | 170 | 8 |
| nx_mvault_ingest_gate.nx | proves orthogonal class x type + all types. | 124 | 9 |
| nx_mvault_layout.nx | DSM-native on-disk layout for vault blobs. | 65 | 3 |
| nx_mvault_layout_gate.nx | proves the DSM on-disk path derivation: | 56 | 2 |
| nx_mvault_measure.nx | NishiCaption-grade MEASUREMENT atom for the vault's | 128 | 7 |
| nx_mvault_measure_gate.nx | proves the NishiCaption-grade measurement atom: | 71 | 2 |
| nx_mvault_reclaim.nx | storage VALUE / RECLAMATION engine. | 55 | 8 |
| nx_mvault_reclaim_gate.nx | proves the dedup + large-file reclamation math. | 31 | 1 |
| nx_mvault_record.nx | vault item as a CANONICAL CID RECORD on the seg-store. | 97 | 5 |
| nx_mvault_record_gate.nx | proves vault data lands on the SOTA plane: | 90 | 4 |
| nx_mvault_reindex.nx | the per-item MIGRATE pipeline core (dry-run/commit). | 112 | 3 |
| nx_mvault_reindex_gate.nx | proves the per-item migrate pipeline end-to-end | 101 | 3 |
| nx_mvault_tag.nx | extensible, searchable metadata planes for vault items. | 101 | 6 |
| nx_mvault_tag_gate.nx | proves the metadata schema is OPEN (any namespace), | 85 | 2 |
| nx_mvault_walk.nx | the LIVE reindex DRIVER, VW02 (MV-1 bulk-migration engine). | 990 | 28 |
| nx_mycorrhiza.nx | cross-substrate symbiotic resource exchange. | 264 | 12 |
| nx_mycorrhiza_test.nx | smoke for nx_mycorrhiza. | 116 | 1 |
| nx_mycorrhizal.nx | peer-mesh network topology (fungal web). | 213 | 13 |
| nx_mycorrhizal_test.nx | smoke for nx_mycorrhizal. | 61 | 1 |
| nx_nack.nx | SOVEREIGN NACK (negative-acknowledgement selective retransmit), the loss-recovery rung | 27 | 4 |
| nx_nanoid.nx | modern URL-safe ID generator. | 107 | 4 |
| nx_narrative_ingest.nx | DEPRECATED in favor of nx_text_ingest.nx. | 530 | 10 |
| nx_nas_probe.nx | SOVEREIGN mount + recording-source probe (operator: "investigate and resolve ... | 89 | 6 |
| nx_nas_run.nx | SOVEREIGN NAS command runner (operator 2026-06-23: "use our own nishi ecosystem", no | 91 | 4 |
| nx_nat_traverse.nx | LIB: NAT traversal so spoke<->spoke works behind home routers (operator: "spoke to spoke"). | 66 | 8 |
| nx_nat_traverse_gate.nx | proves the STUN reflexive-address codec (the NAT-traversal foundation): build a Binding | 47 | 5 |
| nx_natbw_mt.nx | MULTI-THREAD memory-bandwidth probe (native-vs-WSL2). | 95 | 3 |
| nx_natbw_mt_native.nx | NATIVE-build variant of nx_natbw_mt. | 89 | 3 |
| nx_natbw_probe.nx | NATIVE-vs-WSL2 memory-bandwidth probe. | 58 | 1 |
| nx_natfile_probe.nx | DIRECT native file-I/O diagnostic (isolates each bridge). | 36 | 3 |
| nx_natfu_probe.nx | NATIVE futex-roundtrip probe for the 11-import HAL. | 41 | 2 |
| nx_native_array_sum_bench.nx | memory-bound native micro-bench. | 42 | 1 |
| nx_native_config.nx | ordered CONFIG/POLICY storage on the NATIVE substrate, replacing borrowed TSV. | 128 | 13 |
| nx_native_contract_gate.nx | F103a R-N0: THE NATIVE CONTRACT v1 GATE (on nx_gate_verdict, D001 migrate-on-touch). | 239 | 8 |
| nx_native_matmul_bench.nx | matmul-shaped native micro-bench. | 57 | 1 |
| nx_native_matmul_long_bench.nx | LONG matmul bench for Stabilizer signal. | 55 | 1 |
| nx_native_micro_bench.nx | minimal NATIVE x86_64 Nishi micro-bench. | 63 | 2 |
| nx_native_rmsnorm_bench.nx | LLM-relevant RMSNorm kernel. | 63 | 1 |
| nx_native_rmsnorm_long_bench.nx | LONG RMSNorm bench for Stabilizer. | 47 | 1 |
| nx_native_softmax_bench.nx | LLM-relevant softmax kernel. | 61 | 1 |
| nx_native_tightloop_bench.nx | 20 | 1 | |
| nx_natmm_bench.nx | ISOLATED native Q8 matmul: serial (_st) vs fork-join (_pteam). | 47 | 1 |
| nx_natpmp.nx | SOVEREIGN NAT-PMP (RFC 6886) port mapping: auto-open :6881 on the router so the seeder is | 127 | 11 |
| nx_natpmp_gate.nx | proves the deterministic NAT-PMP helpers: np_parse_route extracts the default-route | 33 | 3 |
| nx_natq5_probe.nx | does the Q5_0->Q8_0 repack (__q5_unpack32 SSE) run native? | 36 | 2 |
| nx_natsimd_probe.nx | does packed SSE/AVX (the blessed intrinsics) run in a native PE? | 38 | 2 |
| nx_natstat.nx | NATURAL-IMAGE-STATISTICS photoreal metric = the REVERSE AI JUDGE. Real photographs have a | 472 | 21 |
| nx_nav_sentinel.nx | DURABLE NAS-side navigation monitor loop. Every tick: fork the proven organs | 192 | 12 |
| nx_navigation_test.nx | combined KAT for link extraction + | 144 | 4 |
| nx_neg.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_neg_test.nx | 9 | 1 | |
| nx_negate_inplace.nx | AUTO-GENERATED from shape `array_transform_inplace`. | 28 | 1 |
| nx_negate_inplace_test.nx | 15 | 1 | |
| nx_net.nx | BSD-style socket primitives (Phase G2). | 268 | 21 |
| nx_net_chan.nx | typed i64 channel serialised over TCP. | 213 | 11 |
| nx_net_chan_blob_test.nx | variable-length frames over TCP. | 152 | 5 |
| nx_net_chan_test.nx | prove typed i64 channel works over TCP | 140 | 3 |
| nx_net_diag.nx | IN-PLACE network troubleshooter (operator 2026-07-04: "we need a tracert/ping type | 136 | 8 |
| nx_net_governor.nx | general network traffic-shaping governor (ISP-safe). | 70 | 5 |
| nx_net_governor_test.nx | KAT for the general network governor. | 33 | 1 |
| nx_net_polite.nx | INTERNET CITIZENSHIP decisions (pure, deterministic, gate-able): how the harvester | 65 | 8 |
| nx_net_polite_gate.nx | deterministic gate for the citizenship decision layer (NO network/sleep): locks | 45 | 5 |
| nx_netpredict.nx | CLIENT-SIDE PREDICTION + SERVER RECONCILIATION, the warzone-netcode core that hides RTT. The | 28 | 4 |
| nx_netprobe_ladder.nx | THE DISCRIMINATING EXPERIMENT for the shared TCP liveness probe. | 71 | 5 |
| nx_netprobe_lib.nx | THE one act a caller performs to ask "is this TCP endpoint reachable?": | 46 | 2 |
| nx_netquant.nx | sovereign BIT-LEVEL quantized + delta player-state codec for adverse | 112 | 11 |
| nx_netscope_diag.nx | the ONE-COMMAND, EASY-FOR-ANYONE DNS diagnosis. | 39 | 1 |
| nx_netscope_dissect.nx | NX-NETSCOPE L4: layered PURE typed dissectors | 172 | 4 |
| nx_netscope_dissect_test.nx | 1:1 KAT for NX-NETSCOPE L4 pure | 117 | 3 |
| nx_netscope_dns.nx | NX-NETSCOPE L0 (timeout-recv keystone) + L1 | 436 | 13 |
| nx_netscope_dns_test.nx | 1:1 KAT for NX-NETSCOPE L0+L1 | 158 | 3 |
| nx_netscope_heal.nx | NX-NETSCOPE rung 3: goal-directed SELF-HEALING | 157 | 4 |
| nx_netscope_heal_loop.nx | NX-NETSCOPE rung 3, part 2: the live MAPE-K | 122 | 9 |
| nx_netscope_heal_loop_test.nx | 1:1 KAT for the live MAPE-K loop safety | 90 | 1 |
| nx_netscope_heal_test.nx | 1:1 KAT for the rung-3 self-healing decision | 87 | 2 |
| nx_netscope_verdict.nx | NX-NETSCOPE "easy-for-anyone" verdict layer. | 229 | 15 |
| nx_netscope_verdict_test.nx | 1:1 KAT for the easy-for-anyone verdict | 73 | 2 |
| nx_neuraltex_research_fetch.nx | ★P4 NEURAL SCOPING research: bank the CURRENT frontier on neural TEXTURE | 29 | 2 |
| nx_neverbrick_gate.nx | proves the Rule-26 reversibility classifier actually discriminates, and that | 113 | 5 |
| nx_nexus_fetch.nx | THE NEXUS MODS API DOOR (/compare/modding MD28, 2026-09-05): the modder's OWN API key, from the | 517 | 26 |
| nx_nft_read.nx | R0/R1 of the SOVEREIGN NETFILTER ("our own iptables", from the syscall rung up). READ the | 139 | 10 |
| nx_nft_read_gate.nx | Native contract regression for the Linux x86-64 legacy NAT table reader. | 30 | 3 |
| nx_ng_research_fetch.nx | SOVEREIGN multi-source web-fetch that GROUNDS the "neural graphics / radiance | 167 | 5 |
| nx_ng_verify_live.nx | verify the PUBLIC audio page is LIVE on nishifamily.com via our OWN sovereign TLS-1.3 | 81 | 4 |
| nx_ngram.nx | n-gram extraction + frequency + dispersion. | 361 | 11 |
| nx_ngram_test.nx | smoke for n-gram extraction + frequency + dispersion. | 171 | 1 |
| nx_niche.nx | sealed enum + classifier for device niche (what is this | 326 | 7 |
| nx_niche_test.nx | smoke for nx_niche. | 123 | 1 |
| nx_nif_gate.nx | BITE-PROOF for the NIF structural probe + geometry leg, both directions. | 349 | 13 |
| nx_nif_lib.nx | NETIMMERSE/GAMEBRYO NIF STRUCTURAL FACTS CORE (the Bethesda mesh container; | 401 | 12 |
| nx_niffacts.nx | CLI: NIF container structural facts. nx_niffacts probe|blocks|geom <f.nif> | 135 | 7 |
| nx_night_fetch_test.nx | SOVEREIGN night-reading research fetch. | 127 | 5 |
| nx_niosh_lift.nx | NIOSH Revised Lifting Equation (RWL + LI). | 309 | 11 |
| nx_nir.nx | NishiLang IR builder, in pure NishiLang. | 164 | 8 |
| nx_nir_test.nx | Test full pipeline: lex -> parse -> IR build, all NishiLang. | 71 | 1 |
| nx_nishi_coverage.nx | the MEASURED "use only our system" census. Reads the daily-driver tool | 91 | 7 |
| nx_nishi_desktop.nx | the NISHI SYSTEM "desktop": a unified status + launcher view of the whole | 93 | 7 |
| nx_nishi_font.nx | the SYSCALL-backed u8/PNG path of the sovereign Nishi stroke font. The PURE glyph core | 64 | 3 |
| nx_nishi_font_core.nx | the PURE, IMPORT-FREE core of the sovereign Nishi stroke font. Contains the | 214 | 8 |
| nx_nishi_usb_desktop.nx | x86 ladder R9-DESKTOP: boot the PERSISTED USB image -> SEE the desktop. | 268 | 12 |
| nx_nishi_usb_fbkernel.nx | x86 ladder R9-FBKERNEL: the disk-loaded kernel DRAWS its own framebuffer. | 287 | 11 |
| nx_nishios_boot_gui.nx | NishiOS KEYSTONE rung: BOOT -> GUI (the two halves fused). | 119 | 9 |
| nx_nishios_events.nx | NishiOS GUI rung-3: an INPUT EVENT LOOP (interactivity). | 112 | 6 |
| nx_nishios_fb_x86.nx | NishiOS GUI rung-7: the kernel draws the framebuffer with REAL x86 EXECUTION. | 128 | 9 |
| nx_nishios_germ_gate.nx | NishiOS SPORE GERMINATION gate (not clones, germinated pieces). | 78 | 6 |
| nx_nishios_gui.nx | NishiOS GUI rung-1: the kernel DRAWS A DESKTOP into a framebuffer + exports it | 141 | 10 |
| nx_nishios_irq.nx | NishiOS GUI rung-8: LIVE PS/2 IRQ1 (real interrupt-driven keyboard). | 171 | 11 |
| nx_nishios_kbd.nx | NishiOS GUI rung-5: LIVE KEYBOARD INPUT + a real shell line editor. | 140 | 11 |
| nx_nishios_mode.nx | NishiOS DEV/USER MODE: Claude is OPTIONAL, the sovereign ecosystem stands alone. | 69 | 4 |
| nx_nishios_raster.nx | GOAL-GPU-NATIVE rung-1: a sovereign SOFTWARE RASTERIZER (seed of the 3D stack). | 123 | 8 |
| nx_nishios_shell.nx | NishiOS GUI rung-6: the terminal runs a REAL tool (`ls` over the real FS). | 148 | 15 |
| nx_nishios_term.nx | NishiOS GUI rung-4: a TERMINAL WINDOW rendering REAL system content. | 97 | 6 |
| nx_nishios_userspace.nx | NishiOS rung-9: BARE-METAL USERSPACE (the kernel<->user privilege boundary). | 126 | 9 |
| nx_nishios_wm.nx | NishiOS GUI rung-2: a WINDOW MANAGER / COMPOSITOR. | 98 | 4 |
| nx_nishipages_serve.nx | sovereign self-contained static server for | 326 | 15 |
| nx_nlex.nx | NishiLang surface-syntax tokenizer, in pure NishiLang. | 368 | 17 |
| nx_nlex_test.nx | Test the NishiLang-in-NishiLang tokenizer on a small program. | 91 | 2 |
| nx_nm.nx | sovereign nm-equivalent (list ELF symbols). | 170 | 5 |
| nx_nn.nx | sovereign FIXED-POINT NEURAL INFERENCE substrate, the foundation under the neural-audio moonshot. The | 28 | 3 |
| nx_nn_probe.nx | 4 | 2 | |
| nx_nn_train.nx | sovereign FIXED-POINT TRAINING (batch gradient descent), the final piece of the neural-audio | 55 | 2 |
| nx_node_beacon.nx | SOVEREIGN per-node resource beacon: the swarm MONITOR keystone. | 326 | 13 |
| nx_nofloat_arch.nx | ARCH-CONFIGURABLE inference: read a model's dims from GGUF METADATA instead of | 74 | 5 |
| nx_nofloat_arch_moe_gate.nx | gates the arch-config debt eaten 2026-07-15: EXACT attention scale + | 124 | 6 |
| nx_nofloat_attention_gate.nx | ASSEMBLE the trio into one DETERMINISTIC transformer attention layer. | 164 | 11 |
| nx_nofloat_autograd.nx | NO-FLOAT (integer Q16 fixed-point) reverse-mode TENSOR autograd: the genuine | 775 | 38 |
| nx_nofloat_autograd_ddp_gate.nx | DEEPER R4->LLM: bit-reproducible data-parallel training driven by the | 168 | 7 |
| nx_nofloat_batched_forward_gate.nx | THE DECISIVE SPECULATIVE-DECODING FOUNDATION EXPERIMENT. | 140 | 6 |
| nx_nofloat_blockfloat_gate.nx | BLOCK-FLOAT quant rung: per-block power-of-2-scaled integer = MXFP8's | 118 | 7 |
| nx_nofloat_blockfloat_gemm_gate.nx | BLOCK-FLOAT weights through the no-float GEMM: the format earns its place | 141 | 9 |
| nx_nofloat_blockfloat_layer_gate.nx | BLOCK-FLOAT weights through a real LINEAR LAYER (W.x + bias -> ReLU), | 147 | 10 |
| nx_nofloat_exceed_gate.nx | the UNIQUE Nishi exceed axis: NO-FLOAT determinism. | 68 | 3 |
| nx_nofloat_gemm.nx | canonical sovereign INTEGER SIMD GEMM (vpmaddwd / __i16x16_madd): | 41 | 4 |
| nx_nofloat_gemm_gate.nx | the NO-FLOAT compute lever: integer SIMD GEMM (vpmaddwd), the deterministic | 103 | 3 |
| nx_nofloat_hw_research_fetch.nx | SOVEREIGN researcher: GROUND the HARDWARE-RUNG-UP exceed in REAL fetched | 71 | 5 |
| nx_nofloat_layernorm_gate.nx | the THIRD no-float transformer primitive: integer rsqrt -> LayerNorm. | 101 | 7 |
| nx_nofloat_llm.nx | CANONICAL sovereign no-float LLM library (ONE source of truth; no copy-paste debt). | 1835 | 98 |
| nx_nofloat_mla.nx | MLA (Multi-head Latent Attention, DeepSeek's marquee KV-compression) in no-float | 129 | 5 |
| nx_nofloat_mla_gate.nx | MLA no-float SERVE (the census's #1 remaining July-2026 gap, 2026-07-15). | 139 | 4 |
| nx_nofloat_mm_i8_batch_gate.nx | STEP 1 of the speculative serve integration (operator-approved build): | 129 | 11 |
| nx_nofloat_moe.nx | no-float Mixture-of-Experts FFN (2026-07-15, MoE rung 1: the layer MECHANISM). | 122 | 2 |
| nx_nofloat_moe_block_gate.nx | gates the MoE transformer BLOCK (MoE rung 2, 2026-07-15): per-token | 268 | 7 |
| nx_nofloat_moe_gate.nx | gates the no-float MoE FFN layer (MoE rung 1, 2026-07-15). The lib does | 285 | 6 |
| nx_nofloat_moe_real_gate.nx | MoE rung 3 (2026-07-15): REAL MoE WEIGHTS, LAZILY. Loads a real sparse-MoE | 313 | 6 |
| nx_nofloat_multistep_gate.nx | WHY no-float wins the MULTI-STEP-LOGIC arena (operator thesis 2026-06-18). | 62 | 5 |
| nx_nofloat_olmoe.nx | the faithful OLMoE transformer LAYER in deterministic no-float (MoE rung 4, | 185 | 2 |
| nx_nofloat_olmoe_forward_gate.nx | MoE rung 5 (2026-07-15): a COMPLETE OLMoE forward -- 16 stacked | 295 | 6 |
| nx_nofloat_olmoe_gate.nx | MoE rung 4 (2026-07-15): a FAITHFUL OLMoE transformer LAYER on REAL blk.0 | 222 | 7 |
| nx_nofloat_prefill_gate.nx | R0r (2026-09-17): the BATCHED PREFILL is bit-identical to the sequential per-token prefill it | 166 | 6 |
| nx_nofloat_prefix_cache_gate.nx | proves the PREFIX-KV-CACHE speed optimization is BIT-EXACT + measures the | 124 | 3 |
| nx_nofloat_propose_chat_gate.nx | PROPOSE->VERIFY rung 3 (2026-07-15): a BETTER PROPOSER on the SAME | 207 | 1 |
| nx_nofloat_propose_solve_gate.nx | PROPOSE->VERIFY rung 2 (2026-07-15): SOLVE-FORMS. Rung 1 proved the | 210 | 1 |
| nx_nofloat_propose_verify_gate.nx | THE PROPOSE->VERIFY LOOP, rung 1 (2026-07-15). The sovereign no-float | 180 | 1 |
| nx_nofloat_q4k.nx | LM4 RESIDENT-QUANT DECODE (2026-09-02): the 7B fits because the weights STAY Q4_K. | 406 | 21 |
| nx_nofloat_q4k_gate.nx | the REFEREE for nx_nofloat_q4k (LM4 resident-quant decode, /compare/engineshift 2026-09-02). | 308 | 10 |
| nx_nofloat_q6k_gate.nx | sovereign Q6_K -> Q16 integer dequant (unlocks Qwen embeddings + LM head). | 157 | 6 |
| nx_nofloat_qgap_probe.nx | THE QUANTISATION-GAP INSTRUMENT (2026-09-17, search R0s): does the served W12A12 (i8) | 249 | 13 |
| nx_nofloat_qwen_bias_probe.nx | recon: does Qwen2.5 carry Q/K/V projection biases (a known Qwen2 detail | 46 | 5 |
| nx_nofloat_qwen_config_gate.nx | rung 2a: read the REAL Qwen2.5-0.5B config from GGUF metadata. | 97 | 6 |
| nx_nofloat_qwen_decode_gate.nx | TOKENIZER decode: token id -> text, from the real GGUF vocab. | 93 | 5 |
| nx_nofloat_qwen_diag_gate.nx | FAITHFULNESS LOCALIZER (memory-safe: ONE no-float forward, lazy per-layer load). | 130 | 5 |
| nx_nofloat_qwen_dqprobe_gate.nx | MEASUREMENT PROBE (not a milestone gate): isolate how much of a decode step | 99 | 4 |
| nx_nofloat_qwen_encode_gate.nx | BPE ENCODE: text -> token ids, sovereign, from the real GGUF merges+vocab. | 133 | 7 |
| nx_nofloat_qwen_encode_prep_gate.nx | ENCODE foundation: the BPE merges + the reverse (string -> id) lookup. | 90 | 6 |
| nx_nofloat_qwen_fastgen_gate.nx | KV-cached generation with a DEQUANT-ONCE weight+head cache. | 161 | 4 |
| nx_nofloat_qwen_fastgen_i32_gate.nx | Stage 1 of the decode-speed arc: the dequant-once cache narrowed | 159 | 4 |
| nx_nofloat_qwen_fastgen_i8_gate.nx | Stage 2a of the decode-speed arc: W8A8 SIMD decode (__i16x16_madd, | 163 | 4 |
| nx_nofloat_qwen_fidelity_gate.nx | FIDELITY: the library's no-float Q16 matmul vs IEEE f32 on a REAL Qwen | 85 | 5 |
| nx_nofloat_qwen_forward_gate.nx | CAPSTONE: a COMPLETE sovereign no-float Qwen2.5-0.5B forward. | 120 | 3 |
| nx_nofloat_qwen_gen_gate.nx | GREEDY MULTI-TOKEN GENERATION through the sovereign no-float Qwen2.5-0.5B. | 123 | 4 |
| nx_nofloat_qwen_kvgen_gate.nx | KV-CACHED greedy generation through the sovereign no-float Qwen2.5-0.5B. | 168 | 5 |
| nx_nofloat_qwen_rope_h2h_gate.nx | ARCH H2H: the library's no-float Q16 RoPE vs the reference f32 RoPE. | 78 | 4 |
| nx_nofloat_qwen_stack_gate.nx | STACK real Qwen layers (lazy per-layer load), deterministic no-float. | 85 | 3 |
| nx_nofloat_qwen_text_gate.nx | GRAND FINALE: text -> text through the sovereign no-float Qwen2.5-0.5B. | 124 | 4 |
| nx_nofloat_qwen_tok_gate.nx | TOKENIZER CHECK (fast, no forward): BPE-encode a multi-word prompt and print the | 109 | 6 |
| nx_nofloat_qwen_wload_gate.nx | exercises the canonical library's by-name Q16 loader over the real model's | 83 | 4 |
| nx_nofloat_scale_research_fetch.nx | SOVEREIGN researcher: GROUND the "how do we AFFORDABLY + EFFICIENTLY | 88 | 5 |
| nx_nofloat_serve_core.nx | the PURE CORE of the no-float LLM serve organ (2026-07-10): model session + | 1382 | 44 |
| nx_nofloat_simd_dot_probe_gate.nx | DECISIVE probe for Stage 2 (SIMD decode). Before rebuilding the whole | 138 | 7 |
| nx_nofloat_softmax_gate.nx | a SYSTEM for the HARD no-float primitive: fixed-point exp + softmax. | 107 | 6 |
| nx_nofloat_speed_bench.nx | honest tok/s baseline for the no-float Qwen serve (the inference-speed arc's | 64 | 6 |
| nx_nofloat_tok.nx | canonical sovereign BPE tokenizer library for the GGUF vocab (ONE source of truth). | 196 | 11 |
| nx_nofloat_tokdec.nx | byte-level-BPE piece decoder (GPT-2/Qwen convention): GGUF vocab pieces are UTF-8 | 53 | 2 |
| nx_nofloat_w12a12_gate.nx | the referee for the W12A12 decode matmul (search R0l attribution, 2026-09-16). | 420 | 12 |
| nx_nofloat_w4_gemm_gate.nx | THE DECISIVE W4A16 EXPERIMENT (de-risks the inference-speed arc before any | 161 | 7 |
| nx_nofloat_weightconv_gate.nx | the BRIDGE: load REAL BF16 model weights -> no-float Q16 integer. | 102 | 4 |
| nx_nonvacuous.nx | refuse to return success over nothing. | 134 | 9 |
| nx_nonvacuous_gate.nx | liar-killed GATE for the non-vacuity primitives. | 119 | 4 |
| nx_normal_decode_candidate_t279.nx | 19 | 1 | |
| nx_normal_decode_gate_t279.nx | 59 | 1 | |
| nx_normal_encoding_contract.nx | Shared byte transfer contract used by the existing baker and renderer. | 32 | 2 |
| nx_normal_pointer_probe_t337.nx | 12 | 1 | |
| nx_normal_shader_gate_t290.nx | 44 | 1 | |
| nx_normdiff.nx | IS THIS DIFFERENCE MADE OF CODE, OR OF COSMETICS? The escalation ruler. | 1551 | 35 |
| nx_note.nx | AUDIO arc, INSTRUMENT-LEARN-GAME (Rocksmith-class) rung LG-0: | 70 | 2 |
| nx_note_gate.nx | REFEREE for instrument-learn-game rung LG-0 (nx_note). | 117 | 6 |
| nx_notebook_demo.nx | substrate-side notebook cell evaluator demo. | 99 | 5 |
| nx_noun_phrase_scan.nx | bounded heuristic noun-phrase discovery. | 360 | 8 |
| nx_nparse.nx | NishiLang parser in pure NishiLang. | 450 | 16 |
| nx_nparse_test.nx | Test NishiLang-in-NishiLang parser on `func main() -> i64 { return 42 }`. | 73 | 1 |
| nx_npc_atlas_gate.nx | THE CLAY-FIX GATE (cw_npc_atlas, charsim+graphics watch contract). | 182 | 6 |
| nx_npy_gate.nx | proves the .npy parser reads what is there and REFUSES the three things that | 150 | 4 |
| nx_npy_lib.nx | THE .npy MEMBER PARSER. The first byte of the GNM / NishiGen lane (procgen PG38). | 282 | 15 |
| nx_nss_certdata_parse.nx | bits-up parser for Mozilla NSS's | 343 | 12 |
| nx_nss_certdata_parse_test.nx | KAT for the Mozilla NSS | 156 | 2 |
| nx_ntp.nx | NTPv4 packet parser + builder (RFC 5905). | 216 | 7 |
| nx_number_envelope_gate.nx | CE6 (codeeffectiveness ce_number_envelope): the envelope primitive in the gate base | 39 | 1 |
| nx_numeric.nx | Kahan-discipline numerical primitives. | 191 | 11 |
| nx_numeric_oracle.nx | the tool that verifies every future kernel. | 429 | 13 |
| nx_numeric_oracle_test.nx | verify the verifier. | 161 | 1 |
| nx_nutrition.nx | FOOD-SCIENCE SUITE / NUTRITION rung. Computes food | 186 | 17 |
| nx_nutrition_test.nx | smoke for nx_nutrition. Proves Atwater energy | 57 | 1 |
| nx_nx86.nx | x86_64 assembly emitter from nx_nir IR, in NishiLang. | 323 | 7 |
| nx_nx86_test.nx | End-to-end self-host pipeline test: | 112 | 1 |
| nx_nxa.nx | Provides shared identity and integrity primitives for the NXA (Nishi Animated 3D) format version 1. | 91 | 6 |
| nx_nxa2glb_gate.nx | THE GATE FOR THE RIGGED EXPORT LEG: NXANIM01 (SKEL+SKIN) -> glTF skins/JOINTS_0/WEIGHTS_0/IBM. | 418 | 9 |
| nx_nxa_affine_asset_t35.nx | Private AFM1 additive animation section; existing NXA container/skin ownership. | 54 | 3 |
| nx_nxa_affine_bake_gate_t35.nx | Real Knight AFM1 bake + decoded consumer qualification, private artifact. | 59 | 1 |
| nx_nxa_affine_decode_gate_t36.nx | 17 | 1 | |
| nx_nxa_affine_palette_gate_t34.nx | 40 | 1 | |
| nx_nxa_affine_palette_t34.nx | Private existing-animation consumer contract: W(t)*inverse(authored BindPose). | 36 | 4 |
| nx_nxa_affine_transport_gate_t35.nx | Private transport fixture using the existing base64 and immutable output owners. | 12 | 1 |
| nx_nxa_anim.nx | ANIMATION IMPORTER v2: extracts the FBX's authored animation and BAKES it | 1519 | 15 |
| nx_nxa_anim_bounds_gate.nx | GATE for the one NXA clip evaluator (nx_nxa_anim_lib), driven IN-PROCESS on PLANTED | 129 | 3 |
| nx_nxa_anim_gait_candidate_t139.nx | THE ONE NXA CLIP EVALUATOR: channel-2 packed world-delta keys, sampled at a | 427 | 20 |
| nx_nxa_anim_gate.nx | GATE for the one NXA clip evaluator (nx_nxa_anim_lib), driven IN-PROCESS on PLANTED | 126 | 3 |
| nx_nxa_anim_legacy_gate_t33.nx | GATE for the one NXA clip evaluator (nx_nxa_anim_lib), driven IN-PROCESS on PLANTED | 126 | 3 |
| nx_nxa_anim_lib.nx | THE ONE NXA CLIP EVALUATOR: channel-2 packed world-delta keys, sampled at a | 427 | 20 |
| nx_nxa_anim_lookup_gate.nx | GATE for the one NXA clip evaluator (nx_nxa_anim_lib), driven IN-PROCESS on PLANTED | 234 | 5 |
| nx_nxa_anim_selection_gate_t30.nx | Original Knight stack-selection gate. No NXA artifact or live page writes. | 37 | 1 |
| nx_nxa_anim_selection_gate_t33.nx | Original Knight stack-selection gate. No NXA artifact or live page writes. | 37 | 1 |
| nx_nxa_anim_t30.nx | ANIMATION IMPORTER v2: extracts the FBX's authored animation and BAKES it | 1519 | 15 |
| nx_nxa_bind.nx | Rebind an existing NXA geometry stream from its matching binary FBX BindPose. | 389 | 15 |
| nx_nxa_bind_gate_t29.nx | Isolated real-asset bind qualification. Fixed source and output fixture; no serving writes. | 69 | 4 |
| nx_nxa_bind_second_gate_t29.nx | Second retained corpus asset; output stays in memory. No publication. | 27 | 1 |
| nx_nxa_bind_t29.nx | Rebind an existing NXA geometry stream from its matching binary FBX BindPose. | 389 | 15 |
| nx_nxa_bounds_gate.nx | NXA v1 section boundaries: malformed inputs must fail before payload access. | 118 | 3 |
| nx_nxa_check.nx | the NXA format's fsck. Validates an .nxa BEYOND the checksums nxa_find | 255 | 4 |
| nx_nxa_corner_checkpoint_candidate_t280.nx | 39 | 1 | |
| nx_nxa_corner_checkpoint_gate_t280.nx | 26 | 1 | |
| nx_nxa_corner_prepare_candidate_t280.nx | Prepares candidate data for corner processing by extracting vertex and triangle information from an NXA file. | 114 | 5 |
| nx_nxa_corner_prepare_gate_t280.nx | 50 | 1 | |
| nx_nxa_corner_prepare_t280.nx | 26 | 1 | |
| nx_nxa_dyna.nx | WRITE THE DYNA SECTION: per-bone soft-tissue physics DECLARED IN THE ASSET, | 473 | 11 |
| nx_nxa_fk.nx | SHARED integer quaternion + FK primitives for the NXA import pipeline. | 102 | 7 |
| nx_nxa_fullskin_affine_gate_t37.nx | 24 | 1 | |
| nx_nxa_garment.nx | FITTED GARMENT GENERATOR (SOTA garment rung): builds a dress mesh | 252 | 4 |
| nx_nxa_garment_bind_candidate_t132.nx | Deterministic garment-to-body binding, shared by asset preparation and worker conversion. | 210 | 12 |
| nx_nxa_garment_bind_gate.nx | 78 | 3 | |
| nx_nxa_garment_bind_lib.nx | Deterministic garment-to-body binding, shared by asset preparation and worker conversion. | 210 | 12 |
| nx_nxa_garment_pack_gate_t132.nx | Validates garment binding policies and checks coordinate-based query responses in a shared memory environment. | 84 | 3 |
| nx_nxa_gpu_gate.nx | Qualify native GPU geometry packing with IEEE-754 witnesses and real NXA assets. | 243 | 6 |
| nx_nxa_gpu_lib.nx | Native NXA geometry conversion for GPU upload; no platform API or allocator dependency. | 318 | 16 |
| nx_nxa_gpu_wasm_gate.nx | Cross-backend regression: compiler data semantics plus the real NXA conversion workload. | 13 | 9 |
| nx_nxa_groom.nx | GENERATE THE GROOM: full-scalp procedural hair strands written into the | 619 | 11 |
| nx_nxa_groom_gate.nx | THE GROOM GATE v3: anatomical invariants on a generated groom asset. | 369 | 6 |
| nx_nxa_hair.nx | HAIR MESH INGEST (SOTA rung 3): extracts the character's REAL groomed | 435 | 10 |
| nx_nxa_hierarchy_correction_candidate_t332.nx | World-space rigid correction of an existing inverse-bind skin palette. | 145 | 8 |
| nx_nxa_hierarchy_correction_gate_t332.nx | Validates affine hierarchy corrections with error checks and refusal conditions. | 73 | 4 |
| nx_nxa_hierarchy_dq_fixture_t332.nx | Exact retained idle and transitional source captures; source DQ scale preserved. | 3468 | 1 |
| nx_nxa_hierarchy_dq_gate_t332.nx | 66 | 3 | |
| nx_nxa_hierarchy_dq_target_t332.nx | Sets target values based on an index, using fixed constants and arithmetic expressions. | 1672 | 1 |
| nx_nxa_hierarchy_fixture_t332.nx | Actual pinned resident capture actor0 tick19037; matricesQ30, model coordinates /1024. | 8 | 1 |
| nx_nxa_joints.nx | SOVEREIGN STRUCTURAL JOINT IDENTIFICATION over an NXA SKEL. | 260 | 4 |
| nx_nxa_morf.nx | WRITE THE FACE AND MORF SECTIONS: the addressable face region and the | 782 | 15 |
| nx_nxa_morf_admit.nx | ORIGINAL. Allocation-free extraction of mf_eval's FACE/MORF admission. | 202 | 7 |
| nx_nxa_morf_draw_admit.nx | ORIGINAL. Compose the canonical MORF ingress with existing geometric normals. | 78 | 1 |
| nx_nxa_morf_draw_ingress_gate.nx | ORIGINAL. Read-only real NXA witness. Usage: gate.elf <banked-asset.nxa> | 265 | 4 |
| nx_nxa_morf_gate.nx | FACE AND MORF ARE GEOMETRY, NOT TAGS. | 414 | 13 |
| nx_nxa_morf_ingress_gate.nx | ORIGINAL. Read-only real NXA witness. Usage: gate.elf <banked-asset.nxa> | 194 | 4 |
| nx_nxa_morf_malformed_gate.nx | drive the promoted evaluator with checksum-valid | 264 | 12 |
| nx_nxa_morph.nx | FIGURE CANON morph at BAKE level (SOTA rung 2): applies the operator's | 244 | 4 |
| nx_nxa_pect.nx | GIVE THE SOFT TISSUE ITS BONES: append the lateral pectoral pair to an NXA | 546 | 10 |
| nx_nxa_play.nx | THE NXA POSE PLAYER: apply a POSE-library entry to a rigged NXA and evaluate | 403 | 7 |
| nx_nxa_play_gate.nx | THE POSE PLAYER GATE: skinning is JOINT-DRIVEN, deterministic, bounded at | 147 | 5 |
| nx_nxa_pose.nx | POSE section compiler: freezes ANIM channel-2 keyframes into the NXA | 296 | 7 |
| nx_nxa_posewrite_lib.nx | THE ONE POSE-SECTION WRITER for the NXA format (spec: knowledge/nxa_format_spec.md POSE). | 170 | 4 |
| nx_nxa_retarget.nx | DONOR RETARGET: drive a rigged NXA that carries NO authored clips from a | 1091 | 21 |
| nx_nxa_retarget_gate.nx | THE DONOR RETARGET GATE: handedness is DERIVED, limb length is | 252 | 4 |
| nx_nxa_rig_emit.nx | SKINNED-CHARACTER viewer emitter v5: fetches an NXA (VERT/TRIS/SKEL/ | 74 | 4 |
| nx_nxa_rig_motion_20260909.nx | Caller-owned native rig composition extracted from nx_nxa_retarget, 2026-09-09. | 67 | 2 |
| nx_nxa_rig_motion_context.nx | Caller-owned staging boundary for the existing native rig-motion frame evaluator. | 171 | 7 |
| nx_nxa_rig_motion_context_t140.nx | Caller-owned staging boundary for the existing native rig-motion frame evaluator. | 171 | 7 |
| nx_nxa_rig_motion_stream.nx | Computes motion transformations for animated entities using basis matrices and affine composition. | 127 | 5 |
| nx_nxa_rig_motion_stream_t140.nx | Caller-owned native rig composition extracted from nx_nxa_retarget, 2026-09-09. | 192 | 7 |
| nx_nxa_secdump.nx | THE MISSING NXA INSPECTOR: print the section directory of an NXA asset, | 305 | 7 |
| nx_nxa_secdump_gate.nx | THE GATE FOR THE NXA SECTION INSPECTOR. | 294 | 9 |
| nx_nxa_skin.nx | RIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX. | 1057 | 8 |
| nx_nxa_skin_affine_compose_gate_t36.nx | 15 | 1 | |
| nx_nxa_skin_authored_gate_t36.nx | 14 | 1 | |
| nx_nxa_skin_authored_t36.nx | RIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX. | 1048 | 8 |
| nx_nxa_skin_authored_t37.nx | RIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX. | 1083 | 9 |
| nx_nxa_skin_authored_witness_t140.nx | RIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX. | 1083 | 9 |
| nx_nxa_skin_scalar_negative_t36.nx | 5 | 1 | |
| nx_nxa_skin_variable_t37.nx | Additive SKV1 full-influence section; legacy SKIN stays available with its declared top-four loss. | 20 | 1 |
| nx_nxa_strands.nx | USC-HairSalon STRAND GROOM INGEST (dev oracle, license-clean for | 247 | 5 |
| nx_nxa_stream_emit.nx | SOVEREIGN STREAMING NXA viewer emitter. The embedded-base64 viewer | 65 | 4 |
| nx_nxa_surface_anchor_boundary_candidate_t207.nx | 118 | 10 | |
| nx_nxa_surface_anchor_t140.nx | Private candidate: generic surface query composed from canonical NXA attachment validation. | 94 | 9 |
| nx_nxa_surface_support_candidate_t207.nx | Computes surface intersection parameters for garment attachment validation using exact rational arithmetic. | 144 | 15 |
| nx_nxa_texbake.nx | CLI for the texture ladder (debt 1786546859): | 63 | 2 |
| nx_nxa_texbake_decode_t279.nx | ★TEXTURE LADDER rungs 2b+3+4 (debt 1786546859, successor of the TEXC format rung): | 562 | 20 |
| nx_nxa_texbake_gate.nx | GATE for texture-ladder rungs 2b+3+4 (debt 1786546859). Fixture ASSEMBLED AT | 369 | 5 |
| nx_nxa_texbake_lib.nx | ★TEXTURE LADDER rungs 2b+3+4 (debt 1786546859, successor of the TEXC format rung): | 540 | 19 |
| nx_nxa_texbake_region.nx | CLI for the PER-REGION skin atlas + periodic micro-relief tile (TEXR): | 134 | 4 |
| nx_nxa_texbake_region_capacity_t278.nx | PER-REGION SKIN ATLAS + PERIODIC MICRO-RELIEF TILE, written INTO the | 1629 | 40 |
| nx_nxa_texbake_region_edge_t278.nx | PER-REGION SKIN ATLAS + PERIODIC MICRO-RELIEF TILE, written INTO the | 1638 | 41 |
| nx_nxa_texbake_region_gate.nx | GATE for the per-region skin atlas + periodic micro-relief tile (TEXR), | 359 | 9 |
| nx_nxa_texbake_region_job_t278.nx | CLI for the PER-REGION skin atlas + periodic micro-relief tile (TEXR): | 127 | 5 |
| nx_nxa_texbake_region_lib.nx | PER-REGION SKIN ATLAS + PERIODIC MICRO-RELIEF TILE, written INTO the | 1638 | 41 |
| nx_nxa_texc.nx | CLI: write the TEXC (UV atlas) section into an NXA asset. | 19 | 1 |
| nx_nxa_texc_gate.nx | GATE for the TEXC format rung (debt 1785794796 rung 1). Fixtures are ASSEMBLED AT | 244 | 3 |
| nx_nxa_texc_lib.nx | ★TEXC: UV TEXTURE COORDINATES AS A FORMAT CAPABILITY (debt 1785794796 rung 1). | 404 | 12 |
| nx_nxa_texm.nx | WRITE THE TEXM SECTION: the baked PBR map set carried INSIDE the asset. | 496 | 8 |
| nx_nxa_texm_gate.nx | THE GATE FOR THE TEXM WRITER. | 342 | 9 |
| nx_nxa_tier.nx | THE INGEST TIER LADDER FOR NXA ASSETS (/compare/modding MD5 ingest_tier_emit, 2026-09-05). | 588 | 17 |
| nx_nxa_tier_gate.nx | THE GATE FOR THE INGEST TIER LADDER (nx_nxa_tier, /compare/modding MD5). | 493 | 19 |
| nx_nxa_tier_gate_pre_region_t143.nx | THE GATE FOR THE INGEST TIER LADDER (nx_nxa_tier, /compare/modding MD5). | 417 | 14 |
| nx_nxa_tier_pre_region_t143.nx | THE INGEST TIER LADDER FOR NXA ASSETS (/compare/modding MD5 ingest_tier_emit, 2026-09-05). | 557 | 16 |
| nx_nxa_tier_region_candidate_t143.nx | THE INGEST TIER LADDER FOR NXA ASSETS (/compare/modding MD5 ingest_tier_emit, 2026-09-05). | 588 | 17 |
| nx_nxa_tier_region_gate_t143.nx | THE GATE FOR THE INGEST TIER LADDER (nx_nxa_tier, /compare/modding MD5). | 493 | 19 |
| nx_nxa_view_emit.nx | SOVEREIGN NXA browser-viewer emitter: reads a .nxa (our animated 3D | 73 | 5 |
| nx_nxa_write_append_t37.nx | Additive section append for the existing NXA writer; caller validates section semantics. | 17 | 1 |
| nx_nxa_write_lib.nx | THE NXANIM01 CONTAINER WRITER AS A LIBRARY (/compare/modding MD2, 2026-09-06). The estate held three | 228 | 9 |
| nx_nxasm_main.nx | CLI driver for nxasm_v2 + elf_writer. | 61 | 1 |
| nx_nxasm_neutral_gate.nx | DID ADDING THE FUNCTION-BOUNDS RECORDER CHANGE ONE EMITTED BYTE? | 165 | 4 |
| nx_nxc.nx | the full NishiLang sovereign-compiler driver. | 303 | 2 |
| nx_nxc_native_wrap.nx | sovereign bootstrap-verification driver. | 180 | 4 |
| nx_nxe_lib.nx | the SOVEREIGN NXE writer + native VERIFY-THEN-EXECUTE loader, extracted (rule-15 DRY) so both the | 58 | 10 |
| nx_nxeconform_gate.nx | NXE FORMAT CONFORMANCE (constitution A2: NXE, NOT ELF). | 672 | 14 |
| nx_nxgate_sim.nx | gate-level FUNCTIONAL simulator: the VERIFIER organ's | 155 | 4 |
| nx_nxgguf.nx | Nishi sovereign tensor weight format. | 544 | 15 |
| nx_nxld.nx | Nishi sovereign linker. | 760 | 23 |
| nx_nxld_main.nx | CLI driver for the sovereign linker. | 56 | 1 |
| nx_nxmake.nx | sovereign build driver (replaces GNU make). | 498 | 24 |
| nx_nxmesh_lib.nx | THE ONE NXMSH2 LAYOUT (2026-08-24). Extracted, never retyped. | 148 | 14 |
| nx_nxrun.nx | sovereign replacement for bench/run.sh. | 160 | 6 |
| nx_nxtask.nx | sovereign agent task graph (beads-equivalent). | 333 | 10 |
| nx_nxtask_main.nx | CLI driver for the sovereign agent task graph. | 279 | 8 |
| nx_nxtask_store.nx | persistence layer for nxtask (beads-equivalent). | 367 | 8 |
| nx_nxvi_verify.nx | is a seek index still TRUE about its file? | 79 | 6 |
| nx_nxwreap.nx | CLI for the leaked-write-guard-scratch reaper. All judgement lives in | 135 | 2 |
| nx_nxwreap_gate.nx | BITE-PROOF for the leaked-write-guard-scratch reaper. | 407 | 12 |
| nx_nxwreap_lib.nx | THE CLASSIFIER for LEAKED WRITE-GUARD SCRATCH FILES, and the ONE place the | 429 | 17 |
| nx_oauth2_pkce.nx | Proof Key for Code Exchange (RFC 7636). | 142 | 4 |
| nx_obd_dtc.nx | OBD-II diagnostic-trouble-code decoder (the AUTOMOTIVE | 107 | 4 |
| nx_obd_dtc_test.nx | gate for the OBD-II DTC decoder (automotive). | 66 | 1 |
| nx_obj_cohort_qualification_t282.nx | Qualification composition over existing native OBJ import, topology and normal owners. | 61 | 3 |
| nx_obj_exact_gate_t284.nx | Validates polygon and decimal data structures within the Nishi sovereign ecosystem. | 97 | 5 |
| nx_obj_export.nx | sovereign Wavefront OBJ writer for the bestiary meshes (game/DCC reuse: engines + Blender | 76 | 3 |
| nx_obj_import.nx | sovereign Wavefront OBJ READER. The missing half of nx_obj_export: the | 405 | 15 |
| nx_obj_import_exact_candidate_t284.nx | sovereign Wavefront OBJ READER. The missing half of nx_obj_export: the | 405 | 15 |
| nx_obj_import_gate.nx | liar-killed GATE for the OBJ reader. | 80 | 6 |
| nx_objdump.nx | sovereign objdump (read + dump ELF metadata). | 274 | 8 |
| nx_object_spec.nx | per-part object-class spec catalog. | 692 | 21 |
| nx_object_spec_match.nx | spec-compliance verification. | 335 | 4 |
| nx_objload.nx | ★sovereign Wavefront OBJ loader (the Stanford-corpus rung of the field-evidence foundation): parse | 119 | 3 |
| nx_obligation_gate.nx | INDEPENDENT GATE: post-signature obligation state machine + cure periods. | 84 | 1 |
| nx_obligation_lib.nx | POST-SIGNATURE OBLIGATION MANAGEMENT (the DocuSign IAM / Ironclad Jurist class). | 112 | 9 |
| nx_obs.nx | observability primitives (spans, structured logs). | 145 | 6 |
| nx_observability_graph_canonical_gate_t138.nx | 26 | 1 | |
| nx_observability_graph_gate_t138.nx | 26 | 1 | |
| nx_observatory.nx | external watcher for paired-cell dyads. | 211 | 7 |
| nx_observatory_test.nx | smoke for nx_observatory. | 84 | 1 |
| nx_ocr_assemble.nx | R5 of the sovereign scanning stack: recognized glyphs -> text. Groups glyphs into lines by | 85 | 1 |
| nx_ocr_assemble_gate.nx | proves R5 (glyphs -> text). Glyphs fed in SCRAMBLED order (C, A, D, B): 'A','B','C' on | 43 | 2 |
| nx_ocr_classify.nx | R4 of the sovereign scanning stack: glyph box -> character. The recognition core: resample | 48 | 3 |
| nx_ocr_classify_gate.nx | proves R4 (glyph -> character). Templates for '0','1','7' on a 3x5 grid. Renders a '7' | 67 | 3 |
| nx_offer_ledger.nx | licensing outreach / offer tracker. For each | 146 | 10 |
| nx_offer_ledger_gate.nx | offer state machine + the full acquisition LOOP. | 61 | 1 |
| nx_offer_ledger_store.nx | durability for the outreach/offer ledger. | 33 | 2 |
| nx_offer_ledger_store_gate.nx | durability gate for the offer ledger. | 42 | 1 |
| nx_office_census.nx | the MEASURED, LIAR-KILLED scoreboard for the NISHI OFFICE SUITE vs the STATE OF THE ART | 262 | 8 |
| nx_office_serve.nx | NISHI OFFICE v1, the PRODUCT surface over the gated format organs (operator 2026-07-09: | 3769 | 126 |
| nx_ogg.nx | Ogg container framing: a COMPLETE codec, reader and writer. | 228 | 9 |
| nx_ogg_gate.nx | proves the Ogg framing codec, reader and writer. | 168 | 3 |
| nx_oid.nx | OBJECT IDENTIFIER constants for X.509 + TLS 1.3. | 248 | 29 |
| nx_okserver.nx | minimal sovereign HTTP service: binds the port given as argv[1] (default 8081) and answers every | 39 | 3 |
| nx_olmoe_recon2_gate.nx | recon the NON-block tensors + tokenizer metadata for OLMoE rung 5. | 74 | 6 |
| nx_olmoe_recon_gate.nx | recon: enumerate blk.0.* tensor names + dims + types in OLMoE so the rung-4 | 65 | 4 |
| nx_omniforge_research_fetch.nx | SOVEREIGN multi-source web-fetch for the OMNIFORGE | 107 | 5 |
| nx_onset.nx | INSTRUMENT-LEARN-GAME rung LG-1: ONSET / strum detection. | 59 | 2 |
| nx_onset_gate.nx | REFEREE for LG-1 onset detection (nx_onset). | 109 | 6 |
| nx_onsite_frontier_fetch.nx | SOVEREIGN onsite-search S-CLASS FRONTIER research fetch. | 150 | 6 |
| nx_onsite_research_fetch.nx | SOVEREIGN onsite-search WORLD-CLASS research fetch. | 139 | 5 |
| nx_ontology.nx | substrate-native ontology over RDF-style triples. | 239 | 7 |
| nx_ontology_test.nx | smoke for the substrate ontology primitive. | 71 | 3 |
| nx_opaque_login.nx | no-cookie OPAQUE login LOGIC (the wiki's model, FULL OPAQUE / modauth, RFC 9807). | 131 | 9 |
| nx_opaque_login_gate.nx | KAT for the no-cookie OPAQUE login seam. Drives the FULL over-the-wire flow | 64 | 2 |
| nx_opaque_login_routes.nx | the SHARED route table for the no-cookie OPAQUE login. Builds a full HTTP | 187 | 12 |
| nx_opcode_audit.nx | sovereign opcode coverage matrix. | 177 | 5 |
| nx_opennet_posture_core.nx | importable CORE of the open-net security-posture ruler (S15/O2 of | 105 | 7 |
| nx_opennet_posture_gate.nx | liar-killed GATE for the open-net posture ruler (S15/O2). | 76 | 4 |
| nx_openpub_research_fetch.nx | SOVEREIGN multi-source web-fetch to STUDY the "FULLY-OPEN / SOVEREIGN / | 103 | 5 |
| nx_operand_layout_probe_t143.nx | 11 | 1 | |
| nx_opt.nx | first slice of the optimizer, in NishiLang. | 4024 | 79 |
| nx_opt_eqsat_pass.nx | EQUALITY SATURATION AS AN ACTUAL IR REWRITE PASS. | 127 | 2 |
| nx_opt_eqsat_wire_gate.nx | GATE for LN8 "equality saturation CONSUMED by the backend" | 140 | 3 |
| nx_optenforce_gate.nx | GATE for LN2 option / null enforcement (lang.plan rung LN2, symbol | 139 | 1 |
| nx_optimizer_milestone_attest.nx | substrate-native attribution | 130 | 3 |
| nx_option_enforce.nx | LN2 OPTION / NULL ENFORCEMENT fixture organ (lang.plan rung LN2, watch | 49 | 3 |
| nx_option_enforce_ok.nx | LN2 POSITIVE CONTROL: every narrowing idiom the mode recognises, in one | 107 | 12 |
| nx_option_enforce_reassign.nx | LN2 UN-NARROWING WITNESS: a `var` pointer is checked, then | 32 | 3 |
| nx_or_all.nx | AUTO-GENERATED from shape `accumulator_over_array`. | 29 | 1 |
| nx_or_all_test.nx | 16 | 1 | |
| nx_or_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_or_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_oracleband_lib.nx | LIB: READ A CITED ORACLE TABLE AND JUDGE A VALUE AGAINST IT (2026-08-25). | 186 | 9 |
| nx_orchestrate_gate.nx | ORCH-R3 GATE: the orchestrator resolves RACI from the REAL SSOT (nishi_raci.tsv), | 87 | 6 |
| nx_orchestrate_raci.nx | ORCHESTRATION rung 3: the CONDUCTOR / the "call the API, it calls the team, | 351 | 27 |
| nx_orchestrate_raci_canonical_gate_t161.nx | Configures and validates workflow bindings with snapshot retention and directory structure. | 89 | 1 |
| nx_orchestrate_raci_evaluate_gate_t144.nx | Configures and validates a workflow evaluation process with snapshot retention and binding checks. | 89 | 1 |
| nx_orchestrate_raci_evaluate_t144.nx | ORCHESTRATION rung 3: the CONDUCTOR / the "call the API, it calls the team, | 349 | 27 |
| nx_orchestrate_raci_observe_t144.nx | 15 | 1 | |
| nx_ore_deposit.nx | ore-vein placement via capsule SDF. | 454 | 9 |
| nx_org.nx | ORG / COMMUNITY / CHURCH / NONPROFIT layer (rung 3 of Nishi CRM/Relationships to SOTA). | 170 | 15 |
| nx_organ_ground_lib.nx | IS THIS SYMBOL ACTUALLY IN THE ORGAN ITS ROW NAMES? | 85 | 2 |
| nx_organ_ship.nx | THE SHIP LOOP AS ONE ORGAN (operator 2026-08-18: "i want all of our workflows mined | 955 | 32 |
| nx_organ_ship_gate.nx | THE SHIP LOOP MUST NOT SKIP ITS OWN PROOF STAGE. | 770 | 10 |
| nx_organ_ship_lib.nx | WHICH GATE PROVES THIS TARGET? The resolver the ship loop was missing. | 1036 | 66 |
| nx_organ_ship_loss_candidate_t370.nx | THE SHIP LOOP AS ONE ORGAN (operator 2026-08-18: "i want all of our workflows mined | 954 | 32 |
| nx_organ_ship_loss_canonical_gate_t370.nx | 57 | 4 | |
| nx_organ_ship_loss_canonical_integration_gate_t370.nx | 36 | 3 | |
| nx_organ_ship_loss_gate_t370.nx | 57 | 4 | |
| nx_organ_ship_loss_integration_gate_t370.nx | 36 | 3 | |
| nx_organ_ship_loss_lib_candidate_t370.nx | WHICH GATE PROVES THIS TARGET? The resolver the ship loop was missing. | 1008 | 66 |
| nx_organ_ship_loss_promotion_gate_t370.nx | Validates and tests loss reporting logic in the Nishi ecosystem by checking report formats and error conditions. | 68 | 5 |
| nx_organ_ship_review_candidate_t371.nx | THE SHIP LOOP AS ONE ORGAN (operator 2026-08-18: "i want all of our workflows mined | 1017 | 40 |
| nx_organ_ship_review_lib_candidate_t371.nx | WHICH GATE PROVES THIS TARGET? The resolver the ship loop was missing. | 1102 | 79 |
| nx_organism.nx | ecosystem-wide pathway + symbiote container. | 344 | 14 |
| nx_organism_test.nx | smoke for nx_organism. | 113 | 2 |
| nx_organkind.nx | WHAT KIND OF THING IS THIS ORGAN? The classifier seq1492 says both ship verbs need. | 225 | 10 |
| nx_orphan_reap.nx | reap ORPHANED GATE DAEMONS that survive a killed gate, by cmdline needle. | 148 | 6 |
| nx_orphan_reap_gate.nx | BITE-PROVEN guard test for nx_orphan_reap's victim-side protection. | 141 | 3 |
| nx_os_exceed_gate.nx | MEASURED OS exceed harness: Nishi vs Windows/macOS/Linux, organ-graded. | 71 | 5 |
| nx_os_fs.nx | OS FILESYSTEM-NAMESPACE SEAM (the write-safety half; sibling of nx_os_proc.nx). | 36 | 2 |
| nx_os_introspect.nx | OS "OBSERVE THE RUNNING SYSTEM" library (CAP-OS-INTROSPECT / CAP-PORT-OWNER). | 548 | 35 |
| nx_os_introspect_gate.nx | in-process referee for the OS-introspection lib (CAP-PORT-OWNER). Binds a REAL | 79 | 4 |
| nx_os_proc.nx | OS PROCESS-INTROSPECTION abstraction (the PORTABILITY SEAM). THE ONE place OS-specific | 333 | 22 |
| nx_os_research_fetch.nx | SOVEREIGN researcher: GROUND the OS-capability census (Rule 4). To know where the | 65 | 5 |
| nx_osattest.nx | LR6: NISHIOS + NISHI BROWSER LANGUAGE-RING INHERITANCE ATTESTATION. | 708 | 14 |
| nx_osattest_gate.nx | GATE for LR6 (lang.plan rung LR6, symbol nxos_lang_ring_attest). | 317 | 8 |
| nx_osboot_research_fetch.nx | bank the BOOTABLE-SPORE rung field (operator 2026-07-07: NishiOS rung 4 = the | 65 | 2 |
| nx_oscar_batch_test.nx | 150 | 3 | |
| nx_oscompete_research.nx | THIN structured OS-COMPETE research source organ (Nishi spore vs Puppy/Ubuntu/macOS/ | 27 | 1 |
| nx_ot_replay.nx | OpenTheory replay engine. | 281 | 10 |
| nx_ot_replay_test.nx | exercise the OpenTheory replay engine. | 211 | 7 |
| nx_otp.nx | HOTP (RFC 4226) + TOTP (RFC 6238) one-time passwords. | 117 | 5 |
| nx_outbuf.nx | growable output buffer shared by code-gen backends. | 99 | 5 |
| nx_outfit.nx | OUTFIT SWAP (the operator's "outfit stuff"), sovereign PARAMETRIC path. The research put | 59 | 3 |
| nx_outfit_coverage.nx | outfit-coverage detector. | 107 | 1 |
| nx_outfit_coverage_test.nx | smoke for outfit-coverage detector. | 46 | 3 |
| nx_outfit_sexiness.nx | outfit sexiness ladder INDEPENDENT of explicit visibility. | 82 | 2 |
| nx_outfit_vocabulary.nx | typed outfit registry with multi-language phrase variants. | 271 | 3 |
| nx_outfit_vocabulary_test.nx | 76 | 1 | |
| nx_overhead_control.nx | universal overhead-management primitive. | 303 | 14 |
| nx_ownership.nx | LN4 + LN5 OWNERSHIP fixture organ (lang.plan rungs LN4 own_check_move and LN5 | 56 | 3 |
| nx_ownership_alias.nx | the ALIAS-SWEEP witness for LN5 (nx_ownership_gate). | 25 | 2 |
| nx_ownership_commitment.nx | sealed mission-lock verdict. | 93 | 4 |
| nx_ownership_dfree.nx | the DOUBLE-FREE witness for LN5 (nx_ownership_gate). | 27 | 2 |
| nx_ownership_gate.nx | GATE for LN4 ownership moves (own_check_move) and LN5 use-after-free | 229 | 1 |
| nx_ownership_ok.nx | THE POSITIVE CONTROL for LN4/LN5 ownership (nx_ownership_gate). | 79 | 7 |
| nx_p256_comb.nx | fixed-base windowed scalar multiplication for the | 115 | 5 |
| nx_p256_comb_bench.nx | does the fixed-base comb (p256_scalar_mul_base, precomputed G-table) beat | 68 | 4 |
| nx_p256_ecdh.nx | ECDH key exchange on P-256 (secp256r1) for the | 144 | 5 |
| nx_p256_ecverify_core_bench.nx | SAME-RUN clean comparison of the verify's EC core (u1*G + u2*Q + | 71 | 4 |
| nx_p256_field.nx | NIST P-256 prime field arithmetic. | 165 | 10 |
| nx_p256_field_inv.nx | P-256 prime-field modular inverse via | 138 | 4 |
| nx_p256_field_inv_test.nx | KAT for P-256 modular inverse via | 111 | 1 |
| nx_p256_field_mul.nx | P-256 prime field multiplication. | 308 | 11 |
| nx_p256_field_mul_oracle_test.nx | validates the FAST Solinas | 96 | 5 |
| nx_p256_field_mul_test.nx | KAT for P-256 field multiplication. | 193 | 1 |
| nx_p256_field_test.nx | KAT for P-256 prime field add/sub/neg. | 179 | 1 |
| nx_p256_fieldmul_3way_bench.nx | DEFINITIVE single-run decomposition of the P-256 field-mul win: | 94 | 8 |
| nx_p256_fieldmul_bench.nx | a NON-const-foldable P-256 field-mul benchmark. | 43 | 1 |
| nx_p256_fieldmul_full_bench.nx | the FULLY-optimized P-256 field multiply: fused __mul256_wide | 84 | 6 |
| nx_p256_fieldmul_mulx.nx | P-256 field multiply using the FUSED __mul256_wide intrinsic | 46 | 4 |
| nx_p256_fieldmul_mulx_bench.nx | field-mul-level speed: production p256_field_mul (u256_mul_wide | 60 | 4 |
| nx_p256_fieldmul_mulx_difftest.nx | prove the fused-intrinsic P-256 field multiply is bit-exact | 61 | 5 |
| nx_p256_keyshare_test.nx | B4-P256-KEYSHARE gate row. | 175 | 3 |
| nx_p256_modn.nx | arithmetic in Z/nZ where n is the NIST P-256 | 385 | 20 |
| nx_p256_modn_test.nx | KAT for arithmetic in Z/nZ where n is | 138 | 1 |
| nx_p256_point.nx | NIST P-256 elliptic-curve point operations. | 382 | 13 |
| nx_p256_point_add.nx | P-256 Jacobian point addition. | 177 | 2 |
| nx_p256_point_add_test.nx | KAT for P-256 Jacobian point addition. | 121 | 1 |
| nx_p256_point_test.nx | KAT for P-256 point operations. | 133 | 1 |
| nx_p256_pointloop_bench.nx | reusable crypto perf workload for codegen A/B. | 33 | 1 |
| nx_p256_scalar_mul.nx | P-256 scalar multiplication k * P. | 104 | 2 |
| nx_p256_scalar_mul_test.nx | KAT for P-256 scalar multiplication. | 120 | 1 |
| nx_p256_scalar_mul_wnaf.nx | variable-base scalar mult via width-4 wNAF (signed non-adjacent form). | 110 | 2 |
| nx_p256_sign_bench.nx | measure the ACTUAL per-handshake server crypto: | 54 | 3 |
| nx_p256_solinas_difftest.nx | DIFFERENTIAL correctness gate for the | 456 | 10 |
| nx_p256_solinas_fast.nx | a FASTER NIST P-256 Solinas reducer, bit-exact with the production | 119 | 2 |
| nx_p256_solinas_fast_bench.nx | reduce-only speed: production _p256_solinas_reduce (~60 _r_addw | 48 | 4 |
| nx_p256_solinas_fast_difftest.nx | prove the deferred-carry _p256_solinas_reduce_fast is bit-exact | 54 | 5 |
| nx_p256_solinas_timing.nx | honest FAST(Solinas) vs SLOW(bit-serial) | 122 | 3 |
| nx_p256_verify_bench.nx | end-to-end ECDSA P-256 verify throughput (u1*G + u2*Q double-and-add). | 59 | 4 |
| nx_p256_verify_components.nx | decompose the ECDSA verify budget so the next optimization targets | 66 | 4 |
| nx_p256_verify_timing.nx | end-to-end ECDSA-P256 verify timing on the | 138 | 2 |
| nx_p256_wnaf_bench.nx | is wNAF-4 actually faster than generic double-and-add for variable-base | 52 | 4 |
| nx_p256_wnaf_difftest.nx | prove p256_scalar_mul_wnaf == p256_scalar_mul (generic double-and-add, | 75 | 4 |
| nx_p2pdist_research_fetch.nx | SOVEREIGN researcher for the S-CLASS P2P CONTENT-DISTRIBUTION ecosystem | 75 | 5 |
| nx_p384_ecdh.nx | ECDH key exchange on P-384 (secp384r1) for the TLS 1.3 key_share path. | 120 | 6 |
| nx_p384_field.nx | NIST P-384 field arithmetic mod p. | 120 | 10 |
| nx_p384_field_inv.nx | P-384 modular inverse via Fermat's | 90 | 4 |
| nx_p384_field_inv_test.nx | KAT for P-384 field inverse. | 54 | 1 |
| nx_p384_field_mul.nx | P-384 field multiplication + squaring | 116 | 6 |
| nx_p384_field_mul_fast.nx | fast P-384 field multiply (mod p) via the prime's | 127 | 7 |
| nx_p384_field_mul_fast_gate.nx | pin p384_field_mul_fast: it MUST equal the | 75 | 5 |
| nx_p384_field_mul_test.nx | KAT for P-384 field mul. | 80 | 1 |
| nx_p384_field_test.nx | KAT for P-384 field add/sub/neg. | 77 | 1 |
| nx_p384_modn.nx | NIST P-384 scalar arithmetic mod n. | 227 | 17 |
| nx_p384_modn_test.nx | KAT for P-384 scalar arithmetic mod n. | 68 | 1 |
| nx_p384_point.nx | NIST P-384 elliptic curve point operations. | 290 | 13 |
| nx_p384_point_add.nx | Jacobian point addition for P-384. | 129 | 2 |
| nx_p384_point_test.nx | KAT for P-384 point operations. | 64 | 1 |
| nx_p384_scalar_mul.nx | scalar multiplication k * P on P-384. | 100 | 3 |
| nx_p384_scalar_mul_gate.nx | DIFFERENTIAL referee: the new 4-bit windowed p384_scalar_mul MUST equal the | 74 | 5 |
| nx_p384_scalar_mul_test.nx | KAT for scalar_mul. | 48 | 1 |
| nx_pabi.nx | THE PORTABLE SYSCALL ABI SEAM (operator 2026-07-16: "don't defer, eat our debt, | 261 | 10 |
| nx_pabi_gate.nx | gate for the portable syscall-ABI seam (R1 kernel: one forge file op, two OSes). | 116 | 2 |
| nx_pabi_native_core_gate.nx | F103b "pabi-native core byte-exact" (os lane, M3; dep F103a=D 2026-07-21). | 216 | 6 |
| nx_paced_fetch.nx | THE ONE PACING HOOK FOR THE CAPTURE PATH (/compare/mediaingest R0; the vault's watch | 133 | 8 |
| nx_paced_fetch_gate.nx | GATE for nx_paced_fetch (the capture path's ONE pacing hook, /compare/mediaingest R0). | 118 | 1 |
| nx_pacetbl_probe.nx | READ-ONLY discriminator for the nx_crawl_pace_gate RED (debt filed 2026-09-01). | 129 | 6 |
| nx_pack_rules_vet_gate.nx | THE RULES VET GATE (compare-plane pattern for the pack rules). | 251 | 5 |
| nx_packmirror.nx | THE PACK ARCHIVE ORGAN (debt 1787064637). Walks a pCloud-publink manifest and | 324 | 13 |
| nx_packmirror_lib.nx | PACK-MANIFEST PARSE + VERIFY CORE (debt 1787064637; operator 2026-08-18: | 259 | 9 |
| nx_page_dump.nx | fetch a few live pages over our sovereign TLS and print | 45 | 4 |
| nx_page_fetch_raw.nx | fetch a page and write RAW HTML (no text-strip) to a | 39 | 3 |
| nx_page_fetch_tmp.nx | fetch ONE page -> strip to text -> /tmp/page.txt. | 43 | 3 |
| nx_page_final_seal_gate_t364.nx | 43 | 2 | |
| nx_page_get_test.nx | fork-loopback fetch + render. | 174 | 12 |
| nx_page_identity_gate.nx | 33 | 1 | |
| nx_paged_fetch_gate.nx | GATE for the dynamic paged fetcher (rf_fetch_bank_paged, debt-eaten hardened form). | 60 | 2 |
| nx_paged_fwd_gate.nx | MEASURED gate for the PAGED forward chain | 266 | 6 |
| nx_paged_kv_gate.nx | MEASURED gate for the sovereign PAGED KV-cache | 222 | 8 |
| nx_pagepub.nx | ONE sovereign command to publish a static site page over the mgmt API (2026-07-09; retires | 88 | 5 |
| nx_pagerank.nx | LIB: sovereign PageRank over a web-graph edge list. The authority signal weak indie indexes | 57 | 3 |
| nx_pagerank_gate.nx | proves nx_pagerank on synthetic graphs with KNOWN ranks (deterministic KAT; no network, no | 56 | 2 |
| nx_pageref_gate.nx | the IN-PROCESS referee for nx_pageref_lib: the asset-reference vocabulary and the | 201 | 3 |
| nx_pageref_lib.nx | THE ASSET-REFERENCE VOCABULARY: which attributes on a page name an artifact the | 219 | 13 |
| nx_pagerender_lib.nx | RENDER ONE PUBLISHED PAGE THROUGH THE SOVEREIGN PAINT SUBSTRATE, as a LIB. | 174 | 5 |
| nx_pages_config.nx | D1.6 of NISHI_DEPLOY_ROADMAP. Loads vhost map | 208 | 6 |
| nx_pages_config_test.nx | KAT for D1.6 config-file parser. | 66 | 2 |
| nx_pages_daemon.nx | D1.2 of NISHI_DEPLOY_ROADMAP. Composes | 204 | 4 |
| nx_pages_http_redirect.nx | D1.4 of NISHI_DEPLOY_ROADMAP. | 153 | 5 |
| nx_pages_https_daemon.nx | D1.3 of NISHI_DEPLOY_ROADMAP. Composes | 359 | 6 |
| nx_pages_static.nx | static-file serving over nx_http_server. | 411 | 18 |
| nx_pages_static_test.nx | structural smoke for nx_pages_static. | 117 | 2 |
| nx_pages_vhost.nx | multi-virtual-host routing primitive. D1.1 of | 239 | 8 |
| nx_pages_vhost_debug.nx | isolate failures step-by-step via distinct exit codes. | 61 | 1 |
| nx_pages_vhost_test.nx | KAT for the D1.1 multi-vhost router. | 98 | 3 |
| nx_paint_blend.nx | alpha-compositing rect fill into a Framebuffer | 117 | 2 |
| nx_paint_blend_test.nx | smoke for alpha-blending rect fill. | 124 | 1 |
| nx_paint_box_borders.nx | paint a box's 4 borders (top / right / | 338 | 7 |
| nx_paint_box_borders_test.nx | smoke for the 4-side border | 260 | 2 |
| nx_paint_fb_ascii_dump.nx | dump a Framebuffer to ASCII-art bytes | 88 | 3 |
| nx_paint_fb_ascii_dump_test.nx | smoke for ASCII-art framebuffer | 97 | 1 |
| nx_paint_solid_rect.nx | fill a rectangle of pixels in a | 141 | 4 |
| nx_paint_solid_rect_test.nx | smoke for the Phase-4 paint seed. | 116 | 1 |
| nx_paint_text.nx | rasterize an ASCII text string into a | 259 | 6 |
| nx_paint_text_test.nx | smoke for the 5x7 text rasterizer. | 130 | 2 |
| nx_paint_walk_layout.nx | walk a laid-out LayoutBox tree and | 665 | 24 |
| nx_paint_walk_layout_test.nx | end-to-end integration smoke for | 178 | 2 |
| nx_paint_walk_layout_text_test.nx | smoke for the integrated | 140 | 2 |
| nx_pair_synchrony.nx | pair-relation scoring for multi-character scenes. | 173 | 6 |
| nx_palette.nx | sub-byte voxel/pixel palette encoder. | 177 | 5 |
| nx_palette_test.nx | smoke for nx_palette. | 90 | 1 |
| nx_pamp.nx | Pathogen-Associated Molecular Pattern recognition. | 263 | 5 |
| nx_pamp_meta.nx | FALSE-pattern detection (deepest layer). | 240 | 8 |
| nx_pamp_meta_test.nx | smoke for nx_pamp_meta. | 62 | 1 |
| nx_pamp_test.nx | smoke for nx_pamp. | 78 | 1 |
| nx_panic.nx | enterprise panic handler. | 90 | 3 |
| nx_panic_fire_test.nx | exercise nx_panic_ctx's fail path. | 28 | 1 |
| nx_paper_audit.nx | RESOLVE every citation in a manuscript against its ledger (AS-3). | 204 | 8 |
| nx_paper_audit_cli.nx | callable MCP/API surface for citation resolution (AS-3). | 172 | 7 |
| nx_paper_audit_gate.nx | KAT + neg-controls for citation RESOLUTION (AS-3). | 146 | 1 |
| nx_paper_beat.nx | THE NATIVE-LIBRARY CONVERSION BEAT (operator 2026-08-13: no third-party | 201 | 10 |
| nx_paper_beat_all.nx | THE CLOCK-RUNNABLE FACE of the native paper library (2026-08-14). | 133 | 9 |
| nx_paper_forge.nx | SOVEREIGN arXiv-shaped MANUSCRIPT COMPILER, engine half (AS-1). | 135 | 6 |
| nx_paper_forge_cli.nx | callable surface for the manuscript compiler (AS-1). | 164 | 5 |
| nx_paper_forge_gate.nx | KAT + neg-controls for the manuscript compiler (AS-1). | 144 | 1 |
| nx_paper_native.nx | PAPERS AS NATIVE NISHI DOCS, NOT PDF (operator 2026-08-13: "i dont want | 855 | 22 |
| nx_paperbench.nx | SOVEREIGN deterministic MANUSCRIPT GRADER (AS-0: the ruler). | 248 | 12 |
| nx_paperbench_cli.nx | callable MCP/API surface for the sovereign manuscript grader (AS-0). | 207 | 13 |
| nx_paperbench_gate.nx | KAT + neg-controls for the sovereign manuscript grader (AS-0). | 194 | 1 |
| nx_par_matmul.nx | SOVEREIGN CPU parallelism: matmul across all cores via fork + shared memory, NO 3rd | 96 | 4 |
| nx_par_pool.nx | SOVEREIGN persistent worker POOL via PIPES (robust fix; busy-spin deadlocked on LICM, | 147 | 5 |
| nx_par_pull.nx | PARALLEL concurrent download (the max-speed S-class gap): fork one worker per file, each | 120 | 7 |
| nx_par_pull_nas.nx | PARALLEL concurrent download proven ON THE NAS (the max-speed gap WSL could not run: its | 111 | 7 |
| nx_paradigm_explorer_gate.nx | THE special sauce (operator 2026-06-18): when a paradigm hits a CEILING, | 81 | 4 |
| nx_paradigm_fusion_gate.nx | FUSE explorer + verified-self-improvement into the full ugly-hard-real-science | 83 | 4 |
| nx_paradigm_neuromorphic_gate.nx | honest cycle on the NEUROMORPHIC/spiking paradigm (next surfaced target). | 66 | 3 |
| nx_paradigm_neurosymbolic_gate.nx | honest cycle on NEUROSYMBOLIC (dismissed GOFAI returning), map #3. | 75 | 5 |
| nx_parallel.nx | parallel_for / parallel_map / parallel_reduce. | 371 | 14 |
| nx_parallel_simd_reduce.nx | proof of L7 x L8 composition. | 94 | 2 |
| nx_parallel_test.nx | larger-scale parallel primitive stress. | 99 | 4 |
| nx_parallelism_census.nx | the PARALLELIZATION WORKLIST: walk the tree and flag COMPUTE-HEAVY organs (deep | 111 | 7 |
| nx_parallelism_probe.nx | THE CODEC-CATCH: measure whether a program actually uses multiple cores, so a | 112 | 5 |
| nx_paramodulation.nx | paramodulation rule for equational reasoning. | 211 | 2 |
| nx_paramodulation_test.nx | paramodulation smoke. | 175 | 5 |
| nx_paramplumb.nx | FIND PARAMETERS THAT WERE ADDED BUT NEVER PLUMBED THROUGH. | 355 | 5 |
| nx_pardemo_heavy.nx | compute-heavy parallel_for via the (now-buildable) thread_pool: 4 workers, 32 indices, each a 2e6 LCG loop. | 23 | 2 |
| nx_parexec.nx | ACTUAL PARALLEL multi-core execution (closes distributed-compute's last blocked half). | 209 | 8 |
| nx_parexec_gate.nx | proves the PARALLEL executor is CORRECT: forking one worker per partition over | 77 | 3 |
| nx_parquet.nx | THE PARQUET CLI over nx_parquet_lib (search R0d be_bright: BRIGHT ships as parquet). | 357 | 11 |
| nx_parquet_gate.nx | GATE for the sovereign parquet reader (nx_parquet_lib), driven IN-PROCESS. | 448 | 8 |
| nx_parquet_lib.nx | THE SOVEREIGN PARQUET READER (search R0d be_bright: the BRIGHT benchmark ships as parquet). | 1352 | 45 |
| nx_parse.nx | NishiLang recursive-descent parser, in NishiLang. | 5077 | 158 |
| nx_parse_field_candidate_t280.nx | NishiLang recursive-descent parser, in NishiLang. | 5074 | 159 |
| nx_parse_lex.nx | WRITING arc support: parse operator-supplied DATA files into | 116 | 2 |
| nx_parse_lex_gate.nx | REFEREE for nx_parse_lex. | 87 | 8 |
| nx_parse_static_gate.nx | THE MISSING PARSER GATE for the static-as-argument defect. | 130 | 4 |
| nx_part_solver.nx | CLI: solve a declarative part-placement constraint file. | 41 | 1 |
| nx_part_solver_gate.nx | GATE for the constraint part-placement solver (the Infinigen-Indoors transfer, | 362 | 3 |
| nx_part_solver_lib.nx | ★CONSTRAINT-BASED PART PLACEMENT (operator method pointer 2026-08-12: | 1095 | 59 |
| nx_partanalyze.nx | END-TO-END underbuilt-part analysis (cadtwin R8-geometric): the operator's literal goal | 34 | 1 |
| nx_partid.nx | geometric PART IDENTIFICATION (cadtwin P5): recognize a mesh part's shape CATEGORY by a | 148 | 7 |
| nx_partloft_capture_t319.nx | THE LOFTED PART (nx_partloft_lib) HELD TO KNOWN ANSWERS (procgen PG59 / anatomy AN19, | 344 | 8 |
| nx_partloft_gate.nx | THE LOFTED PART (nx_partloft_lib) HELD TO KNOWN ANSWERS (procgen PG59 / anatomy AN19, | 338 | 8 |
| nx_partloft_lib.nx | THE LOFTED PART: Infinigen's NurbsPart, replicated in NishiLang from the first byte up | 1025 | 33 |
| nx_password_vault.nx | sovereign at-rest-encrypted credential store. | 324 | 5 |
| nx_patch_attribution.nx | the COMPOST primitive. | 332 | 5 |
| nx_patent_check.nx | offline patent-encumbrance gate. | 227 | 7 |
| nx_patent_check_test.nx | smoke for the offline patent gate. | 85 | 3 |
| nx_path.nx | POSIX path utilities (basename, dirname, join, normalize, ext). | 234 | 9 |
| nx_path_canonicalize.nx | structural CWE-22 path-traversal prevention. | 191 | 5 |
| nx_path_canonicalize_test.nx | structural smoke + CWE-22 attack | 135 | 3 |
| nx_path_v1.nx | POSIX filesystem path manipulation. | 225 | 8 |
| nx_pathstripe.nx | the RELIABILITY pillar: multi-path STRIPING with | 111 | 6 |
| nx_pathstripe_test.nx | 1:1 KAT for multi-path striping / seamless | 90 | 4 |
| nx_pathway.nx | cell-graph manifest. | 275 | 11 |
| nx_pathway_test.nx | smoke for nx_pathway. | 123 | 2 |
| nx_pbkdf2.nx | PBKDF2 password-based key derivation (RFC 8018). | 135 | 2 |
| nx_pbkdf2_sha1.nx | PBKDF2 key derivation with HMAC-SHA1. | 121 | 3 |
| nx_pc.nx | 2D point cloud + ICP alignment + nearest neighbor. | 259 | 11 |
| nx_pc_test.nx | smoke for nx_pc primitives. | 98 | 1 |
| nx_pcb_cam.nx | SOVEREIGN PCB isolation-milling CAM: copper geometry -> CNC G-code toolpaths. | 121 | 9 |
| nx_pcb_cam_gate.nx | R2 GATE of the Omniforge PCB/EDA leg: isolation-milling CAM (in-house loop). | 164 | 8 |
| nx_pcb_drill.nx | SOVEREIGN Excellon (NC drill) emitter: the drill half of the PCB fab package. | 50 | 1 |
| nx_pcb_drill_gate.nx | R1b GATE of the Omniforge PCB/EDA leg: Excellon drill export. | 148 | 9 |
| nx_pcb_gerber.nx | SOVEREIGN PCB/EDA copper-layer emitter: a board copper-geometry model | 104 | 7 |
| nx_pcb_gerber_gate.nx | R1 GATE of the Omniforge PCB/EDA leg (the "chips" near-term path). | 179 | 8 |
| nx_pcc.nx | Proof-Carrying Code anchors (Necula 1998). | 231 | 11 |
| nx_pck.nx | PCK (Percentage of Correct Keypoints): the "MEASURED" grading for build-2 -- our own sovereign pose | 23 | 2 |
| nx_pck_gate.nx | exact proof of the PCK metric. expect_exit: 0 | 36 | 3 |
| nx_pct.nx | URL percent-encoding / decoding (RFC 3986). | 179 | 6 |
| nx_pcx_decode.nx | ZSoft PCX reader (PC Paintbrush; the DOS-era standard). | 132 | 4 |
| nx_pdep_pext_kat.nx | functional KAT for the BMI2 bit-manipulation | 111 | 5 |
| nx_pdf_text.nx | SOVEREIGN PDF -> text with PER-FONT /ToUnicode CMap association. | 660 | 23 |
| nx_pe_compile_win.nx | W3 keystone: nxc2-compiled NishiLang -> NATIVE Windows PE. | 168 | 3 |
| nx_pe_compile_win_call.nx | W3b-2: nxc2-COMPILED code issues a kernel32 call ITSELF. | 214 | 3 |
| nx_pe_compile_win_dll.nx | compiler->DLL: wrap REAL nx_cc-compiled NishiLang in a PE DLL with named exports, incl. an | 169 | 6 |
| nx_pe_compile_win_fread.nx | W-NET-5a: native file reading (CreateFileA + ReadFile), the capability | 194 | 5 |
| nx_pe_compile_win_gui.nx | GUI-R0 keystone: emits nish_gui.nx as a native Windows PE with a | 375 | 10 |
| nx_pe_compile_win_halloc.nx | W3b-5a' : sys_mmap reaches a BENIGN allocator (HeapAlloc). | 214 | 3 |
| nx_pe_compile_win_httpd.nx | W-NET-1/2/3: a sovereign Nishi-native Windows HTTP server. | 292 | 5 |
| nx_pe_compile_win_index.nx | keystone-linker for a MEDIUM organ (the sovereign inverted INDEX) -> native Windows PE. | 267 | 3 |
| nx_pe_compile_win_io.nx | W3b-1: nxc2-compiled NishiLang -> native Windows PE | 251 | 4 |
| nx_pe_compile_win_iotcli.nx | W-NET-5b: native static-file HTTP server (sockets + file I/O in ONE | 392 | 8 |
| nx_pe_compile_win_mmap.nx | W3b-5a: an organ's REAL sys_mmap reaches VirtualAlloc. | 212 | 3 |
| nx_pe_compile_win_nishi.nx | W-NISH: the SOVEREIGN NISHI BROWSER (nish), native Windows PE. | 714 | 10 |
| nx_pe_compile_win_organ.nx | W3b-6: a realistic organ runs ENTIRELY native (mmap+write+exit). | 284 | 3 |
| nx_pe_compile_win_sw.nx | W3b-4: an organ's REAL sys_write reaches WriteFile, fd-routed. | 229 | 3 |
| nx_pe_compile_win_table.nx | W3b-5b: a MULTI-syscall organ runs native (redirect table). | 245 | 3 |
| nx_pe_compile_win_uiserve.nx | W-NET-5b: native static-file HTTP server (sockets + file I/O in ONE | 361 | 7 |
| nx_pe_compile_win_write.nx | W3b-3: a compiled organ's OWN sys_write reaches WriteFile. | 235 | 3 |
| nx_pe_compile_win_wsa.nx | W-NET-0: a Nishi organ initializes Winsock (2-DLL PE import table). | 221 | 3 |
| nx_pe_container_datachar.nx | generalized Job-Object container (OCI process.args/cwd via cmdline): | 203 | 3 |
| nx_pe_container_elderai.nx | THE SOURCE for the Elara/Elder-AI GPU engine container. | 233 | 4 |
| nx_pe_container_gen.nx | generalized Job-Object container (OCI process.args/cwd via cmdline): | 242 | 5 |
| nx_pe_container_httpd.nx | W4-b-1: a governed Nishi container with WIRED stdout. | 200 | 3 |
| nx_pe_container_sdserver.nx | W4-b-1: a governed Nishi container with WIRED stdout. | 200 | 3 |
| nx_pe_container_uiserve.nx | W4-b-1: a governed Nishi container with WIRED stdout. | 200 | 3 |
| nx_pe_container_win.nx | W4-a: a NISHI ORGAN runs as a Job-Object-governed, supervised container. | 205 | 3 |
| nx_pe_container_win_io.nx | W4-b-1: a governed Nishi container with WIRED stdout. | 200 | 3 |
| nx_pe_container_win_ping.nx | W4-a: a NISHI ORGAN runs as a Job-Object-governed, supervised container. | 218 | 3 |
| nx_pe_container_win_sup.nx | W4-a: a NISHI ORGAN runs as a Job-Object-governed, supervised container. | 218 | 3 |
| nx_pe_dll_com_device.nx | THE CONVERGENCE RUNG: emit a sovereign DLL exporting a D3D11CreateDevice-shaped factory | 187 | 6 |
| nx_pe_dll_d3d11.nx | the REAL game entry point. Superset of nx_pe_dll_id3d11: same data-driven 43-slot ID3D11Device | 229 | 8 |
| nx_pe_dll_d3d11ctx.nx | ACCEPTANCE SLICE: a real multi-interface D3D11 render through the COM API. Data-driven | 205 | 9 |
| nx_pe_dll_d3d11draw.nx | REAL GEOMETRY DRAW through the D3D11 API. Superset of d3d11ctx: device(43)+context(108) | 208 | 9 |
| nx_pe_dll_d3d11shade.nx | PROGRAMMABLE SHADER Draw: a real fxc-compiled DXBC pixel shader, created via the real D3D11 | 238 | 10 |
| nx_pe_dll_d3d11tex.nx | TEXTURING through the real D3D11 API. 14 methods; adds the texture resource path: | 206 | 9 |
| nx_pe_dll_id3d11.nx | DATA-DRIVEN generator for a DLL whose device conforms to Microsoft's REAL ID3D11Device vtable | 195 | 8 |
| nx_pe_hello_test.nx | substrate emits Hello World PE, writes to disk. | 47 | 1 |
| nx_pe_job_limit_test.nx | W2b: sovereign Windows Job Object ENFORCEMENT, native, no HCS. | 247 | 2 |
| nx_pe_job_run_test.nx | W2c: minimal sovereign Windows CONTAINER RUN, native, no HCS/VM. | 232 | 2 |
| nx_pe_job_self_test.nx | W2a: sovereign Windows Job Object, native, no HCS. | 278 | 2 |
| nx_pe_natbw.nx | GENERAL sovereign native-Windows PE emitter. | 416 | 6 |
| nx_pe_perf_probe.nx | measure, IN THE WINDOWS PE, where the transfer time goes. | 61 | 3 |
| nx_pe_spawn_test.nx | substrate emits PE that spawns a child process. | 40 | 1 |
| nx_pe_thunk_dump.nx | SOVEREIGN PE troubleshooting organ (replaces the python oracle). Reads a built | 63 | 5 |
| nx_pe_writer.nx | substrate-emitted Windows PE32+ bytes. | 952 | 10 |
| nx_pe_writer_test.nx | substrate emits a Windows PE, writes to disk. | 69 | 1 |
| nx_peer_connect_live.nx | LIVE BEP-3 handshake with a REAL peer (X-TORRENT-LIVE-001 L3a): | 145 | 8 |
| nx_peer_download.nx | DOWNLOAD a multi-block piece off a peer + WRITE it to a LOCAL FILE, | 166 | 7 |
| nx_peer_ext_handshake.nx | BEP-10 extension-protocol handshake (X-TORRENT-LIVE-001 R3a): the | 138 | 9 |
| nx_peer_handshake.nx | BEP-3 peer-wire HANDSHAKE over a real TCP connection (X-TORRENT-LIVE-001 | 122 | 6 |
| nx_peer_meta_live.nx | fetch the REAL torrent metadata from a REAL peer (X-TORRENT-LIVE-001 L3b): | 177 | 6 |
| nx_peer_metadata.nx | BEP-9 ut_metadata FETCH + sha1-verify the info-dict (X-TORRENT-LIVE-001 | 182 | 10 |
| nx_peer_piece.nx | BEP-3 REQUEST/PIECE block transfer + sha1 verify (X-TORRENT-LIVE-001 R4-b): | 145 | 7 |
| nx_peer_piece_live.nx | download a REAL data piece from a REAL peer + sha1-verify it against the | 179 | 2 |
| nx_peerwire.nx | BitTorrent peer wire protocol (BEP-3), bits-up. | 100 | 10 |
| nx_peerwire_test.nx | KAT for the peer wire protocol (BEP-3). | 56 | 1 |
| nx_pem.nx | RFC 7468 PEM (Privacy-Enhanced Mail) container parser. | 190 | 5 |
| nx_pem_loader.nx | load a PEM CA bundle into a TrustStore, bits-up. | 89 | 3 |
| nx_pendulum.nx | Simulates a nonlinear pendulum using integer arithmetic and symplectic integration for accurate physical behavior. | 140 | 19 |
| nx_peptide.nx | CHEMISTRY SUITE / PEPTIDE PRIMARY-STRUCTURE rung. Turns | 565 | 23 |
| nx_peptide_chain.nx | CHEMISTRY SUITE / MULTI-CHAIN PEPTIDE rung. Closes | 147 | 13 |
| nx_peptide_chain_test.nx | gate for nx_peptide_chain. The anchor is human | 161 | 4 |
| nx_peptide_deconv.nx | SOTA ANALYTICAL: charge-state DECONVOLUTION. The | 151 | 9 |
| nx_peptide_deconv_test.nx | gate for charge-state deconvolution. The | 150 | 3 |
| nx_peptide_denovo.nx | SOTA: DE NOVO peptide sequencing. Reconstruct the | 162 | 5 |
| nx_peptide_denovo_test.nx | gate for de novo sequencing. The liar-kill is | 162 | 5 |
| nx_peptide_ext.nx | CHEMISTRY SUITE / PEPTIDE EXTENSION rung. Closes the | 217 | 14 |
| nx_peptide_ext_test.nx | gate for nx_peptide_ext. Oxytocin and | 211 | 7 |
| nx_peptide_formula.nx | LIAR-KILLER for the peptide mass stack. Computes a | 176 | 10 |
| nx_peptide_formula_test.nx | THE LIAR-KILLER GATE. Triangulates the peptide | 124 | 3 |
| nx_peptide_identify.nx | SOTA CAPSTONE: end-to-end peptide identification | 138 | 7 |
| nx_peptide_identify_test.nx | gate for the end-to-end identification | 156 | 5 |
| nx_peptide_isotope.nx | SOTA ANALYTICAL rung: the ISOTOPIC ENVELOPE a | 135 | 6 |
| nx_peptide_isotope_test.nx | gate for the isotopic-envelope rung, liar- | 141 | 3 |
| nx_peptide_msms.nx | SOTA ANALYTICAL CAPSTONE: peptide identification by | 220 | 11 |
| nx_peptide_msms_test.nx | gate for the MS/MS identification capstone. The | 145 | 3 |
| nx_peptide_test.nx | gate for nx_peptide. Liar-killing where possible: | 166 | 3 |
| nx_perceptual_dataset.nx | paired (signal, species, behavioral metric) store. | 194 | 8 |
| nx_perceptual_judge.nx | signal-vs-profile honesty judge. | 101 | 4 |
| nx_perceptual_profile.nx | sealed multi-species perceptual taxonomy. | 349 | 6 |
| nx_perceptual_render_test.nx | G1+ end-to-end per-perceptual-profile | 156 | 3 |
| nx_perchannel_quant_gate.nx | next real INT8 rung: PER-CHANNEL scales, measured + honest about the limit. | 94 | 6 |
| nx_perf_bench.nx | substrate-native performance benchmark primitive. | 204 | 10 |
| nx_perf_bench_test.nx | smoke for the perf-bench primitive. | 52 | 1 |
| nx_perf_lib.nx | FRAME-BUDGET TELEMETRY, the AAA way, as ONE sovereign ruler (GE32 + GE15, 2026-09-02). | 209 | 24 |
| nx_perf_pathology.nx | B1 first stone of NISHI_PERFORMANCE_ | 219 | 5 |
| nx_perf_pathology_test.nx | KAT for B1 pathology classifier. | 142 | 1 |
| nx_perf_pct_gate.nx | KNOWN-ANSWER GATE for the frame-time percentile arithmetic the served page | 191 | 5 |
| nx_perf_probe.nx | substrate performance counter primitive. | 184 | 10 |
| nx_perf_rehearsal.nx | THE MISSING FEEDBACK EDGE (operator 2026-06-23: "our analytics becomes a | 214 | 17 |
| nx_perf_rehearsal_actual_gate_t179.nx | 16 | 1 | |
| nx_perf_rehearsal_candidate_t179.nx | THE MISSING FEEDBACK EDGE (operator 2026-06-23: "our analytics becomes a | 212 | 16 |
| nx_perf_rehearsal_cli_gate_t179.nx | 18 | 1 | |
| nx_perf_rehearsal_gate_t179.nx | 51 | 2 | |
| nx_perf_rehearsal_import_gate_t179.nx | 51 | 2 | |
| nx_perf_verdict.nx | substrate primitive for honest per-axis | 169 | 6 |
| nx_perineum_distance.nx | fourchette → anal verge distance + canon check. | 81 | 1 |
| nx_peristalsis.nx | sequence-preserved ordered queue (Kafka-class). | 80 | 5 |
| nx_peristalsis_test.nx | smoke for nx_peristalsis. | 69 | 1 |
| nx_perlin.nx | seeded Perlin noise primitive. | 292 | 14 |
| nx_perlin_test.nx | smoke for seeded Perlin noise + classification. | 77 | 1 |
| nx_perma_research_fetch.nx | the Nishi RESEARCHER expanded into PERMACULTURE / SOIL IMPROVEMENT / SELF- | 125 | 5 |
| nx_person_descriptor_t343.nx | 12 | 1 | |
| nx_person_field_candidate_t343.nx | ORIGINAL. Composes complete native feature arenas without flattening their ABI. | 40 | 3 |
| nx_person_field_gate_t343.nx | 28 | 1 | |
| nx_person_mesh_candidate_t343.nx | 56 | 4 | |
| nx_person_mesh_oriented_t343.nx | 57 | 4 | |
| nx_persona.nx | R1a of the ELDER AI companion spine: PERSONA-AS-DATA. A companion's behavior comes from | 136 | 12 |
| nx_persona_gate.nx | GATE for R1a (nx_persona): persona-as-data is the SOLE authority on behavior, and | 102 | 6 |
| nx_persongen.nx | ★GENERATIVE PERSON FACTORY (operator north star 2026-07-08: "generate a model from the | 79 | 6 |
| nx_pets3d_wasm.nx | EXPORTED-ENTRYPOINTS: a wasm module. Its exports are invoked by the browser host, not by any .nx | 910 | 92 |
| nx_pets_netstate.nx | sovereign player-state codec for multiplayer pixelmon. | 82 | 4 |
| nx_pets_voxel3d.nx | RUNG 2 of the Pixelmon-exceed ladder: TRUE 3D voxel terrain by composing | 1683 | 64 |
| nx_pets_voxel_view.nx | RUNG 1 of the Pixelmon-exceed ladder: render the PETS world in | 297 | 15 |
| nx_pets_wasm.nx | Generates a procedurally created 16x12 grid world with terrain and structures for a turn-based pet capture game. | 614 | 60 |
| nx_pex.nx | BEP-11 Peer Exchange (ut_pex): parse/build the compact peer lists that connected | 183 | 9 |
| nx_pex_gate.nx | SOVEREIGN LOOPBACK gate for BEP-11 ut_pex: proves PEX rides the REAL BEP-10 | 159 | 9 |
| nx_pex_harvest_gate.nx | SOVEREIGN gate for the PEX HARVEST PLUMBING in the worker | 82 | 3 |
| nx_phash.nx | perceptual image hashing + reverse-image (bits-up). | 102 | 5 |
| nx_phash_index.nx | SUBLINEAR Hamming-metric index (BK-tree) over 64-bit perceptual | 84 | 3 |
| nx_phash_index_gate.nx | referee for the sublinear Hamming index (nx_phash_index, BK-tree). | 166 | 12 |
| nx_phash_test.nx | KAT + benchmark for perceptual image hashing. | 75 | 4 |
| nx_phenology.nx | timing knowledge across season + decade. | 211 | 9 |
| nx_phenology_test.nx | smoke for nx_phenology. | 99 | 1 |
| nx_pheromone.nx | multi-party signal channels (IRC/chat/alarm class). | 135 | 9 |
| nx_pheromone_test.nx | smoke for nx_pheromone. | 96 | 1 |
| nx_phi.nx | golden ratio + Fibonacci primitives for S-class anatomy canon. | 103 | 7 |
| nx_phi_test.nx | 39 | 1 | |
| nx_phoneme_synth.nx | VOICE-CLONE-001 rung 5a: render a PHONEME SEQUENCE into | 113 | 2 |
| nx_phoneme_synth_gate.nx | REFEREE for VOICE-CLONE-001 rung 5a (articulation). | 179 | 5 |
| nx_photo_count_gate.nx | REFEREE for the five-pics fix and the conversation-album arithmetic (2026-08-30): a photo count | 91 | 5 |
| nx_photogram_front.nx | 817 | 20 | |
| nx_photogram_front_diag.nx | measurement probe, not a gate. T5 failed with the noise control scoring | 191 | 3 |
| nx_photogram_front_gate.nx | proof gate for the photogrammetry front end. | 452 | 8 |
| nx_photogram_hbench.nx | run the Nishi front end on a REAL photograph pair and emit its matches. | 230 | 7 |
| nx_photogrambench.nx | THE PHOTOGRAMMETRY RULER. Measures where the Nishi stack stands on the FULL | 536 | 10 |
| nx_photomark.nx | CLI over nx_photomark_lib (aesthetictwin AT4 / AT23 / AT30 / AT31, 2026-09-16): landmarks and scale-free | 155 | 5 |
| nx_photomark_gate.nx | the referee for nx_photomark_lib (aesthetictwin AT4 / AT23, 2026-09-16). In-process on a synthetic | 519 | 20 |
| nx_photomark_lib.nx | THE 2D PHOTO LANDMARKER, FIRST BYTE (aesthetictwin AT4 pm_canthal_tilt, AT23 rulers pm_landmarks | 1927 | 52 |
| nx_photoreal_critic_sota_fetch.nx | DEEP SOTA for the PHOTOREAL CRITIC (operator 2026-07-04: "you need a | 72 | 5 |
| nx_photoreal_research_fetch.nx | bank the PHOTOREAL DIGITAL-HUMAN pipeline (Elara north-star tent-pole A, | 45 | 2 |
| nx_phototwin.nx | THE PHOTOGRAPH-TO-SUBSTRATE TWIN (2026-08-24, /compare/phototwin PT2 PT3 PT7). | 509 | 24 |
| nx_phototwin_gate.nx | THE GATE FOR THE PHOTOGRAPH-TO-SUBSTRATE TWIN (nx_phototwin forked for real), 2026-08-24. | 322 | 11 |
| nx_phrase_conflict.nx | semantic-tag conflict detector. | 369 | 5 |
| nx_phrase_conflict_test.nx | smoke for semantic-tag conflict detector. | 74 | 1 |
| nx_phrase_match.nx | case-insensitive substring matcher. | 154 | 6 |
| nx_phred.nx | Phred quality score encode / decode helpers. | 138 | 6 |
| nx_phred_test.nx | KAT for Phred+33 and Phred+64 encode/decode. | 123 | 1 |
| nx_phys3d.nx | the UNIFIED sovereign 3D rigid-body physics core (the 07-01 census's named gap; operator | 401 | 23 |
| nx_phys3d_toi_gate.nx | PG26: CAN A FAST MOVER EVER END A TICK INSIDE A WALL? (the 2D sweep tooth lifted to 3D) | 134 | 3 |
| nx_physfid_research_fetch.nx | bank HOW THE INCUMBENTS MANAGE PHYSICS across the fidelity spectrum | 41 | 2 |
| nx_physics_ladder.nx | GENEALOGIST physics-limit grading: how close is the sovereign hash get to the | 103 | 4 |
| nx_pickle_names.nx | reveal the HiFi-GAN state_dict STRUCTURE: locate archive/data.pkl inside the .bin ZIP and | 86 | 7 |
| nx_pid.nx | PID controller (proportional-integral-derivative). | 83 | 3 |
| nx_pid_diag.nx | diagnose getpid + ml_pid_alive (the queue/tend/model-lane self-pid primitive). | 26 | 2 |
| nx_pid_test.nx | smoke for nx_pid. | 71 | 1 |
| nx_piece_manager.nx | BitTorrent piece/block manager (bits-up, deterministic). | 75 | 8 |
| nx_piece_manager_test.nx | KAT for the piece/block manager. | 43 | 1 |
| nx_pileup.nx | CIGAR walking primitives for variant-calling pileup. | 433 | 8 |
| nx_pileup_test.nx | KAT for CIGAR walking + query-pos-at-ref. | 427 | 1 |
| nx_pillar_physics.nx | bits-up cantilever-moment + load-proportional | 210 | 4 |
| nx_pillar_physics_test.nx | verify cantilever moment + load-proportional | 96 | 1 |
| nx_pillar_physics_v21_test.nx | mathematically distinguish v2.1 | 110 | 2 |
| nx_piotroski_gate.nx | F-SCORE INDEPENDENT GATE. | 111 | 6 |
| nx_piotroski_lib.nx | F-SCORE: Piotroski 9-point fundamental-strength score, integer-exact. | 64 | 3 |
| nx_pipe.nx | pipe(2) + pipe2(2) wrappers. | 70 | 3 |
| nx_pipeline.nx | N-stage MIMD pipeline with bounded backpressure. | 245 | 14 |
| nx_pipeline_test.nx | 3-stage pipeline stress + backpressure check. | 96 | 4 |
| nx_pitch.nx | sovereign integer F0 (fundamental-frequency / pitch) | 90 | 3 |
| nx_pitch_gate.nx | REFEREE for VOICE-CLONE-001 rung 0 (sovereign F0). | 146 | 5 |
| nx_pitch_grade.nx | AUDIO arc, singing-tutor thread: grade how on-pitch a | 43 | 1 |
| nx_pitch_grade_gate.nx | REFEREE for the singing-tutor grader (nx_pitch_grade). | 131 | 6 |
| nx_pitwall_board.nx | the RACING CREW's roadmap board (the "pitwall"). Reads knowledge/compare/roadmap.data | 110 | 10 |
| nx_pitwall_render.nx | CV-0 SEED: the racing-crew-view (NX-PITWALL) | 96 | 2 |
| nx_pitwall_render_test.nx | CV-0 SEED verification: the anti-aspirational | 53 | 1 |
| nx_pkcs12_kdf.nx | the PKCS#12 password-based KDF (RFC 7292 Appendix B.2) over SHA-256. | 143 | 10 |
| nx_placement.nx | multi-tier tensor placement + lazy materialization. | 253 | 10 |
| nx_placement_test.nx | smoke for nx_placement.nx. | 143 | 1 |
| nx_plan_svc.nx | PRODUCTION-PLAN SERVICE FACADE. The fourth organ on the | 133 | 5 |
| nx_plan_svc_test.nx | gate for the production-plan facade. Drives the | 237 | 6 |
| nx_plane_check.nx | VERIFY the TSV<->NXR1 bridge against REAL production plane data, READ-ONLY. | 180 | 4 |
| nx_plane_migrate.nx | migrate a plane's VALUE ENCODING from flat tab-delimited lines to NXR1 records | 207 | 3 |
| nx_planefit.nx | READ-ONLY: does a plane FIT a caller's read cap, and by how much does it miss? | 244 | 10 |
| nx_planepeek.nx | READ ONE RAW KEY OUT OF A SEG-STORE PLANE. Read-only, writes nothing. | 393 | 14 |
| nx_planepeek_gate.nx | THE REFEREE FOR nx_planepeek's FALSE-ABSENCE FIX (debt 1787282525). | 272 | 15 |
| nx_planescan.nx | SOVEREIGN SCALABLE PLANE ENUMERATION (the storage-foundation primitive). | 238 | 14 |
| nx_planesweep.nx | Reconstructs depth maps from two stereo views using plane sweep and photo-consistency scoring. | 195 | 8 |
| nx_platform.nx | hardware-agnostic substrate platform facade. | 73 | 0 |
| nx_platform_research_fetch.nx | SOVEREIGN multi-source web-fetch for the HOSTING-PLATFORM S-CLASS bar | 85 | 5 |
| nx_pm_dashboard_gate.nx | KAT for the PM ROI rollup, incl. the LIAR-KILLER invariant: | 59 | 5 |
| nx_pm_discover.nx | the Nishi PM's project-discovery TOOL (standalone). | 25 | 1 |
| nx_pmx.nx | PMX (MikuMikuDance 2.x) MODEL READER: header, section census, and the BONE TABLE. | 557 | 20 |
| nx_png.nx | SOVEREIGN PNG (RGB8) encoder in NishiLang. No zlib/libpng/python: adaptive per-scanline | 340 | 15 |
| nx_png_capacity_baseline_t278.nx | 28 | 3 | |
| nx_png_capacity_gate_t278.nx | 52 | 5 | |
| nx_png_capacity_t278.nx | SOVEREIGN PNG (RGB8) encoder in NishiLang. No zlib/libpng/python: adaptive per-scanline | 340 | 15 |
| nx_png_chunks.nx | THE PNG CHUNK WALK (one reader, shared): signature, then [length(4, big-endian)][type(4)][data][crc(4)] | 123 | 8 |
| nx_png_decoder.nx | RFC 2083 PNG decoder. | 822 | 14 |
| nx_png_dynamic_huffman_test.nx | regression smoke proving nx_png_decode | 166 | 1 |
| nx_png_header.nx | parse PNG signature + IHDR + chunk stream. | 171 | 7 |
| nx_png_probe.nx | Rule-2 verification: does the existing nx_png_decode | 38 | 3 |
| nx_png_real_smoke.nx | end-to-end PNG decode verification. | 235 | 3 |
| nx_png_write.nx | sovereign PNG ENCODER so the Nishi ecosystem can output a render that any viewer | 108 | 5 |
| nx_pnm_decode.nx | Netpbm reader: P1/P2/P3 (ASCII) and P4/P5/P6 (binary), | 187 | 4 |
| nx_pnprefine.nx | Refines camera pose by minimizing reprojection error with a Gauss-Newton linear solve. | 302 | 8 |
| nx_poisson_disk.nx | Bridson 2007 fast Poisson disk sampling. | 338 | 7 |
| nx_poisson_disk_test.nx | smoke for Bridson 2007 Poisson disk. | 93 | 1 |
| nx_poll.nx | poll(2) and ppoll(2) wrappers. | 134 | 5 |
| nx_poll_x86_64.nx | Linux x86_64 poll(2) / ppoll(2) wrappers. | 105 | 6 |
| nx_pollinate.nx | peer-mesh community defense distribution. | 338 | 13 |
| nx_pollinate_test.nx | smoke for nx_pollinate. | 100 | 1 |
| nx_pollinator.nx | keystone-species presence + reintroduction modeling. | 253 | 10 |
| nx_pollinator_test.nx | smoke for nx_pollinator. | 125 | 1 |
| nx_poly.nx | polynomial operations over i64 coefficients. | 107 | 6 |
| nx_poly1305.nx | Bernstein's Poly1305 MAC (RFC 8439 variant). | 334 | 5 |
| nx_poly1305_pure.nx | architecture-neutral Poly1305 (arena-based). | 326 | 7 |
| nx_poly1305_pure_test.nx | RV64 KAT for nx_poly1305_pure.nx. | 47 | 1 |
| nx_poly1305_test.nx | RFC 8439 §2.5.2 KAT for Poly1305. | 89 | 1 |
| nx_poly1305_wasm.nx | Poly1305 MAC (RFC 7539 §2.5) for WAT target. | 323 | 6 |
| nx_polyglot_bench.nx | head-to-head verdict against N incumbent | 177 | 4 |
| nx_polygon.nx | 2D polygon primitive with foundational ops + | 512 | 20 |
| nx_polygon_test.nx | exercise foundational polygon ops + offset | 111 | 1 |
| nx_polymer_thermal.nx | per-polymer thermal envelope for FDM | 171 | 5 |
| nx_polymer_thermal_test.nx | per-polymer thermal envelope + | 79 | 1 |
| nx_polypitch.nx | INSTRUMENT-LEARN-GAME rung LG-3: POLYPHONIC pitch detection | 114 | 6 |
| nx_polypitch_gate.nx | REFEREE for LG-3 polyphony (nx_polypitch). | 134 | 6 |
| nx_pool.nx | fixed-size object pool with O(1) alloc + free. | 167 | 5 |
| nx_pool_ring_gate.nx | regression witness for the RING ARENA fix | 92 | 3 |
| nx_pool_stale_gate.nx | STRESS REPRODUCER for the 2026-07-15 run-to-run greedy divergence (proven by | 177 | 4 |
| nx_poolgov.nx | THE POOL-WIDTH GOVERNOR, in the PRIMITIVE layer where production organs can reach it. | 185 | 7 |
| nx_poolheavy.nx | proving | 28 | 2 |
| nx_porkbun_domain.nx | Porkbun DOMAIN lifecycle client: pricing / availability / SSL-bundle | 320 | 17 |
| nx_porkbun_ping_probe.nx | THROWAWAY DIAGNOSTIC for the Porkbun | 422 | 13 |
| nx_porkbun_publish_a.nx | publish an A record <sub>.<domain> -> <ip> at Porkbun, sovereignly (over the | 60 | 4 |
| nx_port_audit.nx | SOVEREIGN LISTENING_VS_CLAIMED audit (the capability nx_daemon_health_audit lists | 142 | 9 |
| nx_portability_exceed.nx | the MEASURED exceed VERDICT for platform-independence vs the June-2026 SOTA | 45 | 2 |
| nx_portability_gate.nx | gates the portability linter (v_scan_port) on synthetic fixtures: a clean | 42 | 3 |
| nx_portcheck.nx | R1 of the sovereign-:443 arc: a SOVEREIGN "what owns this port" inspector. The deploy team | 365 | 28 |
| nx_portcheck_staged_cli_gate.nx | Executes the caller-pinned staged CLI; only this gate owns the two listeners. | 140 | 8 |
| nx_portclient_gate.nx | THE TWIN-DRIFT TOOTH. A client that hardcodes a target port must be aimed | 169 | 8 |
| nx_pose_backprop_gate.nx | proves the MULTI-LAYER pose-net backprop COMPOSES correctly (the "scale build-2" | 99 | 3 |
| nx_pose_benchmark_audit.nx | CRITIC + ADVERSARY audit (operator 2026-07-14: "make sure we aren't self validating | 78 | 3 |
| nx_pose_classify.nx | classify body pose from face + torso geometry. | 142 | 1 |
| nx_pose_classify_test.nx | 64 | 1 | |
| nx_pose_cnn.nx | T2 POSE FRONT-HALF: the sovereign software-f32 pose-CNN FORWARD PASS -- the heatmap PRODUCER | 52 | 3 |
| nx_pose_cnn_gate.nx | executed proof of the sovereign f32 pose-CNN FORWARD PASS end-to-end into the integer | 106 | 3 |
| nx_pose_coach.nx | the COACH's read (roadmap R8): compare a USER pose track to a REFERENCE track and say | 72 | 7 |
| nx_pose_distill_gate.nx | BUILD-2 core proof: a small STUDENT pose net TRAINS (the distillation loop) to | 107 | 5 |
| nx_pose_elm.nx | the NONLINEAR learner for pose-from-silhouette (roadmap R2 v1). The linear perceptron on raw | 69 | 6 |
| nx_pose_estimate.nx | LEARNED pose localization from an image (roadmap R2 v0, the video->POSE keystone gap). | 75 | 4 |
| nx_pose_keypoints.nx | T2 POSE, the WEIGHTS-FREE back half of a heatmap pose estimator (HRNet/OpenPose-class, | 59 | 3 |
| nx_pose_keypoints_gate.nx | gate for the weights-free pose back-half (heatmap -> keypoint). Synthetic heatmaps | 63 | 3 |
| nx_pose_naturalness.nx | Tier 6 biomechanical pose validation. | 355 | 5 |
| nx_pose_preprocess.nx | ViTPose top-down preprocessing: real image + GT bbox -> vitpose_input.bin. | 183 | 7 |
| nx_pose_retarget.nx | RETARGET a pose track (joint world POSITIONS) onto our rig's joint ANGLES (roadmap R3, | 73 | 4 |
| nx_pose_score_one.nx | the FIRST real external-GT score: map the ViTPose port's 48x64 heatmap | 69 | 3 |
| nx_pose_skeleton.nx | T2 POSE, the geometric skeleton analysis that turns keypoints (from nx_pose_keypoints) | 52 | 3 |
| nx_pose_skeleton_gate.nx | gate for the skeleton posture geometry (nx_pose_skeleton). Synthetic skeletons | 66 | 3 |
| nx_pose_student_distill.nx | BUILD-2 REAL DISTILLATION: our OWN sovereign student pose net learns to reproduce | 156 | 8 |
| nx_posit.nx | posit arithmetic primitives (Phase N3 seed). | 132 | 7 |
| nx_postag.nx | a PART-OF-SPEECH TAGGER for the estate (rung IM28's next lever: every SemEval-2014 winner used POS | 493 | 17 |
| nx_postag_eval.nx | train the estate's POS tagger (nx_postag) on a CoNLL-U treebank and report token accuracy on a | 43 | 1 |
| nx_postag_gate.nx | GATE for the POS tagger (nx_postag), driven IN-PROCESS on a planted CoNLL-U mini-treebank under | 95 | 1 |
| nx_posting_compress.nx | LIB: posting-list compression (Lucene Frame-of-Reference model) = the biggest perf+size | 91 | 5 |
| nx_posting_compress_gate.nx | proves posting compression is LOSSLESS (roundtrip identity) + actually COMPRESSES. | 56 | 2 |
| nx_pov_shift.nx | 3rd-person -> 1st-person POV transform. | 473 | 8 |
| nx_pow10.nx | SHARED NUMERIC rung: base-10 exponential and logarithm in | 142 | 3 |
| nx_pow10_test.nx | the gate the lane's most load-bearing primitive never had. | 201 | 4 |
| nx_pow_mod.nx | fast modular exponentiation (binary method). | 40 | 1 |
| nx_pow_mod_test.nx | 22 | 1 | |
| nx_power_of_2.nx | AUTO-GENERATED from shape `scalar_accumulator_n`. | 30 | 1 |
| nx_power_of_2_test.nx | 9 | 1 | |
| nx_pp_discriminator_test.nx | DECIDE whether the self-hosted compiler actually PROCESSES | 56 | 2 |
| nx_ppdemo_forkpar.nx | PROCESS parallelism (fork), the axis that WORKS today (vs broken threads). Forks 8 | 31 | 2 |
| nx_ppdemo_parallel.nx | a controlled MULTI-THREADED compute workload: the SAME arithmetic loop as | 29 | 2 |
| nx_ppdemo_serial.nx | a controlled SINGLE-THREADED compute workload (a tight arithmetic loop, no I/O) used | 15 | 1 |
| nx_ppdemo_threads.nx | REAL multi-core proof via raw __thread_clone (stage-1 func-pointers). Spawns 4 worker | 49 | 2 |
| nx_ppm.nx | binary PPM (P6) read/write, so organs can ingest and emit REAL | 86 | 6 |
| nx_ppm_writer.nx | serialise Netpbm images (PBM / PGM / PPM). | 157 | 6 |
| nx_ppmi_import_probe.nx | the EXACT acceptance case of debt 1785608999: | 12 | 1 |
| nx_ppp_probe.nx | PERSON / PRODUCT / PLACE probe: ONE ruler, run on OUR live surface AND on each rival's | 901 | 39 |
| nx_ppp_probe_gate.nx | THE VERDICT nx_ppp_probe COULD NOT PUBLISH (2026-08-25). | 126 | 6 |
| nx_pq.nx | min-heap priority queue (binary heap). | 206 | 9 |
| nx_pq_hybrid.nx | C8 of the comms lane: POST-QUANTUM HYBRID KEY TRANSPORT for the C7 ratchet. | 312 | 20 |
| nx_pq_hybrid_gate.nx | REFEREE for C8 (nx_pq_hybrid, contract pqh_kex). END-TO-END: keygens a | 127 | 4 |
| nx_pre_sat.nx | pre-saturation simplification of input clause set. | 90 | 1 |
| nx_pre_sat_test.nx | pre-saturation simplification smoke. | 130 | 5 |
| nx_pred.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_pred_test.nx | 9 | 1 | |
| nx_predator_prey_balance.nx | meta-discipline monitor for defense | 307 | 11 |
| nx_predator_prey_balance_test.nx | smoke for nx_predator_prey_balance. | 146 | 1 |
| nx_prefix_cache.nx | PREFIX-KV CACHE for the companion serving workload (serving census Q3; vLLM/SGLang | 139 | 8 |
| nx_preflight.nx | bulletproof pre-print orchestrator. | 244 | 5 |
| nx_preflight_test.nx | exercise preflight orchestrator with | 101 | 1 |
| nx_prepared_character_bundle.nx | 27 | 3 | |
| nx_prepared_character_bundle_emit_t316.nx | 12 | 1 | |
| nx_prepared_motion.nx | Native-emitted prepared-source transport; host scene clock, source-bound manifest, reserved owned WASM tail memory. | 2 | 1 |
| nx_prepared_motion_candidate_t316.nx | Native-emitted prepared-source transport; host scene clock, source-bound manifest, reserved owned WASM tail memory. | 2 | 1 |
| nx_prepared_motion_emit_gate_t316.nx | 3 | 1 | |
| nx_preprocessor_ifdef_test.nx | MONITOR pillar for self-host | 36 | 1 |
| nx_presence.nx | person-presence detection (skin-chrominance + blob | 121 | 3 |
| nx_presence_gate.nx | REFEREE for MEDIA-STUDIO R2 (nx_presence). | 174 | 7 |
| nx_preservation.nx | FOOD-SCIENCE SUITE / PRESERVATION rung. The | 171 | 11 |
| nx_preservation_test.nx | smoke for nx_preservation (food-preservation | 54 | 1 |
| nx_pressure_deformation.nx | skin-on-skin contact tissue compression check. | 144 | 3 |
| nx_pressure_deformation_test.nx | 87 | 3 | |
| nx_price_extract.nx | the Nishi BROWSER's price detector: find the price on a rendered shopping page so | 61 | 3 |
| nx_primitive_registry.nx | callable-by-name primitive catalog. | 173 | 7 |
| nx_primitive_synth.nx | substrate-native per-primitive synthesizer. | 435 | 12 |
| nx_print_e2e_test.nx | THE end-to-end integration demo. Single | 110 | 2 |
| nx_print_exceed_compose_test.nx | OUTCOME-VALIDATION smoke proving | 189 | 2 |
| nx_print_loop_e2e_test.nx | end-to-end substrate loop: | 164 | 2 |
| nx_print_process.nx | bits-up sealed enum of additive-manufacturing | 137 | 6 |
| nx_print_process_test.nx | verify the sealed-enum + taxonomy | 68 | 1 |
| nx_print_response.nx | map runtime-monitor issue verdicts to | 112 | 4 |
| nx_print_response_test.nx | exercise the response-mapper + | 121 | 2 |
| nx_print_runtime_compose_test.nx | composition smoke for the | 150 | 2 |
| nx_print_runtime_monitor.nx | LIDAR-class spaghetti prevention | 458 | 11 |
| nx_print_runtime_monitor_test.nx | exercise the runtime spaghetti | 97 | 1 |
| nx_print_runtime_runout_test.nx | filament runout edge detection. | 61 | 1 |
| nx_print_runtime_shift_test.nx | layer-shift / lost-steps detection. | 88 | 1 |
| nx_print_runtime_thermal_test.nx | thermal-dropout detection | 105 | 1 |
| nx_print_runtime_zback_test.nx | Z-backward jump detection. | 97 | 1 |
| nx_print_send.nx | PHYSICAL Print-Job: submit the sovereign .urf artifact to the real Brother and | 64 | 4 |
| nx_print_session.nx | ALL-IN-ONE push-and-play operator entry. | 133 | 2 |
| nx_print_session_test.nx | end-to-end push-and-play test. | 74 | 1 |
| nx_print_sim.nx | military/aerospace-grade print simulator, | 374 | 7 |
| nx_print_sim_spaghetti_test.nx | verify the simulator predicts | 139 | 1 |
| nx_print_sim_test.nx | verify the print simulator's first-stone | 83 | 1 |
| nx_print_telemetry.nx | unified telemetry-event bridge for | 149 | 2 |
| nx_print_telemetry_test.nx | exercise the unified telemetry | 120 | 1 |
| nx_print_validate.nx | LIVE, SAFE proof of the submission path. Sends a Validate-Job for an image/urf | 58 | 4 |
| nx_printer_census.nx | R7 organ-graded S-class census (the grader). Per [[feedback-no-wave-measured- | 53 | 3 |
| nx_printer_census_test.nx | gate for the S-class census grader. Proves the LIAR-KILL: a grade is | 37 | 2 |
| nx_printer_conform.nx | IPP conformance / capability-gap profiler. Surfaces the ACTIONABLE conformance | 70 | 4 |
| nx_printer_conform_live.nx | LIVE conformance audit: query the real Brother (READ-ONLY Get-Printer- | 59 | 3 |
| nx_printer_conform_test.nx | gate for the IPP conformance / capability-gap profiler (nx_printer_conform). | 92 | 5 |
| nx_printer_dump.nx | full-transparency IPP attribute dumper. Queries a printer and decodes EVERY | 130 | 8 |
| nx_printer_exceed.nx | MEASURED head-to-head bakeoffs that FEED the S-class census (nx_printer_census). | 405 | 38 |
| nx_printer_exceed_gate.nx | gate for the measured-exceed bakeoffs (nx_printer_exceed). | 92 | 2 |
| nx_printer_fw_sim.nx | VIRTUAL printer firmware/flash SIMULATOR. The operator wants to let a user flash OUR | 78 | 6 |
| nx_printer_fw_sim_test.nx | the NEVER-BRICK gate (#26, brand-critical) for the firmware-flash simulator. | 66 | 3 |
| nx_printer_health.nx | honest-status / anti-silent-failure model layer (R1) over nx_ipp_codec. | 166 | 7 |
| nx_printer_health_test.nx | gate for the honest-status / anti-silent-failure model (R1). | 106 | 2 |
| nx_printer_ports.nx | sovereign service-surface recon of the operator's OWN Brother on the OWN LAN: | 75 | 5 |
| nx_printer_query.nx | LIVE driver: query a real IPP printer and print the honest truth. | 222 | 13 |
| nx_printer_security.nx | honest printer security posture auditor (the #1 measurable exceed axis). | 148 | 4 |
| nx_printer_security_test.nx | offline gate for the printer security auditor. | 79 | 3 |
| nx_printer_waste.nx | honest supply + waste auditor (R4). Targets the operator's "wasteful as shit". | 96 | 3 |
| nx_printer_waste_test.nx | offline gate for the supply/waste auditor (R4). | 130 | 4 |
| nx_printer_web_probe.nx | READ-ONLY recon of the printer's OWN embedded web UI (port 80). Drives a | 86 | 6 |
| nx_printers_page.nx | LIVE: query the real Brother and write the /printers status page to disk. | 72 | 4 |
| nx_printers_render.nx | render the full honest printer audit as an HTML page (the standing UI law: | 201 | 9 |
| nx_printers_render_test.nx | offline gate for the /printers HTML renderer. | 74 | 3 |
| nx_privacy_gate.nx | INDEPENDENT GATE: GDPR/CCPA request clocks + breach notification. | 66 | 1 |
| nx_privacy_lib.nx | PRIVACY COMPLIANCE: GDPR / CCPA subject-request clocks and breach notification. | 122 | 12 |
| nx_private_binary_transport_t43.nx | Private binary transport over existing MCP filesystem and base64 owners. | 11 | 1 |
| nx_privattr_probe.nx | does the `@priv` visibility ATTRIBUTE survive the lexer today? | 20 | 2 |
| nx_privlog_gate.nx | INDEPENDENT GATE: privilege assertion, waiver, and the FRCP 26(b)(5)(A) log. | 110 | 1 |
| nx_privlog_lib.nx | PRIVILEGE: the assertion test, the waiver test, and the FRCP 26(b)(5)(A) log. | 154 | 13 |
| nx_prng.nx | deterministic pseudo-random number generator. | 108 | 8 |
| nx_prng_test.nx | smoke for nx_prng. | 109 | 1 |
| nx_probability.nx | probability-measure substrate. | 140 | 16 |
| nx_probe.nx | on-device capability fingerprint with vendor-claim | 397 | 12 |
| nx_probe_bchk_asm.nx | INSTRUMENT, not a witness: the smallest bounds-checked hot loop, so the | 23 | 1 |
| nx_probe_caplim_args.nx | MUST-REFUSE WITNESS (capability-limit voice, 2026-08-13): | 10 | 2 |
| nx_probe_caplim_fassign.nx | MUST-REFUSE WITNESS (float-boundary completion, 2026-08-13): | 10 | 1 |
| nx_probe_caplim_float.nx | MUST-REFUSE WITNESS (capability-limit voice, 2026-08-13): | 10 | 1 |
| nx_probe_caplim_fmem.nx | MUST-REFUSE WITNESS (float boundary, MEMORY sites, 2026-08-13): | 15 | 1 |
| nx_probe_castchain_live.nx | WITNESS (chained casts, 2026-08-13): `X as *u8 as i64` was | 13 | 1 |
| nx_probe_castidx_live.nx | WITNESS for the paren-primary postfix chain (parse_primary TK_LPAREN). | 16 | 1 |
| nx_probe_closure_capture.nx | LN13b NEGATIVE CONTROL: a function literal that READS a local of | 15 | 1 |
| nx_probe_closure_lift.nx | LN13b BEHAVIOUR WITNESS: a non-capturing function literal is lifted, | 73 | 3 |
| nx_probe_closure_named.nx | LN13b DISCRIMINATION CONTROL: the pre-existing bare-function-name | 16 | 2 |
| nx_probe_crash_live.nx | WITNESS for nx_crash.nx (v11 rung 1a): a guarded null-page deref | 13 | 1 |
| nx_probe_crashstk_live.nx | WITNESS: a STACK-OVERFLOW crash under the guard must still print | 17 | 2 |
| nx_probe_ctor.nx | bisect the tagged-enum SIGSEGV: does the CONSTRUCTOR alone | 13 | 1 |
| nx_probe_dbgtiny.nx | smallest possible -g witness: no imports, two functions. | 10 | 2 |
| nx_probe_dwhdr.nx | KAT: does our DWARF v5 header emitter produce the EXTERNALLY VALIDATED bytes? | 48 | 2 |
| nx_probe_float.nx | EVIDENCE GATE for the disputed "no native f32/f64, | 14 | 1 |
| nx_probe_linecont.nx | LN15 INSTRUMENT (not a fixture): does a continuation line | 22 | 1 |
| nx_probe_linemap_live.nx | WITNESS for the per-file line map (nx_linemap.nx). | 17 | 1 |
| nx_probe_linemap_organ.nx | WITNESS that the OLDER organ-prefixed voice also names files. | 9 | 2 |
| nx_probe_lone_operator.nx | MUST-REFUSE WITNESS for spec clause LS-SYN-030 (discarded pure | 26 | 1 |
| nx_probe_match.nx | EVIDENCE GATE for the disputed "exhaustive match | 34 | 2 |
| nx_probe_match_nobind.nx | bisect: does match DISPATCH on a tagged enum work | 13 | 1 |
| nx_probe_match_plain.nx | isolate: does PLAIN-enum match (no payload) | 16 | 1 |
| nx_probe_mlneg_live.nx | MUST-COMPILE-AND-COMPUTE WITNESS (contract changed by LN15, 2026-08-25): | 16 | 1 |
| nx_probe_mlop_live.nx | MUST-COMPILE-AND-COMPUTE WITNESS (contract changed by LN15, 2026-08-25): | 17 | 1 |
| nx_probe_opstart_live.nx | MUST-REFUSE WITNESS for the operator-at-expression-start refusal | 19 | 1 |
| nx_probe_ptrfield_idx.nx | MINIMAL REPRO for debt 1786057660. | 104 | 2 |
| nx_probe_test.nx | smoke for nx_probe SA-1 MVP. | 99 | 1 |
| nx_probe_ub_shift.nx | MUST-REFUSE WITNESS (UB axis rung 1, 2026-08-13): | 11 | 1 |
| nx_probe_voice_live.nx | MUST-REFUSE WITNESS (5W+H voice conversion, 2026-08-13): | 17 | 4 |
| nx_probiome.nx | R6 of the FERMENTATION ladder: the cross-kingdom | 708 | 13 |
| nx_probiome_garden.nx | R6c: the PLANT-KINGDOM payoff. Matches a crop | 94 | 6 |
| nx_probiome_garden_test.nx | smoke for nx_probiome_garden (R6c). | 49 | 1 |
| nx_probiome_provenance.nx | R6d grounding: "research not bro science". | 90 | 5 |
| nx_probiome_provenance_test.nx | smoke for nx_probiome_provenance (R6d). | 56 | 1 |
| nx_probiome_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for the BENEFICIAL-MICROBE | 98 | 5 |
| nx_probiome_test.nx | smoke for nx_probiome (R6, cross-kingdom | 130 | 1 |
| nx_problem_kind.nx | substrate-native problem-kind classifier. | 417 | 20 |
| nx_problem_kind_test.nx | in-memory smoke for the problem-kind | 101 | 2 |
| nx_proc.nx | process management syscalls (fork / execve / wait4 / clone). | 149 | 11 |
| nx_proc_ctl.nx | shared sovereign /proc process control: kill-by-name + alive-by-name, EXTRACTED VERBATIM | 263 | 11 |
| nx_proc_ctl_cmdl.nx | canonical sovereign process control: kill by FULL /proc/<pid>/cmdline. THE one true copy that | 67 | 2 |
| nx_proc_ctl_gate.nx | proves the canonical full-cmdline matcher, including the EXACT disaster case: a 22-char | 42 | 2 |
| nx_proc_ctl_rt.nx | canonical sovereign process control: kill by FULL /proc/<pid>/cmdline. THE one true copy that | 61 | 2 |
| nx_proc_gate.nx | gates the process primitive: fork spawns a child, wait4 reaps it, the exit code propagates. | 35 | 1 |
| nx_proc_kill.nx | sovereign "kill by FULL /proc/<pid>/cmdline" CLI (retires pkill). Now composes the canonical | 34 | 2 |
| nx_proc_list.nx | SOVEREIGN process lister (no ps/shell). Scans /proc, prints "pid<TAB>comm" for | 60 | 5 |
| nx_proc_snapshot.nx | ONE /proc walk answers EVERY liveness question (seq1318 root fix). | 246 | 16 |
| nx_proc_spawn.nx | HIGH-LEVEL spawn-with-capability-gate layer above | 166 | 7 |
| nx_procgen_biome.nx | biome map as a CAUSAL DERIVATION from elevation | 145 | 4 |
| nx_procgen_biome_test.nx | KATs for the P2 causal biome map. | 129 | 1 |
| nx_procgen_features.nx | feature KINDS assigned by biome law (PROCGEN | 163 | 5 |
| nx_procgen_features_test.nx | KATs for the P3 biome-lawed feature kinds. | 139 | 1 |
| nx_procgen_preset.nx | Tier-0 procgen landscape with bidirectional | 299 | 11 |
| nx_procgen_preset_test.nx | smoke for bidirectional progressive disclosure. | 165 | 1 |
| nx_procgen_signature.nx | signature terrain features as COMPOSED | 397 | 22 |
| nx_procgen_signature_test.nx | KATs for the P1 composed-primitives | 151 | 3 |
| nx_procgen_water.nx | CAUSAL water: source-to-sea rivers + drainage | 379 | 18 |
| nx_procgen_water_test.nx | KATs for P4 causal water (rivers + rills). | 198 | 2 |
| nx_procpkg_research_fetch.nx | bank the two software-reachable OS gaps for NishiOS rung 5 (operator "keep going"): | 54 | 2 |
| nx_prodready.nx | GTM SUITE / PRODUCTION-READINESS ENGINE. The capstone | 263 | 17 |
| nx_prodready_test.nx | gate for the production-readiness engine. Walks the | 215 | 4 |
| nx_product_all.nx | AUTO-GENERATED from shape `accumulator_over_array`. | 29 | 1 |
| nx_product_all_test.nx | 16 | 1 | |
| nx_product_board.nx | THE PRODUCT CATALOG + ROADMAP, rendered from the `products-` information plane | 264 | 7 |
| nx_product_decompose_t39.nx | PRODUCT decomposition (name-an-outcome -> required capabilities -> gaps) over | 145 | 11 |
| nx_product_full_gate_t40.nx | 29 | 1 | |
| nx_product_input_canonical_t39.nx | 23 | 1 | |
| nx_product_input_fixed_t39.nx | 23 | 1 | |
| nx_product_input_gate_t39.nx | 17 | 1 | |
| nx_product_live_gate_t40.nx | 29 | 1 | |
| nx_profile_backup.nx | ENCRYPTED second-copy backup of the browser profile store (lib, no main). | 149 | 7 |
| nx_profile_contract.nx | Profile measurement qualification contract v2. S rows remain raw measurements. | 45 | 1 |
| nx_profile_region_map_candidate_t366.nx | Select an explicit source profile part without changing measurements or coordinate frame. | 87 | 4 |
| nx_progress_watchdog.nx | detects stalled phases in long ingest runs. | 65 | 7 |
| nx_progress_watchdog_test.nx | smoke for stall-detection liveness monitor. | 49 | 2 |
| nx_project.nx | NISHI PROJECT: the team + contractor project layer for nishifamily.com/project. | 3026 | 56 |
| nx_project_tool_register.nx | register NISHI PROJECT into the sovereign tool registry (operator 2026-07-09: | 46 | 4 |
| nx_promote.nx | failover manifest-pointer swap. | 211 | 6 |
| nx_promote_test.nx | smoke for nx_promote. | 90 | 1 |
| nx_promotestale.nx | IS THE BINARY WE ARE SERVING THE ONE THE LAST BUILD PRODUCED? | 224 | 7 |
| nx_prompt_capability_audit.nx | can the model render this prompt? | 247 | 3 |
| nx_prompt_capability_audit_test.nx | smoke for prompt-capability audit. | 88 | 1 |
| nx_proof_emit.nx | two-column proof emitter. | 138 | 4 |
| nx_proof_infinitude_primes.nx | Euclid's proof that there are | 98 | 1 |
| nx_proof_infinitude_primes_test.nx | exercise Euclid IX.20. | 32 | 1 |
| nx_proof_log.nx | inference history tracking. | 121 | 5 |
| nx_proof_log_test.nx | proof history tracking smoke. | 91 | 1 |
| nx_proof_methods.nx | comprehensive sealed enum of proof methods | 97 | 4 |
| nx_proof_sqrt2_irrational.nx | HONEST kernel-checked derivation of | 135 | 1 |
| nx_proof_sqrt2_irrational_test.nx | exercise the honest sqrt(2) proof. | 46 | 1 |
| nx_proof_sqrt2_v2.nx | sqrt(2) is irrational, with REAL semantic | 110 | 1 |
| nx_proof_sqrt2_v2_test.nx | exercise the sqrt(2) proof using the | 33 | 1 |
| nx_proof_sqrt2_v3.nx | sqrt(2) is irrational, RESULT IS A CLOSED | 78 | 1 |
| nx_proof_sqrt2_v3_test.nx | exercise the CLOSED v3 proof. | 29 | 1 |
| nx_proofs_comprehensive.nx | one worked example per proof method | 232 | 2 |
| nx_proofs_machine_checked.nx | real machine-checked proofs via | 159 | 2 |
| nx_proofs_pvsnp_pending.nx | honest treatment of Wiedijk #92 P vs NP. | 88 | 1 |
| nx_proofs_top100.nx | machine-checked derivation chains for 20 of | 234 | 2 |
| nx_proofs_top100_batch2.nx | Wiedijk Top 100 batch 2 (theorems 21-40). | 217 | 2 |
| nx_proofs_top100_batch3.nx | Wiedijk Top 100 batch 3 (entries 41-60). | 114 | 3 |
| nx_proofs_top100_batch4.nx | Wiedijk Top 100 batch 4 (entries 61-80). | 112 | 3 |
| nx_proofs_top100_batch5.nx | Wiedijk Top 100 batch 5 (final 20, closes 100/100). | 116 | 3 |
| nx_proofs_top100_batch6_closing.nx | final closing entries. | 81 | 3 |
| nx_prop_pass_gate.nx | GATE for prop_pass (intelmine IM26): the ONE renderer of knowledge/compare/<dom>.proposed in the | 168 | 6 |
| nx_property_test.nx | PROPERTY-BASED + METAMORPHIC testing of the capability core (census gap). Instead of fixed | 93 | 4 |
| nx_proportion_guard.nx | FINITE plausibility envelopes for body axes. | 166 | 5 |
| nx_propose_verify.nx | ORGAN: the PROPOSE->VERIFY capability as a reusable CLI (2026-07-15). The | 198 | 5 |
| nx_propose_verify_lib.nx | the PROPOSE->VERIFY primitive as a reusable LIBRARY (2026-07-15): few-shot | 176 | 8 |
| nx_proptest.nx | property-based testing. | 128 | 7 |
| nx_protobuf_wire.nx | Protocol Buffers wire format decoder. | 181 | 7 |
| nx_provcensus.nx | THE FLEET PROVENANCE-DRIFT CENSUS (2026-08-26). | 334 | 4 |
| nx_provcensus_gate.nx | proves the fleet provenance-drift census's judgement half (2026-08-26). | 205 | 3 |
| nx_provcensus_lib.nx | the classification and reconciliation half of the fleet provenance-drift | 296 | 17 |
| nx_provcheck.nx | ASK THE ARTIFACT WHAT IT WAS BUILT FROM, THEN ASK THE TREE (2026-08-07). | 111 | 5 |
| nx_provclass_gate.nx | proves the provenance-class ruler tightens without breaking anything. | 149 | 3 |
| nx_provclass_lib.nx | THE PROVENANCE-CLASS RULER. One classifier, read by every organ that | 251 | 16 |
| nx_prove_propositional.nx | AUTO-PROVER ENGINE | 281 | 12 |
| nx_prove_propositional_test.nx | nx_prove_propositional_test.nx | 240 | 17 |
| nx_provenance.nx | license-class enforcement gate. | 255 | 7 |
| nx_provenance_chain.nx | typed transform chain (bit-traceability). | 251 | 9 |
| nx_provenance_chain_test.nx | smoke for nx_provenance_chain. | 82 | 1 |
| nx_provenance_curve_store.nx | versioned content-addressed curve storage. | 193 | 8 |
| nx_provenance_test.nx | gate semantics on the live allowlist. | 51 | 1 |
| nx_prover.nx | substrate-native bounded forward-chaining proof search. | 236 | 9 |
| nx_prover_a1.nx | Phase A1 extended-rule forward-chaining prover. | 220 | 6 |
| nx_prover_a1_test.nx | Phase A1 extended-rule prover smoke. | 89 | 1 |
| nx_prover_eval.nx | honest benchmark of nx_prover capability + timing. | 174 | 7 |
| nx_prover_eval_test.nx | realistic prover capability benchmark. | 119 | 1 |
| nx_prover_test.nx | smoke for substrate-native prover. | 68 | 1 |
| nx_provstmt.nx | CR3 of /compare/capregistry: ATTEST THE PROMOTED ARTIFACT, NOT THE EVIDENCE FRAME. | 141 | 4 |
| nx_prune.nx | quarantine of contaminated soma per Cardinal 13 | 212 | 9 |
| nx_prune_test.nx | smoke for nx_prune. | 132 | 1 |
| nx_psychrometrics.nx | Converts temperature and relative humidity into psychrometric properties for HVAC monitoring and control. | 179 | 7 |
| nx_psychrometrics_test.nx | KAT gate for the no-float psychrometric floor. | 107 | 2 |
| nx_pteam.nx | PERSISTENT BARRIER TEAM (fork-join parallel-for), the pool- | 236 | 8 |
| nx_pteam_gate.nx | correctness + stress gate for the persistent barrier | 67 | 2 |
| nx_pub_beat.nx | THE PUBLISHING BEAT (2026-08-12): argless, conf-driven, clock-safe. | 105 | 3 |
| nx_pub_lib.nx | THE PUBLISHING PLANE CORE (multi-site, 2026-07-30). | 1306 | 40 |
| nx_pub_release_gate.nx | Release registration qualification against real local store files. | 54 | 2 |
| nx_pub_release_lib.nx | Versioned release identity records in the existing publication store. No q-row rewrite. | 145 | 8 |
| nx_pub_release_prepare_candidate_t256.nx | Versioned release identity records in the existing publication store. No q-row rewrite. | 145 | 8 |
| nx_pub_research_fetch.nx | SOVEREIGN multi-source web-fetch to DESIGN THE NISHI PUBLISHER role & | 97 | 5 |
| nx_publish_verify.nx | THE LAST STEP OF THE PUBLISHING LOOP: is the page the PUBLIC URL serves the page the emitter just | 186 | 7 |
| nx_pulse_worker.nx | LANE WORKER: NAS-owned schedule -> laptop execution (operator 2026-07-16: the | 327 | 17 |
| nx_purchase.nx | R4 of THE NISHI SITUATION-MANAGEMENT arc: the PURCHASE-DECISION / OPPORTUNITY-COST | 51 | 6 |
| nx_purchase_gate.nx | R4 GATE: proves the Nishi browser's "before you buy" pipeline end-to-end. A | 81 | 5 |
| nx_pure_lit.nx | pure-literal elimination preprocessing. | 116 | 3 |
| nx_pure_lit_test.nx | pure-literal elimination smoke. | 122 | 4 |
| nx_pushback_lib.nx | COMMUNITY PUSH-BACK WITH LICENCE, PROVENANCE AND THE REFEREE GRADE ATTACHED (/compare/modding MD23 | 408 | 12 |
| nx_pushback_publish.nx | THE COMMUNITY PUSH-BACK COMMAND (/compare/modding MD23 pushback_publish, 2026-09-06). A thin caller | 145 | 7 |
| nx_pushback_publish_gate.nx | THE COMMUNITY PUSH-BACK GATE (/compare/modding MD23, 2026-09-06). A three-member house package | 296 | 12 |
| nx_pwg_rle.nx | the PackBits-like run-length codec shared by PWG-Raster AND URF (Apple Raster). | 217 | 5 |
| nx_q10.nx | typed numeric wrappers (hardware-portable). | 209 | 22 |
| nx_q14_format.nx | Q14 fixed-point i64 -> decimal ASCII string. | 125 | 3 |
| nx_q14_format_test.nx | Q14 decimal formatter against known values. | 86 | 2 |
| nx_q14_math.nx | fixed-point math library. | 202 | 13 |
| nx_q14_math_test.nx | smoke for nx_q14_math. | 99 | 1 |
| nx_q4k_dot_simd.nx | SIMD-accelerated Q4_K fused dot (vpmaddwd), bit-exact vs nx_q4k_dot_row_col. | 165 | 3 |
| nx_q4k_dot_simd2_lib.nx | the fused Q4_K SIMD dot with the COMPILER-EMITTED unpack (2026-09-02, LM4c). | 105 | 1 |
| nx_q4k_dot_simd_lib.nx | the fused Q4_K SIMD dot as a LIBRARY (extracted 2026-09-02 from nx_q4k_dot_simd.nx, | 146 | 5 |
| nx_q4k_fused_fidelity_gate.nx | DOES THE FUSED INTEGER GEMM TELL THE TRUTH ON REAL TRAINED WEIGHTS? | 176 | 5 |
| nx_q4k_fused_vs_x4_gate.nx | THE HEAD-TO-HEAD the SOTA decision actually rests on: | 257 | 6 |
| nx_q4k_gemm_mt.nx | multi-threaded integer GEMM: wire nx_thread into the Q4_K integer dot. | 145 | 3 |
| nx_q4k_ggml_kat.nx | PERMANENT golden regression guard for Q4_K dequant. | 342 | 11 |
| nx_q4k_linear.nx | the integer GEMM linear: real Q4_K weights x Q10 activation -> Q10 output. | 121 | 3 |
| nx_q4k_linear_hp.nx | higher-precision integer linear (Q14 activation -> Q24 output). | 139 | 4 |
| nx_q4k_matmul.nx | fused-dequant Q4_K row × column dot product. | 140 | 3 |
| nx_q4k_matmul_bench.nx | fused vs materialize-then-dot bench. | 16 | 0 |
| nx_q4k_matmul_bench_test.nx | the fused-vs-materialized bench. | 188 | 3 |
| nx_q4k_matmul_mt_gate.nx | adversarial gate for the multi-threaded | 240 | 7 |
| nx_q4k_matmul_rate.nx | isolate the SSE Q4_K matmul rate (no 491MB model load) to pinpoint why the LM | 74 | 3 |
| nx_q4k_matmul_test.nx | smoke + bit-exact KAT for fused Q4_K dot. | 130 | 2 |
| nx_q4k_matmul_x4_gate.nx | adversarial gate for the PACKED-SIMD | 314 | 8 |
| nx_q4k_q24_gate.nx | prove the exact Q24 super-scale decode on the REAL Q4_K super-scales. | 28 | 1 |
| nx_q4k_real_gemm.nx | the CPU SPEED PATH proven on a REAL Qwen weight: integer fused-dequant-dot vs f32. | 131 | 2 |
| nx_q4k_simd2_gate.nx | the REFEREE for __q4k_unpack32s (the nx_cc intrinsic) and nx_q4k_dot_simd2 (2026-09-02, LM4c). | 203 | 7 |
| nx_q4k_speed_bench.nx | measure the CPU speedup of the integer fused-dequant-dot vs emulated-f32. | 121 | 2 |
| nx_q4k_to_f32.nx | bits-up Q4_K dequantization producing IEEE 754 | 297 | 6 |
| nx_q4k_to_f32_test.nx | smoke for nx_q4k_to_f32.nx. | 97 | 1 |
| nx_q5_0_fused_dot_gate.nx | ISOLATED proof of the model-appropriate | 198 | 6 |
| nx_q5_0_threaded_gate.nx | THE DECISIVE test: does THREADING flip the | 220 | 9 |
| nx_q5_0_to_f32.nx | bits-up Q5_0 dequantization to IEEE 754 binary32. | 95 | 2 |
| nx_q5_0_to_f32_test.nx | smoke for nx_q5_0_to_f32.nx. | 57 | 1 |
| nx_q5_k_ggml_kat.nx | permanent golden KAT for nx_q5_k_to_f32 vs a ggml Q5_K oracle. | 55 | 2 |
| nx_q5_k_to_f32.nx | bits-up Q5_K dequantization producing IEEE 754 binary32 outputs. | 143 | 3 |
| nx_q5k_dot_row_col.nx | fused dequant + integer dot for Q5_K (the integer speed path for Q5_K weights). | 149 | 3 |
| nx_q5k_dot_simd.nx | SIMD-accelerated Q5_K fused dot (vpmaddwd), bit-exact vs a scalar Q5_K dot. | 254 | 7 |
| nx_q5q8_ab.nx | the memory-bound-era re-test: does reading FEWER BYTES | 117 | 6 |
| nx_q5unpack_kat.nx | KAT for __q5_unpack32 (SSE Q5_0 nibble+qh unpack). | 52 | 3 |
| nx_q6_k_to_f32.nx | bits-up Q6_K dequantization to IEEE 754 binary32. | 116 | 3 |
| nx_q6_k_to_f32_test.nx | KAT for ggml-correct Q6_K dequant. | 54 | 1 |
| nx_q8_0_dot.nx | sovereign Q8_0 dequant + fused integer dot, verified on a REAL Z-Image DiT block. | 69 | 3 |
| nx_q8_0_from_f32.nx | quantize F32 -> Q8_0 blocks (the inverse of | 89 | 3 |
| nx_q8_0_from_f32_kat.nx | roundtrip KAT: F32 -> Q8_0 -> F32 within a quant | 37 | 1 |
| nx_q8_0_from_q5_0.nx | re-quantize a Q5_0 tensor to Q8_0 IN MEMORY. | 58 | 2 |
| nx_q8_0_linear_verify.nx | verify a full Q8_0 linear at REAL DiT scale vs a Python ggml golden. | 83 | 3 |
| nx_q8_0_simd_gate.nx | does the SIMD __f32_i8dot32 fused Q8_0 dequant-dot | 164 | 8 |
| nx_q8_0_to_f32.nx | bits-up Q8_0 dequantization to IEEE 754 binary32. | 54 | 2 |
| nx_q8_coldwarm.nx | decides the post-futex decode-matmul direction: | 96 | 5 |
| nx_q8_matmul_micro.nx | DECISIVE micro-probe of the REAL production Q8_0 | 146 | 5 |
| nx_q8_mix_ab.nx | same-process, same-load A/B of the REAL per-layer block | 128 | 4 |
| nx_q8_scaling.nx | pool SCALING probe: same-process ST vs MT(pool) cold Q8 | 104 | 4 |
| nx_q8_st_bw.nx | SINGLE-THREAD sovereign Q8 matmul bandwidth, to split the | 65 | 4 |
| nx_q8rowdot_kat.nx | KAT for __f32_q8row_dot (monolithic Q8_0 row dot, | 70 | 2 |
| nx_qa_score.nx | KAT gate for the sovereign word-level F1 + Exact-Match scorer (the standard QA benchmark | 40 | 4 |
| nx_qa_score_lib.nx | IMPORTABLE sovereign word-level F1 + Exact-Match (SQuAD/HotpotQA/DeepResearcher metric). | 111 | 7 |
| nx_qabench_corpus_fetch.nx | GROW the PPMI corpus ~6x with rows DISJOINT from the eval subsets (eval = | 42 | 1 |
| nx_qabench_fetch.nx | broaden the researcher's public-benchmark ladder beyond HotpotQA (operator 2026-07-07: | 25 | 1 |
| nx_qabench_fetch_big.nx | GROW the benchmark eval sets via pagination (the dynamic fetcher, proven). Pages | 20 | 1 |
| nx_qc_spc.nx | FOOD-SCIENCE SUITE / QUALITY CONTROL rung. Statistical | 111 | 14 |
| nx_qc_spc_test.nx | smoke for nx_qc_spc. Proves Shewhart X-bar/R control | 44 | 1 |
| nx_qc_svc.nx | QUALITY-CONTROL / ANALYTICAL SERVICE FACADE. The third | 445 | 11 |
| nx_qc_svc_test.nx | gate for the QC/analytical facade. The decisive test is | 369 | 6 |
| nx_qed_db.nx | QED-compatible theorem database. | 223 | 12 |
| nx_qed_db_test.nx | smoke for the QED-compatible database. | 69 | 1 |
| nx_qed_freek.nx | unified QED-corpus implementation of Freek-100 theorems. | 4107 | 207 |
| nx_qkv_bias_probe.nx | VERIFY the QKV-bias hypothesis for the forward-correctness bug. The engine is | 55 | 5 |
| nx_qoi.nx | QOI (Quite OK Image): a COMPLETE codec, encoder and decoder. | 264 | 10 |
| nx_qoi_gate.nx | proves the QOI codec by ROUND-TRIP. | 174 | 3 |
| nx_qplan.nx | COST-BASED QUERY PLANNER, the optimizer that makes the engine intelligent (the capstone | 156 | 10 |
| nx_qplan_gate.nx | proves the cost-based planner CHOOSES CORRECTLY, matching the reality the parexec | 62 | 2 |
| nx_qsort.nx | in-place quicksort for i64 arrays + a generic | 184 | 6 |
| nx_quad.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_quad_companion_compose_test.nx | 4-modality concurrent integration. | 237 | 2 |
| nx_quad_real_emit_test.nx | 4-modality REAL workload with wall-clock. | 205 | 2 |
| nx_quad_test.nx | 9 | 1 | |
| nx_quadrature.nx | ADAPTIVE QUADRATURE WITH A MEASURED ERROR BOUND (computational CM4, 2026-09-03). | 114 | 5 |
| nx_quadrature_gate.nx | computational CM4: adaptive quadrature with a MEASURED error bound that REFUSES rather | 71 | 14 |
| nx_quadruped.nx | QUADRUPED rig + walk gait + body-fill: the bestiary's ANIMALS move too (operator thesis: | 298 | 11 |
| nx_quality_driver.nx | MINIMAL substrate driver: real image -> verdict JSON. | 100 | 3 |
| nx_quality_gate.nx | substrate-native shipped/incomplete classifier. | 160 | 2 |
| nx_quality_grade.nx | substrate self-grader with triangulation. | 2008 | 95 |
| nx_quality_grade_daemon.nx | grade nx_daemon_bench.nx (another | 105 | 1 |
| nx_quality_grade_quad.nx | four-grader polyangulation on the | 108 | 1 |
| nx_quality_grade_self.nx | the grader, graded by itself. | 114 | 1 |
| nx_quality_grade_septagon.nx | heptagulation across all 7 major | 104 | 3 |
| nx_quality_grade_test.nx | smoke: synthesize a tiny Module IR and | 281 | 4 |
| nx_quality_metric.nx | Computes video quality metrics like MSE, RMSE, PSNR, and SSIM for rate-distortion analysis in codecs. | 112 | 7 |
| nx_quant.nx | quantization primitives for AI inference. | 661 | 24 |
| nx_quant_block.nx | 4-bit block quantization on i64 substrate. | 256 | 10 |
| nx_quant_block_q8.nx | 8-bit block quantization (q8_0 shape). | 301 | 11 |
| nx_quant_block_test.nx | algo-led memory-win correctness. | 149 | 1 |
| nx_quant_calibration_gate.nx | the UNGLAMOROUS production engineering an integer stack actually needs: | 84 | 7 |
| nx_quant_policy.nx | per-layer mixed-precision quantization policy. | 364 | 10 |
| nx_quant_q4k.nx | hierarchical k-quants (ggml q4_K shape). | 277 | 10 |
| nx_quant_q4k_test.nx | algo-led correctness; q4_K BEATS q4_0 on | 197 | 1 |
| nx_quant_table.nx | perceptual quantisation matrices. The two | 136 | 8 |
| nx_qubit.nx | quantum type skeleton + classical simulator. | 172 | 7 |
| nx_queries_merge.nx | REWRITE ENSEMBLE AS TERM UNION (search R0l+, 2026-09-16): join K BEIR query files row by row | 31 | 1 |
| nx_queries_merge_gate.nx | the referee for nx_queries_merge_lib: a three-file union is row-aligned and space-joined, | 76 | 4 |
| nx_queries_merge_lib.nx | the row-aligned union of K query files (see nx_queries_merge.nx). LIB (no main) so the | 144 | 10 |
| nx_question_genealogy.nx | the why-chain primitive. | 290 | 12 |
| nx_question_genealogy_test.nx | smoke for the why-chain primitive. | 69 | 1 |
| nx_quic_aead.nx | RUNG 5b of the sovereign QUIC transport: AEAD packet protection (RFC 9001 sec 5.3) | 55 | 6 |
| nx_quic_fec.nx | RUNG 8a of the sovereign QUIC transport: forward error correction over DATAGRAM | 43 | 3 |
| nx_quic_frame.nx | RUNG 4 of the sovereign QUIC transport: core frames (RFC 9000 sec 19) that the | 80 | 9 |
| nx_quic_handshake_sm.nx | RUNG 6d of the sovereign QUIC transport: the TLS 1.3 handshake STATE MACHINE | 54 | 5 |
| nx_quic_hdr.nx | RUNG 3 of the sovereign QUIC transport: long + short packet headers | 67 | 5 |
| nx_quic_hs.nx | RUNG 6b of the sovereign QUIC transport: TLS 1.3 handshake-message framing (RFC 8446 | 47 | 4 |
| nx_quic_keys.nx | RUNG 5a of the sovereign QUIC transport: the Initial key schedule (RFC 9001 sec 5). | 59 | 6 |
| nx_quic_pkt.nx | RUNG 2 of the sovereign QUIC transport: packet number encode/decode | 45 | 4 |
| nx_quic_recovery.nx | RUNG 7 of the sovereign QUIC transport: loss detection + congestion control | 57 | 8 |
| nx_quic_relay.nx | RUNG 8b of the sovereign QUIC transport: the relay's datagram FAN-OUT. The family | 29 | 2 |
| nx_quic_tls_schedule.nx | RUNG 6c of the sovereign QUIC transport: the TLS 1.3 key schedule | 57 | 7 |
| nx_quic_transport_params.nx | RUNG 6a of the sovereign QUIC transport: transport parameters | 67 | 6 |
| nx_quic_udp.nx | RUNG 8c.1 of the sovereign QUIC transport: the UDP datagram endpoint. QUIC runs over | 34 | 5 |
| nx_quic_wire.nx | RUNG 1 of the sovereign QUIC datagram transport (operator 2026-06-23: "yes i even | 93 | 5 |
| nx_quickselect.nx | Hoare's selection algorithm. | 53 | 2 |
| nx_quickselect_test.nx | 31 | 1 | |
| nx_quicksort.nx | Hoare quicksort (in-place, last-element pivot). | 66 | 3 |
| nx_quicksort_test.nx | 49 | 2 | |
| nx_quorum_sensing.nx | bacterial-style consensus (Paxos/Raft class). | 100 | 5 |
| nx_quorum_sensing_test.nx | smoke for nx_quorum_sensing. | 80 | 1 |
| nx_qwen_blk0_types.nx | dump the ggml_type + dims of every blk.0 weight of the real Q4_K_M Qwen. | 85 | 3 |
| nx_qwen_extract.nx | R5: the pretrained sovereign Qwen as the RESEARCHER'S EXTRACTION stage (importable by | 135 | 5 |
| nx_qwen_extract_gate.nx | unit test for nx_qwen_extract: build a synthetic qabench g[] (1 paragraph, 2 | 47 | 2 |
| nx_qwen_hybrid_attn.nx | the hybrid attention SUB-LAYER on real Qwen weights, gated vs the f32 path. | 210 | 3 |
| nx_qwen_hybrid_ffn.nx | the hybrid FFN (SwiGLU) sub-layer on real Qwen weights, gated vs the f32 path. | 202 | 3 |
| nx_qwen_hybrid_qkv.nx | the hybrid mixed-precision Q/K/V projection stage on real Qwen weights. | 129 | 3 |
| nx_qwen_native_gate.nx | NATIVE WINDOWS " Paris" forward. | 105 | 2 |
| nx_qwen_reader_bench_gate.nx | IN-PROCESS sovereign benchmark of the pretrained no-float Qwen2.5-0.5B as an | 419 | 11 |
| nx_qwen_wsl_timing_gate.nx | WSL2 forward on the DEFAULT threaded pool (the | 90 | 2 |
| nx_rabin_karp.nx | string search via rolling polynomial hash. | 72 | 1 |
| nx_rabin_karp_test.nx | 14 | 1 | |
| nx_race_board.nx | the RACING BOARD: every car RACED vs its named incumbent, | 83 | 4 |
| nx_race_referee.nx | the GENERIC AUTONOMY-RACE REFEREE (race-1's third growth rung, | 340 | 11 |
| nx_race_telemetry.nx | SEED: substrate-native lap recorder. | 775 | 18 |
| nx_race_timing.nx | sealed-enum race timing mode + helpers. | 153 | 6 |
| nx_race_timing_test.nx | smoke for nx_race_timing sealed enum. | 86 | 2 |
| nx_race_visualizer.nx | ASCII visualizer for .race_telemetry.tsv. | 315 | 10 |
| nx_race_visualizer_test.nx | smoke for the visualizer. | 45 | 2 |
| nx_raci_sov.nx | get the conductor's RACI OFF the TSV into the SOVEREIGN seg_store (operator: "get us off | 215 | 10 |
| nx_radix_index_bench.nx | RESEARCH-DRIVEN seg_store speedup: radix index build vs comparison sort. | 113 | 8 |
| nx_rand.nx | cryptographically secure random bytes via /dev/urandom. | 105 | 5 |
| nx_random.nx | xoshiro256++ pseudo-random number generator. | 169 | 8 |
| nx_range_coder.nx | arithmetic (range) coder for the Nishi voice | 240 | 10 |
| nx_range_coef.nx | adaptive order-0 byte model wrapper around | 164 | 5 |
| nx_range_header.nx | Native byte-range parsing, RFC 9110 sections 14.1.1 and 14.1.2. | 152 | 9 |
| nx_range_header_gate.nx | 59 | 3 | |
| nx_rangecoder.nx | sovereign BINARY RANGE CODER (CABAC/VP8-class), the entropy-coding SOTA lever (task #31). | 232 | 20 |
| nx_rangecoder_sig.nx | SIGNIFICANCE-MAP coefficient coder with NEIGHBOR CONTEXT (R2a rung-1, the CABAC- | 184 | 14 |
| nx_rank_display_guard_gate_t162.nx | 34 | 3 | |
| nx_rank_fused.nx | the additive, SEO-resistant ranker (tier + BM25 via RRF). | 75 | 2 |
| nx_rank_fused_test.nx | KAT for the additive tier+BM25+RRF ranker. | 56 | 1 |
| nx_rank_refresh_integration_gate.nx | Local unbuilt integration harness. Native ranker/scorer, isolated fixture state. | 263 | 15 |
| nx_rank_refresh_integration_gate_v2.nx | Local unbuilt integration harness. Native ranker/scorer, isolated fixture state. | 291 | 17 |
| nx_rank_refresh_integration_gate_v3.nx | Local unbuilt integration harness. Native ranker/scorer, isolated fixture state. | 431 | 22 |
| nx_rank_refresh_lib.nx | Rank refresh boundary: source identity and artifact verification. | 49 | 3 |
| nx_raster.nx | SOVEREIGN INTEGER-DETERMINISTIC RASTERIZER (the render-pipeline seed; the better-than-DirectX core). | 74 | 10 |
| nx_raster2d_lib.nx | shared 2D raster primitives on an i64 framebuffer (one i64/pixel, packed | 194 | 11 |
| nx_raster_legacy.nx | software 2D rasterizer (lines + triangles). | 433 | 8 |
| nx_raster_sw.nx | bits-up integer software triangle rasterizer. | 183 | 6 |
| nx_raster_sw_test.nx | KAT for nx_raster_sw.nx Pineda 1988 | 118 | 1 |
| nx_raster_triangle.nx | software triangle rasterizer with Z-buffer. | 390 | 13 |
| nx_rate_ema.nx | rolling per-peer download-rate accounting (bits-up, deterministic). | 47 | 3 |
| nx_rate_ema_test.nx | KAT for rolling rate EMA + its integration with the choker. | 50 | 1 |
| nx_rate_limit.nx | token-bucket rate limiter for brute-force resistance. | 221 | 8 |
| nx_rate_limit_v1.nx | token-bucket rate limiter. | 144 | 6 |
| nx_rate_limiter.nx | token-bucket rate limiter for NX-INGEST. | 199 | 7 |
| nx_raycast_voxel.nx | DDA voxel ray traversal. | 255 | 6 |
| nx_raycast_voxel_test.nx | smoke for nx_raycast_voxel. | 74 | 1 |
| nx_rc4.nx | RC4 stream cipher (the MSE/PE data cipher). KSA + PRGA, byte-at-a-time keystream. | 74 | 8 |
| nx_rc_probe.nx | nx_render_core wat-clean + correctness probe. Each check is a SMALL exported function (avoids the | 145 | 10 |
| nx_rdtsc_test.nx | 1:1 KAT for the __rdtsc() cycle-counter intrinsic. | 45 | 2 |
| nx_reach12_test.nx | DISCRIMINATOR for debt 1785519121. nx_tls12_probe reaches usgs.gov over | 57 | 4 |
| nx_reach_measure.nx | RULE-2 MEASUREMENT ORGAN (verify the API at runtime; don't trust docs). | 160 | 9 |
| nx_reach_probe_cli.nx | Nishi-native one-shot reach-probe CLI. | 172 | 4 |
| nx_read_file_gate.nx | referee for sys_read_file / sys_free_file, the estate's whole-file reader. | 154 | 5 |
| nx_readcap_gate.nx | teeth for nx_readcap_lib: the ONE read-into-cap helper names every outcome the hand-rolled | 108 | 4 |
| nx_readcap_lib.nx | THE ONE read-into-a-caller's-cap helper (dataio DI16, first cause, 2026-09-06). | 84 | 5 |
| nx_readelf.nx | sovereign readelf (one-stop ELF dump). | 178 | 4 |
| nx_reader_mlp_gate.nx | NEURAL-READER RUNG 1: prove the sovereign autograd (nx_autograd) can TRAIN a | 230 | 9 |
| nx_reader_mlp_train.nx | NEURAL-READER RUNG 2: train the span-reader scorer as an MLP on nx_autograd over | 346 | 8 |
| nx_reader_quantize_gate.nx | R4 of the neural-reader arc: QUANTIZE-AFTER. Takes the f32-TRAINED reader | 387 | 14 |
| nx_reader_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for the S-CLASS READER / LIBRARY arc. | 139 | 5 |
| nx_reader_rows_tsv.nx | dump the first N rows of reader_rows.bin (the real SQuAD q/ctx/gold triples the | 71 | 4 |
| nx_reader_ruler_adversary_gate.nx | ADVERSARY + CRITIC pass on the READER F1 RULER, independently | 120 | 6 |
| nx_reader_span_gate.nx | RUNG 2 of the NEURAL PASSAGE READER arc (deep-research R2): the READER-SHAPED | 291 | 12 |
| nx_reader_squad_gate.nx | RUNG 3 (a/b/c) of the NEURAL PASSAGE READER arc: the reader trains on REAL SQuAD. | 546 | 17 |
| nx_readiness.nx | PRODUCT-READINESS engine (operator: "evaluate from the | 135 | 12 |
| nx_readiness_census.nx | reads the ITERABLE roadmap (knowledge/readiness/ | 99 | 7 |
| nx_readiness_research_fetch.nx | the Nishi RESEARCHER grounding the | 81 | 5 |
| nx_readiness_test.nx | smoke for nx_readiness. Proves TRL/MRL validity, | 47 | 1 |
| nx_reading_comfort_research_fetch.nx | SOVEREIGN Nishi researcher for READING-COMFORT / EYE-ERGONOMIC display SOTA | 49 | 2 |
| nx_real3d_research_fetch.nx | GROUND THE ONE-3D-CORE BAR (operator 2026-07-03: "real 3d s class exceed | 62 | 2 |
| nx_real_gguf_test.nx | LIVE FIRE on a real public-license GGUF. | 384 | 2 |
| nx_realism_score.nx | end-to-end pipeline realism gate ("matches reality"). | 207 | 7 |
| nx_realperson.nx | WRITING arc, rung W-RP-1: THE REAL-PERSON DEPICTION GATE. | 274 | 8 |
| nx_realperson_gate.nx | REFEREE for WRITING rung W-RP-1 (nx_realperson). | 190 | 1 |
| nx_realweight_quant_gate.nx | AIM AT THE BAR: a REAL quantization-error number on REAL model weights. | 126 | 9 |
| nx_reason_paged_probe.nx | LIVE probe of the promoted organ entry | 126 | 3 |
| nx_reason_probe.nx | LIVE format probe for nx_reasoning (CHAT path). | 114 | 4 |
| nx_reasoning.nx | sovereign TEST-TIME COMPUTE organ (self-consistency). | 322 | 13 |
| nx_reasoning_gate.nx | MEASURED gate for sovereign TEST-TIME COMPUTE | 264 | 6 |
| nx_reasoning_paged.nx | PREFIX-SHARED self-consistency: the paged-KV | 246 | 3 |
| nx_rebac.nx | SOVEREIGN RELATIONSHIP-BASED ACCESS CONTROL (the Google Zanzibar / ReBAC model), the ONE shared | 560 | 30 |
| nx_rec_grade.nx | AUDIO arc, voice-recording thread: grade a recording's | 83 | 3 |
| nx_rec_grade_gate.nx | REFEREE for the recording-quality grader (nx_rec_grade). | 122 | 7 |
| nx_recall_bench.nx | the R1+R2 measured-lift bench AS A SERVICE (evidence-fork organ). | 92 | 6 |
| nx_recall_board.nx | the recall/search SOTA board as an MCP tool: honest liar-killed axes + | 73 | 7 |
| nx_recall_eval.nx | the recall RULER as a service (R0 on MCP/API). Parse a ranked | 83 | 8 |
| nx_recall_fuse.nx | hybrid rank fusion for the recall pipeline: RRF-combine the | 57 | 2 |
| nx_recall_fuse_gate.nx | KAT + HONEST BENCH for nx_recall_fuse. | 65 | 1 |
| nx_recall_prox.nx | serve-time TERM-PROXIMITY signal for the recall reranker. | 116 | 3 |
| nx_recall_prox_gate.nx | KAT for the serve-time proximity signal. | 54 | 3 |
| nx_recall_rerank.nx | the SOVEREIGN semantic reranker: score (query, doc) by dense | 56 | 2 |
| nx_recall_rerank_gate.nx | KAT + HONEST BENCH for the sovereign semantic reranker. | 68 | 1 |
| nx_recall_scale_gate.nx | SCALE-ENVELOPE gate for the recall stack (the F227 scale-law: | 70 | 1 |
| nx_receipt_research_fetch.nx | SOVEREIGN multi-source web-fetch to design the PUBLISH RECEIPT / RETURN-AND-REPORT | 78 | 5 |
| nx_reclaim.nx | composed reclamation operation. | 316 | 5 |
| nx_reclaim_test.nx | smoke for nx_reclaim composed operation. | 101 | 1 |
| nx_recommendation.nx | anti-pattern detector + better-way emitter. | 189 | 11 |
| nx_recon3d.nx | MULTI-VIEW TRIANGULATION, the classical MVS core of photo->3D reconstruction (cadtwin P1, | 168 | 12 |
| nx_recon_gate.nx | F983 INDEPENDENT GATE for general three-way reconciliation. | 143 | 5 |
| nx_recon_lib.nx | F983: GENERAL THREE-WAY RECONCILIATION on the sovereign ledger. | 77 | 4 |
| nx_record.nx | NXR1: the TYPED, SELF-DESCRIBING record encoding for sovereign planes. | 365 | 21 |
| nx_record_tsv.nx | the TSV <-> NXR1 COMPATIBILITY BRIDGE. This is what makes seq1326 rung 2 (adoption) | 142 | 4 |
| nx_recording.nx | LIVE vs RECORDING/advertisement classifier over a | 67 | 3 |
| nx_recording_gate.nx | REFEREE for MEDIA-STUDIO R1 (nx_recording). | 185 | 5 |
| nx_recordlog.nx | REUSABLE append-only timestamped record store (no main). | 77 | 4 |
| nx_recovery.nx | recovery procedure invocation. | 142 | 10 |
| nx_recovery_guard.nx | the ENFORCEMENT bridge: before recovered media is accepted, fingerprint it and refuse it if | 56 | 2 |
| nx_recovery_guard_gate.nx | proves the enforcement bridge end-to-end on REAL images, and that it honors | 55 | 4 |
| nx_recovery_test.nx | smoke for nx_recovery. | 60 | 1 |
| nx_recycler_bench_fetch.nx | intake for the NISHI BENCHMARKING ENGINE: fetch real per-LANGUAGE / per-ECOSYSTEM | 51 | 5 |
| nx_recycler_critique_fetch.nx | R5 intake: extend the recycler from security CVEs to the broader CRITIQUES / | 53 | 5 |
| nx_recycler_fetch.nx | the NISHI RECYCLER intake (the inverse of the builder: consume OTHER systems' published | 64 | 5 |
| nx_redact_gate.nx | REDACTION COMPLETENESS GATE. | 100 | 4 |
| nx_redact_lib.nx | REDACTION COMPLETENESS verifier for e-discovery production. Deterministic, byte-exact. | 112 | 8 |
| nx_redirect_resolve.nx | redirect-Location policy for the sovereign | 68 | 2 |
| nx_redirect_resolve_test.nx | X-HTTP-RELLOC-001 KAT: redirect-Location | 91 | 4 |
| nx_redteam.nx | automated RED-TEAM attack playbooks (census gap) driven over R0's ta_handle. Each attack asserts | 84 | 5 |
| nx_refcorpus.nx | THE MEASURED-FACTS PLANE + ITS ADMISSION CONTRACT. | 234 | 11 |
| nx_refdrift.nx | DOES THE URL STILL SERVE THE BYTES WE PINNED? The refs referee proves the mirror matches | 600 | 8 |
| nx_refinement.nx | predicate-bearing values + runtime checks. | 154 | 11 |
| nx_refintake.nx | CLI over nx_refintake_lib (aesthetictwin AT22, 2026-09-16): reference intake as a workflow of verbs, | 450 | 14 |
| nx_refintake_gate.nx | the referee for nx_refintake_lib (aesthetictwin AT22, 2026-09-16). In-process, on fixtures | 276 | 4 |
| nx_refintake_lib.nx | REFERENCE INTAKE AS AN ESTATE CAPABILITY (aesthetictwin AT22 rp_reference_intake, 2026-09-16). | 739 | 39 |
| nx_refusal_shape_gate.nx | THE REFEREE FOR FM11 (/compare/failmodes rung: fc_refusal_shape). | 476 | 6 |
| nx_refusal_shape_lib.nx | DOES THIS REFUSAL NAME ITS SUBJECT AND ITS REMEDY? | 1087 | 31 |
| nx_regalloc.nx | linear-scan register allocator, in NishiLang. | 1112 | 23 |
| nx_regalloc_liveness_diag.nx | BITS-UP DIAGNOSTIC for the disabled | 99 | 1 |
| nx_regalloc_soundness_test.nx | BITS-UP soundness proof for the allocator | 164 | 1 |
| nx_regbatch_gate.nx | INDEPENDENT GATE: batched durability in reg_put. Correctness FIRST, speed second. | 133 | 3 |
| nx_regdup.nx | DUPLICATE-KEY DETECTOR FOR ANY TSV REGISTRY. Fail-closed, additive, general. | 292 | 15 |
| nx_regenerate.nx | rebuild soma from sovereign source while germline | 293 | 12 |
| nx_regenerate_test.nx | smoke for nx_regenerate. | 141 | 1 |
| nx_regex_lib.nx | GENERAL SOVEREIGN REGEX CAPABILITY (shared library). Linear-time NFA matcher (state-set, no | 91 | 8 |
| nx_region.nx | typed body-region segmentation (V7 substrate). | 194 | 5 |
| nx_region_capacity_gate_t278.nx | 30 | 2 | |
| nx_region_edge_audit_t278.nx | 54 | 3 | |
| nx_region_edge_bake_t278.nx | 16 | 1 | |
| nx_region_edge_compare_t278.nx | Compares texture regions and their associated data between two binary files for equality. | 81 | 4 |
| nx_region_edge_gate_t278.nx | 44 | 4 | |
| nx_region_isolated_test.nx | Diag v7: call function that takes struct ptr but does NOTHING. | 17 | 2 |
| nx_region_test.nx | smoke for typed body-region segmentation. | 64 | 3 |
| nx_register.nx | WRITING arc, rung W-ING-3 (X-WRITE-ING-002): the REGISTER | 61 | 2 |
| nx_register3d.nx | 3D RIGID REGISTRATION (Horn's absolute-orientation, quaternion method) -- the "align two | 252 | 12 |
| nx_register_gate.nx | REFEREE for WRITING rung W-ING-3 (nx_register). | 110 | 5 |
| nx_registry.nx | canonical generic seg_store keyed registry (put / get / enumerate), parameterized by a key-prefix | 236 | 13 |
| nx_registry_bounds_gate.nx | the regression tooth for the reg_index OUT-OF-BOUNDS | 132 | 1 |
| nx_regprof_test.nx | DECOMPOSE the reg_put cost. A profiler, not a gate. | 143 | 3 |
| nx_regress_bank.nx | the ADVERSARIAL REGRESSION BANK (census gap #1). Every bug the team's adversarial work FINDS | 54 | 2 |
| nx_regression_spotter.nx | substrate-native trend analyst. | 358 | 10 |
| nx_regression_spotter_test.nx | in-memory smoke for the trend | 142 | 4 |
| nx_relate.nx | THE UNIFIED RELATIONSHIP GRAPH (rung 1 of Nishi CRM/Relationships to SOTA). | 171 | 13 |
| nx_relate_import.nx | IMPORT-EXPORT for the relationship graph (CRM census E6): bring real contacts IN | 172 | 5 |
| nx_relate_serve.nx | the INTERACTIVE handler for the Relationship OS (turns /relate from a static view into a | 1336 | 52 |
| nx_relate_store.nx | PERSISTENCE for the relationship graph (turns nx_relate from pure logic into a REAL | 165 | 13 |
| nx_relchan.nx | sovereign RELIABLE, ORDERED, EXACTLY-ONCE channel for CRITICAL game events | 42 | 9 |
| nx_release_delta_gate.nx | THE GATE for the release delta the review page renders (gameengine GE52, | 220 | 8 |
| nx_release_delta_lib.nx | THE RELEASE DELTA: what changed on the boards since the operator last judged (2026-09-04). | 412 | 18 |
| nx_release_recent_candidate_t205.nx | Latest release selection across all contributing boards; history remains in the plans. | 182 | 8 |
| nx_release_recent_gate.nx | 70 | 2 | |
| nx_release_recent_gate_t205.nx | Validates and renders release data from multiple sources into a sorted, filtered output stream. | 71 | 2 |
| nx_release_recent_lib.nx | Latest release selection across all contributing boards; history remains in the plans. | 182 | 8 |
| nx_release_recent_oom_gate_t205.nx | 43 | 1 | |
| nx_release_view_emit.nx | Browser DOM adapter; complete selection and ordering are computed by the native release collector. | 4 | 1 |
| nx_reliability_research.nx | THIN structured RELIABILITY / STABILITY research source organ. COMPOSES | 43 | 1 |
| nx_relief_bands_gate.nx | THE MULTI-BAND MICRO-RELIEF LAW AND THE DISCRETE PORE LAYER, GATED. | 350 | 10 |
| nx_relief_lib.nx | ★THE ONE OWNER OF THE SKIN MICRO-RELIEF LAW, and of the height field the baked | 526 | 46 |
| nx_reloc.nx | ELF .rela section builder. | 203 | 11 |
| nx_remedy.nx | formalized self-remediation cycle as substrate primitives. | 572 | 17 |
| nx_remedy_test.nx | smoke for the formalized self-remediation cycle. | 114 | 1 |
| nx_remote_worker.nx | distributed-MIMD pattern: orchestrator | 144 | 6 |
| nx_remote_worker_test.nx | prove distributed-MIMD dispatch via | 57 | 2 |
| nx_render_cli.nx | native ASCII visualization engine. | 155 | 6 |
| nx_render_core.nx | Implements a fixed-point 3D rendering core with matrix operations and perspective projection for both native and WebAssembly targets. | 518 | 31 |
| nx_render_journal.nx | substrate-native UX/CX intelligence layer. | 226 | 11 |
| nx_render_pass.nx | L4 mesh-render composer (vertex + zbuf + texture). | 309 | 4 |
| nx_render_sota_research_fetch.nx | bank the BROWSER real-time render SOTA + cross-browser compat bar | 45 | 2 |
| nx_render_svg.nx | native SVG (browser-visual) emitter. | 156 | 8 |
| nx_render_sweep.nx | RENDER EVERY PUBLISHED /compare BOARD, not a sample of them. | 159 | 5 |
| nx_render_target_match.nx | did the generated image match the target? | 209 | 5 |
| nx_render_target_match_test.nx | smoke for target-vs-rendered verdict. | 107 | 2 |
| nx_replyreserve.nx | CLI for the reply-reserve calibrator (lane E, 2026-08-25). Thin main; the ruler is | 257 | 8 |
| nx_replyreserve_gate.nx | GATE for the reply-reserve calibrator. Composes nx_replyreserve_lib and | 256 | 4 |
| nx_replyreserve_lib.nx | KILL THE reply_reserve_ms MAGIC NUMBER BY MEASURING IT (lane E, 2026-08-25). | 285 | 10 |
| nx_repo_lifecycle.nx | the REPO LIFECYCLE organ: the stateful driver that | 193 | 8 |
| nx_request_pool.nx | Single-owner IPC pool. Admission policy supplies capacity; this layer owns | 243 | 11 |
| nx_request_pool_candidate_t230.nx | Single-owner IPC pool. Admission policy supplies capacity; this layer owns | 243 | 11 |
| nx_research_answer.nx | GROUNDED, CITED research-answer primitive: "research that cannot hallucinate." | 115 | 7 |
| nx_research_autodrive.nx | the autonomous research loop WIRED TO REAL DATA: the system's own genealogy. | 87 | 5 |
| nx_research_cleanup.nx | SOVEREIGN deletion of the 7 copy-paste nx_*_research_fetch organs, now SUPERSEDED by | 31 | 6 |
| nx_research_corroborate.nx | the research DEPTH-rigor layer: independent | 124 | 7 |
| nx_research_corroborate_gate.nx | liar-kill gate for research corroboration. | 43 | 1 |
| nx_research_crossval.nx | MULTI-SOURCE CROSS-VALIDATION: the one refutation sub-axis peers lead (the matrix: | 147 | 3 |
| nx_research_crossval_gate.nx | gate for nx_research_crossval (multi-source cross-validation, the refutation | 222 | 7 |
| nx_research_digest.nx | end-to-end EXTRACTIVE research digest (sovereign, | 70 | 2 |
| nx_research_digest_gate.nx | end-to-end digest on a controlled corpus. | 104 | 2 |
| nx_research_engine.nx | the SHARED sovereign research fetch->extract->bank ENGINE. Rule-15 DRY: ONE copy of the | 351 | 28 |
| nx_research_engine_admission_t68.nx | the SHARED sovereign research fetch->extract->bank ENGINE. Rule-15 DRY: ONE copy of the | 389 | 28 |
| nx_research_engine_gate.nx | s-class gate for the shared research engine (nx_research_engine). Proves the | 60 | 5 |
| nx_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for the SPEED / BEAT-CUDA arc. Reuses the | 350 | 12 |
| nx_research_fetch_ext.nx | DYNAMIC / GROWABLE fetch extensions (operator 2026-07-07: "make the fetcher | 97 | 4 |
| nx_research_fetch_wiki_test.nx | SOVEREIGN research-target fetch. | 133 | 2 |
| nx_research_flow_gate.nx | TEETH for the rivers-to-ocean research surface. | 155 | 6 |
| nx_research_fork_fetch.nx | RESEARCHER GROWTH rung: PROCESS-ISOLATED fetch. Each source is fetched in a FORKED | 82 | 7 |
| nx_research_investigate.nx | S4: the INVESTIGATION LOOP over the S1-S3 research cycle (recursive self-growth, | 55 | 3 |
| nx_research_investigate_gate.nx | liar-kill gate for S4 the INVESTIGATION LOOP controller (deterministic, $0). | 83 | 5 |
| nx_research_journal.nx | RES-R6: a CRASH-RESUMABLE research session journal. | 219 | 8 |
| nx_research_journal_gate.nx | the REFEREE for RES-R6 (crash-resumable journal). | 315 | 7 |
| nx_research_judgment_bench.nx | the first AGGREGATE honest measurement of the unified researcher's JUDGMENT. | 133 | 6 |
| nx_research_ka.nx | R4 FULL: per-host connection POOL + keep-alive fetch, with a PROVEN-path fallback. | 211 | 16 |
| nx_research_ledger.nx | rung 1 of "build up the NISHI RESEARCHER to LEARN each rung" (operator standing order 2026-06-16). | 262 | 9 |
| nx_research_loop.nx | the AUTONOMOUS research-driving feedback loop (operator telos, 2026-06-17). | 95 | 4 |
| nx_research_multilang.nx | ALL-LANGUAGE research coverage (operator: "handle all languages ... so we | 77 | 4 |
| nx_research_ocean.nx | THE OCEAN. Renders /wiki/research.html from the `resbrief-` information | 282 | 9 |
| nx_research_page.nx | EMIT the live nishifamily.com/research page. | 305 | 7 |
| nx_research_pool.nx | GATE for the engine's folded-in R2+R3 (rf_slot_* semaphore + polite rf_fetch_bank). | 49 | 3 |
| nx_research_reach_probe_test.nx | probe whether real game-engine research | 44 | 5 |
| nx_research_refute.nx | S2 of the Tesla ladder: ADVERSARIAL REFUTATION. Over a set of numeric claim-specs | 30 | 1 |
| nx_research_refute_gate.nx | liar-kill gate for S2 ADVERSARIAL REFUTATION. | 116 | 4 |
| nx_research_report.nx | S3 of the Tesla ladder: the GROUNDED REPORT WRITER (low-resource analog of Paper | 244 | 13 |
| nx_research_report_gate.nx | liar-kill gate for S3 the GROUNDED REPORT WRITER. | 116 | 4 |
| nx_research_river.nx | EMIT ONE AREA'S RESEARCH INDEX FROM THE REGISTRY. | 349 | 8 |
| nx_research_synth_qwen.nx | S1 of the Tesla growth ladder: SOVEREIGN GROUNDED SYNTHESIS. | 369 | 23 |
| nx_research_synth_qwen_gate.nx | liar-kill acceptance gate for S1 SOVEREIGN GROUNDED SYNTHESIS. | 123 | 3 |
| nx_research_unified.nx | THE unified sovereign researcher: composes S1 (synthesis) + S1<->S2 (numeric | 86 | 5 |
| nx_research_unified_gate.nx | liar-kill gate for the UNIFIED sovereign researcher (S1+S2+S3+S4 -> one verdict). | 146 | 6 |
| nx_research_verify.nx | the RESEARCH-VERIFICATION STAGE: batch, autonomous, sovereign claim verification. | 176 | 8 |
| nx_research_verify_synth.nx | S1 <-> S2 INTEGRATION: the self-verifying researcher. It runs S1 (grounded | 136 | 6 |
| nx_research_verify_synth_gate.nx | liar-kill gate for the S1<->S2 SELF-VERIFYING RESEARCHER. | 72 | 4 |
| nx_research_web.nx | the Nishi researcher, LIVE: fetch real web pages over | 117 | 4 |
| nx_researcher_sota_research.nx | bank the SOTA for a PARALLEL + POLITE s-class research fetcher/crawler, so | 40 | 1 |
| nx_resgov.nx | THE UNIFIED RESOURCE GOVERNOR (one-shot, cron-invoked every minute). | 524 | 10 |
| nx_resgov_core.nx | PURE DECISION CORE of the unified resource-governance regime (nx_resgov). | 220 | 12 |
| nx_resid_entropy.nx | wires the sovereign range coder (nx_range_coder) into LPC-RESIDUAL entropy coding: the voice | 66 | 5 |
| nx_resident_pose_cadence_gate_t122.nx | Private simulation/presentation cadence qualification using the existing native owner. | 113 | 6 |
| nx_resolution.nx | binary resolution rule (CASC proof-search core). | 155 | 8 |
| nx_resolution_test.nx | binary resolution smoke. | 108 | 1 |
| nx_resource.nx | MCP Resources-primitive parity, sovereign: register read-only data resources (uri / description / | 41 | 6 |
| nx_resource_arbiter.nx | allocation under contention with priority + treaty. | 337 | 16 |
| nx_resource_arbiter_test.nx | smoke for nx_resource_arbiter. | 124 | 1 |
| nx_resource_gate.nx | proves MCP Resources parity on real seg_store + real files (test prefix): register two file | 35 | 2 |
| nx_response_signal.nx | arousal response signals for eroticism ladder. | 170 | 4 |
| nx_response_signal_test.nx | 83 | 2 | |
| nx_restage.nx | EAT THE DEPLOY-TOOLING DEBT (operator 2026-07-17 "eat the debt and build the tools"): | 132 | 6 |
| nx_restage_gate.nx | proves the SAFETY core of nx_restage (the target sanitizer = the security | 30 | 2 |
| nx_restage_tool_register.nx | register nx_restage into the discovery registry so it appears in | 39 | 3 |
| nx_restart_guard.nx | Prevents a crashing daemon from restarting indefinitely by enforcing burst limits and exponential backoff. | 119 | 6 |
| nx_restart_guard_gate.nx | KAT + measured-vs-systemd scorecard for the supervisor crash-loop guard. | 117 | 2 |
| nx_restart_routes_gate.nx | PROVES the /api/restart allowlists after they became table-driven | 213 | 7 |
| nx_restriction.nx | IO-boundary check (Tier-1 immune). | 219 | 7 |
| nx_restriction_test.nx | smoke for nx_restriction. | 111 | 1 |
| nx_result.nx | proper Result type for substrate-side error handling. | 112 | 8 |
| nx_result_test.nx | smoke for the Result type. | 44 | 1 |
| nx_retire_onto.nx | CLI for retiring a private function onto its shared owner (global tooling, 2026-08-24). | 54 | 2 |
| nx_retire_onto_gate.nx | GATE for retire-onto-owner (global tooling, 2026-08-24). Composes the lib in-process. | 193 | 9 |
| nx_retire_onto_lib.nx | RETIRE A PRIVATE FUNCTION ONTO ITS SHARED OWNER, function side (global tooling, | 787 | 36 |
| nx_retry_policy.nx | exponential backoff + jitter + max-attempts. | 323 | 10 |
| nx_reveal_lib.nx | THE ONE CLICK-TO-OPEN PRIMITIVE FOR PUBLIC BOARDS (ecosystem EC64, 2026-09-17). | 393 | 23 |
| nx_reversible.nx | reversible-computing primitives. | 141 | 7 |
| nx_reviewmine_lib.nx | REVIEW MINER, THE SHARED DECISION CORE (/compare/reviewmine, contract symbols | 1270 | 90 |
| nx_revimg_crawl.nx | the DISCOVERY DRIVER: turns real image files (a crawl's fetched media) into the | 42 | 2 |
| nx_revimg_crawl_gate.nx | END-TO-END referee for the discovery DRIVER (nx_revimg_crawl) on a REAL | 277 | 16 |
| nx_revimg_crawl_run.nx | LIVE reverse-image discovery CLI: the operator-driven assembly that runs the | 174 | 7 |
| nx_revimg_discover.nx | REVERSE-IMAGE CROSS-SITE DISCOVERY engine: the "grow the search results" loop. | 82 | 3 |
| nx_revimg_discover_gate.nx | referee for the reverse-image cross-site discovery engine. | 139 | 8 |
| nx_rewrite.nx | equational normaliser engine. | 77 | 2 |
| nx_rfc_dir_ingest.nx | ingest every RFC section header in the | 69 | 1 |
| nx_rfc_ingest.nx | ingest IETF RFC plaintext. | 206 | 8 |
| nx_rfc_stream_ingest.nx | RFC parser -> 5-defense runner bridge. | 65 | 4 |
| nx_rheology.nx | FOOD-SCIENCE SUITE / RHEOLOGY & TEXTURE rung. The | 117 | 10 |
| nx_rheology_test.nx | smoke for nx_rheology. Proves non-Newtonian flow | 36 | 1 |
| nx_rhizosphere.nx | soil microbiome + nutrient cycle + amendment plan. | 233 | 8 |
| nx_rhizosphere_test.nx | smoke for nx_rhizosphere. | 138 | 1 |
| nx_ribosome.nx | target-ISA decision metadata. | 202 | 7 |
| nx_ribosome_test.nx | smoke for nx_ribosome. | 72 | 1 |
| nx_rigbench.nx | CLI for THE REAL-CHARACTER REFEREE of the sovereign auto-rig (dcc DC16, rung M2): scores the | 84 | 4 |
| nx_rigbench_gate.nx | proves the REAL-CHARACTER REFEREE (nx_rigbench_lib) measures what it claims, then runs it on | 134 | 5 |
| nx_rigbench_lib.nx | LIB: THE REAL-CHARACTER REFEREE FOR THE AUTO-RIG (dcc DC16 rung M2): score the sovereign auto-rig | 535 | 23 |
| nx_rigbench_lib_t21.nx | LIB: THE REAL-CHARACTER REFEREE FOR THE AUTO-RIG (dcc DC16 rung M2): score the sovereign auto-rig | 535 | 23 |
| nx_rigbench_motion.nx | Additive rigbench temporal contract; reuse the normative NXA evaluator. | 161 | 7 |
| nx_rigbench_motion_gate.nx | Native rigbench temporal and consumer negative controls. | 91 | 1 |
| nx_rigbench_motion_gate_t21.nx | Native rigbench temporal and consumer negative controls. | 91 | 1 |
| nx_rigbench_motion_t21.nx | Additive rigbench temporal contract; reuse the normative NXA evaluator. | 161 | 7 |
| nx_rigbench_t21.nx | CLI for THE REAL-CHARACTER REFEREE of the sovereign auto-rig (dcc DC16, rung M2): scores the | 84 | 4 |
| nx_rigfloor.nx | DERIVE THE ASSET FLOOR FROM THE REFERENCE CORPUS INSTEAD OF DECLARING IT. | 675 | 17 |
| nx_rigfloor_gate.nx | THE GATE FOR THE DERIVED ASSET FLOOR. | 525 | 11 |
| nx_rights_ledger.nx | the rights/consent spine for licensed talent | 182 | 10 |
| nx_rights_ledger_gate.nx | liar-kill gate for nx_rights_ledger. | 67 | 1 |
| nx_rights_ledger_store.nx | RUNG 2: durability for the rights ledger. | 43 | 2 |
| nx_rights_ledger_store_gate.nx | durability gate for the rights ledger. | 38 | 1 |
| nx_rigor_envelope_gate.nx | TEETH FOR THE RIGOR ENVELOPE (AD1, 2026-08-27). | 155 | 2 |
| nx_rigor_score.nx | REPRODUCIBILITY / RIGOR as a measured, raced exceed axis. | 99 | 5 |
| nx_ring.nx | fixed-size byte ring buffer for in-process capture. | 193 | 7 |
| nx_ringbuf.nx | fixed-capacity byte ring buffer. | 153 | 9 |
| nx_ringdown_lib.nx | ONE damped-oscillator identifier for the whole estate. | 476 | 14 |
| nx_riscv.nx | RV64 codegen backend, in NishiLang. | 2891 | 65 |
| nx_riscv_lib.nx | GENERAL SOVEREIGN RISC-V CAPABILITIES (the shared ecosystem library for the rv64im toolchain). | 135 | 33 |
| nx_riscv_spec_oracle_gate.nx | THE ORACLE ROW FOR `nishios`: corroborate the mcause exception codes | 261 | 7 |
| nx_risk_register.nx | operator-owned formal threat enumeration with | 296 | 11 |
| nx_risk_register_test.nx | smoke for nx_risk_register. | 212 | 1 |
| nx_river_carve.nx | specialized river generator (NOT FBM noise). | 673 | 11 |
| nx_river_quality.nx | per-kind grader for nx_river_carve paths. | 315 | 10 |
| nx_rle.nx | run-length encoding for sparse coefficient streams. | 136 | 5 |
| nx_rmsnorm.nx | Root Mean Square Layer Normalisation. | 268 | 4 |
| nx_robot_control.nx | SOVEREIGN closed-loop motion CONTROL (the essence of "true control": | 59 | 5 |
| nx_robot_control_gate.nx | R-ROBO-2 GATE: closed-loop "true control" + never-brick safety clamp. | 102 | 5 |
| nx_robot_firmware.nx | SOVEREIGN MCU FIRMWARE GENERATOR (Omniforge ladder tier-4: "given a board, | 114 | 5 |
| nx_robot_firmware_gate.nx | R-ROBO-4 GATE: MCU firmware generation + fail-safe behaviour. | 126 | 7 |
| nx_robot_hal.nx | SOVEREIGN fail-safe hardware-write DRIVER (the HAL the generated firmware binds | 78 | 12 |
| nx_robot_hal_gate.nx | R-ROBO-5 GATE: the fail-safe hardware-write driver, never-brick PROVEN | 131 | 4 |
| nx_robot_kinematics.nx | SOVEREIGN robot KINEMATICS (turn a desired pose into machine/joint | 41 | 3 |
| nx_robot_kinematics_gate.nx | R-ROBO-3 GATE: robot kinematics + the full motion pipeline. | 123 | 6 |
| nx_robot_signal.nx | SOVEREIGN hardware SIGNAL/REGISTER rung (the lowest robot-control layer, | 94 | 8 |
| nx_robot_signal_gate.nx | R-ROBO-6 GATE: the hardware signal/register rung (STEP/DIR + PWM + GPIO), | 126 | 5 |
| nx_robot_step.nx | SOVEREIGN multi-axis stepper STEP GENERATION (the actuation primitive that | 79 | 3 |
| nx_robot_step_gate.nx | R-ROBO-1 GATE: multi-axis stepper step generation (the actuation | 111 | 5 |
| nx_robot_timing.nx | SOVEREIGN step-timing / timer-ISR rung (below the signal rung): turns a | 64 | 7 |
| nx_robot_timing_gate.nx | R-ROBO-7 GATE: step-timing / timer-ISR rung with never-brick max-rate. | 103 | 4 |
| nx_robots.nx | robots.txt parser + matcher (RFC 9309). | 188 | 10 |
| nx_robots_test.nx | KAT for the RFC 9309 robots.txt matcher. | 28 | 1 |
| nx_robots_txt.nx | build robots.txt files. | 181 | 9 |
| nx_roi_npv.nx | Net Present Value + payback period + IRR primitive. | 256 | 6 |
| nx_rollback_session.nx | GGPO-class rollback netcode session handle. | 370 | 14 |
| nx_room_key.nx | ROOM CAPABILITY TOKENS (task #41 ladder: the last table-stakes gap vs the field -- | 87 | 5 |
| nx_room_l4s.nx | L4S DUAL-SIGNAL congestion controller (RFC 9330 family): one | 177 | 2 |
| nx_room_l4s_gate.nx | LIVE GATE for the L4S dual-signal congestion controller. | 140 | 7 |
| nx_root.nx | Newton-Raphson nth-root for i64 + Q14 fixed point. | 238 | 6 |
| nx_rope.nx | Rotary Position Embeddings (Su et al. 2021). | 269 | 5 |
| nx_rosterconf_lib.nx | WHICH CONFS ARE GATE ROSTERS, AND IS A GATE A ROW OF ONE (2026-09-18, ecosystem EC57). | 395 | 27 |
| nx_rot_health.nx | rotating-machine health kernel (#2 of the 4 physics | 140 | 3 |
| nx_rot_health_test.nx | gate for the rotating-machine health kernel. | 90 | 1 |
| nx_roundtrip.nx | THE SELF-ORACLE: nishi -> glTF -> nishi, and NAME WHAT THE TRIP LOSES. | 398 | 13 |
| nx_roundtrip_gate.nx | THE GATE FOR THE SELF-ORACLE. | 338 | 8 |
| nx_route_probe.nx | latency-probed multi-path relay selection. | 92 | 7 |
| nx_route_test.nx | probe several routes on the live edge to tell whether the | 34 | 5 |
| nx_router_ctl.nx | SOVEREIGN router control (operator: "you have api access, get it going, towards apis"; | 99 | 6 |
| nx_router_probe.nx | identify the router's local HTTP API so we can drive port-forwarding via API (operator: | 30 | 2 |
| nx_routing_research.nx | THIN SOTA research for S-CLASS-EXCEED, DATA-DRIVEN HTTP ROUTING / reverse-proxy / | 33 | 1 |
| nx_rowparse_lib.nx | THE ONE ROW PARSER for delimited estate records, extracted 2026-09-04 because the | 141 | 13 |
| nx_rpc.nx | typed RPC over nx_net_chan_blob. | 150 | 7 |
| nx_rpc_test.nx | end-to-end typed RPC over loopback. | 162 | 5 |
| nx_rrf.nx | Reciprocal Rank Fusion (bits-up, Q16.16). | 48 | 2 |
| nx_rrf_test.nx | KAT for Reciprocal Rank Fusion. | 37 | 1 |
| nx_rsa2048_mod.nx | bit-by-bit reduction mod 2048-bit modulus. | 74 | 3 |
| nx_rsa2048_mod_exp.nx | RSA mod-exp s^e mod n for 2048-bit modulus. | 81 | 3 |
| nx_rsa2048_mont.nx | Montgomery modular multiplication + modexp for the | 150 | 6 |
| nx_rsa2048_mont_gate.nx | correctness gate: Montgomery modexp MUST equal the | 82 | 6 |
| nx_rsa4096_mod.nx | bit-by-bit reduction mod 4096-bit modulus. | 71 | 3 |
| nx_rsa4096_mod_exp.nx | RSA mod-exp s^e mod n for 4096-bit modulus. | 70 | 3 |
| nx_rsa4096_mod_test.nx | KAT for rsa4096_mod + rsa4096_mod_exp. | 131 | 1 |
| nx_rsa4096_mont.nx | CIOS Montgomery modular multiplication + modexp for the 4096-bit RSA modulus. | 138 | 6 |
| nx_rsa4096_mont_gate.nx | correctness KAT: the new Montgomery rsa4096_mod_exp_mont MUST equal the | 39 | 2 |
| nx_rsa_pkcs1_v1_5_k.nx | k-aware RSA-PKCS#1 v1.5 verify for RSA moduli | 125 | 5 |
| nx_rsa_pkcs1_v1_5_k_test.nx | KAT vs openssl RSA-3072 (sha256 + sha384). | 1321 | 1 |
| nx_rsa_pkcs1_v1_5_sha256.nx | RSA-PKCS#1 v1.5 signature verify | 142 | 4 |
| nx_rsa_pkcs1_v1_5_sha256_4096.nx | RSA-PKCS#1 v1.5 signature verify | 123 | 3 |
| nx_rsa_pkcs1_v1_5_sha256_4096_real_test.nx | REAL RSA-4096 verify | 116 | 3 |
| nx_rsa_pkcs1_v1_5_sha256_4096_test.nx | compile + sealed-enum gate. | 34 | 1 |
| nx_rsa_pkcs1_v1_5_sha256_real_test.nx | KAT for RSA-PKCS#1 v1.5 | 100 | 4 |
| nx_rsa_pkcs1_v1_5_sha384.nx | RSA-PKCS#1 v1.5 signature verify with | 119 | 5 |
| nx_rsa_pkcs1_v1_5_sha384_4096_test.nx | KAT vs openssl RSA-4096/SHA-384. | 1068 | 1 |
| nx_rsa_pkcs1_v1_5_sha384_test.nx | KAT vs openssl RSA-2048/SHA-384. | 551 | 1 |
| nx_rsa_pkcs1_v1_5_sha512.nx | RSA-PKCS#1 v1.5 signature verify with | 133 | 6 |
| nx_rsa_pss_sha256.nx | RSASSA-PSS signature VERIFY with SHA-256 (MGF1-SHA-256, salt_len=32), RSA-2048. | 98 | 3 |
| nx_rsa_pss_sha256_gate.nx | KAT for rsa_pss_sha256_verify vs a REAL OpenSSL-3.2 RSA-PSS/SHA-256/salt32 | 57 | 6 |
| nx_rss.nx | RSS 2.0 feed builder. | 81 | 1 |
| nx_rss_lib.nx | THE RSS 2.0 BUILDER AS A LIBRARY (extracted 2026-09-16 from nx_rss.nx, whose compile-only smoke main() made it | 164 | 5 |
| nx_rtgfx_research_fetch.nx | SOVEREIGN researcher that GROUNDS the REAL-TIME-RENDERING / DIGITAL-HUMAN frontier | 96 | 5 |
| nx_rulers_page.nx | THE RULER REGISTRY, RENDERED. Operator doctrine (2026-08-03): the | 134 | 5 |
| nx_run_timeout.nx | sovereign RUN-WITH-TIMEOUT primitive (bits-up, reusable). | 67 | 2 |
| nx_rung_eval.nx | THE SOVEREIGN STATE-OF-THE-ART EVALUATOR, hardware rung up (2026-07-03). | 156 | 6 |
| nx_rungclose.nx | CLI over nx_rungclose_lib (ecosystem EC57 v2): ONE MEASURED stage per rung, the weakest link BY NAME, | 1385 | 35 |
| nx_rungclose_gate.nx | GATE for the close ruler v2 (nx_rungclose_lib, ecosystem EC57), driven IN-PROCESS on planted rows. | 718 | 16 |
| nx_rungclose_lib.nx | THE CLOSE RULER (ecosystem EC57): ONE stage per rung, MEASURED from evidence the estate already | 1293 | 70 |
| nx_runsv.nx | RUN + SUPERVISE one service (s6/runit `runsv` convention). This is the REAL fork/wait-liveness + | 96 | 4 |
| nx_runsv_all.nx | s6-svscan for the sovereign stack: read EVERY service declared in nx_svcreg and supervise them | 67 | 2 |
| nx_runsv_all_gate.nx | proves nx_runsv_all resolves the supervision plan FROM THE REGISTRY (elf+port are data, not | 33 | 2 |
| nx_runsv_gate.nx | proves nx_runsv composes the team's organs correctly: hp_probe gives a REAL readiness verdict | 37 | 1 |
| nx_runtime.nx | core NishiLang runtime. | 185 | 13 |
| nx_rv64_const_probe.nx | verify the RV64/asm-generic CONST syscall forms my organs must migrate | 39 | 1 |
| nx_rv64_sim.nx | minimal RV64I interpreter (sovereign qemu). | 832 | 20 |
| nx_rv64c.nx | RV64C compressed-instruction decoder. | 438 | 15 |
| nx_rvc_gate.nx | THE VERDICT GATE for nishios NO3 (nx_rvc_run_suite, watch symbol rvc_run_suite). | 62 | 1 |
| nx_rvc_run_suite.nx | nishios NO3: run the published RISC-V architectural test suite on the | 443 | 17 |
| nx_rvq.nx | RESIDUAL VECTOR QUANTIZATION, moonshot rung #3 and the literal structure inside SoundStream / Lyra-v2 / | 46 | 4 |
| nx_rw_andor.nx | TRAP WITNESS (pack-rules vet). Tactic under test: && and || in conditions | 16 | 1 |
| nx_rw_args3.nx | TRAP WITNESS (pack-rules vet). Tactic under test: a helper with the exact | 20 | 2 |
| nx_rw_callarg.nx | TRAP WITNESS (pack-rules vet). Tactics under test: (a) a call nested inside | 22 | 3 |
| nx_rw_castidx.nx | TRAP WITNESS (pack-rules vet). Tactic under test: indexing the result of an | 15 | 1 |
| nx_rw_elseif.nx | DELIBERATE TRAP WITNESS (pack-rules vet, see knowledge/forge/pack_rules_vet_v1.txt). | 14 | 1 |
| nx_rw_emptystr.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: the bare "" | 18 | 1 |
| nx_rw_hashlit.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: the characters | 17 | 1 |
| nx_rw_modulo.nx | TRAP WITNESS (pack-rules vet). Tactic under test: the % operator (the pack | 12 | 1 |
| nx_rw_ptrchain.nx | TRAP WITNESS (pack-rules vet). Tactic under test: chained pointer | 17 | 1 |
| nx_rw_shift56.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: an IMMEDIATE | 20 | 1 |
| nx_rw_staticarr.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: module-level | 15 | 1 |
| nx_rw_stmtbound.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: an expression | 18 | 2 |
| nx_rwlock.nx | reader-writer lock built on nx_atom + nx_mutex. | 171 | 9 |
| nx_rxfull.nx | SOVEREIGN regex engine (operator 2026-07-08/09: push the JS engine to run modern bundles; | 768 | 35 |
| nx_safe_archive_ingest.nx | SAFE sovereign ingestion of an UNTRUSTED .zip archive into the | 350 | 16 |
| nx_safetensors.nx | SOVEREIGN safetensors parser (the neural-weights loader foundation). safetensors is the | 143 | 14 |
| nx_safetensors_gate.nx | sovereign SAFETENSORS reader: load real SD model weight METADATA, the next | 97 | 11 |
| nx_safetensors_load.nx | the STANDARD, reusable safetensors -> f32 LOADER library (importable, no main), the | 90 | 10 |
| nx_safetensors_load_gate.nx | proof of the safetensors->f32 loader on a synthetic in-memory blob (header JSON + | 75 | 6 |
| nx_safety.nx | SafetyEnvelope as a native NishiLang construct. | 233 | 2 |
| nx_safety_critical_grade.nx | Layer-3 safety-critical grader. | 433 | 12 |
| nx_safety_critical_grade_test.nx | smoke for the 8th grader. | 59 | 1 |
| nx_salience.nx | Itti-Koch multi-scale salience (V8). | 237 | 7 |
| nx_salience_test.nx | smoke for V8 salience primitives. | 110 | 1 |
| nx_sam.nx | SAM (Sequence Alignment / Map) single-line writer. | 669 | 9 |
| nx_sam_test.nx | KAT for SAM v1.4.6 single-line writer. | 519 | 1 |
| nx_sampler.nx | DPM++ 2M scheduler (substrate-native, no CUDA). | 425 | 8 |
| nx_sand_capture_gate_t137.nx | Private qualification fixture; composes existing digest-bound capture owner. No publisher or install operation. | 24 | 2 |
| nx_sat_solver.nx | propositional SAT solver foundation. | 185 | 9 |
| nx_sat_solver_test.nx | smoke for the SAT solver foundation. | 60 | 1 |
| nx_saturation.nx | given-clause saturation loop with factoring. | 661 | 27 |
| nx_saturation_test.nx | saturation loop + factoring smoke. | 83 | 1 |
| nx_save_slot.nx | signed content-addressed game save format. | 145 | 6 |
| nx_save_slot_test.nx | smoke for nx_save_slot. | 70 | 1 |
| nx_sbr_admission_candidate.nx | FULLY SOVEREIGN, REUSABLE build runner (operator: "no sh and no c build, | 1832 | 30 |
| nx_sbr_admission_gate.nx | Executes a supplied candidate runner in fresh fixtures. Never promotes or compiles real code. | 361 | 17 |
| nx_sbr_key_candidate.nx | FULLY SOVEREIGN, REUSABLE build runner (operator: "no sh and no c build, | 1836 | 30 |
| nx_sc_scope_gate.nx | the referee for LR2, structured concurrency: scoped spawn. | 517 | 10 |
| nx_scaffolding_audit.nx | REPO-FILE audit primitive that enforces the | 389 | 8 |
| nx_scale.nx | multi-scale image pyramids (V6 of vision rollout). | 229 | 7 |
| nx_scale_test.nx | smoke for V6 scale pyramid primitives. | 108 | 1 |
| nx_scam_detector.nx | inbound-communication pattern detection. | 204 | 8 |
| nx_scam_detector_test.nx | smoke for nx_scam_detector. | 74 | 1 |
| nx_scan_census.nx | HONEST catalog of the document-scanning pipeline vs Nishi, grounded in the REAL fetched | 74 | 4 |
| nx_scan_fetch.nx | ground-truth fetch of the awesome-scanning catalog (github.com/ad-si/awesome-scanning) so the | 44 | 3 |
| nx_scenario.nx | WRITING arc, rung W-SCN-1: the SCENARIO engine. | 186 | 9 |
| nx_scenario_gate.nx | REFEREE for WRITING rung W-SCN-1 (nx_scenario). | 120 | 7 |
| nx_scene.nx | SCENE / POSITION as DATA (beat-HS2 rung 2: the Illusion-family "scene"/"position" concept, | 139 | 14 |
| nx_scene3d.nx | reusable 3D scene primitives: integer trig (Bhaskara Q10) + rotate + perspective project + | 132 | 7 |
| nx_scene_compose_gate.nx | PG10: DOES A SCENE COMPOSE OVER THE LIVE SOLVER, AND DOES AN IMPOSSIBLE ONE REFUSE BY NAME? | 146 | 7 |
| nx_scene_contract.nx | THE style-spanning scene contract (exceed-ladder | 186 | 14 |
| nx_scene_contract_test.nx | KATs for the R0 style-spanning scene | 199 | 7 |
| nx_scene_demo.nx | SOVEREIGN VISUAL ENGINE: sprites + Image->browser-canvas. | 106 | 8 |
| nx_scene_demo_test.nx | KAT gate for the sovereign scene + canvas bridge. | 70 | 6 |
| nx_scene_index.nx | companion-queryable surface over discovered anchors. | 242 | 8 |
| nx_scene_index_test.nx | end-to-end smoke for the full ingestion stack. | 116 | 1 |
| nx_scene_light_emitter_canonical_gate_t364.nx | 59 | 3 | |
| nx_scene_light_emitter_gate_t364.nx | 59 | 3 | |
| nx_scene_light_recipe_canonical_gate_t364.nx | 21 | 1 | |
| nx_scene_light_shader_gate_t364.nx | 14 | 1 | |
| nx_scene_render.nx | render ONE (SceneWorld, SceneEntity) pair under | 295 | 14 |
| nx_scene_through_aperture.nx | Tier 6 background-coherence detector. | 232 | 2 |
| nx_scenegraph.nx | general per-object SCENE GRAPH: a transform hierarchy where world = parent * local. | 110 | 12 |
| nx_sched_qbv.nx | the BOUNDED-LATENCY transmit scheduler (IEEE 802.1Qbv | 68 | 6 |
| nx_sched_qbv_test.nx | 1:1 KAT for the TSN-Qbv bounded scheduler | 58 | 1 |
| nx_sched_qos.nx | QoS priority + PREEMPTION for sovereign GPU resource-sharing (serving census Q2, closes the | 166 | 12 |
| nx_schema_drift_detector.nx | upstream-schema-change detector. | 334 | 8 |
| nx_sclass_enforce_lib.nx | THE ONE canonical "gorgeous-by-default" S-class check (pure lib, no main). | 26 | 8 |
| nx_sclass_kit.nx | reusable S-CLASS page component kit (the "gorgeous by construction" library). | 396 | 51 |
| nx_sclass_ux_research_fetch.nx | SOVEREIGN S-class web-UX research fetch. | 155 | 5 |
| nx_scratch.nx | SOVEREIGN SCRATCH ARENA. The god-level fix for the unfreed-mmap class. | 82 | 8 |
| nx_scratch_gate.nx | proves the sovereign scratch arena on the resource it exists to protect. | 122 | 4 |
| nx_scratch_probe.nx | R0.0b proof kernel: uses the WASM-lane nx_scratch to allocate DISTINCT framed | 35 | 3 |
| nx_sdf.nx | signed distance fields for solid primitives + boolean combinators, | 120 | 11 |
| nx_sdf_attribution_gate_t344.nx | Computes signed distance fields for 3D objects using per-part blending and surface operations. | 114 | 4 |
| nx_sdfprim_gate.nx | KNOWN-ANSWER TEETH FOR THE IMPLICIT PRIMITIVE FAMILY nx_sdfprim_lib (anatomy AN17, 2026-09-19). | 74 | 1 |
| nx_sdfprim_lib.nx | IMPLICIT PRIMITIVES FOR PARAMETRIC ANATOMY FIELDS: integer-millimetre geometry in, a signed | 216 | 14 |
| nx_sdfrender.nx | sovereign software GPU, SMOOTH-UNION path (operator 2026-07-04: make the body CONTINUOUS, | 1821 | 69 |
| nx_sdfrender_attribution_candidate_t344.nx | sovereign software GPU, SMOOTH-UNION path (operator 2026-07-04: make the body CONTINUOUS, | 1821 | 69 |
| nx_sdfrender_mt.nx | R1c of the sovereign software-GPU ladder: the SDF renderer fanned out across CPU | 63 | 3 |
| nx_sdfrender_sss_gate.nx | THE PRE-INTEGRATED-NORMAL HALF of Penner 2011, gated. [@penner2011] | 325 | 15 |
| nx_sdr_loop.nx | Software-Defined Radio open/tune/read/write loop | 190 | 7 |
| nx_sealed_sender.nx | C9 of the comms lane: SEALED SENDER (metadata privacy). Contract symbol | 404 | 25 |
| nx_sealed_sender_gate.nx | REFEREE for C9 (nx_sealed_sender, contract ss_seal). END-TO-END: keygens | 168 | 6 |
| nx_search_competitor_census.nx | the SEARCH lane's COMPETITOR-FEATURE census: how much of the incumbent | 138 | 11 |
| nx_search_crawl_server.nx | LIVE search site over CRAWLED content. | 224 | 7 |
| nx_search_emerge.nx | EMERGENCE DETECTION: turn the federated frontier feed into a "where is this field | 93 | 12 |
| nx_search_emerge_gate.nx | deterministic gate for the emergence scorer (NO network): locks year-month | 41 | 5 |
| nx_search_extern.nx | SOVEREIGN EXTERNAL-SEARCH FEDERATION (the #1 discovery gap). Queries OTHER search | 114 | 9 |
| nx_search_extern_gate.nx | deterministic parser gate for the external-search federator (NO network: the | 40 | 5 |
| nx_search_inverted.nx | token-postings inverted index. | 691 | 25 |
| nx_search_inverted_persist.nx | DISK PERSISTENCE for the inverted index (the S-class STORAGE rung the team | 62 | 3 |
| nx_search_inverted_test.nx | smoke for inverted index. | 154 | 3 |
| nx_search_linear.nx | substring search over JSONL catalogs. | 221 | 4 |
| nx_search_linear_test.nx | smoke for nx_search_linear over the | 86 | 2 |
| nx_search_neutrality_gate.nx | the CONTENT-NEUTRALITY CHARTER as a gate. | 193 | 8 |
| nx_search_onsite_engine.nx | V1 onsite search engine | 469 | 13 |
| nx_search_server.nx | the LIVE bits-up search site (sovereign HTTP server). | 263 | 10 |
| nx_search_snippet_extract.nx | V1 search snippet extractor. | 298 | 7 |
| nx_search_sota_research.nx | third grounding pass (operator 2026-07-03: "make sure using the nishi | 56 | 4 |
| nx_search_win_src.nx | Builds a minimal inverted index for three documents, supporting query lookup and ranking on Windows. | 102 | 12 |
| nx_searchcompet_sov.nx | get the SEARCH competitor-feature UNION off the flat .conf into the SOVEREIGN | 110 | 5 |
| nx_searchcompet_sov_gate.nx | proves the SEARCH-COMPETITOR union store flip (nx_searchcompet_sov) is | 54 | 5 |
| nx_seat_warm.nx | SEAT PRIMER (the anti-prefill-tax capability, 2026-07-16). One POST /gen | 59 | 1 |
| nx_section_projection.nx | Project connected cross-section segments onto an X-bin occupancy array. | 23 | 1 |
| nx_security_census.nx | HONEST measure of the ecosystem's SECURITY coverage across the four surfaces a | 115 | 4 |
| nx_security_census_gate.nx | regression-by-construction for the security census's MEASURED CORE. | 41 | 1 |
| nx_security_census_lib.nx | PURE core for the SECURITY maturity census. NO main (a lib), so the census | 72 | 4 |
| nx_seed.nx | capability + longevity-aware assembly from silicon up. | 325 | 12 |
| nx_seed_announce_all.nx | DURABLE DHT discoverability for the seeder: periodically announce_peer EVERY | 171 | 9 |
| nx_seed_bank.nx | multi-genotype cold-storage backup substrate. | 256 | 13 |
| nx_seed_bank_test.nx | smoke for nx_seed_bank. | 139 | 1 |
| nx_seed_sort.nx | in-place sort of seed-pair arrays by (r, q). | 91 | 1 |
| nx_seed_sort_test.nx | KAT for seed-pair sort by (r, q). | 133 | 1 |
| nx_seed_test.nx | smoke for nx_seed. | 145 | 1 |
| nx_seg_compact_cli.nx | run seg-store COMPACTION for one shard prefix. Folds all live segments into ONE | 74 | 4 |
| nx_seg_index_bounds_gate.nx | Index reader boundary qualification using a real writer-generated NXK1 index. | 42 | 1 |
| nx_seg_store.nx | PART A of the sovereign storage substrate rung 1 | 5113 | 148 |
| nx_seg_store_gate.nx | 226 | 1 | |
| nx_segmenter_classical.nx | classical-CV connected-component segmenter. | 412 | 7 |
| nx_segopen_absent_gate.nx | THE REFEREE FOR ss_open2's FAIL-SAFE SEGMENT ADMISSION (2026-09-02, debt 1788361379). | 196 | 7 |
| nx_segopen_incr_gate.nx | THE REFEREE FOR ss_open3's INCREMENTAL, WARM-PRESERVING REOPEN (search plan rung L1 | 512 | 16 |
| nx_segrace_gate.nx | does ss_commit lose whole SEGMENTS under concurrency? | 287 | 11 |
| nx_segstore_uncap_gate.nx | ISOLATED proof that the seg_store legacy-cap class is EATEN at the organ: | 141 | 6 |
| nx_segsweep.nx | SOVEREIGN seg-store sweeper. The organ that retires nx_segguard.sh (2026-08-06). | 354 | 13 |
| nx_segv_log_001.nx | NishiLang-native log entry for the | 42 | 1 |
| nx_segv_log_002.nx | incident-002 entry. Tier-swap parses | 31 | 1 |
| nx_segv_log_003.nx | incident-003: 1M ingest exposes O(N^2) | 30 | 1 |
| nx_segv_log_004.nx | compile-time O(N^2) in function-name lookup | 26 | 1 |
| nx_select.nx | single-class variant selector engine. | 290 | 9 |
| nx_select_joint.nx | joint DAG variant selector (MVP: 2-node). | 340 | 3 |
| nx_select_joint_chain_test.nx | smoke for nx_select_joint_chain | 202 | 3 |
| nx_select_joint_test.nx | smoke for nx_select_joint SA-5 MVP. | 208 | 2 |
| nx_select_test.nx | smoke for nx_select SA-4 MVP. | 189 | 2 |
| nx_selected_cast_gate_t55.nx | 23 | 1 | |
| nx_selected_edge_canonical_cli_gate_t139.nx | 32 | 3 | |
| nx_selection.nx | literal selection functions for ordered resolution. | 79 | 4 |
| nx_selection_test.nx | selection function smoke. | 105 | 3 |
| nx_self_audit.nx | substrate-native self-awareness primitive. | 184 | 3 |
| nx_self_build.nx | the 3-tier SELF-BUILD POLICY + the reversible-modify | 365 | 14 |
| nx_self_build_test.nx | THE NET, PROVEN BEFORE THE TRAPEZE. | 186 | 6 |
| nx_self_host_load_codegen_repro.nx | MINIMAL REPRO for the | 52 | 2 |
| nx_self_similarity.nx | box-counting fractal dimension primitive. | 253 | 6 |
| nx_self_similarity_test.nx | smoke for box-counting fractal dim. | 113 | 1 |
| nx_selfcalib.nx | Recovers focal length and 7-DOF pose using Gauss-Newton optimization from correspondence data. | 209 | 3 |
| nx_selfimprove_loop_gate.nx | the SELF-IMPROVEMENT LOOP made concrete (operator thesis 2026-06-18): | 96 | 13 |
| nx_selfimprove_verified_gate.nx | self-improvement with INDEPENDENT verification (operator law: evidence, | 102 | 17 |
| nx_selfsuff.nx | THE SOVEREIGNTY LEDGER: outside DEPENDENCY measured per /compare domain and per | 1182 | 22 |
| nx_selfsuff_gate.nx | the referee for the SOVEREIGNTY LEDGER (nx_selfsuff) and for the ranker term | 303 | 7 |
| nx_semantic_research_fetch.nx | SOVEREIGN research fetch on the SEMANTIC-search frontier, to honestly test | 155 | 5 |
| nx_semruler.nx | THE SEMANTIC RULER, STEP 2: measure the EXISTING descriptors on a real | 299 | 6 |
| nx_semruler_gate.nx | GATE for nx_semruler_lib (the semantic ruler's decision core, /compare/mediaingest). | 151 | 1 |
| nx_semruler_lib.nx | THE SEMANTIC RULER'S DECISION CORE (/compare/mediaingest; nx_imgsearch's own | 116 | 8 |
| nx_semver.nx | semantic versioning parser (semver.org spec). | 165 | 6 |
| nx_send.nx | THE UNIFIED SEND SPINE (rung 1 of Nishi Mail to SOTA). Operator 2026-07-08: | 208 | 17 |
| nx_send_merge.nx | BULK-MERGE: personalized sending to a whole SEGMENT across channels (CRM census E4; the | 128 | 5 |
| nx_sendcheck_gate.nx | LN6 (lang.plan): DATA-RACE TYPING AT THE THREAD-POOL BOUNDARY. End-to-end over the | 132 | 8 |
| nx_seng_linkqual_gate.nx | SOVEREIGN replacement for bench/gate_nx_linkqual.sh (the linkqual car of the | 48 | 3 |
| nx_seng_rdtsc_gate.nx | SOVEREIGN replacement for bench/gate_nx_rdtsc.sh (the rdtsc car of the nishi | 43 | 3 |
| nx_sensory_panel.nx | FOOD-SCIENCE SUITE / SENSORY EVALUATION rung. | 115 | 9 |
| nx_sensory_panel_test.nx | smoke for nx_sensory_panel. Proves exact | 48 | 1 |
| nx_sentinel_loss_audit_test.nx | bits-up NishiLang PREVENT lint for the | 277 | 10 |
| nx_sequence.nx | foundational DNA / RNA sequence algebra primitive. | 243 | 11 |
| nx_sequence_ambig.nx | N / IUPAC ambiguity sidecar for nx_sequence. | 151 | 4 |
| nx_sequence_ambig_test.nx | KAT for N sidecar bitset. | 137 | 1 |
| nx_sequence_edit.nx | Levenshtein edit distance for byte sequences. | 119 | 2 |
| nx_sequence_edit_test.nx | KAT for Levenshtein edit distance. | 93 | 2 |
| nx_sequence_fm.nx | FM-index construction + backward-search count. | 239 | 7 |
| nx_sequence_fm_test.nx | KAT for FM-index construction + backward search. | 168 | 1 |
| nx_sequence_kat_test.nx | G0.1 KAT for the DNA sequence primitive. | 201 | 1 |
| nx_serp_research.nx | ground the SERP-DISPLAY s-class-exceed bar (operator 2026-07-03: "a page thats | 53 | 4 |
| nx_servedrift.nx | IS THE BINARY WE ARE SERVING THE ONE THE LAST BUILD PRODUCED? | 230 | 7 |
| nx_service.nx | SERVICE BASE rung. The shared harness every domain organ | 333 | 23 |
| nx_service_test.nx | gate for the service base. The JSON writer is checked | 164 | 4 |
| nx_servicectl.nx | generic sovereign service restart: kill ANY daemon by full /proc cmdline, then respawn it | 23 | 1 |
| nx_session.nx | composite substrate session for parallel-companion scenes. | 180 | 8 |
| nx_session_audit_compose_test.nx | meta-cardinal session loop. | 133 | 1 |
| nx_session_id.nx | cryptographically strong session identifiers. | 111 | 6 |
| nx_session_mint_lib.nx | LIBRARY (no main): mint an M5 no-cookie session token directly from a server key bundle, | 68 | 7 |
| nx_session_real_llm_compose_test.nx | demonstrates how nx_session + | 70 | 1 |
| nx_session_summary.nx | periodic session-end summary emitter. | 142 | 10 |
| nx_session_summary_test.nx | smoke for nx_session_summary. | 67 | 1 |
| nx_session_test.nx | smoke for the composite session primitive. | 109 | 1 |
| nx_session_ttl.nx | SESSION IDLE + ABSOLUTE TIMEOUT (closes hosting_research gap #8 "session-rotate- | 44 | 6 |
| nx_session_ttl_gate.nx | KAT for session idle/absolute timeout. Asserts the timeout boundaries, that the | 41 | 1 |
| nx_set.nx | unordered set of i64 elements. | 95 | 5 |
| nx_set_cookie.nx | build HTTP Set-Cookie response header values. | 209 | 5 |
| nx_sevenz.nx | THE 7z ARCHIVE COMMAND (/compare/modding MD29 sz_walk, 2026-09-06). A thin caller of nx_sevenz_lib so the | 162 | 10 |
| nx_sevenz_gate.nx | THE 7z READER GATE (/compare/modding MD29 sz_walk, 2026-09-06). The subjects are two REAL archives mirrored | 363 | 8 |
| nx_sevenz_lib.nx | THE 7z CONTAINER READER (/compare/modding MD29 sz_walk, 2026-09-06), written from the mirrored format | 835 | 22 |
| nx_sevenz_selected_candidate_t144.nx | THE 7z CONTAINER READER (/compare/modding MD29 sz_walk, 2026-09-06), written from the mirrored format | 835 | 22 |
| nx_sext_semantics_probe.nx | differential probe for the subword sign-extend debt fix (2026-07-10). | 42 | 3 |
| nx_sext_wasm_kat.nx | WASM-lane payload for the subword sign-extend KAT (2026-07-10 sext debt fix). | 26 | 2 |
| nx_sfu_select.nx | SOVEREIGN SELECTIVE-FORWARDING core (the jitsi-videobridge value prop, measured our | 241 | 18 |
| nx_sh.nx | the sovereign Nishi shell (orchestration primitives), bits-up. | 64 | 4 |
| nx_sh_race.nx | prove the sovereign shell nx_sh is an S-class EXCEED over | 42 | 3 |
| nx_sha1.nx | SHA-1 (FIPS 180-4 §6.1), 160-bit hash. | 318 | 7 |
| nx_sha1_diff_probe.nx | differential oracle for the SHA-1 optimization. | 36 | 3 |
| nx_sha256.nx | SHA-256 in pure NishiLang (Phase G9, FIPS 180-4). | 549 | 23 |
| nx_sha256_canonical_gate_t77.nx | Native Linux x86-64 qualification of existing shared allocation and canonical hash reuse. | 124 | 9 |
| nx_sha256_diff_probe.nx | differential oracle for the SHA-256 optimization. | 39 | 3 |
| nx_sha256_kat_test.nx | NIST FIPS 180-4 KAT: SHA-256("abc") | 25 | 1 |
| nx_sha256_perf_test.nx | bench substrate SHA-256 on a fixed input. | 83 | 2 |
| nx_sha256_sha384_coexist_kat_test.nx | regression KAT for the | 63 | 1 |
| nx_sha256_shared_gate.nx | Native Linux x86-64 qualification of existing shared allocation and canonical hash reuse. | 118 | 9 |
| nx_sha256_wasm.nx | SHA-256 (FIPS 180-4) self-contained for WAT target. | 307 | 8 |
| nx_sha256_workspace_gate_t77.nx | Native Linux x86-64 qualification of existing shared allocation and canonical hash reuse. | 124 | 9 |
| nx_sha256_workspace_t77.nx | SHA-256 in pure NishiLang (Phase G9, FIPS 180-4). | 549 | 23 |
| nx_sha3.nx | FIPS 202 SHA3-256 (Keccak-f[1600], rate=1088 bits). | 324 | 9 |
| nx_sha384_kat_test.nx | NIST FIPS 180-4 SHA-384 + SHA-512/256 | 94 | 2 |
| nx_sha384_wasm.nx | SHA-384 (FIPS 180-4) self-contained for WAT target. | 276 | 10 |
| nx_sha3_256_wasm.nx | SHA-3-256 (FIPS 202) self-contained for WAT target. | 254 | 7 |
| nx_sha3_512_wasm.nx | SHA-3-512 (FIPS 202) self-contained for WAT target. | 255 | 7 |
| nx_sha512.nx | SHA-512 in pure NishiLang (FIPS 180-4 section 6.4). | 532 | 22 |
| nx_sha512_wasm.nx | SHA-512 (FIPS 180-4) self-contained for WAT target. | 285 | 10 |
| nx_shader_arg_canonical_gate_t210.nx | 33 | 2 | |
| nx_shader_arg_ownership_gate_t206.nx | 33 | 2 | |
| nx_shader_capture_owned_expanded_t218.nx | R0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem | 5364 | 290 |
| nx_shader_capture_owned_gate_t218.nx | 21 | 1 | |
| nx_shader_equivalence_gate_t290.nx | Exact-output regression witness using the shared owned capture path. | 30 | 3 |
| nx_shader_front_gate_expanded_t217.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 3813 | 275 |
| nx_shader_front_gate_t217.nx | 56 | 5 | |
| nx_shader_ir.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 608 | 61 |
| nx_shader_ir_args_candidate_t206.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 591 | 59 |
| nx_shader_ir_baseline_qualification_t206.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 585 | 59 |
| nx_shader_ir_before_front_t217.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 591 | 59 |
| nx_shader_ir_front_candidate_t217.nx | THE SHADER IR: ONE source of truth, N dialect backends. | 599 | 60 |
| nx_shader_producer_compare_t56.nx | Private audit: observed output equality does not establish source closure. | 30 | 3 |
| nx_shader_producer_compare_t57.nx | Private audit: observed output equality does not establish source closure. | 30 | 3 |
| nx_shader_producer_compare_t58.nx | Private audit: observed output equality does not establish source closure. | 52 | 5 |
| nx_shadow_direction.nx | Tier 6 cross-region lighting-coherence check. | 442 | 8 |
| nx_shadow_integration.nx | Best Compositing (shadow half). | 112 | 2 |
| nx_shake128_wasm.nx | SHAKE128 XOF (FIPS 202 §6.1) self-contained. | 264 | 7 |
| nx_shake256_wasm.nx | SHAKE256 XOF (FIPS 202 §6.2) self-contained. | 264 | 7 |
| nx_shani_block_probe.nx | BLOCK-LEVEL oracle probe for the SHA-NI intrinsic. | 122 | 5 |
| nx_shapeprobe.nx | CODEGEN-SHAPE FUZZER EMITTER (the Csmith-gap, first rung; 2026-07-05). | 119 | 6 |
| nx_shapeprobe_cand.nx | codegen-shape reproducer candidate. expect_exit: 0 | 1010 | 1002 |
| nx_shapley.nx | game-theoretic feature attribution. | 474 | 13 |
| nx_shard.nx | parallelism-ready work-sharding primitive. | 160 | 6 |
| nx_shard_query.nx | LIB: sharded SCATTER-GATHER query = the distributed READ PATH that makes the index scale | 46 | 3 |
| nx_shard_query_gate.nx | proves sharded scatter-gather top-k == single whole-corpus top-k (EXACT), incl. when the | 62 | 4 |
| nx_shard_validator.nx | per-decl structural validator. | 191 | 3 |
| nx_shard_writer.nx | size-rotating sharded output writer. | 172 | 14 |
| nx_shard_writer_test.nx | smoke for size-rotating output writer. | 50 | 1 |
| nx_share.nx | SHARING ring of the Relationship OS. Operator 2026-07-09: "share jobs or resources or all that | 303 | 10 |
| nx_share_consent.nx | PRIVACY / CONSENT ON SHARES (sharing ring rung 3; frontier momentum 170). The ACL | 134 | 9 |
| nx_share_rec.nx | WHAT-TO-SHARE RECOMMENDATION (sharing ring rung 2; the number-one 2025/26 sharing-frontier | 105 | 3 |
| nx_sharehub_research_fetch.nx | SOVEREIGN researcher for a Civitai-class SHARING platform + its LEGAL SAFE-HARBOR | 73 | 5 |
| nx_shelf_life.nx | FOOD-SCIENCE SUITE / SHELF-LIFE rung. Accelerated | 122 | 7 |
| nx_shelf_life_test.nx | smoke for nx_shelf_life. Proves the Q10 shelf- | 41 | 1 |
| nx_shell_lib.nx | GENERAL SOVEREIGN SHELL CAPABILITY (the shared library for the Nishi shell toolchain). | 166 | 17 |
| nx_shell_research_fetch.nx | SOVEREIGN researcher: GROUND the nx_shell benchmark in REAL fetched facts about | 64 | 5 |
| nx_shellclose.nx | CLOSE a reconstructed open sheet into a WATERTIGHT SOLID by offsetting it along its | 178 | 5 |
| nx_shelltool.nx | the INVOCABLE + MCP-READY surface for the shell-replacement tier (07-15 | 458 | 19 |
| nx_shelltool_gate.nx | liar-killed GATE for the MCP-ready shell-tool CLI. Forks the REAL built | 186 | 9 |
| nx_shelltool_tool_register.nx | register nx_shelltool (sovereign grep/glob/find) into the | 41 | 3 |
| nx_ship.nx | ONE sovereign command for the whole edit->build loop: pack a source dir, upload it over sovereign | 97 | 6 |
| nx_ship_behavior_authority_gate_t371.nx | 20 | 1 | |
| nx_ship_behavior_body_gate_t371.nx | 28 | 1 | |
| nx_ship_behavior_loss_regression_t371.nx | 57 | 4 | |
| nx_ship_behavior_review_gate_t371.nx | 63 | 2 | |
| nx_ship_fleet.nx | INTELLIGENT (adaptive-concurrency) FLEET SHIPPER. Drains a list of targets by running | 234 | 8 |
| nx_ship_fleet_gate.nx | bite-proves the PURE adaptive-concurrency core in nx_shipfleet_lib.nx: the AIMD | 59 | 1 |
| nx_ship_loss_live_before_t370.nx | 24 | 1 | |
| nx_ship_loss_live_fixture_t370.nx | 2 | 1 | |
| nx_ship_proof.nx | nx_ship_proof one-command edit->build loop 1783532599 | 1 | 0 |
| nx_shipcheck.nx | SHIP-COMPLETE integration-orphan detector (POST-submit lane; operator law | 543 | 25 |
| nx_shipcheck_gate.nx | proves the ship-complete orphan detector's teeth. DOGFOODS the D001 | 381 | 20 |
| nx_shipfleet_lib.nx | the PURE decision core for INTELLIGENT (adaptive-concurrency) shipping. | 57 | 3 |
| nx_shorebird_gate.nx | PG37: THE FIRST ANIMAL, HONESTLY A GULL, IS A CANON ROW OVER THE ONE BIRD PLAN. | 218 | 8 |
| nx_shtab.nx | ELF section header table builder. | 213 | 8 |
| nx_sieve_eratosthenes.nx | classical prime sieve. | 40 | 1 |
| nx_sieve_eratosthenes_test.nx | 35 | 1 | |
| nx_sig2_txq.nx | FRAME-ATOMIC non-blocking WebSocket send queue for the signaling relay. | 121 | 5 |
| nx_sigfixture.nx | A PROCESS THAT DIES BY THE SIGNAL YOU NAME: THE ONE FIXTURE FOR EVERY WAIT-STATUS RULER. | 97 | 6 |
| nx_sign.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sign_ceremony.nx | Nishi Sign ceremony (F504) CLI/MCP organ: self-verifying demo | 50 | 1 |
| nx_sign_ceremony_gate.nx | INDEPENDENT gate for the Sign ceremony (imports the SAME | 66 | 2 |
| nx_sign_ceremony_lib.nx | Nishi Sign CEREMONY (F504): the signing WORKFLOW over the | 46 | 4 |
| nx_sign_envelope.nx | Nishi Sign CLI/MCP organ: self-verifying demo over the CORE LIB | 89 | 1 |
| nx_sign_envelope_gate.nx | INDEPENDENT gate for the Nishi Sign core lib (imports the SAME | 131 | 2 |
| nx_sign_envelope_lib.nx | Nishi Sign CORE LIB: tamper-evident e-signature audit chain. | 97 | 7 |
| nx_sign_facade.nx | unified signing interface. | 191 | 6 |
| nx_sign_facade_test.nx | smoke for nx_sign_facade. | 79 | 1 |
| nx_sign_test.nx | 9 | 1 | |
| nx_signal.nx | POSIX signal numbers + sigaction syscall wrapper. | 153 | 7 |
| nx_signal_compensator.nx | meta-level inverse-response DSP correction. | 182 | 7 |
| nx_signalfd.nx | Linux signalfd(2) wrapper. | 109 | 6 |
| nx_signed_cookie.nx | HMAC-signed tamper-evident cookies. | 225 | 11 |
| nx_signed_cookie_candidate_t187.nx | HMAC-signed tamper-evident cookies. | 225 | 11 |
| nx_signup_origin_gate.nx | proves POST /register is gated on LAN-AND-INVITED, not on a global flag. | 128 | 6 |
| nx_sigpipe_gate.nx | proves the SIGPIPE root fix, and proves the tooth can | 127 | 2 |
| nx_silhouette_integrity.nx | Tier 6 melty-edge detector. | 342 | 5 |
| nx_silhouette_quality.nx | horizon/skyline quality grader. | 382 | 8 |
| nx_silu.nx | SiLU / Swish activation: x * sigmoid(x). | 222 | 5 |
| nx_sim_coverage.nx | GENERIC tool-vs-target coverage / efficiency simulation (sovereign, pure | 92 | 5 |
| nx_sim_coverage_gate.nx | GATE for the tool-vs-target efficiency simulator, on the toilet | 65 | 3 |
| nx_sim_massager_gate.nx | proves the SAME coverage engine (nx_sim_coverage) generalizes from | 53 | 3 |
| nx_sim_snapshot.nx | generic simulation state save/restore. | 351 | 14 |
| nx_simd_bench.nx | honest perf comparison: scalar i64 add vs | 116 | 3 |
| nx_simd_dot_bench.nx | x86 integer-SIMD dot (vpmaddwd via __i16x16_madd) vs scalar: verify + speedup. | 125 | 4 |
| nx_simd_i16x16_test.nx | exercise the i16x16 SIMD intrinsics. | 118 | 7 |
| nx_simd_i32x8_test.nx | exercise the i32x8 SIMD intrinsics. | 130 | 6 |
| nx_simd_i8x32_test.nx | exercise the i8x32 SIMD intrinsics. | 106 | 6 |
| nx_simd_madd_probe.nx | test the x86 integer-SIMD primitive __i16x16_madd (vpmaddwd) on nx_cc_known_good. | 65 | 2 |
| nx_simd_minmax_test.nx | i16x16 per-lane and horizontal min/max. | 146 | 8 |
| nx_simd_probe.nx | confirm the __simd i16x16 vdot intrinsics compile + work in a nx_syscalls organ. | 30 | 2 |
| nx_simd_probe2.nx | verify the POINTER-FORM __simd_vdot_i16_x16 compiles AND computes on x86. | 36 | 2 |
| nx_simd_sat_test.nx | i16x16 signed saturating add/sub. | 148 | 6 |
| nx_simd_usat_shift_test.nx | unsigned saturating arith + per-lane shifts (i16x16). | 159 | 7 |
| nx_simd_vdot_test.nx | widening dot product i16x16 -> i64. | 149 | 8 |
| nx_simd_x86_test.nx | AVX2-subset SIMD smoke (excludes VMUL which | 49 | 1 |
| nx_simhash.nx | SimHash near-duplicate / content-novelty kernel. | 136 | 6 |
| nx_simhash_test.nx | KAT for the SimHash near-duplicate kernel. | 53 | 1 |
| nx_simlab.nx | Simulates 2D gravitational orbits using integer arithmetic for both native and browser execution. | 126 | 19 |
| nx_simt_kernel_test.nx | L10 S-3 PTX codegen verification. | 35 | 2 |
| nx_simt_sum_kernel.nx | L10 S-6 demo kernel. | 69 | 2 |
| nx_simt_vec_add.nx | SIMT vector add (the GPU "hello world"). | 137 | 4 |
| nx_sine.nx | Sine (Sumo INference Engine) axiom selection. | 216 | 6 |
| nx_sine_test.nx | Sine selection smoke. | 147 | 4 |
| nx_singleness_gate.nx | IS EXACTLY ONE SUPERVISOR ALIVE? | 372 | 12 |
| nx_siphash.nx | SipHash-2-4 keyed PRF (Aumasson-Bernstein 2012). | 144 | 5 |
| nx_site_adapters.nx | THE ADAPTER CENSUS (/compare/mediaingest R8; contract symbol sa_count). | 126 | 7 |
| nx_site_adapters_gate.nx | GATE for nx_site_adapters (/compare/mediaingest R8, sa_count). Proves the count is | 111 | 4 |
| nx_site_chrome.nx | SOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg | 336 | 21 |
| nx_site_chrome_body_gate_t138.nx | Validates and processes shared surface navigation data with HTML escaping and route checks. | 80 | 3 |
| nx_site_chrome_body_t138.nx | SOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg | 414 | 34 |
| nx_site_chrome_composable_gate_t48.nx | Validates and processes shared surface navigation data with security checks and HTML escaping. | 58 | 3 |
| nx_site_chrome_composable_t48.nx | SOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg | 416 | 34 |
| nx_site_chrome_search_gate_t53.nx | Validates and processes shared surface navigation data with HTML escaping and route checks. | 68 | 3 |
| nx_site_chrome_search_t53.nx | SOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg | 414 | 34 |
| nx_site_monitor.nx | UPTIME + ALERTING (closes hosting_research gap #2 "uptime-alerting", 3/0 CONFIRMED: | 148 | 13 |
| nx_site_monitor_gate.nx | KAT for uptime/alerting. Deterministically asserts the transition classifier | 46 | 2 |
| nx_site_prepare_gate_t198.nx | 30 | 2 | |
| nx_site_publish.nx | CLI half of the artifact-publish capability (tools-api name: nx_site_publish). | 6 | 1 |
| nx_site_publish_alpha_candidate_t343.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 989 | 46 |
| nx_site_publish_alpha_cli_t343.nx | 2 | 1 | |
| nx_site_publish_alpha_gate_t343.nx | 17 | 1 | |
| nx_site_publish_boundary_candidate_t336.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 974 | 45 |
| nx_site_publish_boundary_canonical_gate_t336.nx | 22 | 1 | |
| nx_site_publish_boundary_cli_t336.nx | 2 | 1 | |
| nx_site_publish_boundary_gate_t336.nx | 22 | 1 | |
| nx_site_publish_edge_canonical_gate_t139.nx | gates artifact-publish placement semantics on a THROWAWAY CWD (the docroot | 276 | 6 |
| nx_site_publish_edge_gate_t139.nx | gates artifact-publish placement semantics on a THROWAWAY CWD (the docroot | 276 | 6 |
| nx_site_publish_edge_lib_t139.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 471 | 13 |
| nx_site_publish_gate.nx | gates artifact-publish placement semantics on a THROWAWAY CWD (the docroot | 215 | 6 |
| nx_site_publish_legacy_gate_t26.nx | gates artifact-publish placement semantics on a THROWAWAY CWD (the docroot | 215 | 6 |
| nx_site_publish_lib.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 989 | 46 |
| nx_site_publish_lib_pre_release_t141.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 471 | 13 |
| nx_site_publish_multi_candidate_t322.nx | Versioned multi-dependency composition for the existing site publisher. | 156 | 14 |
| nx_site_publish_multi_canonical_gate_t322.nx | Native isolated-store integration with four exact real motion artifacts. | 44 | 3 |
| nx_site_publish_multi_gate_t322.nx | Native isolated-store integration with four exact real motion artifacts. | 44 | 3 |
| nx_site_publish_prepare_lib_t256.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 804 | 31 |
| nx_site_publish_prepare_t198.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 731 | 28 |
| nx_site_publish_prepare_t256.nx | 2 | 1 | |
| nx_site_publish_release_candidate_t141.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 670 | 27 |
| nx_site_publish_sized_guard_gate.nx | Real NXA payload qualification in an exclusively created scratch directory. | 56 | 1 |
| nx_site_release_cli_gate_t141.nx | Calls the exact staged executable; no copied publisher main and no public docroot. | 26 | 2 |
| nx_site_release_gate_t141.nx | Private real-artifact qualification; requires a newly created scratch CWD. | 87 | 5 |
| nx_site_release_prepare_cli_gate_t256.nx | 23 | 1 | |
| nx_site_release_prepare_gate_t256.nx | Private real-artifact qualification; requires a newly created scratch CWD. | 88 | 5 |
| nx_site_stage_sized_gate_t26.nx | Focused stage-sized controls over actual bytes; all placement stays in a new private CWD. | 57 | 2 |
| nx_sitemap.nx | XML Sitemap 0.9 builder. | 201 | 8 |
| nx_sitepublish_tool_register.nx | Existing publisher discovery registrar. Record changes are additive in the registry. | 14 | 2 |
| nx_sites_telemetry.nx | the SENSE layer of the self-improving sites | 125 | 5 |
| nx_sitesweep.nx | THE STANDING ANSWER TO "HOW MANY PAGES ON OUR PUBLIC SITE SERVE BROKEN ASSETS?" | 833 | 6 |
| nx_sitesweep_gate.nx | the referee for the site-wide broken-asset sweep. | 282 | 3 |
| nx_sitesweep_lib.nx | the shared half of the site-wide broken-asset sweep: the classes, the | 324 | 17 |
| nx_size.nx | sovereign `size` tool (binutils equivalent). | 142 | 3 |
| nx_sizeguard.nx | FAIL LOUD BEFORE A READER SILENTLY TRUNCATES (seq1469 root fix #1). | 131 | 7 |
| nx_skeleton.nx | SKELETON + LINEAR-BLEND SKINNING (the character-foundation rung everything Elara needs | 216 | 23 |
| nx_sketch_ams.nx | AMS sketch (Alon-Matias-Szegedy 1996). | 203 | 11 |
| nx_sketch_bit_vector.nx | dense bit vector with popcount + bitwise ops. | 249 | 18 |
| nx_sketch_bloom.nx | Bloom filter v2 (sovereign-tier with typed envelope). | 168 | 10 |
| nx_sketch_buglog.nx | 5W+H+GLP provenance ledger primitive. | 338 | 34 |
| nx_sketch_cms.nx | Count-Min Sketch in NishiLang. | 219 | 9 |
| nx_sketch_comparator.nx | sealed-verdict comparator for head-to-head stomp claims. | 220 | 7 |
| nx_sketch_correlation.nx | streaming Pearson correlation + linear regression. | 197 | 12 |
| nx_sketch_count_sketch.nx | CountSketch (Charikar-Chen-Farach-Colton 2002). | 210 | 13 |
| nx_sketch_counting_bloom.nx | Counting Bloom filter (Fan-Cao-Almeida-Broder 1998). | 253 | 13 |
| nx_sketch_cpc.nx | CPC sparse-mode cardinality sketch (Lang 2017 / FM85). | 182 | 12 |
| nx_sketch_cpc_dense.nx | CPC dense bitmap mode + HIP estimator. | 214 | 14 |
| nx_sketch_cuckoo.nx | Cuckoo Filter (Fan et al. 2014). | 283 | 18 |
| nx_sketch_cusum.nx | CUSUM change-point detector (Page 1954). | 139 | 11 |
| nx_sketch_ddsketch.nx | DDSketch (Masson et al, PVLDB 2019). | 208 | 10 |
| nx_sketch_entropy.nx | streaming Shannon entropy estimator. | 134 | 8 |
| nx_sketch_epsilon_greedy.nx | Epsilon-Greedy bandit (Sutton-Barto, classic). | 216 | 14 |
| nx_sketch_ewma.nx | exponentially-weighted moving average (EWMA). | 137 | 8 |
| nx_sketch_geomean.nx | streaming geometric mean via log-space accumulation. | 147 | 11 |
| nx_sketch_hash_map.nx | open-addressing hash map (i64 -> i64). | 262 | 17 |
| nx_sketch_histogram.nx | fixed-bin histogram with quantile + merge. | 217 | 14 |
| nx_sketch_hll.nx | HyperLogLog cardinality sketch in NishiLang. | 500 | 13 |
| nx_sketch_hll4.nx | HLL_4 with Heule exception table. | 276 | 12 |
| nx_sketch_hll_packed.nx | 4-bit and 6-bit packed-register HLL. | 212 | 7 |
| nx_sketch_hll_provenance.nx | sample CAPABILITY + IMPROVEMENT_OPP entries | 87 | 1 |
| nx_sketch_hll_provenance_v2.nx | post-bias-table provenance entries. | 70 | 1 |
| nx_sketch_hllmap.nx | Map<key, HLL> for "distinct count per key" queries. | 251 | 13 |
| nx_sketch_holt.nx | Holt's linear method (double exponential smoothing). | 139 | 8 |
| nx_sketch_kll.nx | compactor-hierarchy quantile sketch. | 317 | 13 |
| nx_sketch_kmeans1d.nx | streaming 1D k-means clustering. | 177 | 12 |
| nx_sketch_kmv.nx | KMV (K-Minimum-Values) sketch. | 316 | 10 |
| nx_sketch_linear_counter.nx | Linear Counting (Whang-Vander Zanden 1990). | 229 | 13 |
| nx_sketch_lossy_counting.nx | Manku-Motwani 2002 Lossy Counting. | 237 | 14 |
| nx_sketch_mann_kendall.nx | streaming Mann-Kendall trend test. | 178 | 10 |
| nx_sketch_markov.nx | discrete-state Markov chain transition tracker. | 204 | 12 |
| nx_sketch_min_heap.nx | binary min-heap (priority queue) primitive. | 202 | 13 |
| nx_sketch_misra_gries.nx | Misra-Gries frequent items (1982). | 231 | 13 |
| nx_sketch_moments.nx | streaming higher moments (skewness + kurtosis). | 208 | 15 |
| nx_sketch_naive_bayes.nx | streaming binary Naive Bayes classifier. | 198 | 12 |
| nx_sketch_reservoir.nx | Vitter reservoir sampling + quantile. | 188 | 10 |
| nx_sketch_robust_hll.nx | adversarial-safe HLL via median-of-k. | 207 | 7 |
| nx_sketch_segment_tree.nx | segment tree for range sum / min / max queries. | 210 | 12 |
| nx_sketch_sliding_window.nx | last-W-samples rolling aggregator. | 187 | 12 |
| nx_sketch_space_saving.nx | SpaceSaving top-K heavy hitters. | 226 | 12 |
| nx_sketch_stream_stats.nx | streaming mean / variance / stddev / min / max. | 196 | 14 |
| nx_sketch_tdigest.nx | T-Digest (Dunning 2019) tail-tight quantile sketch. | 340 | 11 |
| nx_sketch_theta.nx | Theta sketch (Beyer/Haas 2014). | 377 | 11 |
| nx_sketch_tuple.nx | Tuple sketch (Theta + per-hash auxiliary data). | 328 | 12 |
| nx_sketch_types.nx | L-4 typed envelope scaffold for streaming sketches. | 91 | 1 |
| nx_sketch_ucb1.nx | UCB1 multi-armed bandit (Auer-Cesa-Bianchi-Fischer 2002). | 221 | 12 |
| nx_sketch_union_find.nx | Disjoint Set Union (Union-Find) primitive. | 158 | 8 |
| nx_sketch_varopt.nx | Weighted reservoir sampling (Efraimidis-Spirakis 2006 / Cohen 2011). | 245 | 12 |
| nx_sketch_zscore.nx | point z-score anomaly detector. | 134 | 10 |
| nx_skills_emit.nx | MAIN: seed the skill layer for a dish and render its skills surface. | 154 | 5 |
| nx_skin_diag.nx | VISIBLE diagnostic: is the skin detector accurate on the | 162 | 6 |
| nx_skin_ita.nx | SKIN ALBEDO DERIVED FROM THE GENOME, VIA A PUBLISHED STANDARD (charsim R0, | 249 | 12 |
| nx_skin_ita_gate.nx | GATE for genome-driven skin albedo (charsim R0). | 147 | 2 |
| nx_skin_pbr_gate.nx | GATE for the PBR map set (charsim R4, debt 1786549493 residue b+d). | 322 | 4 |
| nx_skin_pore_detail.nx | high-frequency pore-scale texture detector. | 115 | 2 |
| nx_skin_texture.nx | skin-texture realism detector. | 102 | 2 |
| nx_skin_texture_test.nx | 55 | 3 | |
| nx_skin_tone_ita.nx | Individual Typology Angle skin classifier. | 280 | 5 |
| nx_skinfit_gate.nx | THE GATE FOR THE CHROMOPHORE FIT, 2026-09-03. | 178 | 3 |
| nx_skinfit_lib.nx | RECOVER MELANIN AND HAEMOGLOBIN FROM A MEASURED REFLECTANCE (2026-09-03) | 123 | 3 |
| nx_skinneural.nx | ★P4-R3: DEPLOY the trained skin-family model onto generated people. Loads the R2 artifact | 156 | 4 |
| nx_skinsample.nx | CLI over nx_skinsample_lib (aesthetictwin AT23, 2026-09-16): skin colour measured from a mirrored | 76 | 4 |
| nx_skinsample_gate.nx | the referee for nx_skinsample_lib (aesthetictwin AT23, 2026-09-16). In-process on synthetic pixels | 139 | 4 |
| nx_skinsample_lib.nx | THE FIRST PHOTO RULER FOR THE TWIN CARD: skin colour MEASURED from a mirrored photograph | 226 | 10 |
| nx_skinspectra_gate.nx | THE GATE FOR THE MEASURED SPECTRA, 2026-09-03 (rung ST6). | 134 | 1 |
| nx_skinspectra_lib.nx | MEASURED ABSORPTION SPECTRA, PARSED NOT TRANSCRIBED (2026-09-03, rung ST6) | 188 | 7 |
| nx_skintex_probe.nx | decode a real skin texture and report what is actually in it. | 89 | 3 |
| nx_skull_canon_gate.nx | THE GENERATED SKULL AGAINST THE SCANNED ORACLE, LANDMARK BY LANDMARK (anatomy AN17, 2026-09-18). | 259 | 4 |
| nx_skull_canon_lib.nx | THE GENERATED SKULL'S OWN RULER: craniometric landmarks on OUR skull and on the scanned | 936 | 40 |
| nx_skull_canon_measure_t334.nx | THE GENERATED SKULL AGAINST THE SCANNED ORACLE, LANDMARK BY LANDMARK (anatomy AN17, 2026-09-18). | 259 | 4 |
| nx_skullsdf_region_gate_t334.nx | the skull as a FUSED SHELL WITH OPENINGS, built in the implicit path. | 2950 | 62 |
| nx_skullsdf_verified_candidate_t333.nx | the skull as a FUSED SHELL WITH OPENINGS, built in the implicit path. | 2831 | 56 |
| nx_skullsdf_verified_r3_t333.nx | the skull as a FUSED SHELL WITH OPENINGS, built in the implicit path. | 2872 | 57 |
| nx_skullsdf_verified_r4_t333.nx | the skull as a FUSED SHELL WITH OPENINGS, built in the implicit path. | 2900 | 59 |
| nx_skullskin.nx | FROM THE GENERATED SKULL TO A SKIN THAT SITS ON IT, RENDERED (aesthetictwin AT46, 2026-09-18). | 227 | 9 |
| nx_skullskin_gate.nx | gate for the skull-bound tissue-depth skin (aesthetictwin AT46, 2026-09-18). | 500 | 7 |
| nx_slice_auto_supports.nx | auto-build a physics-aware support | 158 | 1 |
| nx_slice_auto_supports_test.nx | verify auto-build of physics-aware | 96 | 1 |
| nx_slice_contour.nx | assemble nx_slice_plane segment soup into | 266 | 11 |
| nx_slice_contour_test.nx | end-to-end: tetrahedron mesh -> | 73 | 2 |
| nx_slice_layer_probe.nx | DIAGNOSTIC: slice ONE layer of the pyramid and dump | 68 | 5 |
| nx_slice_pipe_v2_real_test.nx | HARD REAL TEST of the integrated | 105 | 2 |
| nx_slice_pipe_v2_test.nx | verify the integrated slicer composes | 92 | 2 |
| nx_slice_pipeline.nx | end-to-end mesh -> multi-layer G-code | 249 | 3 |
| nx_slice_pipeline_test.nx | INTEGRATION TEST of every P0-P3.2 | 112 | 2 |
| nx_slice_plane.nx | intersect a triangle mesh with a Z-plane. | 377 | 8 |
| nx_slice_plane_test.nx | slice a unit tetrahedron at its midplane | 86 | 2 |
| nx_slicebench.nx | Cost of the SLICE bounds check over heap memory. Same shape and same workload as | 36 | 1 |
| nx_slo.nx | canonical sovereign observability: turn raw success/total + latency samples into SLO metrics | 35 | 4 |
| nx_slo_gate.nx | proves the sovereign SLO computer: availability, MEETING/BREACH verdict (no false-green), error | 41 | 1 |
| nx_slopmeter.nx | CLI: measure a GENERATED artifact's self-repetition. | 74 | 4 |
| nx_slopmeter_gate.nx | REFEREE for nx_slopmeter_lib (output repetition measurement). | 119 | 5 |
| nx_slopmeter_lib.nx | MEASURE THE OUTPUT, NOT THE REGISTRY. | 150 | 7 |
| nx_slowtick.nx | FIXTURE ORGAN for nx_sync_promote_gate (2026-08-22). NOT a production tool. | 26 | 3 |
| nx_slug.nx | convert strings to URL-safe slugs. | 135 | 4 |
| nx_smartconfig_research_fetch.nx | R1a: SOVEREIGN fetch of the EXACT ESP-Touch v1 SmartConfig | 75 | 5 |
| nx_smoke_alloc_call.nx | nested sys_mmap inside a called function. | 27 | 2 |
| nx_smoke_asm_b1.nx | Bisect: how many bytes does the assembler return for various | 21 | 1 |
| nx_smoke_asm_b10.nx | duplicate of b5 for sanity | 18 | 1 |
| nx_smoke_asm_b11.nx | just `.text` + label + 4 inst | 18 | 1 |
| nx_smoke_asm_b12.nx | just `.globl main` + label + 4 inst | 18 | 1 |
| nx_smoke_asm_b13.nx | Two `.text` directives, label, 4 inst. (Two-directive pattern test.) | 18 | 1 |
| nx_smoke_asm_b14.nx | .text + .globl main, NO label between, 4 inst | 18 | 1 |
| nx_smoke_asm_b15.nx | arg name DIFFERS from label | 18 | 1 |
| nx_smoke_asm_b16.nx | directives + label + 5 inst | 18 | 1 |
| nx_smoke_asm_b17.nx | 1 directive + label + 5 inst | 18 | 1 |
| nx_smoke_asm_b18.nx | directives + label + 4 inst, but use a longer label name | 18 | 1 |
| nx_smoke_asm_b19.nx | b11 (which works) plus one more `nop` | 18 | 1 |
| nx_smoke_asm_b2.nx | nx_safety_envelope: | 17 | 1 |
| nx_smoke_asm_b20.nx | just li a1, 40 | 18 | 1 |
| nx_smoke_asm_b21.nx | test22 with ret -> nop | 18 | 1 |
| nx_smoke_asm_b22.nx | test22 with li -> mv (so 4 inst, all reg-reg or reg-imm-reg) | 19 | 1 |
| nx_smoke_asm_b3.nx | nx_safety_envelope: | 17 | 1 |
| nx_smoke_asm_b4.nx | 4 instructions, no directives, no label. | 18 | 1 |
| nx_smoke_asm_b5.nx | 4 instructions WITH label. | 18 | 1 |
| nx_smoke_asm_b6.nx | directives + label + addi only (1 inst expected) | 18 | 1 |
| nx_smoke_asm_b7.nx | directives + label + addi + ret (2 inst expected) | 18 | 1 |
| nx_smoke_asm_b8.nx | directives + label + addi + sd + ret (3 inst expected) | 18 | 1 |
| nx_smoke_asm_b9.nx | directives + 4 inst NO label | 18 | 1 |
| nx_smoke_asm_d1.nx | Diagnostic: which instructions actually got emitted in test22? | 24 | 1 |
| nx_smoke_asm_d10.nx | Dump bytes near 53-67 by index to see what's there. | 13 | 1 |
| nx_smoke_asm_d2.nx | Return byte[4] (second instruction's first byte). | 18 | 1 |
| nx_smoke_asm_d3.nx | Return byte[8] (third instruction's first byte). | 18 | 1 |
| nx_smoke_asm_d4.nx | exit code is u8 anyway, but let's | 22 | 1 |
| nx_smoke_asm_d5.nx | Reach into Asm to see pass 1 cur_addr vs pass 2 out_pos. | 45 | 1 |
| nx_smoke_asm_d6.nx | Drive the assembler with a manually-built byte buffer, to rule | 64 | 1 |
| nx_smoke_asm_d7.nx | Pure string-literal sanity check. Same string as test22. | 16 | 1 |
| nx_smoke_asm_d8.nx | Dump byte at position 60 of the literal. | 13 | 1 |
| nx_smoke_asm_d9.nx | Dump byte at position 63 of the literal (where strlen stops). | 13 | 1 |
| nx_smoke_asm_test10.nx | .text without newline. | 20 | 1 |
| nx_smoke_asm_test11.nx | .byte directive (specifically handled). | 20 | 1 |
| nx_smoke_asm_test12.nx | addi with negative immediate. | 20 | 1 |
| nx_smoke_asm_test13.nx | sd with memory operand format. | 20 | 1 |
| nx_smoke_asm_test14.nx | progressively larger test. | 23 | 1 |
| nx_smoke_asm_test15.nx | just 2 consecutive li instructions. | 23 | 1 |
| nx_smoke_asm_test16.nx | .globl with operand. | 23 | 1 |
| nx_smoke_asm_test17.nx | what breaks when adding label? | 23 | 1 |
| nx_smoke_asm_test18.nx | .text then label. | 23 | 1 |
| nx_smoke_asm_test19.nx | 2 directives + label. | 23 | 1 |
| nx_smoke_asm_test2.nx | minimal assembly test. | 22 | 1 |
| nx_smoke_asm_test20.nx | add addi with negative imm. | 23 | 1 |
| nx_smoke_asm_test21.nx | add sd after addi. | 23 | 1 |
| nx_smoke_asm_test22.nx | full test14 with an additional `ret` final. | 20 | 1 |
| nx_smoke_asm_test23.nx | print emitted bytes. | 42 | 1 |
| nx_smoke_asm_test24.nx | test22 MINUS label. | 20 | 1 |
| nx_smoke_asm_test25.nx | directives + label + 3 insts (drop li). | 20 | 1 |
| nx_smoke_asm_test26.nx | like test22 but reorder: ret before li. | 20 | 1 |
| nx_smoke_asm_test3.nx | add directive + label. | 21 | 1 |
| nx_smoke_asm_test4.nx | just label + li + ret. | 21 | 1 |
| nx_smoke_asm_test5.nx | just .text directive. | 21 | 1 |
| nx_smoke_asm_test6.nx | like test5 but trailing space before newline. | 21 | 1 |
| nx_smoke_asm_test7.nx | literally just .text + ret. | 23 | 1 |
| nx_smoke_asm_test8.nx | just .text, no mnemonic. | 23 | 1 |
| nx_smoke_asm_test9.nx | empty source. | 19 | 1 |
| nx_smoke_call.nx | verify a function call returns its value through the chain. | 18 | 2 |
| nx_smoke_codegen_bug.nx | Minimal repro for the nested-if codegen bug: | 34 | 1 |
| nx_smoke_dom_inspect.nx | Probe dom_test to see what b4.idom actually is. | 36 | 1 |
| nx_smoke_elf_minimal.nx | Minimal write_elf test: 4 bytes of code, write to stderr (fd 2). | 18 | 1 |
| nx_smoke_exit42.nx | minimal RV64 sovereign smoke test. | 14 | 1 |
| nx_smoke_harness.nx | adapter smoke-test runner. | 256 | 5 |
| nx_smoke_imports.nx | test import + tok_at-like memory layout. | 23 | 1 |
| nx_smoke_lex2.nx | lex two tokens. | 20 | 1 |
| nx_smoke_lex3.nx | lex multiple tokens. | 20 | 1 |
| nx_smoke_lex4.nx | larger input, exercise lex_string + lex_number paths. | 20 | 1 |
| nx_smoke_lex5.nx | exact lex_test source, but no token verification. | 20 | 1 |
| nx_smoke_lex6.nx | lex + read first tok kind. | 21 | 1 |
| nx_smoke_lex7.nx | exact lex_test logic. | 34 | 1 |
| nx_smoke_lex_min.nx | minimal lex_source call. | 23 | 1 |
| nx_smoke_loop.nx | exercise a while loop + struct field write inside. | 26 | 1 |
| nx_smoke_mmap.nx | verify sys_mmap works in our RV64 ELF chain. | 22 | 1 |
| nx_smoke_nxasm_demo.nx | Take nxc2's actual asm output for a simple program and try to | 28 | 1 |
| nx_smoke_nxasm_demo2.nx | Same as smoke_nxasm_demo.nx but with the full directive header | 22 | 1 |
| nx_smoke_nxc_pipeline.nx | Replay nxc.nx's pipeline on the baked-in demo, reporting at | 79 | 1 |
| nx_smoke_nxc_pipeline10.nx | Pipeline through stage 3 only, then write_elf with fresh code. | 57 | 1 |
| nx_smoke_nxc_pipeline11.nx | Just lex+parse, no opt/regalloc/emit, then write_elf. | 26 | 1 |
| nx_smoke_nxc_pipeline12.nx | lex+parse+opt only. | 34 | 1 |
| nx_smoke_nxc_pipeline13.nx | lex+parse+opt+regalloc. | 47 | 1 |
| nx_smoke_nxc_pipeline14.nx | Report f.n_values after parse+opt for the demo. | 25 | 1 |
| nx_smoke_nxc_pipeline15.nx | Same as pipeline13 but allocate huge locs to rule out overflow. | 48 | 1 |
| nx_smoke_nxc_pipeline2.nx | Same as smoke_nxc_pipeline.nx but skip the crt0 stub to see if | 65 | 1 |
| nx_smoke_nxc_pipeline3.nx | Inspect m.n_functions after parse_module. | 27 | 1 |
| nx_smoke_nxc_pipeline4.nx | Try simpler source: no __syscall, just a constant return. | 27 | 1 |
| nx_smoke_nxc_pipeline5.nx | Try minimal source matching parse_test's expectations. | 27 | 1 |
| nx_smoke_nxc_pipeline6.nx | Inspect tokens generated by lex_source for `func f() { return 42 }`. | 30 | 1 |
| nx_smoke_nxc_pipeline7.nx | Add stage 5 (write_elf) to the pipeline replay. Writes to fd 3 | 70 | 1 |
| nx_smoke_nxc_pipeline8.nx | Same imports as nxc.nx but ONLY call write_elf, skip all the | 32 | 1 |
| nx_smoke_nxc_pipeline9.nx | Pipeline first, but call write_elf with a FRESH code buffer | 63 | 1 |
| nx_smoke_nxc_tilde.nx | 1:1 proof that the SELF-HOSTED RV64 backend | 73 | 1 |
| nx_smoke_objdump.nx | write -> read round-trip smoke test. | 62 | 1 |
| nx_smoke_regalloc_min.nx | Minimal regalloc invocation: build a Function with NO values | 40 | 1 |
| nx_smoke_regalloc_min2.nx | Regalloc on a 3-value function: const+const+add+ret. | 40 | 1 |
| nx_smoke_regalloc_min3.nx | Regalloc on 1-value function: const, return it. | 38 | 1 |
| nx_smoke_regalloc_min4.nx | 2-value function: 2 consts. | 38 | 1 |
| nx_smoke_regalloc_min5.nx | 3 consts, no binop. | 34 | 1 |
| nx_smoke_regalloc_min6.nx | isolate whether binop alone crashes. | 35 | 1 |
| nx_smoke_regalloc_min7.nx | Build a binop, then INSPECT the IR fields directly without | 36 | 1 |
| nx_smoke_regalloc_step.nx | Replay regalloc_function step-by-step on a binop function, | 83 | 1 |
| nx_smoke_repro.nx | minimal repro of codegen bug. | 47 | 2 |
| nx_smoke_repro2.nx | closer to the lex_ident_or_kw shape. | 51 | 4 |
| nx_smoke_repro3.nx | adds the text[i] = c style write. | 55 | 5 |
| nx_smoke_repro4.nx | match Tok's 12-field layout + lex_ident_or_kw shape. | 82 | 5 |
| nx_smoke_sim.nx | end-to-end smoke test of the off-C run-loop. | 97 | 1 |
| nx_smoke_str_a.nx | 64-byte string (no terminator counted). | 16 | 1 |
| nx_smoke_str_arg.nx | pass a string literal to a function, read first byte. | 19 | 2 |
| nx_smoke_str_b.nx | 65-byte string. | 15 | 1 |
| nx_smoke_str_c.nx | 100-byte string. | 15 | 1 |
| nx_smoke_str_index.nx | string indexing via *u8. | 21 | 1 |
| nx_smoke_struct.nx | struct alloc + field write/read. | 23 | 1 |
| nx_smoke_write.nx | verify sys_write to stdout works. | 20 | 1 |
| nx_smtlib_parse.nx | SMT-LIB v2 parser, propositional fragment. | 374 | 8 |
| nx_smtlib_parse_test.nx | SMT-LIB parser smoke + end-to-end solve. | 88 | 2 |
| nx_smtp_client.nx | EMAIL RUNG R1: SMTP client wire protocol (RFC 5321). | 284 | 13 |
| nx_smtp_server.nx | EMAIL RUNG R2: SMTP server receive grammar (RFC 5321 server side). | 277 | 14 |
| nx_sni_cert_select.nx | SNI -> per-domain wildcard-cert SELECTION for the SNI-aware | 104 | 7 |
| nx_sni_extract.nx | extract the SNI host_name from a TLS ClientHello WITHOUT decrypting (the SNI is | 50 | 2 |
| nx_sni_extract_gate.nx | gate the SNI router's hostname extraction. Builds REAL ClientHello records via the | 61 | 5 |
| nx_sni_route.nx | SOVEREIGN TLS SNI extraction + backend routing decision (PURE: no syscalls, no imports, | 106 | 6 |
| nx_socket.nx | IPv4 TCP/UDP socket primitives. | 226 | 13 |
| nx_socket_holder_observation_gate.nx | Actual private listener/fork/fd observations. No signals, deploys or filesystem writes. | 102 | 3 |
| nx_socket_list.nx | NS-2.5 of NISHI_NAS_CONTROL_ROADMAP. | 407 | 11 |
| nx_socket_pingpong_test.nx | prove TCP listen/accept/connect | 142 | 3 |
| nx_soda_carbonation.nx | CRAFT-SODA rung C0: the CARBONATION physics model. | 179 | 12 |
| nx_soda_carbonation_test.nx | smoke for nx_soda_carbonation (craft-soda C0). | 64 | 1 |
| nx_soda_design.nx | CRAFT-SODA capstone: the "AIR-TO-SODA" chain. | 105 | 4 |
| nx_soda_design_test.nx | smoke for nx_soda_design (craft-soda capstone). | 44 | 1 |
| nx_soda_flavor.nx | CRAFT-SODA rung F0: the FLAVOR-DESIGN model. | 167 | 13 |
| nx_soda_flavor_test.nx | smoke for nx_soda_flavor (craft-soda F0). | 63 | 1 |
| nx_softbind.nx | LIB: BINDS nx_softdyn to character geometry (roadmap rung A4, 2026-08-01). | 285 | 31 |
| nx_softbody_region.nx | BODY-REGION soft physics with the OCCLUSION LAW (operator 2026-07-03: TittyMagic- | 283 | 16 |
| nx_softdyn.nx | LIB: SOVEREIGN SECONDARY DYNAMICS ("jiggle physics"), the general solver every animated | 165 | 16 |
| nx_softfloat_cost_kat.nx | WHAT DOES SOFTWARE FLOAT ACTUALLY COST US? The most basic number in a | 106 | 3 |
| nx_softjiggle.nx | JIGGLE-BONE soft dynamics (operator 2026-07-03: "we also want jiggle physics" -- the | 159 | 14 |
| nx_softtissue.nx | SOVEREIGN soft-tissue solver: XPBD over a tetrahedral physics cage | 1590 | 42 |
| nx_sol_gate.nx | STATUTE OF LIMITATIONS GATE. | 115 | 5 |
| nx_sol_lib.nx | STATUTE OF LIMITATIONS deadline engine. Exact calendar arithmetic, fail-closed. | 97 | 8 |
| nx_solar_system_catalog.nx | catalog of solar-system bodies. | 728 | 12 |
| nx_solarsim.nx | Simulates the solar system with integer-based N-body physics, rendering planets and trails in a packed RGB framebuffer. | 151 | 22 |
| nx_solid_actual_loft_gate_t365.nx | 43 | 7 | |
| nx_solid_column_union_candidate_t365.nx | Versioned solid-column composition shared by mesh-field consumers. | 50 | 4 |
| nx_solid_column_union_gate_t365.nx | 27 | 1 | |
| nx_solid_grid_candidate_t365.nx | Part-aware union grid, using counted YZ buckets and one reusable workspace. | 58 | 6 |
| nx_solid_grid_gate_t365.nx | 56 | 2 | |
| nx_solid_mesh_column_candidate_t365.nx | Mesh-column adapter for the versioned part-aware solid union. | 45 | 3 |
| nx_solid_mesh_column_gate_t365.nx | 62 | 3 | |
| nx_solve.nx | composite CASC solver entry point. | 147 | 3 |
| nx_solve_steps_gate.nx | AM10: DOES THE WORKED SOLUTION ACTUALLY SOLVE, AND DOES IT TELL THE TRUTH? | 132 | 4 |
| nx_solve_steps_lib.nx | A SOLVE, WORKED STEP BY STEP, EACH STEP NAMING THE RULE IT APPLIED. | 218 | 11 |
| nx_solve_test.nx | composite CASC solver smoke. | 57 | 2 |
| nx_soma_germline.nx | sealed enum + classifier for substrate vs data | 255 | 8 |
| nx_soma_germline_test.nx | smoke for nx_soma_germline. | 114 | 1 |
| nx_song_grade.nx | INSTRUMENT-LEARN-GAME (Rocksmith-class) rung LG-2: the | 62 | 1 |
| nx_song_grade_gate.nx | REFEREE for the learn-game grader (LG-2, nx_song_grade). | 129 | 6 |
| nx_sort.nx | sorting algorithms. | 102 | 4 |
| nx_sort_pairs_candidate_t365.nx | sorting algorithms. | 102 | 4 |
| nx_sota_drift_gate.nx | THE REFEREE for MEASURED BINDINGS in the SOTA emitter (2026-09-01). | 291 | 14 |
| nx_sota_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch | 96 | 5 |
| nx_sota_why.nx | WHERE DOES ONE DOMAIN STAND, AND WHAT IS THE NEXT STEP FOR IT. | 193 | 1 |
| nx_sota_why_gate.nx | proves the per-domain board reader, BOTH POLARITIES. | 188 | 2 |
| nx_sota_why_lib.nx | the two pure helpers behind nx_sota_why, in a lib so the ORGAN AND ITS GATE RUN | 39 | 3 |
| nx_sound.nx | audio primitives (windowing + spectrogram). | 155 | 6 |
| nx_sound_test.nx | smoke for nx_sound primitives. | 94 | 1 |
| nx_source_adapter.nx | NX-INGEST source-adapter framework ABC. | 400 | 10 |
| nx_source_binding_plan_watch_gate.nx | Read-only pure join gate, actual declaration ruler controls; no estate writes. | 74 | 5 |
| nx_source_health.nx | SOURCE HEALTH, THE DECISION + THE PERSISTED VERDICT (/compare/mediaingest R1; contract | 186 | 15 |
| nx_source_health_gate.nx | GATE for nx_source_health (/compare/mediaingest R1, sh_preflight). No network: the | 71 | 1 |
| nx_source_health_probe.nx | the BOUNDED PROBE half of /compare/mediaingest R1 (source health pre-flight). | 199 | 5 |
| nx_source_tier.nx | the research-established ranking rule, bits-up. | 218 | 8 |
| nx_source_tier_test.nx | KAT for the source-tier classifier. | 64 | 1 |
| nx_sov.nx | THE STANDARD SOVEREIGN DATA CLI (operator 2026-07-16: "this happens a lot -- make | 304 | 5 |
| nx_sov_census.nx | sovereign 3rd-party-dependency census (the MEASURE step). | 63 | 7 |
| nx_sov_census_run.nx | run the sovereignty census on the live nishi-library. | 75 | 4 |
| nx_sov_census_test.nx | sovereign gate for the 3rd-party-dependency census. | 43 | 1 |
| nx_sov_endpoint.nx | the ONE place that knows how to reach our own edge. | 153 | 11 |
| nx_sov_endpoint_gate.nx | proves the endpoint policy matches the measurement. | 182 | 3 |
| nx_sov_gate.nx | gate for the standard sovereign data CLI (the anti-flat-file standard path). | 109 | 3 |
| nx_sov_ledger.nx | CANONICAL generic sovereign ledger on nx_seg_store. The DRY primitive that makes | 82 | 8 |
| nx_sovereign_compose_test.nx | silicon-up sovereignty + optimization. | 204 | 2 |
| nx_sovereign_deps_gate.nx | SOVEREIGN replacement for bench/gate_nx_sovereign_deps.sh (which uses | 93 | 5 |
| nx_sovereign_page_emit.nx | sovereign emitter: content/sovereign.rows -> dist/sovereign/index.html. | 143 | 6 |
| nx_sovereign_qed_audit.nx | substrate-side self-audit of NishiLang's | 221 | 4 |
| nx_sovereign_runner.nx | read an ELF off disk via OUR fs primitive, | 98 | 1 |
| nx_sovereign_sync_proof.nx | packed local, sovereign-TLS uploaded, unpacked on NAS, ZERO scp | 1 | 0 |
| nx_sovereignty_audit.nx | the team's SOVEREIGNTY-PURITY auditor. | 528 | 25 |
| nx_sovgit_obj.nx | SOVEREIGN GIT OBJECT STORE (roadmap rung X0). Content-addressed blob/tree/commit: | 219 | 14 |
| nx_sovgpu_research_fetch.nx | bank the SOVEREIGN GPU STACK landscape (operator 2026-07-04: "stop using | 46 | 2 |
| nx_sovstore_census.nx | UNIVERSAL sovereign-store + monitoring coverage census (operator 2026-06-23: | 80 | 7 |
| nx_sparse_tensor.nx | compressed sparse row tensor + sparse matmul. | 248 | 8 |
| nx_sparse_tensor_test.nx | algo-led correctness: sparse matmul | 158 | 1 |
| nx_spatial_probe.nx | STANDING WITNESS for the spatial-safety gap (CWE-787/125). | 57 | 1 |
| nx_specdec.nx | sovereign SPECULATIVE DECODING (prompt-lookup drafted, | 238 | 6 |
| nx_specdec_gate.nx | MEASURED gate for sovereign SPECULATIVE DECODING | 209 | 3 |
| nx_specular_falloff.nx | measure highlight sharpness (broad=real skin, sharp=plastic). | 144 | 2 |
| nx_speculative_lookahead_gate.nx | measures the SECOND speculative factor: prompt-lookahead ACCEPTANCE (the | 105 | 5 |
| nx_speculative_verify.nx | H3 speculative decoding bits-up. | 231 | 11 |
| nx_speculative_verify_test.nx | smoke for H3 speculative decoding. | 152 | 1 |
| nx_spend_analyze.nx | the SPEND-PATTERN analyzer (the operator's headline ask: "manage spend patterns to be | 75 | 11 |
| nx_spend_analyze_gate.nx | proves the spend analyzer on a hand-computed monthly budget: | 57 | 2 |
| nx_spend_research_fetch.nx | the Nishi RESEARCHER's sovereign fetch to GROUND the purchase-decision / | 84 | 5 |
| nx_spendgate.nx | ASK BEFORE YOU SPEND. The gate between "I should build X" and building X. | 177 | 4 |
| nx_spool_txfix.nx | GATE FIXTURE transport for nx_state_spool_gate: exit 0 (delivered) iff | 19 | 2 |
| nx_spore.nx | drift unit; positive mycelium-class networking bootstrap. | 287 | 13 |
| nx_spore_sign_gate.nx | spore-cas-signed: Ed25519 PROVENANCE over the germination seed. | 122 | 5 |
| nx_spore_test.nx | smoke for nx_spore. | 138 | 1 |
| nx_spore_up_lifecycle_test.nx | FULL 5-phase ecosystem evolution | 266 | 6 |
| nx_spore_up_network_test.nx | full ecosystem evolution flow on | 263 | 4 |
| nx_spore_up_test.nx | minimum-viable spore-up demonstration. | 203 | 3 |
| nx_sprite_forge.nx | THE SPRITE BUILDER (not a sprite): a sovereign, data-driven procedural character forge. | 245 | 22 |
| nx_sqlite_rows.nx | SOVEREIGN SQLite ROW READER (rung 2) + seg-store PLANE LANDER. | 1112 | 35 |
| nx_square_inplace.nx | AUTO-GENERATED from shape `array_transform_inplace`. | 28 | 1 |
| nx_square_inplace_test.nx | 15 | 1 | |
| nx_srcdiff.nx | IS A DIRECTION MERGE SAFE, OR DOES THIS NEED A UNION? The per-file decision organ. | 445 | 14 |
| nx_srcdiverge_gate.nx | BINARY-AHEAD-OF-SOURCE detector (seq1392 rung 2). license_tier: ORIGINAL | 129 | 4 |
| nx_srcfmt.nx | THE CANONICAL SOURCE FORMATTER for NishiLang (lang.plan rung LN9, watch symbol | 1096 | 42 |
| nx_srcfmt_gate.nx | GATE for LN9, the canonical source formatter (lang.plan rung LN9, symbol | 160 | 6 |
| nx_srcfresh.nx | LIB: IS THIS ARTIFACT BUILT FROM THIS SOURCE? The canonical source-vs-artifact | 162 | 7 |
| nx_srcfresh_gate.nx | TEETH FOR THE EXTRACTED FRESHNESS PREDICATE (nx_srcfresh.nx). | 148 | 5 |
| nx_srcreach.nx | THE SOURCE REGISTRY READER AND THE PACE BUDGET, for /compare/researchreach rungs RR1 and RR3. | 369 | 11 |
| nx_srcreach_gate.nx | THE GATE FOR THE SOURCE REGISTRY READER AND THE PACE BUDGET (/compare/researchreach RR1, RR3). | 174 | 3 |
| nx_srcreg_lib.nx | THE ONE READER FOR THE RESEARCH SOURCE REGISTRY (knowledge/research_sources.conf). | 293 | 18 |
| nx_sreach_scorecard.nx | the SEARCH lane's S-CLASS-EXCEED scorecard, | 116 | 7 |
| nx_srt.nx | SubRip (.srt) subtitles: writer, reader, and WebVTT conversion. | 296 | 9 |
| nx_srt_gate.nx | proves the SubRip reader/writer and the WebVTT conversion. | 239 | 4 |
| nx_ssh_client.nx | sovereign SSH-2 client, end to end: KEX -> key | 89 | 1 |
| nx_ssh_deploy.nx | use the sovereign SSH client to authenticate to the NAS | 35 | 2 |
| nx_ssh_kex.nx | sovereign SSH-2 key exchange (phase 1 of the bits-up SSH | 232 | 16 |
| nx_ssh_lib.nx | shared core of the sovereign SSH-2 client: wire helpers, | 519 | 29 |
| nx_ssh_probe.nx | sovereign SSH-2 reconnaissance (phase 0 of the bits-up | 105 | 5 |
| nx_ssim.nx | Structural Similarity (SSIM) metric, Wang 2004. | 352 | 6 |
| nx_stability.nx | ICH Q1A(R2)/Q1E STABILITY rung: the temperature physics | 396 | 21 |
| nx_stability_rh.nx | the MOISTURE axis of stability, and the machinery to | 285 | 13 |
| nx_stability_rh_test.nx | gate for the moisture axis and the separation. | 188 | 4 |
| nx_stability_test.nx | gate for the ICH stability rung. | 246 | 3 |
| nx_stage_path.nx | THE ONE HOME FOR "WHERE DO THE STAGED MODELS AND LEDGERS LIVE ON THIS HOST". | 335 | 27 |
| nx_staged_shader_layout_capture_t31.nx | ORIGINAL. Private staged shader/layout capture; no publishing or promotion. | 29 | 1 |
| nx_staging_guard_candidate_t296.nx | REFUSE A PROMOTE THAT WOULD WALK A TARGET BACKWARDS. | 415 | 18 |
| nx_staging_structured_gate_t296.nx | Validates and classifies structured gate artifacts for staging compatibility and content integrity. | 74 | 4 |
| nx_stale_check.nx | SAFE detect-only companion to nx_restage: is a build tree's _offc/<target>.elf | 340 | 11 |
| nx_stale_check_tool_register.nx | register nx_stale_check into the discovery registry so it appears | 34 | 3 |
| nx_stalecensus.nx | RESOLVE THE AMBIGUITY nx_stalesweep NAMES (2026-08-07). | 295 | 7 |
| nx_stalesweep.nx | SOVEREIGN replacement for nx_stale_sweep.cron.sh (2026-08-07). | 218 | 10 |
| nx_state_delta_codec.nx | quantized bit-packed entity state delta codec. | 368 | 13 |
| nx_state_machine.nx | generic state-transition primitive. | 119 | 7 |
| nx_state_machine_test.nx | smoke for nx_state_machine. | 62 | 1 |
| nx_state_spool.nx | CLI of the store-and-forward state spool (CR-R1a; NAS=hub, laptop=worker: | 63 | 4 |
| nx_state_spool_core.nx | importable CORE of the STORE-AND-FORWARD state spool (CR-R1a of the | 113 | 5 |
| nx_state_spool_gate.nx | liar-killed GATE for the store-and-forward state spool (CR-R1a). | 131 | 5 |
| nx_static3_test.nx | isolate: do MULTIPLE module statics, set in main, read from ANOTHER function, work? Expect 3STATIC_OK. | 27 | 2 |
| nx_static_affine_gate_20260910.nx | 28 | 1 | |
| nx_static_diag.nx | pinpoint: 3 static pointers, each = a distinct mmap, deref-written, read back. Shows aliasing + per-deref. | 21 | 1 |
| nx_static_io.nx | sovereign static-file serving over HTTP. | 253 | 13 |
| nx_static_io_simple.nx | simpler content_type to bisect the hang. | 31 | 3 |
| nx_static_probe.nx | isolate PE static-persistence. A cross-call static | 23 | 2 |
| nx_staticmany_repro.nx | REGRESSION WITNESS: ~57 mixed statics (the nx_drbench shape) + a big-loop *u8 | 106 | 3 |
| nx_staticsub_repro.nx | REGRESSION WITNESS for static-pointer subscript shapes (the 2026-07-07 stride-bug | 36 | 6 |
| nx_staticwrite_repro.nx | REGRESSION WITNESS for the *u8-static STRIDE bug (fixed+blessed 2026-07-07): a | 31 | 1 |
| nx_statuscensus.nx | TS11 (/compare/trafficsafety): STATUS ANALYTICS + THE NON-EMPTY-200 SLA GAUGE, the PROGRAM. | 27 | 1 |
| nx_statuscensus_gate.nx | TS11 referee: drives the ONE classifier (nx_statuscensus_lib) IN-PROCESS over planted | 177 | 6 |
| nx_statuscensus_lib.nx | TS11 (/compare/trafficsafety): STATUS ANALYTICS + THE NON-EMPTY-200 SLA GAUGE, the LIB. | 335 | 17 |
| nx_stdlib.nx | NishiLang's built-in prelude. | 34 | 0 |
| nx_steam.nx | FOOD-SCIENCE SUITE / STEAM & THERMODYNAMICS rung. The | 90 | 7 |
| nx_steam_reviews.nx | STEAM REVIEW ADAPTER: the thin I/O program over nx_reviewmine_lib (/compare/reviewmine | 633 | 18 |
| nx_steam_reviews_gate.nx | GATE for the review miner's decision core (/compare/intelmine R0-R3: the Steam page | 447 | 21 |
| nx_steam_test.nx | smoke for nx_steam. Proves the saturated-steam | 31 | 1 |
| nx_steamgfx_research.nx | SCOPE THE REAL BAR with the nishi researcher: "swap our sovereign graphics stack in | 37 | 1 |
| nx_step_brepw.nx | ANALYTIC B-REP STEP WRITE (cadtwin P3a write parity): two capabilities. | 414 | 6 |
| nx_step_geom.nx | REAL GEOMETRY extraction from a STEP file (cadtwin P3a: structure -> actual coordinates). | 102 | 6 |
| nx_step_nurbs.nx | RATIONAL B-SPLINE SURFACE evaluation from STEP (cadtwin P3a: the ROUND parts, exact). | 279 | 10 |
| nx_step_parse.nx | R1a STEP (ISO-10303-21) STRUCTURE parser LIB (no main; gated by nx_step_parse_gate). | 453 | 22 |
| nx_step_sample_fetch.nx | R1a of the CAD car-twin ladder: bank the CANONICAL STEP assembly test file | 48 | 4 |
| nx_step_tess.nx | PLANAR-FACE TESSELLATION from STEP B-rep (cadtwin P3a geometry half): turn the file's | 349 | 13 |
| nx_step_tess2.nx | COMPLETE planar-face tessellation: B-SPLINE CURVE edges + HOLE BRIDGING (cadtwin P3a, | 787 | 17 |
| nx_step_write.nx | STEP WRITE (cadtwin P3a write half, first rung): emit a valid ISO-10303-21 file from a | 310 | 10 |
| nx_stepsolve_gate.nx | ES26 (engineshift al_steps): STEPS-TO-SOLVE proven END-TO-END on a planted journal. | 292 | 17 |
| nx_stepsolve_lib.nx | ES26 (engineshift al_steps): THE ONE RULER for STEPS-TO-SOLVE PER COMMON TASK. | 354 | 20 |
| nx_stl.nx | binary STL mesh reader (1980s 3D Systems format, | 246 | 5 |
| nx_stl_adversarial_test.nx | Phase A1 of S-class hardening per | 144 | 1 |
| nx_stl_test.nx | hand-build a binary STL tetrahedron in-memory, | 160 | 3 |
| nx_stl_to_gcode_real_test.nx | HARD REAL TEST end-to-end: | 186 | 4 |
| nx_stl_write.nx | SOVEREIGN DCC export: procedural mesh -> binary STL. | 108 | 4 |
| nx_stl_write_mesh_test.nx | KAT gate: the GENERAL mesh exporter writes an | 91 | 6 |
| nx_stl_write_test.nx | KAT gate: the sovereign STL writer's output ROUND-TRIPS | 52 | 4 |
| nx_stm.nx | software transactional memory. | 162 | 6 |
| nx_stmt_gate.nx | F985 INDEPENDENT GATE: statements derived from the ledger. | 188 | 5 |
| nx_stmt_lib.nx | F985: FINANCIAL STATEMENTS, DERIVED FROM THE LEDGER. Never typed, never stored. | 88 | 4 |
| nx_store_id_lookup_lib.nx | Candidate exact row-ID lookup. Read-only; no store mutation or hardware writes. | 54 | 3 |
| nx_store_id_probe.nx | 36 | 1 | |
| nx_store_janitor.nx | reclaim SUPERSEDED seg-store segment files. The janitor pass that seq724/RK013 | 428 | 12 |
| nx_store_janitor_gate.nx | THE JANITOR GATE: the seg-store's most destructive standing beat (it moves | 239 | 13 |
| nx_store_put_load_file_t196.nx | THE UNIFIED INFORMATION-PLANE WRITE VERB (operator 2026-07-18: "it shouldnt | 858 | 21 |
| nx_store_seed_lib.nx | THE canonical GENERIC store-seed codec (operator 2026-07-17: unify the | 696 | 19 |
| nx_storybeat.nx | media-agnostic narrative beat. | 237 | 10 |
| nx_storydb.nx | top-level container for ingested narrative. | 252 | 13 |
| nx_stprobe.nx | substrate probe for the soft-tissue solver. Verifies the 3 language | 48 | 1 |
| nx_str.nx | C-style string utilities (NUL-terminated bytes). | 221 | 14 |
| nx_str_canonical.nx | first-class string / byte-slice type for NishiLang. | 311 | 21 |
| nx_str_gate.nx | the gate for the string vocabulary 109 modules import. | 95 | 2 |
| nx_strand_groom_gate.nx | PG14: DO GUIDE CURVES PLUS INTERPOLATION MAKE A GROOM, HIERARCHICAL BY CONSTRUCTION? | 154 | 2 |
| nx_strconv.nx | string <-> integer conversion utilities. | 253 | 7 |
| nx_strconv_gate.nx | the gate for the parse/format vocabulary 59 modules import. | 126 | 3 |
| nx_stream_multiplexer.nx | interleaved concurrent modality streams. | 298 | 12 |
| nx_stream_multiplexer_test.nx | smoke for nx_stream_multiplexer. | 152 | 1 |
| nx_stream_picker.nx | streaming + endgame piece selection (bits-up, deterministic). | 143 | 9 |
| nx_stream_picker_test.nx | KAT for the streaming + endgame piece picker. | 80 | 1 |
| nx_strerror.nx | errno -> short message mapping. | 225 | 3 |
| nx_stress.nx | mechanical stress primitive (σ = F/A in Pascals). | 171 | 9 |
| nx_stress_test.nx | stress = force/area + per-material yield | 86 | 1 |
| nx_strfmt.nx | minimal printf-style formatter. | 270 | 6 |
| nx_string_escape_hex_test.nx | MONITOR pillar for the C-bootstrap | 53 | 1 |
| nx_string_ops.nx | byte-buffer string primitives (Python/JS stdlib analog). | 313 | 17 |
| nx_string_ops_test.nx | smoke for the 16-primitive byte-buffer family. | 139 | 2 |
| nx_strip.nx | sovereign `strip` (remove debug info from ELF). | 109 | 3 |
| nx_strlit_escape_probe.nx | empirical probe: does the NishiLang lexer | 34 | 1 |
| nx_strlit_escape_probe2.nx | follow-up: are string literals | 28 | 1 |
| nx_strtab.nx | ELF string table builder. | 137 | 7 |
| nx_sts_cas_gate.nx | does an UNLOCKED sts_seed writer LIE ABOUT SUCCEEDING? | 237 | 8 |
| nx_sts_lock_gate.nx | proves sts_append_row's lock actually prevents the seq1559 lost-row race. | 123 | 6 |
| nx_sts_rowwrite_gate.nx | THE TEETH OF ROW-LEVEL PLANE WRITES (loadgov LV17 sts_put_append, 2026-09-02). | 96 | 4 |
| nx_stubmain_gate.nx | proves the stub-main ruler separates three states and does not invent a fourth. | 114 | 2 |
| nx_stubmain_lib.nx | THE STUB-MAIN RULER. One predicate, so the writer and the reader of this | 210 | 10 |
| nx_stun.nx | SOVEREIGN STUN (RFC 5389 / RFC 8489) message codec, NishiLang from the first byte up. | 89 | 15 |
| nx_stun_client.nx | SOVEREIGN STUN client (server-reflexive address discovery), NishiLang, composing | 133 | 8 |
| nx_stun_client_gate.nx | proves the sovereign STUN client two ways: | 133 | 7 |
| nx_stun_gate.nx | KAT the sovereign STUN codec BYTE-EXACT against the IETF's own RFC 5769 test vectors. | 122 | 8 |
| nx_stun_server.nx | SOVEREIGN STUN server (reflexive-address responder), NishiLang, composing nx_stun. | 79 | 7 |
| nx_stun_server_gate.nx | proves the sovereign STUN reflexive responder two ways: | 131 | 4 |
| nx_sub_10.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_100.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_100_test.nx | 9 | 1 | |
| nx_sub_101.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_101_test.nx | 9 | 1 | |
| nx_sub_102.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_102_test.nx | 9 | 1 | |
| nx_sub_103.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_103_test.nx | 9 | 1 | |
| nx_sub_104.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_104_test.nx | 9 | 1 | |
| nx_sub_105.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_105_test.nx | 9 | 1 | |
| nx_sub_106.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_106_test.nx | 9 | 1 | |
| nx_sub_107.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_107_test.nx | 9 | 1 | |
| nx_sub_108.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_108_test.nx | 9 | 1 | |
| nx_sub_109.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_109_test.nx | 9 | 1 | |
| nx_sub_10_test.nx | 9 | 1 | |
| nx_sub_11.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_110.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_110_test.nx | 9 | 1 | |
| nx_sub_111.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_111_test.nx | 9 | 1 | |
| nx_sub_112.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_112_test.nx | 9 | 1 | |
| nx_sub_113.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_113_test.nx | 9 | 1 | |
| nx_sub_114.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_114_test.nx | 9 | 1 | |
| nx_sub_115.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_115_test.nx | 9 | 1 | |
| nx_sub_116.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_116_test.nx | 9 | 1 | |
| nx_sub_117.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_117_test.nx | 9 | 1 | |
| nx_sub_118.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_118_test.nx | 9 | 1 | |
| nx_sub_119.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_119_test.nx | 9 | 1 | |
| nx_sub_11_test.nx | 9 | 1 | |
| nx_sub_12.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_120.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_120_test.nx | 9 | 1 | |
| nx_sub_121.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_121_test.nx | 9 | 1 | |
| nx_sub_122.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_122_test.nx | 9 | 1 | |
| nx_sub_123.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_123_test.nx | 9 | 1 | |
| nx_sub_124.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_124_test.nx | 9 | 1 | |
| nx_sub_125.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_125_test.nx | 9 | 1 | |
| nx_sub_126.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_126_test.nx | 9 | 1 | |
| nx_sub_127.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_127_test.nx | 9 | 1 | |
| nx_sub_128.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_128_test.nx | 9 | 1 | |
| nx_sub_129.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_129_test.nx | 9 | 1 | |
| nx_sub_12_test.nx | 9 | 1 | |
| nx_sub_13.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_130.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_130_test.nx | 9 | 1 | |
| nx_sub_131.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_131_test.nx | 9 | 1 | |
| nx_sub_132.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_132_test.nx | 9 | 1 | |
| nx_sub_133.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_133_test.nx | 9 | 1 | |
| nx_sub_134.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_134_test.nx | 9 | 1 | |
| nx_sub_135.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_135_test.nx | 9 | 1 | |
| nx_sub_136.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_136_test.nx | 9 | 1 | |
| nx_sub_137.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_137_test.nx | 9 | 1 | |
| nx_sub_138.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_138_test.nx | 9 | 1 | |
| nx_sub_139.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_139_test.nx | 9 | 1 | |
| nx_sub_13_test.nx | 9 | 1 | |
| nx_sub_14.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_140.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_140_test.nx | 9 | 1 | |
| nx_sub_141.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_141_test.nx | 9 | 1 | |
| nx_sub_142.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_142_test.nx | 9 | 1 | |
| nx_sub_143.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_143_test.nx | 9 | 1 | |
| nx_sub_144.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_144_test.nx | 9 | 1 | |
| nx_sub_145.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_145_test.nx | 9 | 1 | |
| nx_sub_146.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_146_test.nx | 9 | 1 | |
| nx_sub_147.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_147_test.nx | 9 | 1 | |
| nx_sub_148.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_148_test.nx | 9 | 1 | |
| nx_sub_149.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_149_test.nx | 9 | 1 | |
| nx_sub_14_test.nx | 9 | 1 | |
| nx_sub_15.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_150.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_150_test.nx | 9 | 1 | |
| nx_sub_151.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_151_test.nx | 9 | 1 | |
| nx_sub_152.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_152_test.nx | 9 | 1 | |
| nx_sub_153.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_153_test.nx | 9 | 1 | |
| nx_sub_154.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_154_test.nx | 9 | 1 | |
| nx_sub_155.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_155_test.nx | 9 | 1 | |
| nx_sub_156.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_156_test.nx | 9 | 1 | |
| nx_sub_157.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_157_test.nx | 9 | 1 | |
| nx_sub_158.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_158_test.nx | 9 | 1 | |
| nx_sub_159.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_159_test.nx | 9 | 1 | |
| nx_sub_15_test.nx | 9 | 1 | |
| nx_sub_16.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_160.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_160_test.nx | 9 | 1 | |
| nx_sub_161.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_161_test.nx | 9 | 1 | |
| nx_sub_162.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_162_test.nx | 9 | 1 | |
| nx_sub_163.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_163_test.nx | 9 | 1 | |
| nx_sub_164.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_164_test.nx | 9 | 1 | |
| nx_sub_165.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_165_test.nx | 9 | 1 | |
| nx_sub_166.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_166_test.nx | 9 | 1 | |
| nx_sub_167.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_167_test.nx | 9 | 1 | |
| nx_sub_168.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_168_test.nx | 9 | 1 | |
| nx_sub_169.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_169_test.nx | 9 | 1 | |
| nx_sub_16_test.nx | 9 | 1 | |
| nx_sub_17.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_170.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_170_test.nx | 9 | 1 | |
| nx_sub_171.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_171_test.nx | 9 | 1 | |
| nx_sub_172.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_172_test.nx | 9 | 1 | |
| nx_sub_173.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_173_test.nx | 9 | 1 | |
| nx_sub_174.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_174_test.nx | 9 | 1 | |
| nx_sub_175.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_175_test.nx | 9 | 1 | |
| nx_sub_176.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_176_test.nx | 9 | 1 | |
| nx_sub_177.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_177_test.nx | 9 | 1 | |
| nx_sub_178.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_178_test.nx | 9 | 1 | |
| nx_sub_179.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_179_test.nx | 9 | 1 | |
| nx_sub_17_test.nx | 9 | 1 | |
| nx_sub_18.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_180.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_180_test.nx | 9 | 1 | |
| nx_sub_181.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_181_test.nx | 9 | 1 | |
| nx_sub_182.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_182_test.nx | 9 | 1 | |
| nx_sub_183.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_183_test.nx | 9 | 1 | |
| nx_sub_184.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_184_test.nx | 9 | 1 | |
| nx_sub_185.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_185_test.nx | 9 | 1 | |
| nx_sub_186.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_186_test.nx | 9 | 1 | |
| nx_sub_187.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_187_test.nx | 9 | 1 | |
| nx_sub_188.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_188_test.nx | 9 | 1 | |
| nx_sub_189.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_189_test.nx | 9 | 1 | |
| nx_sub_18_test.nx | 9 | 1 | |
| nx_sub_19.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_190.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_190_test.nx | 9 | 1 | |
| nx_sub_191.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_191_test.nx | 9 | 1 | |
| nx_sub_192.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_192_test.nx | 9 | 1 | |
| nx_sub_193.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_193_test.nx | 9 | 1 | |
| nx_sub_194.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_194_test.nx | 9 | 1 | |
| nx_sub_195.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_195_test.nx | 9 | 1 | |
| nx_sub_196.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_196_test.nx | 9 | 1 | |
| nx_sub_197.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_197_test.nx | 9 | 1 | |
| nx_sub_198.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_198_test.nx | 9 | 1 | |
| nx_sub_199.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_199_test.nx | 9 | 1 | |
| nx_sub_19_test.nx | 9 | 1 | |
| nx_sub_2.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_20.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_200.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_200_test.nx | 9 | 1 | |
| nx_sub_201.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_201_test.nx | 9 | 1 | |
| nx_sub_202.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_202_test.nx | 9 | 1 | |
| nx_sub_203.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_203_test.nx | 9 | 1 | |
| nx_sub_204.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_204_test.nx | 9 | 1 | |
| nx_sub_205.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_205_test.nx | 9 | 1 | |
| nx_sub_206.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_206_test.nx | 9 | 1 | |
| nx_sub_207.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_207_test.nx | 9 | 1 | |
| nx_sub_208.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_208_test.nx | 9 | 1 | |
| nx_sub_209.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_209_test.nx | 9 | 1 | |
| nx_sub_20_test.nx | 9 | 1 | |
| nx_sub_21.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_210.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_210_test.nx | 9 | 1 | |
| nx_sub_211.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_211_test.nx | 9 | 1 | |
| nx_sub_212.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_212_test.nx | 9 | 1 | |
| nx_sub_213.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_213_test.nx | 9 | 1 | |
| nx_sub_214.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_214_test.nx | 9 | 1 | |
| nx_sub_215.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_215_test.nx | 9 | 1 | |
| nx_sub_216.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_216_test.nx | 9 | 1 | |
| nx_sub_217.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_217_test.nx | 9 | 1 | |
| nx_sub_218.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_218_test.nx | 9 | 1 | |
| nx_sub_219.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_219_test.nx | 9 | 1 | |
| nx_sub_21_test.nx | 9 | 1 | |
| nx_sub_22.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_220.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_220_test.nx | 9 | 1 | |
| nx_sub_221.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_221_test.nx | 9 | 1 | |
| nx_sub_222.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_222_test.nx | 9 | 1 | |
| nx_sub_223.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_223_test.nx | 9 | 1 | |
| nx_sub_224.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_224_test.nx | 9 | 1 | |
| nx_sub_225.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_225_test.nx | 9 | 1 | |
| nx_sub_226.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_226_test.nx | 9 | 1 | |
| nx_sub_227.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_227_test.nx | 9 | 1 | |
| nx_sub_228.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_228_test.nx | 9 | 1 | |
| nx_sub_229.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_229_test.nx | 9 | 1 | |
| nx_sub_22_test.nx | 9 | 1 | |
| nx_sub_23.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_230.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_230_test.nx | 9 | 1 | |
| nx_sub_231.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_231_test.nx | 9 | 1 | |
| nx_sub_232.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_232_test.nx | 9 | 1 | |
| nx_sub_233.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_233_test.nx | 9 | 1 | |
| nx_sub_234.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_234_test.nx | 9 | 1 | |
| nx_sub_235.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_235_test.nx | 9 | 1 | |
| nx_sub_236.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_236_test.nx | 9 | 1 | |
| nx_sub_237.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_237_test.nx | 9 | 1 | |
| nx_sub_238.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_238_test.nx | 9 | 1 | |
| nx_sub_239.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_239_test.nx | 9 | 1 | |
| nx_sub_23_test.nx | 9 | 1 | |
| nx_sub_24.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_240.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_240_test.nx | 9 | 1 | |
| nx_sub_241.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_241_test.nx | 9 | 1 | |
| nx_sub_242.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_242_test.nx | 9 | 1 | |
| nx_sub_243.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_243_test.nx | 9 | 1 | |
| nx_sub_244.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_244_test.nx | 9 | 1 | |
| nx_sub_245.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_245_test.nx | 9 | 1 | |
| nx_sub_246.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_246_test.nx | 9 | 1 | |
| nx_sub_247.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_247_test.nx | 9 | 1 | |
| nx_sub_248.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_248_test.nx | 9 | 1 | |
| nx_sub_249.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_249_test.nx | 9 | 1 | |
| nx_sub_24_test.nx | 9 | 1 | |
| nx_sub_25.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_250.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_250_test.nx | 9 | 1 | |
| nx_sub_251.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_251_test.nx | 9 | 1 | |
| nx_sub_252.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_252_test.nx | 9 | 1 | |
| nx_sub_253.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_253_test.nx | 9 | 1 | |
| nx_sub_254.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_254_test.nx | 9 | 1 | |
| nx_sub_255.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_255_test.nx | 9 | 1 | |
| nx_sub_256.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_256_test.nx | 9 | 1 | |
| nx_sub_257.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_257_test.nx | 9 | 1 | |
| nx_sub_258.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_258_test.nx | 9 | 1 | |
| nx_sub_259.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_259_test.nx | 9 | 1 | |
| nx_sub_25_test.nx | 9 | 1 | |
| nx_sub_26.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_260.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_260_test.nx | 9 | 1 | |
| nx_sub_261.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_261_test.nx | 9 | 1 | |
| nx_sub_262.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_262_test.nx | 9 | 1 | |
| nx_sub_263.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_263_test.nx | 9 | 1 | |
| nx_sub_264.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_264_test.nx | 9 | 1 | |
| nx_sub_265.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_265_test.nx | 9 | 1 | |
| nx_sub_266.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_266_test.nx | 9 | 1 | |
| nx_sub_267.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_267_test.nx | 9 | 1 | |
| nx_sub_268.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_268_test.nx | 9 | 1 | |
| nx_sub_269.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_269_test.nx | 9 | 1 | |
| nx_sub_26_test.nx | 9 | 1 | |
| nx_sub_27.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_270.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_270_test.nx | 9 | 1 | |
| nx_sub_271.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_271_test.nx | 9 | 1 | |
| nx_sub_272.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_272_test.nx | 9 | 1 | |
| nx_sub_273.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_273_test.nx | 9 | 1 | |
| nx_sub_274.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_274_test.nx | 9 | 1 | |
| nx_sub_275.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_275_test.nx | 9 | 1 | |
| nx_sub_276.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_276_test.nx | 9 | 1 | |
| nx_sub_277.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_277_test.nx | 9 | 1 | |
| nx_sub_278.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_278_test.nx | 9 | 1 | |
| nx_sub_279.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_279_test.nx | 9 | 1 | |
| nx_sub_27_test.nx | 9 | 1 | |
| nx_sub_28.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_280.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_280_test.nx | 9 | 1 | |
| nx_sub_281.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_281_test.nx | 9 | 1 | |
| nx_sub_282.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_282_test.nx | 9 | 1 | |
| nx_sub_283.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_283_test.nx | 9 | 1 | |
| nx_sub_284.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_284_test.nx | 9 | 1 | |
| nx_sub_285.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_285_test.nx | 9 | 1 | |
| nx_sub_286.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_286_test.nx | 9 | 1 | |
| nx_sub_287.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_287_test.nx | 9 | 1 | |
| nx_sub_288.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_288_test.nx | 9 | 1 | |
| nx_sub_289.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_289_test.nx | 9 | 1 | |
| nx_sub_28_test.nx | 9 | 1 | |
| nx_sub_29.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_290.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_290_test.nx | 9 | 1 | |
| nx_sub_291.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_291_test.nx | 9 | 1 | |
| nx_sub_292.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_292_test.nx | 9 | 1 | |
| nx_sub_293.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_293_test.nx | 9 | 1 | |
| nx_sub_294.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_294_test.nx | 9 | 1 | |
| nx_sub_295.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_295_test.nx | 9 | 1 | |
| nx_sub_296.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_296_test.nx | 9 | 1 | |
| nx_sub_297.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_297_test.nx | 9 | 1 | |
| nx_sub_298.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_298_test.nx | 9 | 1 | |
| nx_sub_299.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_299_test.nx | 9 | 1 | |
| nx_sub_29_test.nx | 9 | 1 | |
| nx_sub_2_test.nx | 9 | 1 | |
| nx_sub_3.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_30.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_300.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_300_test.nx | 9 | 1 | |
| nx_sub_301.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_301_test.nx | 9 | 1 | |
| nx_sub_302.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_302_test.nx | 9 | 1 | |
| nx_sub_303.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_303_test.nx | 9 | 1 | |
| nx_sub_304.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_304_test.nx | 9 | 1 | |
| nx_sub_305.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_305_test.nx | 9 | 1 | |
| nx_sub_306.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_306_test.nx | 9 | 1 | |
| nx_sub_307.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_307_test.nx | 9 | 1 | |
| nx_sub_308.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_308_test.nx | 9 | 1 | |
| nx_sub_309.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_309_test.nx | 9 | 1 | |
| nx_sub_30_test.nx | 9 | 1 | |
| nx_sub_31.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_310.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_310_test.nx | 9 | 1 | |
| nx_sub_311.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_311_test.nx | 9 | 1 | |
| nx_sub_312.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_312_test.nx | 9 | 1 | |
| nx_sub_313.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_313_test.nx | 9 | 1 | |
| nx_sub_314.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_314_test.nx | 9 | 1 | |
| nx_sub_315.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_315_test.nx | 9 | 1 | |
| nx_sub_316.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_316_test.nx | 9 | 1 | |
| nx_sub_317.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_317_test.nx | 9 | 1 | |
| nx_sub_318.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_318_test.nx | 9 | 1 | |
| nx_sub_319.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_319_test.nx | 9 | 1 | |
| nx_sub_31_test.nx | 9 | 1 | |
| nx_sub_32.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_320.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_320_test.nx | 9 | 1 | |
| nx_sub_321.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_321_test.nx | 9 | 1 | |
| nx_sub_322.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_322_test.nx | 9 | 1 | |
| nx_sub_323.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_323_test.nx | 9 | 1 | |
| nx_sub_324.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_324_test.nx | 9 | 1 | |
| nx_sub_325.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_325_test.nx | 9 | 1 | |
| nx_sub_326.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_326_test.nx | 9 | 1 | |
| nx_sub_327.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_327_test.nx | 9 | 1 | |
| nx_sub_328.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_328_test.nx | 9 | 1 | |
| nx_sub_329.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_329_test.nx | 9 | 1 | |
| nx_sub_32_test.nx | 9 | 1 | |
| nx_sub_33.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_330.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_330_test.nx | 9 | 1 | |
| nx_sub_331.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_331_test.nx | 9 | 1 | |
| nx_sub_332.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_332_test.nx | 9 | 1 | |
| nx_sub_333.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_333_test.nx | 9 | 1 | |
| nx_sub_334.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_334_test.nx | 9 | 1 | |
| nx_sub_335.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_335_test.nx | 9 | 1 | |
| nx_sub_336.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_336_test.nx | 9 | 1 | |
| nx_sub_337.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_337_test.nx | 9 | 1 | |
| nx_sub_338.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_338_test.nx | 9 | 1 | |
| nx_sub_339.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_339_test.nx | 9 | 1 | |
| nx_sub_33_test.nx | 9 | 1 | |
| nx_sub_34.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_340.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_340_test.nx | 9 | 1 | |
| nx_sub_341.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_341_test.nx | 9 | 1 | |
| nx_sub_342.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_342_test.nx | 9 | 1 | |
| nx_sub_343.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_343_test.nx | 9 | 1 | |
| nx_sub_344.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_344_test.nx | 9 | 1 | |
| nx_sub_345.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_345_test.nx | 9 | 1 | |
| nx_sub_346.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_346_test.nx | 9 | 1 | |
| nx_sub_347.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_347_test.nx | 9 | 1 | |
| nx_sub_348.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_348_test.nx | 9 | 1 | |
| nx_sub_349.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_349_test.nx | 9 | 1 | |
| nx_sub_34_test.nx | 9 | 1 | |
| nx_sub_35.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_350.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_350_test.nx | 9 | 1 | |
| nx_sub_351.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_351_test.nx | 9 | 1 | |
| nx_sub_352.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_352_test.nx | 9 | 1 | |
| nx_sub_353.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_353_test.nx | 9 | 1 | |
| nx_sub_354.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_354_test.nx | 9 | 1 | |
| nx_sub_355.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_355_test.nx | 9 | 1 | |
| nx_sub_356.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_356_test.nx | 9 | 1 | |
| nx_sub_357.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_357_test.nx | 9 | 1 | |
| nx_sub_358.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_358_test.nx | 9 | 1 | |
| nx_sub_359.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_359_test.nx | 9 | 1 | |
| nx_sub_35_test.nx | 9 | 1 | |
| nx_sub_36.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_360.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_360_test.nx | 9 | 1 | |
| nx_sub_361.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_361_test.nx | 9 | 1 | |
| nx_sub_362.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_362_test.nx | 9 | 1 | |
| nx_sub_363.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_363_test.nx | 9 | 1 | |
| nx_sub_364.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_364_test.nx | 9 | 1 | |
| nx_sub_365.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_365_test.nx | 9 | 1 | |
| nx_sub_366.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_366_test.nx | 9 | 1 | |
| nx_sub_367.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_367_test.nx | 9 | 1 | |
| nx_sub_368.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_368_test.nx | 9 | 1 | |
| nx_sub_369.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_369_test.nx | 9 | 1 | |
| nx_sub_36_test.nx | 9 | 1 | |
| nx_sub_37.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_370.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_370_test.nx | 9 | 1 | |
| nx_sub_371.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_371_test.nx | 9 | 1 | |
| nx_sub_372.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_372_test.nx | 9 | 1 | |
| nx_sub_373.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_373_test.nx | 9 | 1 | |
| nx_sub_374.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_374_test.nx | 9 | 1 | |
| nx_sub_375.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_375_test.nx | 9 | 1 | |
| nx_sub_376.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_376_test.nx | 9 | 1 | |
| nx_sub_377.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_377_test.nx | 9 | 1 | |
| nx_sub_378.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_378_test.nx | 9 | 1 | |
| nx_sub_379.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_379_test.nx | 9 | 1 | |
| nx_sub_37_test.nx | 9 | 1 | |
| nx_sub_38.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_380.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_380_test.nx | 9 | 1 | |
| nx_sub_381.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_381_test.nx | 9 | 1 | |
| nx_sub_382.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_382_test.nx | 9 | 1 | |
| nx_sub_383.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_383_test.nx | 9 | 1 | |
| nx_sub_384.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_384_test.nx | 9 | 1 | |
| nx_sub_385.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_385_test.nx | 9 | 1 | |
| nx_sub_386.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_386_test.nx | 9 | 1 | |
| nx_sub_387.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_387_test.nx | 9 | 1 | |
| nx_sub_388.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_388_test.nx | 9 | 1 | |
| nx_sub_389.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_389_test.nx | 9 | 1 | |
| nx_sub_38_test.nx | 9 | 1 | |
| nx_sub_39.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_390.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_390_test.nx | 9 | 1 | |
| nx_sub_391.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_391_test.nx | 9 | 1 | |
| nx_sub_392.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_392_test.nx | 9 | 1 | |
| nx_sub_393.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_393_test.nx | 9 | 1 | |
| nx_sub_394.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_394_test.nx | 9 | 1 | |
| nx_sub_395.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_395_test.nx | 9 | 1 | |
| nx_sub_396.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_396_test.nx | 9 | 1 | |
| nx_sub_397.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_397_test.nx | 9 | 1 | |
| nx_sub_398.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_398_test.nx | 9 | 1 | |
| nx_sub_399.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_399_test.nx | 9 | 1 | |
| nx_sub_39_test.nx | 9 | 1 | |
| nx_sub_3_test.nx | 9 | 1 | |
| nx_sub_4.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_40.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_400.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_400_test.nx | 9 | 1 | |
| nx_sub_401.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_401_test.nx | 9 | 1 | |
| nx_sub_402.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_402_test.nx | 9 | 1 | |
| nx_sub_403.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_403_test.nx | 9 | 1 | |
| nx_sub_404.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_404_test.nx | 9 | 1 | |
| nx_sub_405.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_405_test.nx | 9 | 1 | |
| nx_sub_406.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_406_test.nx | 9 | 1 | |
| nx_sub_407.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_407_test.nx | 9 | 1 | |
| nx_sub_408.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_408_test.nx | 9 | 1 | |
| nx_sub_409.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_409_test.nx | 9 | 1 | |
| nx_sub_40_test.nx | 9 | 1 | |
| nx_sub_41.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_410.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_410_test.nx | 9 | 1 | |
| nx_sub_411.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_411_test.nx | 9 | 1 | |
| nx_sub_412.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_412_test.nx | 9 | 1 | |
| nx_sub_413.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_413_test.nx | 9 | 1 | |
| nx_sub_414.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_414_test.nx | 9 | 1 | |
| nx_sub_415.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_415_test.nx | 9 | 1 | |
| nx_sub_416.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_416_test.nx | 9 | 1 | |
| nx_sub_417.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_417_test.nx | 9 | 1 | |
| nx_sub_418.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_418_test.nx | 9 | 1 | |
| nx_sub_419.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_419_test.nx | 9 | 1 | |
| nx_sub_41_test.nx | 9 | 1 | |
| nx_sub_42.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_420.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_420_test.nx | 9 | 1 | |
| nx_sub_421.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_421_test.nx | 9 | 1 | |
| nx_sub_422.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_422_test.nx | 9 | 1 | |
| nx_sub_423.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_423_test.nx | 9 | 1 | |
| nx_sub_424.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_424_test.nx | 9 | 1 | |
| nx_sub_425.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_425_test.nx | 9 | 1 | |
| nx_sub_426.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_426_test.nx | 9 | 1 | |
| nx_sub_427.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_427_test.nx | 9 | 1 | |
| nx_sub_428.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_428_test.nx | 9 | 1 | |
| nx_sub_429.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_429_test.nx | 9 | 1 | |
| nx_sub_42_test.nx | 9 | 1 | |
| nx_sub_43.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_430.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_430_test.nx | 9 | 1 | |
| nx_sub_431.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_431_test.nx | 9 | 1 | |
| nx_sub_432.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_432_test.nx | 9 | 1 | |
| nx_sub_433.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_433_test.nx | 9 | 1 | |
| nx_sub_434.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_434_test.nx | 9 | 1 | |
| nx_sub_435.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_435_test.nx | 9 | 1 | |
| nx_sub_436.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_436_test.nx | 9 | 1 | |
| nx_sub_437.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_437_test.nx | 9 | 1 | |
| nx_sub_438.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_438_test.nx | 9 | 1 | |
| nx_sub_439.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_439_test.nx | 9 | 1 | |
| nx_sub_43_test.nx | 9 | 1 | |
| nx_sub_44.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_440.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_440_test.nx | 9 | 1 | |
| nx_sub_441.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_441_test.nx | 9 | 1 | |
| nx_sub_442.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_442_test.nx | 9 | 1 | |
| nx_sub_443.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_443_test.nx | 9 | 1 | |
| nx_sub_444.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_444_test.nx | 9 | 1 | |
| nx_sub_445.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_445_test.nx | 9 | 1 | |
| nx_sub_446.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_446_test.nx | 9 | 1 | |
| nx_sub_447.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_447_test.nx | 9 | 1 | |
| nx_sub_448.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_448_test.nx | 9 | 1 | |
| nx_sub_449.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_449_test.nx | 9 | 1 | |
| nx_sub_44_test.nx | 9 | 1 | |
| nx_sub_45.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_450.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_450_test.nx | 9 | 1 | |
| nx_sub_451.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_451_test.nx | 9 | 1 | |
| nx_sub_452.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_452_test.nx | 9 | 1 | |
| nx_sub_453.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_453_test.nx | 9 | 1 | |
| nx_sub_454.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_454_test.nx | 9 | 1 | |
| nx_sub_455.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_455_test.nx | 9 | 1 | |
| nx_sub_456.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_456_test.nx | 9 | 1 | |
| nx_sub_457.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_457_test.nx | 9 | 1 | |
| nx_sub_458.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_458_test.nx | 9 | 1 | |
| nx_sub_459.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_459_test.nx | 9 | 1 | |
| nx_sub_45_test.nx | 9 | 1 | |
| nx_sub_46.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_460.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_460_test.nx | 9 | 1 | |
| nx_sub_461.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_461_test.nx | 9 | 1 | |
| nx_sub_462.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_462_test.nx | 9 | 1 | |
| nx_sub_463.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_463_test.nx | 9 | 1 | |
| nx_sub_464.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_464_test.nx | 9 | 1 | |
| nx_sub_465.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_465_test.nx | 9 | 1 | |
| nx_sub_466.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_466_test.nx | 9 | 1 | |
| nx_sub_467.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_467_test.nx | 9 | 1 | |
| nx_sub_468.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_468_test.nx | 9 | 1 | |
| nx_sub_469.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_469_test.nx | 9 | 1 | |
| nx_sub_46_test.nx | 9 | 1 | |
| nx_sub_47.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_470.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_470_test.nx | 9 | 1 | |
| nx_sub_471.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_471_test.nx | 9 | 1 | |
| nx_sub_472.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_472_test.nx | 9 | 1 | |
| nx_sub_473.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_473_test.nx | 9 | 1 | |
| nx_sub_474.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_474_test.nx | 9 | 1 | |
| nx_sub_475.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_475_test.nx | 9 | 1 | |
| nx_sub_476.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_476_test.nx | 9 | 1 | |
| nx_sub_477.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_477_test.nx | 9 | 1 | |
| nx_sub_478.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_478_test.nx | 9 | 1 | |
| nx_sub_479.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_479_test.nx | 9 | 1 | |
| nx_sub_47_test.nx | 9 | 1 | |
| nx_sub_48.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_480.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_480_test.nx | 9 | 1 | |
| nx_sub_481.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_481_test.nx | 9 | 1 | |
| nx_sub_482.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_482_test.nx | 9 | 1 | |
| nx_sub_483.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_483_test.nx | 9 | 1 | |
| nx_sub_484.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_484_test.nx | 9 | 1 | |
| nx_sub_485.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_485_test.nx | 9 | 1 | |
| nx_sub_486.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_486_test.nx | 9 | 1 | |
| nx_sub_487.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_487_test.nx | 9 | 1 | |
| nx_sub_488.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_488_test.nx | 9 | 1 | |
| nx_sub_489.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_489_test.nx | 9 | 1 | |
| nx_sub_48_test.nx | 9 | 1 | |
| nx_sub_49.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_490.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_490_test.nx | 9 | 1 | |
| nx_sub_491.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_491_test.nx | 9 | 1 | |
| nx_sub_492.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_492_test.nx | 9 | 1 | |
| nx_sub_493.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_493_test.nx | 9 | 1 | |
| nx_sub_494.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_494_test.nx | 9 | 1 | |
| nx_sub_495.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_495_test.nx | 9 | 1 | |
| nx_sub_496.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_496_test.nx | 9 | 1 | |
| nx_sub_497.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_497_test.nx | 9 | 1 | |
| nx_sub_498.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_498_test.nx | 9 | 1 | |
| nx_sub_499.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_499_test.nx | 9 | 1 | |
| nx_sub_49_test.nx | 9 | 1 | |
| nx_sub_4_test.nx | 9 | 1 | |
| nx_sub_5.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_50.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_500.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_500_test.nx | 9 | 1 | |
| nx_sub_501.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_501_test.nx | 9 | 1 | |
| nx_sub_502.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_502_test.nx | 9 | 1 | |
| nx_sub_503.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_503_test.nx | 9 | 1 | |
| nx_sub_504.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_504_test.nx | 9 | 1 | |
| nx_sub_505.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_505_test.nx | 9 | 1 | |
| nx_sub_506.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_506_test.nx | 9 | 1 | |
| nx_sub_507.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_507_test.nx | 9 | 1 | |
| nx_sub_508.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_508_test.nx | 9 | 1 | |
| nx_sub_509.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_509_test.nx | 9 | 1 | |
| nx_sub_50_test.nx | 9 | 1 | |
| nx_sub_51.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_510.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_510_test.nx | 9 | 1 | |
| nx_sub_511.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_511_test.nx | 9 | 1 | |
| nx_sub_512.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_512_test.nx | 9 | 1 | |
| nx_sub_513.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_513_test.nx | 9 | 1 | |
| nx_sub_514.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_514_test.nx | 9 | 1 | |
| nx_sub_515.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_515_test.nx | 9 | 1 | |
| nx_sub_516.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_516_test.nx | 9 | 1 | |
| nx_sub_517.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_517_test.nx | 9 | 1 | |
| nx_sub_518.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_518_test.nx | 9 | 1 | |
| nx_sub_519.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_519_test.nx | 9 | 1 | |
| nx_sub_51_test.nx | 9 | 1 | |
| nx_sub_52.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_520.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_520_test.nx | 9 | 1 | |
| nx_sub_521.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_521_test.nx | 9 | 1 | |
| nx_sub_522.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_522_test.nx | 9 | 1 | |
| nx_sub_523.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_523_test.nx | 9 | 1 | |
| nx_sub_524.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_524_test.nx | 9 | 1 | |
| nx_sub_525.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_525_test.nx | 9 | 1 | |
| nx_sub_526.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_526_test.nx | 9 | 1 | |
| nx_sub_527.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_527_test.nx | 9 | 1 | |
| nx_sub_528.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_528_test.nx | 9 | 1 | |
| nx_sub_529.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_529_test.nx | 9 | 1 | |
| nx_sub_52_test.nx | 9 | 1 | |
| nx_sub_53.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_530.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_530_test.nx | 9 | 1 | |
| nx_sub_531.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_531_test.nx | 9 | 1 | |
| nx_sub_532.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_532_test.nx | 9 | 1 | |
| nx_sub_533.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_533_test.nx | 9 | 1 | |
| nx_sub_534.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_534_test.nx | 9 | 1 | |
| nx_sub_535.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_535_test.nx | 9 | 1 | |
| nx_sub_536.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_536_test.nx | 9 | 1 | |
| nx_sub_537.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_537_test.nx | 9 | 1 | |
| nx_sub_538.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_538_test.nx | 9 | 1 | |
| nx_sub_539.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_539_test.nx | 9 | 1 | |
| nx_sub_53_test.nx | 9 | 1 | |
| nx_sub_54.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_540.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_540_test.nx | 9 | 1 | |
| nx_sub_541.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_541_test.nx | 9 | 1 | |
| nx_sub_542.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_542_test.nx | 9 | 1 | |
| nx_sub_543.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_543_test.nx | 9 | 1 | |
| nx_sub_544.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_544_test.nx | 9 | 1 | |
| nx_sub_545.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_545_test.nx | 9 | 1 | |
| nx_sub_546.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_546_test.nx | 9 | 1 | |
| nx_sub_547.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_547_test.nx | 9 | 1 | |
| nx_sub_548.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_548_test.nx | 9 | 1 | |
| nx_sub_549.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_549_test.nx | 9 | 1 | |
| nx_sub_54_test.nx | 9 | 1 | |
| nx_sub_55.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_550.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_550_test.nx | 9 | 1 | |
| nx_sub_551.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_551_test.nx | 9 | 1 | |
| nx_sub_552.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_552_test.nx | 9 | 1 | |
| nx_sub_553.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_553_test.nx | 9 | 1 | |
| nx_sub_554.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_554_test.nx | 9 | 1 | |
| nx_sub_555.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_555_test.nx | 9 | 1 | |
| nx_sub_556.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_556_test.nx | 9 | 1 | |
| nx_sub_557.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_557_test.nx | 9 | 1 | |
| nx_sub_558.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_558_test.nx | 9 | 1 | |
| nx_sub_559.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_559_test.nx | 9 | 1 | |
| nx_sub_55_test.nx | 9 | 1 | |
| nx_sub_56.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_560.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_560_test.nx | 9 | 1 | |
| nx_sub_561.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_561_test.nx | 9 | 1 | |
| nx_sub_562.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_562_test.nx | 9 | 1 | |
| nx_sub_563.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_563_test.nx | 9 | 1 | |
| nx_sub_564.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_564_test.nx | 9 | 1 | |
| nx_sub_565.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_565_test.nx | 9 | 1 | |
| nx_sub_566.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_566_test.nx | 9 | 1 | |
| nx_sub_567.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_567_test.nx | 9 | 1 | |
| nx_sub_568.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_568_test.nx | 9 | 1 | |
| nx_sub_569.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_569_test.nx | 9 | 1 | |
| nx_sub_56_test.nx | 9 | 1 | |
| nx_sub_57.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_570.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_570_test.nx | 9 | 1 | |
| nx_sub_571.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_571_test.nx | 9 | 1 | |
| nx_sub_572.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_572_test.nx | 9 | 1 | |
| nx_sub_573.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_573_test.nx | 9 | 1 | |
| nx_sub_574.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_574_test.nx | 9 | 1 | |
| nx_sub_575.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_575_test.nx | 9 | 1 | |
| nx_sub_576.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_576_test.nx | 9 | 1 | |
| nx_sub_577.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_577_test.nx | 9 | 1 | |
| nx_sub_578.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_578_test.nx | 9 | 1 | |
| nx_sub_579.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_579_test.nx | 9 | 1 | |
| nx_sub_57_test.nx | 9 | 1 | |
| nx_sub_58.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_580.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_580_test.nx | 9 | 1 | |
| nx_sub_581.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_581_test.nx | 9 | 1 | |
| nx_sub_582.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_582_test.nx | 9 | 1 | |
| nx_sub_583.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_583_test.nx | 9 | 1 | |
| nx_sub_584.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_584_test.nx | 9 | 1 | |
| nx_sub_585.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_585_test.nx | 9 | 1 | |
| nx_sub_586.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_586_test.nx | 9 | 1 | |
| nx_sub_587.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_587_test.nx | 9 | 1 | |
| nx_sub_588.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_588_test.nx | 9 | 1 | |
| nx_sub_589.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_589_test.nx | 9 | 1 | |
| nx_sub_58_test.nx | 9 | 1 | |
| nx_sub_59.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_590.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_590_test.nx | 9 | 1 | |
| nx_sub_591.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_591_test.nx | 9 | 1 | |
| nx_sub_592.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_592_test.nx | 9 | 1 | |
| nx_sub_593.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_593_test.nx | 9 | 1 | |
| nx_sub_594.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_594_test.nx | 9 | 1 | |
| nx_sub_595.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_595_test.nx | 9 | 1 | |
| nx_sub_596.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_596_test.nx | 9 | 1 | |
| nx_sub_597.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_597_test.nx | 9 | 1 | |
| nx_sub_598.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_598_test.nx | 9 | 1 | |
| nx_sub_599.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_599_test.nx | 9 | 1 | |
| nx_sub_59_test.nx | 9 | 1 | |
| nx_sub_5_test.nx | 9 | 1 | |
| nx_sub_6.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_60.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_600.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_600_test.nx | 9 | 1 | |
| nx_sub_601.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_601_test.nx | 9 | 1 | |
| nx_sub_602.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_602_test.nx | 9 | 1 | |
| nx_sub_603.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_603_test.nx | 9 | 1 | |
| nx_sub_604.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_604_test.nx | 9 | 1 | |
| nx_sub_605.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_605_test.nx | 9 | 1 | |
| nx_sub_606.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_606_test.nx | 9 | 1 | |
| nx_sub_607.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_607_test.nx | 9 | 1 | |
| nx_sub_608.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_608_test.nx | 9 | 1 | |
| nx_sub_609.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_609_test.nx | 9 | 1 | |
| nx_sub_60_test.nx | 9 | 1 | |
| nx_sub_61.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_610.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_610_test.nx | 9 | 1 | |
| nx_sub_611.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_611_test.nx | 9 | 1 | |
| nx_sub_612.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_612_test.nx | 9 | 1 | |
| nx_sub_613.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_613_test.nx | 9 | 1 | |
| nx_sub_614.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_614_test.nx | 9 | 1 | |
| nx_sub_615.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_615_test.nx | 9 | 1 | |
| nx_sub_616.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_616_test.nx | 9 | 1 | |
| nx_sub_617.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_617_test.nx | 9 | 1 | |
| nx_sub_618.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_618_test.nx | 9 | 1 | |
| nx_sub_619.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_619_test.nx | 9 | 1 | |
| nx_sub_61_test.nx | 9 | 1 | |
| nx_sub_62.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_620.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_620_test.nx | 9 | 1 | |
| nx_sub_621.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_621_test.nx | 9 | 1 | |
| nx_sub_622.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_622_test.nx | 9 | 1 | |
| nx_sub_623.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_623_test.nx | 9 | 1 | |
| nx_sub_624.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_624_test.nx | 9 | 1 | |
| nx_sub_625.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_625_test.nx | 9 | 1 | |
| nx_sub_626.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_626_test.nx | 9 | 1 | |
| nx_sub_627.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_627_test.nx | 9 | 1 | |
| nx_sub_628.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_628_test.nx | 9 | 1 | |
| nx_sub_629.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_629_test.nx | 9 | 1 | |
| nx_sub_62_test.nx | 9 | 1 | |
| nx_sub_63.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_630.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_630_test.nx | 9 | 1 | |
| nx_sub_631.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_631_test.nx | 9 | 1 | |
| nx_sub_632.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_632_test.nx | 9 | 1 | |
| nx_sub_633.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_633_test.nx | 9 | 1 | |
| nx_sub_634.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_634_test.nx | 9 | 1 | |
| nx_sub_635.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_635_test.nx | 9 | 1 | |
| nx_sub_636.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_636_test.nx | 9 | 1 | |
| nx_sub_637.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_637_test.nx | 9 | 1 | |
| nx_sub_638.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_638_test.nx | 9 | 1 | |
| nx_sub_639.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_639_test.nx | 9 | 1 | |
| nx_sub_63_test.nx | 9 | 1 | |
| nx_sub_64.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_640.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_640_test.nx | 9 | 1 | |
| nx_sub_641.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_641_test.nx | 9 | 1 | |
| nx_sub_642.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_642_test.nx | 9 | 1 | |
| nx_sub_643.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_643_test.nx | 9 | 1 | |
| nx_sub_644.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_644_test.nx | 9 | 1 | |
| nx_sub_645.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_645_test.nx | 9 | 1 | |
| nx_sub_646.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_646_test.nx | 9 | 1 | |
| nx_sub_647.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_647_test.nx | 9 | 1 | |
| nx_sub_648.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_648_test.nx | 9 | 1 | |
| nx_sub_649.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_649_test.nx | 9 | 1 | |
| nx_sub_64_test.nx | 9 | 1 | |
| nx_sub_65.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_650.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_650_test.nx | 9 | 1 | |
| nx_sub_651.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_651_test.nx | 9 | 1 | |
| nx_sub_652.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_652_test.nx | 9 | 1 | |
| nx_sub_653.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_653_test.nx | 9 | 1 | |
| nx_sub_654.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_654_test.nx | 9 | 1 | |
| nx_sub_655.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_655_test.nx | 9 | 1 | |
| nx_sub_656.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_656_test.nx | 9 | 1 | |
| nx_sub_657.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_657_test.nx | 9 | 1 | |
| nx_sub_658.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_658_test.nx | 9 | 1 | |
| nx_sub_659.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_659_test.nx | 9 | 1 | |
| nx_sub_65_test.nx | 9 | 1 | |
| nx_sub_66.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_660.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_660_test.nx | 9 | 1 | |
| nx_sub_661.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_661_test.nx | 9 | 1 | |
| nx_sub_662.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_662_test.nx | 9 | 1 | |
| nx_sub_663.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_663_test.nx | 9 | 1 | |
| nx_sub_664.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_664_test.nx | 9 | 1 | |
| nx_sub_665.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_665_test.nx | 9 | 1 | |
| nx_sub_666.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_666_test.nx | 9 | 1 | |
| nx_sub_667.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_667_test.nx | 9 | 1 | |
| nx_sub_668.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_668_test.nx | 9 | 1 | |
| nx_sub_669.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_669_test.nx | 9 | 1 | |
| nx_sub_66_test.nx | 9 | 1 | |
| nx_sub_67.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_670.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_670_test.nx | 9 | 1 | |
| nx_sub_671.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_671_test.nx | 9 | 1 | |
| nx_sub_672.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_672_test.nx | 9 | 1 | |
| nx_sub_673.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_673_test.nx | 9 | 1 | |
| nx_sub_674.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_674_test.nx | 9 | 1 | |
| nx_sub_675.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_675_test.nx | 9 | 1 | |
| nx_sub_676.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_676_test.nx | 9 | 1 | |
| nx_sub_677.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_677_test.nx | 9 | 1 | |
| nx_sub_678.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_678_test.nx | 9 | 1 | |
| nx_sub_679.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_679_test.nx | 9 | 1 | |
| nx_sub_67_test.nx | 9 | 1 | |
| nx_sub_68.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_680.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_680_test.nx | 9 | 1 | |
| nx_sub_681.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_681_test.nx | 9 | 1 | |
| nx_sub_682.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_682_test.nx | 9 | 1 | |
| nx_sub_683.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_683_test.nx | 9 | 1 | |
| nx_sub_684.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_684_test.nx | 9 | 1 | |
| nx_sub_685.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_685_test.nx | 9 | 1 | |
| nx_sub_686.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_686_test.nx | 9 | 1 | |
| nx_sub_687.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_687_test.nx | 9 | 1 | |
| nx_sub_688.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_688_test.nx | 9 | 1 | |
| nx_sub_689.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_689_test.nx | 9 | 1 | |
| nx_sub_68_test.nx | 9 | 1 | |
| nx_sub_69.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_690.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_690_test.nx | 9 | 1 | |
| nx_sub_691.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_691_test.nx | 9 | 1 | |
| nx_sub_692.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_692_test.nx | 9 | 1 | |
| nx_sub_693.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_693_test.nx | 9 | 1 | |
| nx_sub_694.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_694_test.nx | 9 | 1 | |
| nx_sub_695.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_695_test.nx | 9 | 1 | |
| nx_sub_696.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_696_test.nx | 9 | 1 | |
| nx_sub_697.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_697_test.nx | 9 | 1 | |
| nx_sub_698.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_698_test.nx | 9 | 1 | |
| nx_sub_699.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_699_test.nx | 9 | 1 | |
| nx_sub_69_test.nx | 9 | 1 | |
| nx_sub_6_test.nx | 9 | 1 | |
| nx_sub_7.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_70.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_700.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_700_test.nx | 9 | 1 | |
| nx_sub_701.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_701_test.nx | 9 | 1 | |
| nx_sub_702.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_702_test.nx | 9 | 1 | |
| nx_sub_703.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_703_test.nx | 9 | 1 | |
| nx_sub_704.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_704_test.nx | 9 | 1 | |
| nx_sub_705.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_705_test.nx | 9 | 1 | |
| nx_sub_706.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_706_test.nx | 9 | 1 | |
| nx_sub_707.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_707_test.nx | 9 | 1 | |
| nx_sub_708.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_708_test.nx | 9 | 1 | |
| nx_sub_709.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_709_test.nx | 9 | 1 | |
| nx_sub_70_test.nx | 9 | 1 | |
| nx_sub_71.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_710.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_710_test.nx | 9 | 1 | |
| nx_sub_711.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_711_test.nx | 9 | 1 | |
| nx_sub_712.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_712_test.nx | 9 | 1 | |
| nx_sub_713.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_713_test.nx | 9 | 1 | |
| nx_sub_714.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_714_test.nx | 9 | 1 | |
| nx_sub_715.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_715_test.nx | 9 | 1 | |
| nx_sub_716.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_716_test.nx | 9 | 1 | |
| nx_sub_717.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_717_test.nx | 9 | 1 | |
| nx_sub_718.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_718_test.nx | 9 | 1 | |
| nx_sub_719.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_719_test.nx | 9 | 1 | |
| nx_sub_71_test.nx | 9 | 1 | |
| nx_sub_72.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_720.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_720_test.nx | 9 | 1 | |
| nx_sub_721.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_721_test.nx | 9 | 1 | |
| nx_sub_722.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_722_test.nx | 9 | 1 | |
| nx_sub_723.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_723_test.nx | 9 | 1 | |
| nx_sub_724.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_724_test.nx | 9 | 1 | |
| nx_sub_725.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_725_test.nx | 9 | 1 | |
| nx_sub_726.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_726_test.nx | 9 | 1 | |
| nx_sub_727.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_727_test.nx | 9 | 1 | |
| nx_sub_728.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_728_test.nx | 9 | 1 | |
| nx_sub_729.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_729_test.nx | 9 | 1 | |
| nx_sub_72_test.nx | 9 | 1 | |
| nx_sub_73.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_730.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_730_test.nx | 9 | 1 | |
| nx_sub_731.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_731_test.nx | 9 | 1 | |
| nx_sub_732.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_732_test.nx | 9 | 1 | |
| nx_sub_733.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_733_test.nx | 9 | 1 | |
| nx_sub_734.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_734_test.nx | 9 | 1 | |
| nx_sub_735.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_735_test.nx | 9 | 1 | |
| nx_sub_736.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_736_test.nx | 9 | 1 | |
| nx_sub_737.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_737_test.nx | 9 | 1 | |
| nx_sub_738.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_738_test.nx | 9 | 1 | |
| nx_sub_739.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_739_test.nx | 9 | 1 | |
| nx_sub_73_test.nx | 9 | 1 | |
| nx_sub_74.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_740.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_740_test.nx | 9 | 1 | |
| nx_sub_741.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_741_test.nx | 9 | 1 | |
| nx_sub_742.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_742_test.nx | 9 | 1 | |
| nx_sub_743.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_743_test.nx | 9 | 1 | |
| nx_sub_744.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_744_test.nx | 9 | 1 | |
| nx_sub_745.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_745_test.nx | 9 | 1 | |
| nx_sub_746.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_746_test.nx | 9 | 1 | |
| nx_sub_747.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_747_test.nx | 9 | 1 | |
| nx_sub_748.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_748_test.nx | 9 | 1 | |
| nx_sub_749.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_749_test.nx | 9 | 1 | |
| nx_sub_74_test.nx | 9 | 1 | |
| nx_sub_75.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_750.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_750_test.nx | 9 | 1 | |
| nx_sub_751.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_751_test.nx | 9 | 1 | |
| nx_sub_752.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_752_test.nx | 9 | 1 | |
| nx_sub_753.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_753_test.nx | 9 | 1 | |
| nx_sub_754.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_754_test.nx | 9 | 1 | |
| nx_sub_755.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_755_test.nx | 9 | 1 | |
| nx_sub_756.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_756_test.nx | 9 | 1 | |
| nx_sub_757.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_757_test.nx | 9 | 1 | |
| nx_sub_758.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_758_test.nx | 9 | 1 | |
| nx_sub_759.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_759_test.nx | 9 | 1 | |
| nx_sub_75_test.nx | 9 | 1 | |
| nx_sub_76.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_760.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_760_test.nx | 9 | 1 | |
| nx_sub_76_test.nx | 9 | 1 | |
| nx_sub_77.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_77_test.nx | 9 | 1 | |
| nx_sub_78.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_78_test.nx | 9 | 1 | |
| nx_sub_79.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_79_test.nx | 9 | 1 | |
| nx_sub_7_test.nx | 9 | 1 | |
| nx_sub_8.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_80.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_80_test.nx | 9 | 1 | |
| nx_sub_81.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_81_test.nx | 9 | 1 | |
| nx_sub_82.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_82_test.nx | 9 | 1 | |
| nx_sub_83.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_83_test.nx | 9 | 1 | |
| nx_sub_84.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_84_test.nx | 9 | 1 | |
| nx_sub_85.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_85_test.nx | 9 | 1 | |
| nx_sub_86.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_86_test.nx | 9 | 1 | |
| nx_sub_87.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_87_test.nx | 9 | 1 | |
| nx_sub_88.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_88_test.nx | 9 | 1 | |
| nx_sub_89.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_89_test.nx | 9 | 1 | |
| nx_sub_8_test.nx | 9 | 1 | |
| nx_sub_9.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_90.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_90_test.nx | 9 | 1 | |
| nx_sub_91.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_91_test.nx | 9 | 1 | |
| nx_sub_92.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_92_test.nx | 9 | 1 | |
| nx_sub_93.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_93_test.nx | 9 | 1 | |
| nx_sub_94.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_94_test.nx | 9 | 1 | |
| nx_sub_95.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_95_test.nx | 9 | 1 | |
| nx_sub_96.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_96_test.nx | 9 | 1 | |
| nx_sub_97.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_97_test.nx | 9 | 1 | |
| nx_sub_98.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_98_test.nx | 9 | 1 | |
| nx_sub_99.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_sub_99_test.nx | 9 | 1 | |
| nx_sub_9_test.nx | 9 | 1 | |
| nx_sub_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_sub_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_subdiv.nx | SUBDIVISION + DISPLACEMENT DETAIL (the Elara detail architecture, rung 1 of "8K/16K down | 132 | 6 |
| nx_substitute_a_candidate_t216.nx | 2 | 1 | |
| nx_substitute_a_t216.nx | 1 | 1 | |
| nx_substitute_b_candidate_t216.nx | 1 | 1 | |
| nx_substitute_b_t216.nx | 1 | 1 | |
| nx_substitute_fixture_t216.nx | 3 | 1 | |
| nx_substitute_result_t216.nx | 6 | 3 | |
| nx_substitute_single_t216.nx | 6 | 3 | |
| nx_substrate_closure_compose_test.nx | 5 sub-primitives composed. | 96 | 1 |
| nx_substrate_compose_test.nx | end-to-end compose demo. | 204 | 2 |
| nx_substrate_diagram.nx | substrate-walker that BUILDS an | 242 | 6 |
| nx_substrate_diagram_ascii.nx | substrate-walker emitting ASCII. | 219 | 6 |
| nx_substrate_evolve.nx | generational substrate audit + watch-list. | 506 | 8 |
| nx_substrate_layers.nx | bits-up layer enum + handoff quality. | 153 | 10 |
| nx_substrate_layers_test.nx | smoke for layer + handoff enums. | 71 | 2 |
| nx_substrate_manifest.nx | declared expected-blob set + completion | 274 | 10 |
| nx_substrate_manifest_test.nx | smoke for nx_substrate_manifest | 138 | 3 |
| nx_substrate_probe.nx | minimal probe to verify Write tool persistence. | 5 | 0 |
| nx_substrate_propose.nx | substrate-native proposal emitter. | 252 | 7 |
| nx_substrate_python_spawn_test.nx | substrate IS a Python supervisor. | 130 | 2 |
| nx_substrate_review.nx | read-only review of the proposal queue. | 187 | 4 |
| nx_substrate_tier_audit.nx | the FOUR-PILLAR DETECT layer for the | 403 | 7 |
| nx_substrate_tier_audit_test.nx | smoke for tier-cardinal audit. | 205 | 1 |
| nx_subsumption.nx | forward subsumption for clause sets. | 91 | 3 |
| nx_subsumption_test.nx | forward subsumption smoke. | 108 | 3 |
| nx_subsurface_signal.nx | Tier 5 thin-tissue red-scatter detector. | 238 | 4 |
| nx_subsurface_warmth.nx | detect subsurface scatter (SSS) by R/G ratio in shadows. | 155 | 2 |
| nx_succ.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_succ_test.nx | 9 | 1 | |
| nx_succession.nx | ecological succession stage classification for primitives. | 206 | 12 |
| nx_succession_test.nx | smoke for nx_succession. | 124 | 1 |
| nx_sum_all.nx | AUTO-GENERATED from shape `accumulator_over_array`. | 29 | 1 |
| nx_sum_all_test.nx | 16 | 1 | |
| nx_sum_bench.nx | NishiLang scalar sum bench for cross-language | 59 | 2 |
| nx_sum_bench_all.nx | comprehensive sum-of-N-i64 bench across | 119 | 4 |
| nx_sum_first_n.nx | AUTO-GENERATED from shape `scalar_accumulator_n`. | 30 | 1 |
| nx_sum_first_n_test.nx | 9 | 1 | |
| nx_sum_pairwise_max.nx | AUTO-GENERATED from shape `array_accumulate_pair`. | 31 | 1 |
| nx_sum_pairwise_max_test.nx | 20 | 1 | |
| nx_sum_squares.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_sum_squares_first_n.nx | AUTO-GENERATED from shape `scalar_accumulator_n`. | 30 | 1 |
| nx_sum_squares_first_n_test.nx | 9 | 1 | |
| nx_sum_squares_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_sunlight_readability_research_fetch.nx | SOVEREIGN researcher for the AXIS OUR SYSTEM MISSED (operator 2026-07-14: | 41 | 2 |
| nx_supervisor.nx | Erlang-OTP-style restart-policy state machine. | 275 | 13 |
| nx_supervisor_run.nx | D3 of NISHI_DEPLOY_ROADMAP + NS-1 of | 162 | 7 |
| nx_supervisor_test.nx | state-machine smoke for nx_supervisor. | 156 | 2 |
| nx_supp_channel.nx | SUPPLEMENT GTM SUITE / COMMERCIAL CHANNEL rung. | 185 | 14 |
| nx_supp_channel_test.nx | gate for the commercial-channel rung. | 171 | 3 |
| nx_supp_claims.nx | SUPPLEMENT GTM SUITE / LABEL CLAIMS rung. Classifies a | 221 | 13 |
| nx_supp_claims_test.nx | gate for the label-claims classifier, built from | 137 | 3 |
| nx_supp_formula.nx | SUPPLEMENT GTM SUITE / FORMULATION + FEASIBILITY rung. | 350 | 23 |
| nx_supp_formula_test.nx | gate for the supplement go-to-market engine. | 225 | 4 |
| nx_supp_ingredient.nx | SUPPLEMENT GTM SUITE / INGREDIENT CATALOG rung. | 232 | 12 |
| nx_supp_ingredient_test.nx | the gate this catalog never had. | 168 | 3 |
| nx_supp_jurisdiction.nx | SUPPLEMENT GTM SUITE / MARKET ACCESS rung. | 248 | 15 |
| nx_supp_jurisdiction_test.nx | gate for the market-access rung. | 137 | 3 |
| nx_supplement.nx | C14.0: S-class unified front-door CLI. | 635 | 16 |
| nx_supplement_batch.nx | C5.4 + C4.4: batch CLI with user-extensible | 126 | 3 |
| nx_supplement_check.nx | C5.2 milestone: argv-aware CLI tool. | 93 | 1 |
| nx_supplement_csv.nx | C6.1 CLI variant emitting CSV instead of JSON. | 86 | 2 |
| nx_supplement_screen.nx | SUPPLEMENT ARC / PEPTIDE ADULTERANT rung. | 275 | 18 |
| nx_supplement_screen_test.nx | gate for nx_supplement_screen. Masses are | 181 | 3 |
| nx_supply_research_fetch.nx | the Nishi RESEARCHER expanded into SUPPLY-CHAIN / COST-INTELLIGENCE (operator: | 121 | 5 |
| nx_supply_risk.nx | GTM SUITE / MANUFACTURING SOURCING + APPROVAL RISK rung. | 269 | 17 |
| nx_supply_risk_test.nx | gate for manufacturing sourcing + approval risk. | 141 | 3 |
| nx_supports.nx | overhang detection for FDM 3D printing. | 357 | 9 |
| nx_supports_physics_test.nx | proves bits-up physics-aware pillar | 117 | 1 |
| nx_supports_test.nx | overhang detection on hand-built layer | 89 | 1 |
| nx_supports_v2_test.nx | verify NxSupportPlan dedup + per-layer | 120 | 2 |
| nx_surface_anchor_gate_t140.nx | 57 | 4 | |
| nx_surface_boundary_expanded_t207.nx | Hoare quicksort (in-place, last-element pivot). | 3045 | 168 |
| nx_surface_boundary_gate_t207.nx | 30 | 1 | |
| nx_surface_compatibility_expanded_r2_t207.nx | One shader-capture owner for normal and explicitly selected staged builds. | 5411 | 280 |
| nx_surface_compatibility_expanded_t207.nx | 4943 | 263 | |
| nx_surface_compatibility_gate_t207.nx | 16 | 1 | |
| nx_surface_plane_coherence.nx | Tier 6 floor=bed spatial-impossibility. | 376 | 6 |
| nx_surfacedetail_gate.nx | THE RATCHET FOR THE SURFACE-DETAIL LEVER. | 231 | 6 |
| nx_survey.nx | R0 of THE NISHI SITUATION-MANAGEMENT arc: the POLL / SURVEY intake engine. The front | 105 | 9 |
| nx_survey_engine.nx | the GENERAL survey/poll engine (operator 2026-07-10: "census capability to get | 818 | 32 |
| nx_survey_gate.nx | R0 GATE: proves the survey engine captures a response as a content-addressed record, | 95 | 5 |
| nx_survey_handoff_gate.nx | TS1 ADOPTION: THE REAL DAEMON, RESTARTED FOR REAL, ZERO DROPS. | 460 | 16 |
| nx_survey_quality.nx | careless / insufficient-effort responding (C/IER) detection, the DATA-QUALITY guard | 114 | 5 |
| nx_survey_sentiment.nx | sovereign open-text SENTIMENT for survey free-text answers. | 194 | 7 |
| nx_survey_serve.nx | the SURVEY/POLL product surface over nx_survey_engine (pure core, no main; | 2109 | 47 |
| nx_survey_stats.nx | the INSIGHTS engine over survey responses (operator 2026-07-10: "we have the survey | 425 | 20 |
| nx_svc.nx | sovereign SCALABLE VIDEO CODING: dyadic TEMPORAL LAYERS (the VP9/AV1 SVC technique). One encode | 36 | 6 |
| nx_svc_budget_gate.nx | REGRESSION PROOF for the self-retiring-service class (debt seq882, 2026-07-25). | 143 | 8 |
| nx_svcreg.nx | DECLARATIVE SERVICE REGISTRY (systemd-unit / s6-service-dir model, sovereign): each service is | 53 | 8 |
| nx_svcreg_gate.nx | proves services can be declared as DATA and read back byte-exact + enumerated. Uses a test | 41 | 1 |
| nx_swapchain.nx | presentation destination abstraction. | 147 | 3 |
| nx_swapmotion_sota_fetch.nx | COMPREHENSIVE SOTA for the two capability families the operator named | 112 | 5 |
| nx_swapmotion_tool_register.nx | register the MOTION capability (S3 shipped) into the sovereign tool registry | 69 | 4 |
| nx_swarm_admit.nx | THE GENERAL ECOSYSTEM ADMISSION CAPABILITY (operator 2026-07-16: host- | 101 | 4 |
| nx_swarm_admit_gate.nx | gate for the general swarm admission capability. | 59 | 1 |
| nx_swarm_arbitrate.nx | SWARM FABRIC cross-workstream RESOURCE ARBITRATION (SF-ARB): the layer that | 119 | 4 |
| nx_swarm_beat.nx | SWARM FABRIC fleet-beat store (SF-R1b): every worker reports its beacon NODE | 465 | 14 |
| nx_swarm_coord.nx | SWARM FABRIC class-aware COORDINATOR (SF-R-COORD): the missing UNIFIER that routes | 245 | 10 |
| nx_swarm_endpoint.nx | thin CLI over nx_swarm_endpoint_lib (the resolver SSOT). | 145 | 1 |
| nx_swarm_endpoint_lib.nx | THE one act every swarm caller performs: resolve a ROLE to an ADDRESS. | 245 | 15 |
| nx_swarm_gpu.nx | SWARM FABRIC GPU/VRAM inventory + SPLIT-MODEL SHARD PLANNER (F792). The keystone of | 556 | 15 |
| nx_swarm_heal.nx | HUB-SIDE swarm endpoint self-heal (2026-08-12, residue debt 1786545237 item 4). | 264 | 14 |
| nx_swarm_job.nx | SWARM FABRIC job engine (SF-R3): decompose a chunky GEN job into independent | 513 | 22 |
| nx_swarm_job_evidence_t67.nx | SWARM FABRIC job engine (SF-R3): decompose a chunky GEN job into independent | 513 | 22 |
| nx_swarm_journal_evidence_gate_t67.nx | 42 | 3 | |
| nx_swarm_lib.nx | SWARM FABRIC shared lib: the NODE-row contract (validate/freshness), bounded | 172 | 7 |
| nx_swarm_maturity.nx | SWARM FABRIC MATURITY census (SF-MAT): the HONEST measurement the operator | 358 | 12 |
| nx_swarm_pack.nx | SWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out | 578 | 23 |
| nx_swarm_pack_measured_gate_t68.nx | Validates and measures node and GPU configurations against expected values using timestamped snapshots. | 61 | 4 |
| nx_swarm_pack_measured_t68.nx | SWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out | 578 | 23 |
| nx_swarm_pack_queue_gate_t68.nx | ORIGINAL. Isolated resource-vector regression: no worker dispatch or hardware writes. | 33 | 1 |
| nx_swarm_pack_queue_t68.nx | SWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out | 451 | 13 |
| nx_swarm_pack_units_baseline_t70.nx | 20 | 4 | |
| nx_swarm_pack_units_gate_t70.nx | Validates and compares node and GPU resource configurations against expected values using timestamped snapshots. | 66 | 4 |
| nx_swarm_pack_units_t70.nx | SWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out | 578 | 23 |
| nx_swarm_place.nx | SWARM FABRIC placement brain (SF-R2): given the fleet snapshot (NODE rows | 333 | 10 |
| nx_swarm_place_epoch_baseline_t71.nx | 31 | 2 | |
| nx_swarm_place_epoch_gate_t71.nx | 31 | 2 | |
| nx_swarm_place_epoch_t71.nx | SWARM FABRIC placement brain (SF-R2): given the fleet snapshot (NODE rows | 333 | 10 |
| nx_swarm_queue.nx | INTELLIGENT QUEUING + COORDINATION for the swarm admission plane (operator | 449 | 19 |
| nx_swarm_queue_gate.nx | gate for the intelligent queue scheduler. | 111 | 2 |
| nx_swarm_shardserve.nx | SPLIT-MODEL SERVE PIPELINE (F838 keystone): run a stack of N sovereign no-float | 432 | 36 |
| nx_swarm_sim.nx | deterministic swarm simulator + download engine (bits-up, replayable). | 147 | 6 |
| nx_swarm_sim_test.nx | KAT for the deterministic swarm simulator / download engine. | 88 | 2 |
| nx_swarm_tend.nx | ACTIVE QUEUE TENDER (operator 2026-07-16: "whoever in the nishi RACI is part | 139 | 5 |
| nx_swarm_tend_gate.nx | gate for the active queue tender (SOTA queue ops, no fire-and-forget). | 92 | 2 |
| nx_swarm_tile.nx | SWARM FABRIC chunk EXECUTOR (SF-R3 real-artifact): a sovereign, embarrassingly- | 387 | 16 |
| nx_swarmadmit_tool_register.nx | register nx_swarm_admit (the general admission capability) into the | 24 | 2 |
| nx_swcompare_compauto.nx | researcher-SUGGESTED competitor cells for a Nishi Compare matrix. For <domain> it reads | 176 | 12 |
| nx_swcompare_compute.nx | MEASURED, LIAR-KILLED SoftwareCompare of the NISHI computational-math stack vs the state | 225 | 10 |
| nx_swcompare_crm.nx | MEASURED scoreboard for NISHI CRM / RELATIONSHIPS. Operator 2026-07-08: | 233 | 13 |
| nx_swcompare_evidence.nx | the EVIDENCE layer under the SoftwareCompare matrices. Operator 2026-07-10: | 1900 | 36 |
| nx_swcompare_evidence_gate.nx | THE REFEREE'S GROUNDING RULER, AND THE ONE QUESTION IT MUST NOT GET | 561 | 19 |
| nx_swcompare_evidence_lib_t138.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 3027 | 117 |
| nx_swcompare_evidence_matrix_t138.nx | GENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads | 1655 | 35 |
| nx_swcompare_evidence_sota_lib_t138.nx | THE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same | 533 | 15 |
| nx_swcompare_evidence_sota_t138.nx | STATE-OF-THE-ART software comparison generator (operator 2026-07-09: "we census too few | 640 | 10 |
| nx_swcompare_gapmap.nx | the GENERATIVE gap-finder of Nishi Compare, DOMAIN-PARAMETERIZED. Given a <domain>, it | 482 | 18 |
| nx_swcompare_gapmap_gate.nx | THE REFEREE for the frontier radar generator nx_swcompare_gapmap (2026-09-16). | 306 | 15 |
| nx_swcompare_growth_candidate_20260910.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 2596 | 94 |
| nx_swcompare_heading_lib_20260907.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 2507 | 90 |
| nx_swcompare_heading_matrix_20260907.nx | GENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads | 1644 | 34 |
| nx_swcompare_heading_sota_20260907.nx | THE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same | 533 | 15 |
| nx_swcompare_hub.nx | GENERATOR for the /compare hub. Reads knowledge/compare/registry (data, one line per | 1259 | 40 |
| nx_swcompare_ladder_candidate.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 2481 | 77 |
| nx_swcompare_lib.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 3731 | 172 |
| nx_swcompare_matrix.nx | GENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads | 1681 | 34 |
| nx_swcompare_matrix_ladder_test_20260907.nx | GENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads | 1634 | 30 |
| nx_swcompare_matrix_rank_guard_t162.nx | GENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads | 1662 | 34 |
| nx_swcompare_office.nx | SoftwareCompare (office domain): the Nishi office stack MEASURED vs Microsoft 365 | 222 | 10 |
| nx_swcompare_preview_lib_t56.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 2647 | 98 |
| nx_swcompare_preview_matrix_t56.nx | GENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads | 1647 | 34 |
| nx_swcompare_preview_sota_t56.nx | THE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same | 533 | 15 |
| nx_swcompare_production_lib_20260907.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 2489 | 79 |
| nx_swcompare_production_matrix_20260907.nx | GENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads | 1640 | 30 |
| nx_swcompare_production_sota_20260907.nx | THE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same | 532 | 14 |
| nx_swcompare_release_candidate.nx | AUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26). | 2103 | 61 |
| nx_swcompare_research.nx | the GENERATIVE researcher stage of Nishi Compare. Generalizes the hardcoded | 64 | 2 |
| nx_swcompare_sending.nx | the MEASURED scoreboard for NISHI SENDING / MAIL (physical + digital + gifts + | 237 | 13 |
| nx_swcompare_shape_gate.nx | END-TO-END gate for the /compare matrix ROW SHAPE (operator 2026-09-05: | 173 | 5 |
| nx_swcompare_sota.nx | STATE-OF-THE-ART software comparison generator (operator 2026-07-09: "we census too few | 647 | 10 |
| nx_swcompare_sota_lib.nx | THE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same | 533 | 15 |
| nx_swcompare_terms.nx | AUTO-AXIS-DISCOVERY for Nishi Compare. Given a <domain>, loads the researcher-banked | 214 | 19 |
| nx_swcompare_watch_gate.nx | GATE for the ONE symbol ruler (nx_symdecl_lib) and the measured watch | 575 | 14 |
| nx_swebench_local_gate.nx | grade our autonomous fix loop by SWE-BENCH'S OWN CONTRACT (operator | 103 | 2 |
| nx_swebench_status.nx | MCP tools/call surface for the autonomous-fix capability (2026-07-17). | 86 | 6 |
| nx_sweep_core.nx | STANDING-SWEEP core (library). The SOTA property a naive sweep lacks: it NEVER | 136 | 4 |
| nx_sweep_daemon.nx | STANDING SWEEP daemon, CLI half (tools/ops surface). Runs the data-driven check | 239 | 10 |
| nx_sweep_daemon_gate.nx | gates the standing sweep on a fixture registry (runner: cd a scratch dir). | 118 | 5 |
| nx_sweep_daemon_lib.nx | STANDING SWEEP, library half: parse the data-driven check registry, run every | 423 | 18 |
| nx_sweepgate.nx | ASK A POPULATION QUESTION BY ITS INVARIANT, AND SEE EVERY SPELLING OF IT. | 431 | 11 |
| nx_swgpu.nx | the SOVEREIGN SOFTWARE GPU core (operator 2026-07-04: "build our OWN, beyond WebGL2/WebGPU, | 600 | 22 |
| nx_swhid.nx | thin CLI over nx_swhid_lib. Compute the ISO/IEC 18670:2025 identifier of a file. | 69 | 3 |
| nx_swhid_gate.nx | GATE for nx_swhid_lib (SWHID, ISO/IEC 18670:2025). | 136 | 4 |
| nx_swhid_lib.nx | SWHID, the SoftWare Hash IDentifier. ISO/IEC 18670:2025 (spec V1.2). | 126 | 6 |
| nx_symbiote.nx | foreign-process virtual cell. | 280 | 10 |
| nx_symbiote_test.nx | smoke for nx_symbiote. | 99 | 1 |
| nx_symdecl_lib.nx | THE ONE SYMBOL RULER for the compare surface (2026-08-23, lane L). | 483 | 32 |
| nx_symj_af.nx | sweep harness, do not edit | 52 | 5 |
| nx_symj_fixa.nx | 1 | 1 | |
| nx_symj_fixb.nx | 1 | 1 | |
| nx_symj_fixc.nx | 1 | 1 | |
| nx_symj_fixh.nx | 1 | 1 | |
| nx_symj_fixm.nx | 1 | 1 | |
| nx_symj_fixn.nx | 2 | 2 | |
| nx_symj_ga.nx | sweep harness, do not edit | 61 | 5 |
| nx_symj_gb.nx | sweep harness, do not edit | 52 | 5 |
| nx_symj_gc.nx | sweep harness, do not edit | 35 | 5 |
| nx_symj_gh.nx | sweep harness, do not edit | 35 | 5 |
| nx_symj_gi.nx | sweep harness, do not edit | 68 | 5 |
| nx_symj_gj.nx | sweep harness, do not edit | 68 | 5 |
| nx_symj_gk.nx | sweep harness, do not edit | 65 | 5 |
| nx_symmetry_group.nx | multi-axis symmetry detector. | 311 | 7 |
| nx_symmetry_group_test.nx | smoke for multi-axis symmetry. | 107 | 1 |
| nx_symtab.nx | ELF symbol table builder. | 215 | 10 |
| nx_synapse.nx | direct call between two peers (RPC/gRPC class). | 146 | 10 |
| nx_synapse_test.nx | smoke for nx_synapse. | 117 | 1 |
| nx_sync_promote_gate.nx | proves the PROMOTABLE sync lane (2026-08-22). | 173 | 4 |
| nx_synth_diag.nx | diagnose the broken /synth visuals: is the page served at /synth (no trailing slash) so | 60 | 5 |
| nx_synth_live_check.nx | sovereign LIVE check of nishifamily.com/synth (the synthetic-humans lab page) via | 82 | 4 |
| nx_synth_page.nx | EMITS the /synth lab page (author-by-organ: the HTML is generated, never hand-shipped). | 135 | 5 |
| nx_synth_serve.nx | the INTERACTIVE SYNTH STUDIO (all functionality LIVE): one loopback HTTP daemon that | 344 | 20 |
| nx_synthesis_engine.nx | meta-level signal generation across all domains. | 177 | 6 |
| nx_synthetic_upstream.nx | canned-response replay for adapter testing. | 330 | 7 |
| nx_synthroom.nx | THE ROOM PROTOCOL TOOL (/compare/synthroom rung SR1): the thin main over | 153 | 6 |
| nx_synthroom_gate.nx | GATE for the room protocol (nx_synthroom_lib, /compare/synthroom rung SR1). | 196 | 5 |
| nx_synthroom_lib.nx | ONE CONTRACT for the synth-human room protocol (/compare/synthroom rung SR1). | 443 | 17 |
| nx_syscall_sanity_kat.nx | T11 class: the SYSCALL-NUMBER COLLISION gate that | 67 | 1 |
| nx_syscalls.nx | thin __syscall wrappers used across modules. | 1971 | 117 |
| nx_syscalls_mapping_candidate_t181.nx | thin __syscall wrappers used across modules. | 1946 | 114 |
| nx_syscalls_x86_64.nx | ALIAS STUB (debt 1785528831, 2026-07-31). | 22 | 0 |
| nx_sysnumprobe.nx | WHICH SYSCALL NUMBERING DOES THE RUNNING BINARY ACTUALLY USE? | 19 | 1 |
| nx_sysonly64.nx | ISOLATED control. ONLY the RISC-V write number, nothing else. | 12 | 1 |
| nx_t2mesh.nx | sovereign TEXT-to-MESH generator v0 (generator-path R2). NOT a neural DreamFusion/Shap-E | 123 | 7 |
| nx_ta_parallel_grad_gate.nx | KEYSTONE for FAST model training: the f32 tensor autograd (ta_*) trains | 188 | 6 |
| nx_ta_transformer_gradcheck_gate.nx | LIAR-KILL for the 9 f32 transformer ops added to nx_autograd_tensor | 207 | 14 |
| nx_tabrec.nx | canonical tab-delimited record-field parser. Consolidates the four near-identical extractors | 31 | 6 |
| nx_tabrec_gate.nx | proves the canonical tab-record parser/builder, and demonstrates the consolidated pattern: a | 33 | 1 |
| nx_tactics.nx | LCF-style tactic interpreter. | 166 | 9 |
| nx_tactics_engine_lib.nx | the GENERIC data-driven TACTICS SIMULATION engine (G-ECO-005 rung 1): | 400 | 25 |
| nx_tactics_native.nx | PLAYABLE XCOM-style turn-based TACTICS game (a 2nd game MODE, | 372 | 24 |
| nx_takedown.nx | WRITING/HOSTING arc, rung W-TD-1: NOTICE-AND-TAKEDOWN, the SAFE-HARBOUR POSTURE. | 111 | 6 |
| nx_takedown_gate.nx | REFEREE for W-TD-1 (nx_takedown): the SAFE-HARBOUR / INTERMEDIARY posture. | 128 | 4 |
| nx_tar.nx | USTAR archive: a COMPLETE format, reader and writer. | 241 | 8 |
| nx_tar_gate.nx | proves the USTAR reader/writer by ROUND-TRIP. | 185 | 3 |
| nx_tar_header.nx | parse POSIX ustar tar headers (IEEE 1003.1). | 188 | 5 |
| nx_targetfit.nx | DID THE GENERATOR HIT ITS TARGET, AND BY HOW MUCH DID IT MISS. | 178 | 8 |
| nx_targetfit_gate.nx | proves the target-conformance ruler: bands, normalisation, abstention, drift. | 141 | 7 |
| nx_task.nx | MCP Tasks-primitive parity, sovereign: dispatch a long-running task (get a handle), POLL its status, | 51 | 8 |
| nx_task_gate.nx | proves MCP Tasks parity on real seg_store (test prefix): dispatch a task, POLL it through | 41 | 2 |
| nx_task_graph.nx | DAG of tasks with explicit dependency edges. | 255 | 12 |
| nx_task_graph_test.nx | DAG ordering + dependency satisfaction. | 127 | 6 |
| nx_taste_psychophysics.nx | T1 of the TASTE-SCIENCE ladder: the | 65 | 4 |
| nx_taste_psychophysics_test.nx | smoke for nx_taste_psychophysics (T1). | 42 | 1 |
| nx_taste_transduce.nx | T0 of the TASTE-SCIENCE ladder: the SENSING / | 92 | 4 |
| nx_taste_transduce_test.nx | smoke for nx_taste_transduce (T0). | 56 | 1 |
| nx_tautology.nx | syntactic tautology detection on clauses. | 77 | 3 |
| nx_tautology_test.nx | syntactic-tautology smoke. | 108 | 4 |
| nx_taxlot_gate.nx | CAPITAL-GAINS TAX-LOT + WASH-SALE GATE. | 132 | 5 |
| nx_taxlot_lib.nx | CAPITAL-GAINS TAX-LOT ACCOUNTING with the IRS wash-sale rule. Integer-exact. | 98 | 7 |
| nx_taxonomy.nx | eight-level hierarchical taxonomy registration with | 428 | 16 |
| nx_taxonomy_test.nx | smoke for nx_taxonomy. | 216 | 1 |
| nx_tea_pinned_gate.nx | proves fixed-arg (pinned) execution: a GREEN row's 4th field pins argv and IGNORES the | 62 | 4 |
| nx_teacher.nx | the NISHI TEACHER / TUTOR organ (operator: "maybe we need a nishi teacher or tutor | 87 | 11 |
| nx_teacher_consult.nx | makes the unified capability store ACTIONABLE (Teacher arc, rung R4): the team | 89 | 7 |
| nx_teacher_coordinate.nx | the COORDINATOR: runs the Nishi TEACHER, TRAINER and PUBLISHER together, | 78 | 5 |
| nx_teacher_gate.nx | gate the NISHI TEACHER lesson processor. | 55 | 3 |
| nx_teacher_lesson.nx | the NISHI TEACHER: turn a work-session into a structured, | 249 | 9 |
| nx_teacher_mastery.nx | the TRAINER's honest CAPABILITY measure (Teacher arc, rung R3b). | 168 | 12 |
| nx_teacher_merge.nx | MULTI-SOURCE synthesis into ONE unified Nishi Teacher capability store | 142 | 6 |
| nx_teacher_publish.nx | the PUBLISHER of the Nishi Teacher loop (Teacher arc, rung R5 = surface it). | 112 | 7 |
| nx_teacher_rt.nx | ORPHANED BYTE-IDENTICAL DUPLICATE (measured 2026-08-15). | 269 | 9 |
| nx_teacher_run.nx | run the Nishi Teacher over the curated lesson set: validate each, | 63 | 3 |
| nx_teacher_serve.nx | SERVE-WRAPPER making the TEACHER role's capability MCP-callable (operator 2026-07-10). Library-role | 45 | 6 |
| nx_teacher_synthesize.nx | the SYNTHESIS bridge of the Nishi Teacher/Trainer (Teacher arc, rung R2). | 196 | 10 |
| nx_teacher_trainer.nx | the TRAINER half of the Nishi Teacher (Teacher arc, rung R3 = spaced review). | 178 | 10 |
| nx_teacher_wiki_proof.nx | PROVE the existing wiki ingestor consumes the teacher's lessons. | 44 | 3 |
| nx_team_research_fetch.nx | SOVEREIGN multi-source web-fetch to DESIGN the NISHI TEAM coordination layer | 72 | 5 |
| nx_telemetry.nx | CONSENT-GATED DEVICE TELEMETRY (X-DRV-F1). | 212 | 14 |
| nx_telemetry_bus.nx | substrate telemetry bus. | 564 | 18 |
| nx_template_instantiate.nx | substrate-native template engine. | 462 | 8 |
| nx_temporal_index.nx | LIB: the (host,path)->[(date,capture)] temporal index = the "browse day-by-day" backbone. | 48 | 3 |
| nx_temporal_index_gate.nx | GREEN/RED gate for nx_temporal_index. Synthetic captures of www.page3.com/ at three | 56 | 3 |
| nx_tend_t3_probe.nx | stage-by-stage instrumentation of the tender-gate T3 fixture (live ancient | 38 | 1 |
| nx_tensor.nx | n-dimensional strided array primitive. | 370 | 13 |
| nx_tensor_ir.nx | Nishi tensor intermediate representation. | 541 | 19 |
| nx_tensor_lower.nx | TirGraph -> RV64 asm lowering pass. | 380 | 6 |
| nx_tensor_placement.nx | multi-tier tensor home with promote/demote lifecycle. | 288 | 18 |
| nx_tensor_placement_test.nx | smoke for nx_tensor_placement. | 134 | 1 |
| nx_tensor_test.nx | foundation tensor primitive shape verification. | 152 | 1 |
| nx_term_cooccur.nx | pairwise term co-occurrence counts. | 329 | 9 |
| nx_term_extract.nx | end-to-end learning orchestrator. | 164 | 2 |
| nx_term_extract_test.nx | end-to-end smoke for the learning ingestion. | 172 | 2 |
| nx_term_order.nx | Knuth-Bendix Order (KBO) over first-order Terms. | 256 | 9 |
| nx_term_order_test.nx | KBO smoke covering all four verdicts. | 157 | 4 |
| nx_term_registry.nx | open string-id pool with sightings + stage. | 437 | 14 |
| nx_termios.nx | raw / cooked terminal mode via ioctl(TCGETS/TCSETS). | 162 | 7 |
| nx_ternary_test.nx | minimal proof that the C-style ternary `cond ? a : b` | 27 | 2 |
| nx_terrain_erode_lib.nx | TERRAIN-SCALE EROSION COMPOSITION + ITS REFEREE (PG20, procgen.plan). | 164 | 8 |
| nx_territory.nx | distributed mutex (territorial scent-marking class). | 90 | 5 |
| nx_territory_test.nx | smoke for nx_territory. | 59 | 1 |
| nx_test_driver_e2e.nx | end-to-end smoke for the bits-up test driver. | 136 | 5 |
| nx_test_harness.nx | assertion DSL for the bits-up test driver. | 214 | 14 |
| nx_test_harness_test.nx | self-test for the assertion DSL. | 61 | 2 |
| nx_test_many_params.nx | proves nxc2 now handles >8 function params. | 24 | 2 |
| nx_tex_sample.nx | UV texture sampling on Image (graphics). | 269 | 8 |
| nx_tex_sample_mip_alpha_candidate_t241.nx | Computes mip levels for texture sampling with alpha-weighted RGB integration and linear alpha handling. | 67 | 6 |
| nx_tex_sample_mip_candidate_t218.nx | 44 | 5 | |
| nx_texm_ship_gate.nx | THE GATE FOR THE DERIVED SHIP RESOLUTION. | 166 | 5 |
| nx_texpaint_gate.nx | the gate for nx_texpaint_lib (/compare/dcc DC7, texture painting). | 548 | 18 |
| nx_texpaint_lib.nx | TEXTURE PAINTING: a brush stroke placed on the SURFACE that lands in the correct | 684 | 55 |
| nx_texr_boundary_gate_t285.nx | Validates TEXR boundary gate structures for correct header and data integrity checks. | 78 | 6 |
| nx_texr_chart_candidate_t279.nx | Validates and initializes chart data structures for regional texture mapping in a 3D model. | 144 | 5 |
| nx_texr_chart_gate_t279.nx | Validates and processes chart data, checking vertex and triangle integrity before exporting to a file. | 66 | 1 |
| nx_texr_descriptor_capture_gate_t279.nx | 36 | 3 | |
| nx_texr_descriptor_t279.nx | CLI for the PER-REGION skin atlas + periodic micro-relief tile (TEXR): | 134 | 4 |
| nx_texr_images_gate_t278.nx | 31 | 1 | |
| nx_texr_validate_candidate_t285.nx | TEXR structural boundary: reuse validated NXA section extent before reading records. | 52 | 1 |
| nx_text2motion.nx | TEXT-CONDITIONED neural motion (the MotionGPT headline, S6b): a description -> motion, | 165 | 9 |
| nx_text_ingest.nx | text-medium ingester targeting media-agnostic schema. | 442 | 9 |
| nx_text_ingest_test.nx | end-to-end smoke for the Tier 0+1 stack. | 151 | 1 |
| nx_text_render.nx | text rendering onto 1bpp framebuffer. | 119 | 4 |
| nx_text_render_test.nx | smoke for nx_text_render. | 58 | 1 |
| nx_text_sentences.nx | shared text primitive extracted from the research stack (Consolidation-Without-Loss | 43 | 2 |
| nx_text_sentences_gate.nx | CONTRACT gate for the shared text primitives (Consolidation-Without-Loss: the | 62 | 4 |
| nx_text_wrap.nx | SHARED word-level line breaking for the renderer. LAYOUT (height reservation in | 22 | 1 |
| nx_textcut.nx | LIB: TOKEN-BOUNDARY-SAFE TEXT CUTTING. The estate's ONE truncation ruler. | 232 | 12 |
| nx_texture.nx | texture primitives (V5 of vision rollout). | 215 | 8 |
| nx_texture_array_gate_t289.nx | Typed regional texture-array emission and boundary gate; GPU pixel witness is separate. | 102 | 4 |
| nx_texture_mip_alpha_gate_t241.nx | 16 | 2 | |
| nx_texture_mip_gate_t218.nx | 15 | 2 | |
| nx_texture_test.nx | smoke for V5 texture primitives. | 138 | 1 |
| nx_textured_tri.nx | TEXTURED TRIANGLE rasterizer: barycentric edge-function fill + per-fragment UV | 62 | 2 |
| nx_textured_tri_fast.nx | E1-R1 of the raster perf ladder (board S18): the SAME textured-triangle | 195 | 3 |
| nx_tfl_decimate_gate.nx | NXMSH2 TFL reducer gate | 30 | 2 |
| nx_tg_mftotal_gate.nx | proves tg_multifile_total sums the info-dict "files" list correctly (the fix for | 26 | 3 |
| nx_tg_wanted_gate.nx | proves tg_build_wanted (selective download) marks the actual content wanted and the | 28 | 3 |
| nx_tga_decode.nx | Truevision TGA reader (the DOS/Amiga-era workhorse). | 166 | 6 |
| nx_tga_writer.nx | serialise uncompressed TGA (Targa) images. | 161 | 6 |
| nx_theorem_card.nx | substrate-enforced TheoremCard per | 268 | 11 |
| nx_theorem_card_test.nx | smoke for TheoremCard primitive. | 47 | 1 |
| nx_theorem_ingest.nx | ingest machine-readable theorem corpora. | 416 | 7 |
| nx_theorem_ingest_test.nx | smoke for theorem ingestion (P0 scope). | 39 | 1 |
| nx_theorem_registry.nx | substrate-native primitive registry. | 207 | 9 |
| nx_theorem_registry_test.nx | smoke for the L0->L2.5 bulk registry. | 79 | 1 |
| nx_theorems10_test.nx | close Freek-100 to 100. | 51 | 1 |
| nx_theorems2_test.nx | batch 2 smoke. | 77 | 1 |
| nx_theorems3_test.nx | batch 3 verification. | 141 | 1 |
| nx_theorems4_test.nx | batch 4 verification. | 153 | 1 |
| nx_theorems5_test.nx | Freek-100 quick-wins verification. | 147 | 1 |
| nx_theorems6_test.nx | Freek-100 medium difficulty smoke. | 119 | 1 |
| nx_theorems7_test.nx | batch 7 verification. | 119 | 1 |
| nx_theorems8_test.nx | batch 8 verification. | 99 | 1 |
| nx_theorems9_test.nx | batch 9 verification. | 105 | 1 |
| nx_theorems_test.nx | verify the batch-1 theorem primitives. | 88 | 1 |
| nx_thermal_process.nx | FOOD-SCIENCE SUITE / THERMAL PROCESS rung. The | 261 | 16 |
| nx_thermal_process_test.nx | gate for nx_thermal_process. The central | 242 | 3 |
| nx_thermal_profile.nx | FOOD-SCIENCE SUITE / PROCESS INTEGRATION rung. | 177 | 10 |
| nx_thermal_profile_test.nx | gate for nx_thermal_profile. The headline is | 176 | 4 |
| nx_thigh_proportion.nx | thigh thickness + thigh gap detector. | 132 | 1 |
| nx_thread.nx | clone(2)-based thread creation (CLONE_VM, CLONE_FS, | 137 | 8 |
| nx_thread_kat.nx | THE THREADING TEST: __thread_clone with a REAL function address (now that &fn works). A worker thread | 25 | 2 |
| nx_thread_pool.nx | shared-queue thread pool (Rayon-precursor). | 783 | 45 |
| nx_thread_pool_test.nx | end-to-end pool stress. Submit | 84 | 2 |
| nx_thread_spawn_test.nx | end-to-end test for __thread_clone: | 116 | 2 |
| nx_threat_model.nx | sealed adversary taxonomy for substrate design. | 210 | 8 |
| nx_thymus_codebase_scan.nx | pattern-based detection of source-code | 312 | 10 |
| nx_thymus_codebase_scan_test.nx | smoke for nx_thymus_codebase_scan. | 200 | 2 |
| nx_tick_sync.nx | the LATENCY-BOUND pillar: clock synchronization + a | 58 | 5 |
| nx_tick_sync_test.nx | 1:1 KAT for the latency-bound controller | 64 | 1 |
| nx_tictactoe.nx | bits-up source-of-truth for C0 of the bootstrap-to-generative | 456 | 17 |
| nx_tictactoe_html_contract_test.nx | bits-up HTML-contract checker. | 159 | 2 |
| nx_tictactoe_render.nx | bits-up HTML rendering + event dispatch for /tictactoe. | 310 | 13 |
| nx_tictactoe_test.nx | C0 substrate smoke. | 173 | 1 |
| nx_tier.nx | substrate-wide tier configuration. | 235 | 0 |
| nx_tier1_immune_compose_test.nx | the complete judo loop. | 175 | 1 |
| nx_tier2_immune_compose_test.nx | colony immunity + federation. | 175 | 1 |
| nx_tier3_ecology_compose_test.nx | ecosystem-tier composition. | 112 | 1 |
| nx_tier_ladder_gate.nx | GP3 / GE45 REFEREE: the render-door ladder is DATA, the native walk over that | 377 | 7 |
| nx_tier_ladder_lib.nx | THE RENDER-DOOR LADDER RULER (LIB, no main). gpu GP3 rk_tier_ladder / gameengine GE45. | 783 | 47 |
| nx_tier_swap_demo.nx | proof that nx_tier.nx swap is real. | 62 | 2 |
| nx_tiff_decode.nx | sovereign baseline TIFF READER (the 1990s scan/fax/print interchange format; | 195 | 8 |
| nx_time.nx | monotonic wall-clock time + duration utilities. | 98 | 6 |
| nx_time_canonical.nx | Provides monotonic and wall-clock time in nanoseconds using system calls. | 79 | 4 |
| nx_time_quality.nx | four-dimensional time classification primitive. | 276 | 12 |
| nx_timefmt.nx | RFC 3339 + RFC 822 timestamp format/parse. | 262 | 11 |
| nx_timeline.nx | editor timeline assembler (R4b): turn a clip list + per-gap | 56 | 1 |
| nx_timeline_demo.nx | VISIBLE proof of R4b: assemble two REAL gallery stills | 93 | 5 |
| nx_timeline_gate.nx | REFEREE for R4b (nx_timeline schedule). | 96 | 5 |
| nx_timerfd.nx | Linux timerfd_create / timerfd_settime wrapper. | 151 | 8 |
| nx_tinyllama_gguf_probe_test.nx | can Nishi parse a REAL llama.cpp GGUF? | 136 | 1 |
| nx_tissue_test.nx | smoke for nx_tissue. | 113 | 1 |
| nx_tissuebudget.nx | WHAT THE TISSUE TICK ACTUALLY COSTS, AGAINST THE BUDGET THAT WAS ALREADY BANKED. | 164 | 5 |
| nx_tissuefield_lib.nx | THE SKULL-BOUND TISSUE-DEPTH SKIN SURFACE (aesthetictwin AT46, 2026-09-18). | 1947 | 72 |
| nx_tls12_client.nx | INCREMENT 2 of the sovereign TLS-1.2 client: COMPLETE the ECDHE-RSA-AES128-GCM-SHA256 | 754 | 19 |
| nx_tls12_client_session.nx | PHASE 2 of the sovereign TLS 1.2 client: | 603 | 13 |
| nx_tls12_hello.nx | TLS 1.2 ClientHello emitter (rung 1 of the sovereign TLS 1.2 client). | 93 | 3 |
| nx_tls12_hello_test.nx | KAT for the TLS 1.2 ClientHello emitter (rung 1, no network). | 80 | 5 |
| nx_tls12_keys.nx | TLS 1.2 key schedule (rung 3 of the sovereign TLS 1.2 client). | 49 | 4 |
| nx_tls12_keys_test.nx | KAT for the TLS 1.2 key schedule (rung 3, no network). | 77 | 5 |
| nx_tls12_mutant.nx | MUTATION PROOF for the SKE signature check. Regenerated from nx_tls12_client.nx, | 757 | 19 |
| nx_tls12_parse.nx | TLS 1.2 handshake parsers (rung 2 of the sovereign TLS 1.2 client). | 65 | 4 |
| nx_tls12_parse_test.nx | KAT for the TLS 1.2 handshake parsers (rung 2, no network). | 89 | 4 |
| nx_tls12_prf.nx | TLS 1.2 PRF (RFC 5246 §5), the key-derivation core of | 67 | 2 |
| nx_tls12_prf_test.nx | TLS 1.2 PRF (SHA-256) KAT vs python reference | 223 | 2 |
| nx_tls12_probe.nx | INCREMENT 1 of the sovereign TLS-1.2 client (the keystone that gets nx_gpu_ctl + Porkbun | 209 | 11 |
| nx_tls12_probe_test.nx | LIVE probe of the sovereign TLS 1.2 ClientHello + ServerHello parse (rung 5 step 1). | 139 | 2 |
| nx_tls12_record.nx | TLS 1.2 AES-128-GCM record protection (rung 4 core of the sovereign TLS 1.2 client). | 56 | 4 |
| nx_tls12_record_test.nx | KAT for the TLS 1.2 AES-128-GCM record layer (rung 4, no network). | 52 | 5 |
| nx_tls12_req.nx | REUSABLE sovereign TLS-1.2 HTTPS request (ECDHE-RSA-AES128-GCM-SHA256). LIBRARY (no main): | 537 | 23 |
| nx_tls12_ske_verify.nx | TLS 1.2 ECDHE-RSA ServerKeyExchange signature | 132 | 5 |
| nx_tls13.nx | TLS 1.3 (RFC 8446) record-layer constants + framing. | 215 | 6 |
| nx_tls13_aead_record_tcp_test.nx | send + recv ONE AEAD-protected | 150 | 8 |
| nx_tls13_alpn_test.nx | smoke for the ALPN (RFC 7301) extension | 68 | 1 |
| nx_tls13_auth.nx | TLS 1.3 auth-related handshake message parsers. | 274 | 6 |
| nx_tls13_auth_test.nx | KAT for EncryptedExtensions + Certificate | 238 | 1 |
| nx_tls13_cert_cache_gate.nx | proves the additive cert-validation CACHE in nx_tls13_client_validate_certificate: | 96 | 5 |
| nx_tls13_ch_adversarial_test.nx | Phase A2 of S-class hardening. | 145 | 3 |
| nx_tls13_ch_compat_test.nx | B2-HTTPBIN-CH gate row (browser arc). | 399 | 9 |
| nx_tls13_chrome_hello.nx | emit a ClientHello whose JA3 fingerprint MATCHES a real Chrome (~v120), so | 107 | 4 |
| nx_tls13_chrome_hello_gate.nx | SOVEREIGN referee: emit our Chrome-JA3 ClientHello, extract its JA3 fingerprint | 123 | 8 |
| nx_tls13_chrome_session.nx | R2f-A LIVE wiring: a TLS-1.3 client session that sends the Chrome-JA3 ClientHello | 131 | 2 |
| nx_tls13_client.nx | TLS 1.3 client state machine (Gap L sub-2). | 264 | 4 |
| nx_tls13_client_dispatch_with_validation.nx | TLS 1.3 client | 124 | 4 |
| nx_tls13_client_dispatch_with_validation_test.nx | KAT for the | 121 | 1 |
| nx_tls13_client_h2run.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under | 174 | 5 |
| nx_tls13_client_session.nx | TLS 1.3 client session state + | 273 | 4 |
| nx_tls13_client_session_derive_app.nx | step 3c.5 of the | 133 | 3 |
| nx_tls13_client_session_derive_app_test.nx | KAT for step 3c.5: | 90 | 1 |
| nx_tls13_client_session_emit_finished.nx | step 3c.4 of the | 158 | 3 |
| nx_tls13_client_session_emit_finished_test.nx | KAT for | 88 | 1 |
| nx_tls13_client_session_recv_hs.nx | step 3c.3 of the | 266 | 4 |
| nx_tls13_client_session_recv_hs_test.nx | KAT for step 3c.3: | 133 | 2 |
| nx_tls13_client_session_recv_sh.nx | step 3c.2 of the | 270 | 3 |
| nx_tls13_client_session_recv_sh_test.nx | KAT for step 3c.2: | 217 | 2 |
| nx_tls13_client_session_run.nx | step 3c.6b of the | 308 | 6 |
| nx_tls13_client_session_run_test.nx | KAT for the top-level | 74 | 1 |
| nx_tls13_client_session_test.nx | KAT for the TLS 1.3 client | 93 | 1 |
| nx_tls13_client_test.nx | in-memory end-to-end handshake dispatch. | 231 | 1 |
| nx_tls13_client_validate_certificate.nx | the FORMAL bridge | 166 | 4 |
| nx_tls13_client_validate_certificate_test.nx | KAT for the | 85 | 2 |
| nx_tls13_client_verify_cv.nx | CLOSE THE TLS 1.3 CLIENT AUTH BYPASS. | 182 | 8 |
| nx_tls13_clientauth_ecdsa.nx | TLS 1.3 server-side CLIENT authentication, ECDSA-P256 path (RFC 8446 §4.4.3). | 143 | 7 |
| nx_tls13_emit_certificate_request.nx | TLS 1.3 CertificateRequest (RFC 8446 §4.3.2) emit + parse. | 193 | 7 |
| nx_tls13_ext.nx | TLS 1.3 extension emitters + ServerHello parsers. | 485 | 14 |
| nx_tls13_ext_test.nx | byte-exact KAT for TLS 1.3 extension | 167 | 1 |
| nx_tls13_finished.nx | TLS 1.3 Finished MAC (RFC 8446 §4.4.4). | 116 | 3 |
| nx_tls13_finished_test.nx | internal KAT for Finished MAC. | 109 | 1 |
| nx_tls13_frag_gate.nx | THE GATE FOR TLS REQUEST FRAGMENTATION ARITHMETIC, 2026-09-04. | 122 | 3 |
| nx_tls13_full_tcp_test.nx | full TLS 1.3 handshake over real TCP | 479 | 29 |
| nx_tls13_handshake.nx | TLS 1.3 handshake orchestrator (Gap L sub-1). | 212 | 3 |
| nx_tls13_handshake_io.nx | full TLS 1.3 handshake over real TCP. | 202 | 5 |
| nx_tls13_handshake_tcp_test.nx | full TLS 1.3 client+server | 366 | 4 |
| nx_tls13_handshake_test.nx | RFC 8448 §3 end-to-end orchestrator KAT. | 157 | 1 |
| nx_tls13_hello.nx | TLS 1.3 ClientHello + ServerHello (RFC 8446 | 503 | 7 |
| nx_tls13_hello_test.nx | structural + iterator KAT for the | 204 | 1 |
| nx_tls13_hrr.nx | HelloRetryRequest detection (RFC 8446 §4.1.4). | 108 | 2 |
| nx_tls13_hrr_test.nx | KAT for HelloRetryRequest detection. | 75 | 1 |
| nx_tls13_io.nx | TLS 1.3 record I/O over TCP (Linux x86_64). | 190 | 5 |
| nx_tls13_kdf.nx | TLS 1.3 HKDF-Expand-Label + Derive-Secret | 172 | 4 |
| nx_tls13_kdf_test.nx | RFC 8446 §7.1 + RFC 8448 §3 KAT for the | 119 | 1 |
| nx_tls13_loopback_test.nx | SOVEREIGN end-to-end handshake proof. | 319 | 1 |
| nx_tls13_mtls_finished.nx | R7: the mTLS-aware client Finished handler (the dual-snapshot key schedule). | 196 | 9 |
| nx_tls13_mtls_loopback_test.nx | SOVEREIGN end-to-end MUTUAL-AUTH proof: the capstone of the no-cookie carrier. | 166 | 7 |
| nx_tls13_mtls_recv_cert.nx | R7: receive the client's Certificate record, EMPTY-cert aware. | 137 | 7 |
| nx_tls13_p256_loopback_test.nx | server side of rung | 127 | 2 |
| nx_tls13_read_record_from_fd.nx | read ONE TLS record from a | 128 | 4 |
| nx_tls13_read_record_from_fd_loopback_test.nx | REAL happy- | 125 | 4 |
| nx_tls13_read_record_from_fd_test.nx | KAT for the TLS record | 49 | 1 |
| nx_tls13_record.nx | TLS 1.3 record-layer protection (RFC 8446 §5.2). | 412 | 12 |
| nx_tls13_record_test.nx | internal-consistency KAT for the | 192 | 1 |
| nx_tls13_recv_hs_diff_test.nx | B1 differential: identical setup to | 137 | 2 |
| nx_tls13_recv_hs_probe_test.nx | B1 instrument (pm_plan arc=BROWSER | 272 | 3 |
| nx_tls13_schedule.nx | TLS 1.3 key schedule cascade (RFC 8446 §7.1). | 236 | 8 |
| nx_tls13_schedule_test.nx | RFC 8448 §3 cascade KAT for TLS 1.3 | 147 | 1 |
| nx_tls13_server.nx | TLS 1.3 server-side handshake (sovereign loopback). | 268 | 5 |
| nx_tls13_server_clientauth.nx | TLS 1.3 server-side CLIENT authentication: verify a presented | 174 | 7 |
| nx_tls13_server_full_handshake_test.nx | end-to-end integration | 225 | 2 |
| nx_tls13_server_recv_client_cert.nx | R7 rung 7b: the server receives the client's Certificate record. | 171 | 5 |
| nx_tls13_server_recv_client_cv.nx | R7 rung 7c: receive + verify the client's CertificateVerify. | 212 | 9 |
| nx_tls13_server_session.nx | TLS 1.3 SERVER session state + state | 271 | 3 |
| nx_tls13_server_session_app_data.nx | application-data layer for | 150 | 2 |
| nx_tls13_server_session_app_data_test.nx | round-trip the app | 203 | 2 |
| nx_tls13_server_session_derive_hs.nx | 4th stone of the TLS 1.3 | 144 | 1 |
| nx_tls13_server_session_derive_hs_test.nx | verify the server's | 88 | 1 |
| nx_tls13_server_session_derive_traffic.nx | 5th TLS server stone. | 113 | 1 |
| nx_tls13_server_session_derive_traffic_test.nx | verify traffic | 109 | 3 |
| nx_tls13_server_session_emit_certificate.nx | stone 6.5 (final | 278 | 2 |
| nx_tls13_server_session_emit_certificate_test.nx | Smoke for emit_certificate: wraps caller-supplied DER bytes as | 117 | 1 |
| nx_tls13_server_session_emit_certreq.nx | R7 rung 7a: emit CertificateRequest as a real encrypted server | 147 | 4 |
| nx_tls13_server_session_emit_cv.nx | stone 7.5 of TLS server arc. | 347 | 4 |
| nx_tls13_server_session_emit_cv_test.nx | verify CertificateVerify | 113 | 1 |
| nx_tls13_server_session_emit_ee.nx | 6th TLS server stone. | 109 | 1 |
| nx_tls13_server_session_emit_ee_alpn.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, | 138 | 1 |
| nx_tls13_server_session_emit_ee_test.nx | verify emit_ee | 92 | 1 |
| nx_tls13_server_session_emit_hrr.nx | server-side HelloRetryRequest | 161 | 3 |
| nx_tls13_server_session_emit_sf.nx | 7th TLS server stone. | 161 | 1 |
| nx_tls13_server_session_emit_sf_test.nx | verify server Finished | 93 | 1 |
| nx_tls13_server_session_emit_sh.nx | server-side ServerHello | 263 | 6 |
| nx_tls13_server_session_emit_sh_test.nx | verify server emits a | 130 | 1 |
| nx_tls13_server_session_recv_cf.nx | 8th (final) TLS server stone. | 223 | 2 |
| nx_tls13_server_session_recv_cf_test.nx | close the loopback-class | 188 | 2 |
| nx_tls13_server_session_recv_ch.nx | server-side ClientHello | 295 | 5 |
| nx_tls13_server_session_recv_ch_test.nx | verify the server-side | 96 | 1 |
| nx_tls13_server_session_run.nx | top-level TLS 1.3 server-side | 353 | 6 |
| nx_tls13_server_session_run_h2.nx | TUTOR-BOOTSTRAP SCAFFOLD (Claude, authored | 295 | 5 |
| nx_tls13_server_session_run_mtls.nx | R7: the live-terminator mTLS handshake run loop (Ed25519 server | 207 | 5 |
| nx_tls13_server_session_test.nx | verify server session skeleton | 102 | 1 |
| nx_tls13_sh_probe_test.nx | ServerHello DIAGNOSTIC PROBE. | 252 | 4 |
| nx_tls13_transcript.nx | TLS 1.3 transcript hash (RFC 8446 §4.4.1). | 218 | 6 |
| nx_tls13_transcript_snapkat_tamper_test.nx | NEGATIVE CONTROL for the | 85 | 6 |
| nx_tls13_transcript_snapkat_test.nx | DURABLE anti-regression KAT for | 97 | 3 |
| nx_tls13_transcript_test.nx | KAT + internal consistency for the | 152 | 1 |
| nx_tls_cert_cache.nx | PERSIST the (already gate-proven) TLS cert-validation cache ACROSS PROCESSES. | 145 | 8 |
| nx_tls_efficiency_census.nx | MEASURED efficiency of our TLS+fetch stack vs the 2026 SOTA. Grounded in REAL | 55 | 4 |
| nx_tmplstale.nx | THE CLERK DESK CLI/MCP organ: self-verifying demo over nx_tmplstale_lib. | 90 | 2 |
| nx_tmplstale_gate.nx | INDEPENDENT GATE for the clerk desk (nx_tmplstale_lib): template registry, | 87 | 2 |
| nx_tmplstale_lib.nx | THE CLERK DESK: template registry, document lineage and TEMPLATE STALENESS | 283 | 13 |
| nx_tmpstore_reap.nx | GUARDED reaper for orphaned scratch seg-store families in a temp dir | 372 | 23 |
| nx_tok_probe.nx | tokenizer-parity DIAGNOSTIC: dump the exact token ids | 94 | 5 |
| nx_token_merge.nx | H8 token merging plan (bits-up). | 235 | 10 |
| nx_token_merge_test.nx | smoke for H8 token merging plan. | 185 | 1 |
| nx_token_permutation.nx | order-effect analyzer for prompt token sequences. | 274 | 6 |
| nx_token_permutation_test.nx | smoke + the user's 4-permutation case. | 98 | 2 |
| nx_token_sample.nx | logit sampling primitives for inference. | 318 | 5 |
| nx_tokenizer.nx | NishiLang source tokenizer, ported from lex.c. | 2619 | 77 |
| nx_toml.nx | TOML 1.0 config parser. | 362 | 16 |
| nx_tone.nx | WRITING arc, rung W-TONE-1: the VOICE / TONE FINGERPRINT. | 155 | 7 |
| nx_tone_gate.nx | REFEREE for WRITING rung W-TONE-1 (nx_tone). | 133 | 6 |
| nx_tone_w_gate.nx | REFEREE for WRITING rung W-TONE-2 (weighting + drift). | 127 | 6 |
| nx_tonemap_aces.nx | ACES filmic tone-map curve in Q10 fixed point. | 207 | 5 |
| nx_toner_continue.nx | SOVEREIGN network override for the proprietary toner block. Drives the printer's | 84 | 3 |
| nx_toner_ledger.nx | Calculates remaining toner based on actual page coverage, not printer-reported values. | 47 | 5 |
| nx_toner_ledger_test.nx | gate for real toner accounting. Unique exit codes per invariant: | 41 | 2 |
| nx_toner_liberate.nx | S-class "toner liberation": defeat proprietary toner blocking so the operator's | 74 | 2 |
| nx_toner_liberate_test.nx | gate for the toner-liberation classifier. Unique exit codes per invariant: | 70 | 3 |
| nx_toner_meter.nx | Calculates toner consumption based on exact pixel coverage of a page bitmap, returning coverage in PPM and standardized page units. | 33 | 2 |
| nx_toner_meter_test.nx | gate for the real-coverage toner meter. Unique exit codes per invariant: | 45 | 2 |
| nx_toner_store.nx | tiny persistent store for the real-toner ledger (survives across runs, on /mnt/c). | 40 | 4 |
| nx_toner_track.nx | REAL toner reading from the page we actually printed. Decodes the URF artifact back | 74 | 5 |
| nx_tool_argecho.nx | the multi-arg WITNESS organ for the executable API. Where nx_tool_ping proves an | 23 | 2 |
| nx_tool_census.nx | bits-up tool-census classification primitive. | 408 | 16 |
| nx_tool_census_run_test.nx | end-to-end bits-up audit binary. | 50 | 1 |
| nx_tool_census_test.nx | KAT for bits-up tool census classifier. | 201 | 1 |
| nx_tool_exec_allow.nx | R1 of the executable-API rung: the EXECUTION allowlist that gates R0's raw | 480 | 27 |
| nx_tool_exec_allow_gate.nx | GATE for R1 (nx_tool_exec_allow), composing R0 (nx_tool_run). Proves the | 125 | 6 |
| nx_tool_http_backend.nx | HTTP-BACKEND execution mode for the sovereign agent tools API. A tools/call whose | 204 | 13 |
| nx_tool_http_backend_candidate_t314.nx | HTTP-BACKEND execution mode for the sovereign agent tools API. A tools/call whose | 284 | 17 |
| nx_tool_http_backend_gate.nx | proves the HTTP-backend execution mode: url-encode forecloses injection on the | 72 | 4 |
| nx_tool_ping.nx | the canonical no-op smoke-test organ for the executable API. It does exactly one thing: | 14 | 1 |
| nx_tool_registry.nx | MCP Tools-primitive parity, sovereign: every Nishi organ/capability registers itself | 29 | 6 |
| nx_tool_registry_gate.nx | proves MCP-style register + discover on the real seg_store (test prefix): register two | 40 | 1 |
| nx_tool_run.nx | R0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem | 688 | 28 |
| nx_tool_run_evidence_candidate_t297.nx | R0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem | 688 | 28 |
| nx_tool_run_gate.nx | GATE for R0 of the executable-API rung (nx_tool_run). Proves the sovereign | 63 | 3 |
| nx_tool_run_owned_candidate_t218.nx | R0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem | 638 | 23 |
| nx_toolcall_idem_candidate_t190.nx | IDEMPOTENCY KEYS ON tools/call (/compare/dataio DI4 `ta_idempotency_key`, 2026-09-05). | 231 | 20 |
| nx_toolcall_idem_gate.nx | IN-PROCESS gate over nx_toolcall_idem_lib (/compare/dataio DI4 ta_idempotency_key). | 91 | 3 |
| nx_toolcall_idem_lib.nx | IDEMPOTENCY KEYS ON tools/call (/compare/dataio DI4 `ta_idempotency_key`, 2026-09-05). | 231 | 20 |
| nx_toolchain.nx | unified entry point for the off-C tools. | 169 | 3 |
| nx_toolreg_reap.nx | REMOVE named scaffold rows from tool_allowlist.conf. The counterpart the registry | 262 | 9 |
| nx_toolreg_reap_gate.nx | proof that the reaper removes what it should and REFUSES what it must not. | 135 | 8 |
| nx_toolreg_reconcile.nx | CLI half of the discovery reconciler / drift auditor. Run from nishihost CWD: | 125 | 4 |
| nx_toolreg_reconcile_gate.nx | gates the discovery reconciler on a THROWAWAY registry prefix + | 169 | 5 |
| nx_toolreg_reconcile_lib.nx | DISCOVERY RECONCILER, library half. Closes the WIRE class forever: | 546 | 17 |
| nx_tools_api.nx | Exposes the nx_tool_registry over HTTP with GET and MCP-compatible JSON-RPC endpoints for tool discovery and invocation. | 2656 | 110 |
| nx_tools_api_exec_gate.nx | GATE for R2: the /mcp tools/call STUB is now REAL execution. Drives the live | 283 | 10 |
| nx_tools_api_gate.nx | drives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then | 350 | 6 |
| nx_tools_api_idem_candidate_t190.nx | Exposes the nx_tool_registry over HTTP with MCP compatibility and idempotency for tool calls. | 2436 | 103 |
| nx_tools_api_recovery_candidate_t316.nx | Exposes the nx_tool_registry over HTTP with GET and MCP-compatible JSON-RPC endpoints for tool discovery and invocation. | 2648 | 110 |
| nx_tools_api_recovery_candidate_v2_t316.nx | Exposes the nx_tool_registry over HTTP with GET and MCP-compatible JSON-RPC endpoints for tool discovery and invocation. | 2654 | 110 |
| nx_tools_api_recovery_candidate_v3_t316.nx | Exposes the nx_tool_registry over HTTP with GET and MCP-compatible JSON-RPC endpoints for tool discovery and invocation. | 2656 | 110 |
| nx_tools_api_recovery_comparison_gate_t316.nx | 60 | 4 | |
| nx_tools_api_recovery_comparison_gate_v2_t316.nx | 60 | 4 | |
| nx_tools_api_recovery_comparison_gate_v3_t316.nx | 60 | 4 | |
| nx_tools_api_recovery_gate_t316.nx | 35 | 3 | |
| nx_tools_api_recovery_handler_gate_v3_t316.nx | 45 | 3 | |
| nx_tools_api_regression_complete_gate_v3_t316.nx | drives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then | 353 | 6 |
| nx_tools_api_regression_gate_t316.nx | drives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then | 350 | 6 |
| nx_tools_api_regression_gate_v2_t316.nx | drives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then | 350 | 6 |
| nx_tools_api_regression_gate_v3_t316.nx | drives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then | 350 | 6 |
| nx_tools_api_regression_isolated_gate_v3_t316.nx | drives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then | 353 | 6 |
| nx_tools_api_serve.nx | standalone loopback HTTP server for the R0 agent-facing API (nx_tools_api). | 347 | 10 |
| nx_tools_argv_idem_gate.nx | Actual ta_mcp_call integration in a newly created private /tmp directory. | 101 | 5 |
| nx_tools_argv_unicode_gate.nx | 224 | 4 | |
| nx_tools_canary_gate.nx | CANARY for the tools daemon (debt seq1373). license_tier: ORIGINAL | 134 | 6 |
| nx_tools_denial_observation_candidate_t316.nx | Isolated candidate: merge functions into nx_tools_api after review; no production journal used by gate. | 16 | 2 |
| nx_tools_denial_observation_gate_t316.nx | 38 | 2 | |
| nx_tools_guidance_gate_t140.nx | Exercises canonical denial routing without minting credentials or editing the registry/allowlist. | 26 | 2 |
| nx_tools_listener_child_gate.nx | Actual source-linked child helper, fresh loopback listener and private cwd only. | 182 | 7 |
| nx_tools_timing_exec_diagnostic.nx | Read-only diagnostic of one explicitly supplied fixture ELF. No config or journal writes. | 33 | 1 |
| nx_tools_timing_fixture.nx | Dedicated fixture: stdout and exit only. All timings supplied by the gate. | 22 | 1 |
| nx_tools_timing_gate.nx | Real monotonic clock + existing journal writer, with an isolated caller-owned fixture. | 73 | 3 |
| nx_tools_timing_serve_gate.nx | Source-linked staged serve_one integration. No daemon startup/seed. Private pinned fixture only. | 261 | 7 |
| nx_toolsapi_bodycap_gate.nx | END-TO-END referee for the tools-API request-body fix (2026-08-23). | 342 | 15 |
| nx_torque.nx | 3D torque vector primitive (rotational analog of | 142 | 8 |
| nx_torque_test.nx | torque vector ops + cross-primitive | 90 | 2 |
| nx_torrent_access.nx | ACCESS POLICY for torrent downloads + watch-while-stream, by AREA. | 48 | 2 |
| nx_torrent_access_gate.nx | referee for the torrent download/stream AREA access policy. | 68 | 6 |
| nx_torrent_acquisition_cli_gate_t270.nx | 36 | 2 | |
| nx_torrent_area_gate.nx | referee for the torrent daemon's R2 two-area routing + isolation. | 87 | 8 |
| nx_torrent_bench.nx | the 1:1 torrent leaderboard, graded vs RESEARCH-VERIFIED incumbents. | 148 | 8 |
| nx_torrent_bench_test.nx | KAT for the torrent leaderboard + emits the table to stdout. | 67 | 2 |
| nx_torrent_capbench.nx | MULTIVARIATE COMPETITIVE CAPABILITY BENCHMARK (S-class feature, B0-B2). | 186 | 8 |
| nx_torrent_clean.nx | SOVEREIGN disk purge of leftover torrent folders. A folder is DELETED only | 113 | 10 |
| nx_torrent_competitor_census.nx | the TORRENT lane's COMPETITOR-FEATURE census: how much of the qBittorrent/ | 120 | 11 |
| nx_torrent_daemon.nx | the UI enabler (X-TORRENT-UI-001): an HTTP daemon that | 1473 | 66 |
| nx_torrent_daemon_gate.nx | SOVEREIGN verification of the MULTI-TORRENT /torrent daemon | 154 | 9 |
| nx_torrent_doctor.nx | SOVEREIGN torrent diagnostic (replaces shell dumps; SHELL IS BLEED). Scans the | 110 | 9 |
| nx_torrent_extract.nx | split a completed/partial download.part into the REAL files the torrent | 201 | 14 |
| nx_torrent_get.nx | the DOWNLOAD WORKER (X-TORRENT-LIVE-001 L5): magnet -> a real file on disk + | 1047 | 31 |
| nx_torrent_get_acquisition_t270.nx | the DOWNLOAD WORKER (X-TORRENT-LIVE-001 L5): magnet -> a real file on disk + | 1066 | 33 |
| nx_torrent_get_acquisition_t271.nx | the DOWNLOAD WORKER (X-TORRENT-LIVE-001 L5): magnet -> a real file on disk + | 1076 | 33 |
| nx_torrent_heal_research_fetch.nx | SOVEREIGN multi-source web-fetch for the TORRENT-HEAL / "resurrect | 110 | 5 |
| nx_torrent_health.nx | S-CLASS FUNCTIONAL HEALTH MONITOR for /torrent (the "s-class exceed" | 308 | 23 |
| nx_torrent_keep.nx | SOVEREIGN local keeper for the /torrent media daemon (:8097). | 77 | 6 |
| nx_torrent_keep_gate.nx | SOVEREIGN proof that the local keeper (nx_torrent_keep) supervises the media | 104 | 7 |
| nx_torrent_leech_probe.nx | pull a WHOLE file off a BitTorrent seeder + verify every piece. | 204 | 7 |
| nx_torrent_live_probe.nx | sovereign machine-proof that /torrent is LIVE on nishifamily.com. | 118 | 4 |
| nx_torrent_mkinfo.nx | BUILD a BEP-3 v1 single-file torrent info-dict from a REAL file. | 164 | 16 |
| nx_torrent_peer_dl.nx | ORCHESTRATION (X-TORRENT-LIVE-001): a single-peer FULL-FILE download | 225 | 11 |
| nx_torrent_reseed.nx | register EVERY completed download in an area into the seeder registry so we SHARE | 102 | 7 |
| nx_torrent_seed.nx | SOVEREIGN BitTorrent SEEDER (the missing UPLOAD half of the stack). | 582 | 33 |
| nx_torrent_seed_gate.nx | SOVEREIGN LOOPBACK GATE for the BitTorrent SEEDER (nx_torrent_seed). | 166 | 3 |
| nx_torrent_seedeval.nx | SEEDER EVALUATION (operator: "are we too scarce, or ignoring what's out | 121 | 5 |
| nx_torrent_sota_fetch.nx | SOVEREIGN multi-source fetch of the REAL torrent-client STATE OF THE ART, so the | 81 | 5 |
| nx_torrent_stream_gate.nx | verify the stream-while-downloading logic against REAL data, with NO | 59 | 1 |
| nx_torrent_stream_live_gate.nx | LIVE verification of the deployed /torrent/stream endpoint. | 67 | 8 |
| nx_torrent_up.nx | SOVEREIGN bring-up + lifecycle for the /torrent UI stack (X-TORRENT-UI-002). | 156 | 10 |
| nx_totality.nx | runtime markers for @total functions. | 106 | 7 |
| nx_totp_sha1.nx | RFC 6238 TOTP with SHA-1 (Google Authenticator | 116 | 5 |
| nx_totp_uri.nx | build otpauth:// enrollment URIs. | 182 | 5 |
| nx_totp_verify.nx | TOTP code verification with clock-skew window. | 107 | 3 |
| nx_town_quality.nx | per-kind grader for nx_town_layout output. | 156 | 3 |
| nx_tptp.nx | TPTP (Thousands of Problems for Theorem Provers) format | 253 | 9 |
| nx_tptp_emit.nx | TPTP CNF emitter. | 206 | 9 |
| nx_tptp_emit_test.nx | emitter smoke + parser round-trip. | 157 | 4 |
| nx_tptp_formula.nx | TPTP CNF formula body parser. | 158 | 2 |
| nx_tptp_formula_test.nx | TPTP CNF parser smoke + end-to-end | 200 | 2 |
| nx_tptp_load.nx | end-to-end TPTP CNF file loader. | 210 | 4 |
| nx_tptp_load_any.nx | TPTP loader handling both cnf(...) and fof(...). | 207 | 2 |
| nx_tptp_load_test.nx | end-to-end smoke: load real TPTP files | 73 | 2 |
| nx_tptp_symtab.nx | TPTP identifier -> integer id table. | 120 | 7 |
| nx_tptp_term.nx | TPTP term grammar -> *Term constructor. | 142 | 3 |
| nx_tptp_test.nx | smoke for the TPTP foundation reader. | 55 | 1 |
| nx_tptp_write_test.nx | write a clause set to disk, read it back, | 87 | 1 |
| nx_trace.nx | span-based tracing. | 170 | 4 |
| nx_trace_consent.nx | per-call cross-device sharing consent gate. | 207 | 10 |
| nx_trace_consent_test.nx | smoke for nx_trace_consent. | 59 | 1 |
| nx_trace_emit.nx | OpenTelemetry-style span emission for the | 212 | 12 |
| nx_trace_emit_test.nx | span emission shape verification. | 80 | 1 |
| nx_trace_log.nx | bit-traceability persistence layer. | 155 | 7 |
| nx_trace_log_test.nx | smoke for nx_trace_log. | 56 | 1 |
| nx_trace_merkle.nx | merkle-root summary of a provenance chain. | 176 | 6 |
| nx_trace_merkle_test.nx | smoke for nx_trace_merkle. | 58 | 1 |
| nx_trace_query.nx | filter / count / project over CBOR span streams. | 221 | 4 |
| nx_trace_query_test.nx | filter/count/project shape verification. | 99 | 1 |
| nx_tracker.nx | BitTorrent HTTP tracker announce (bits-up), reuses the net | 108 | 7 |
| nx_tracker_list.nx | DATA-DRIVEN tracker list parser (Cardinal 11: the tracker SET is config in | 83 | 6 |
| nx_tracker_live.nx | LIVE BEP-15 tracker announce (X-TORRENT-LIVE-001 L2): resolve real trackers | 97 | 7 |
| nx_tracker_refresh.nx | GROW the tracker list (operator: "trackers list needs to grow, not be static"). | 72 | 6 |
| nx_tracker_test.nx | KAT for tracker announce build + compact-peer parse. | 45 | 1 |
| nx_tracker_url.nx | parse a BitTorrent tracker URL (from nx_magnet's tr= list) into | 139 | 7 |
| nx_transaction_kind.nx | sealed transaction-type discriminator. | 73 | 4 |
| nx_transducer_characterizer.nx | meta-level instrument characterization. | 212 | 7 |
| nx_transformer_block.nx | full Llama-class transformer block. | 300 | 3 |
| nx_transformer_stack.nx | multi-layer transformer forward composer. | 172 | 3 |
| nx_transformer_stack_test.nx | smoke for nx_transformer_stack.nx. | 207 | 3 |
| nx_transition.nx | frame transitions for the editor (R4: stitch+transitions). | 65 | 2 |
| nx_transition_gate.nx | REFEREE for R4 (nx_transition). | 120 | 4 |
| nx_transponder_quiescence.nx | "off means off" (Captain Moroni M2). | 162 | 7 |
| nx_transponder_quiescence_test.nx | smoke for nx_transponder_quiescence. | 67 | 1 |
| nx_transport.nx | SOVEREIGN transport CONTRACT + loopback reference impl (operator 2026-07-04: "we | 68 | 9 |
| nx_transport_policy.nx | TIERED TRANSPORT policy for the comms stack (lib, no main). | 102 | 9 |
| nx_treatment.nx | CLI over nx_treatment_lib: does this board declare the three-step treatment (mcp, api, primitive, | 141 | 7 |
| nx_treatment_lib.nx | THE ONE TREATMENT RULER (ecosystem EC49, 2026-09-16): every capability gets the three-step | 372 | 21 |
| nx_treaty.nx | bilateral cooperative resource agreement. | 283 | 8 |
| nx_treaty_test.nx | smoke for nx_treaty. | 105 | 1 |
| nx_treegen.nx | ★SOVEREIGN INFINIGEN: procedural VEGETATION (trees). A seed grows a UNIQUE tree by recursive | 531 | 22 |
| nx_treehash.nx | CROSS-TREE CONTENT-IDENTITY MANIFEST. The hash half of nx_treediff. | 311 | 10 |
| nx_triage_ground.nx | EVIDENCE-GROUNDS the capability-triage registry's has_organ column against | 192 | 11 |
| nx_triage_ground_gate.nx | liar-killed GATE for the triage evidence-grounding organ. Proves the | 46 | 5 |
| nx_trial_ethics.nx | GTM SUITE / ETHICAL TRIAL PARTNER rung. Scores | 238 | 15 |
| nx_trial_ethics_test.nx | gate for the ethical-partner scorecard. | 153 | 3 |
| nx_triangulation_algebra.nx | L5 verification of algebraic | 198 | 2 |
| nx_triangulation_arith_500.nx | 500-primitive bulk arithmetic triangulation | 3513 | 1 |
| nx_triangulation_arith_bulk.nx | bulk arithmetic triangulation | 217 | 1 |
| nx_triangulation_battery.nx | substrate-side triangulated proof | 184 | 2 |
| nx_triangulation_classical.nx | triangulated correctness proofs | 121 | 2 |
| nx_triangulation_crypto_fft.nx | triangulation battery 3. | 134 | 2 |
| nx_triangulation_graph.nx | battery 5: graph algorithms. | 139 | 3 |
| nx_triangulation_number_theory.nx | number-theory property battery. | 151 | 2 |
| nx_triangulation_sort_string_graph.nx | battery 4. | 126 | 3 |
| nx_trie.nx | byte-keyed trie (prefix tree). | 162 | 10 |
| nx_trig.nx | cos / sin primitives in Q10 fixed point. | 268 | 8 |
| nx_trig_kat.nx | KAT for nx_f32_cos/nx_f32_sin at rope-realistic arguments. RoPE at position p rotates the | 55 | 5 |
| nx_trim.nx | TiVo-style trim planner: turn a per-window keep/drop decision | 69 | 2 |
| nx_trim_gate.nx | REFEREE for MEDIA-STUDIO R3 (nx_trim). | 137 | 4 |
| nx_trimesh.nx | ★SOVEREIGN TRIANGLE-MESH RASTERIZER (operator 2026-07-10, frank feedback: "we just have circles, | 774 | 56 |
| nx_triple.nx | AUTO-GENERATED from shape `scalar_unary_op`. | 20 | 1 |
| nx_triple_companion_compose_test.nx | heterogeneous 3-modality smoke. | 194 | 2 |
| nx_triple_each.nx | AUTO-GENERATED from shape `array_transform_inplace`. | 28 | 1 |
| nx_triple_each_test.nx | 15 | 1 | |
| nx_triple_test.nx | 9 | 1 | |
| nx_tropism.nx | location-policy resolver. | 188 | 5 |
| nx_tropism_test.nx | smoke for nx_tropism. | 94 | 1 |
| nx_trust.nx | Nishi Office trust accounting (F506) CLI/MCP organ: self-verifying demo. | 44 | 1 |
| nx_trust_gate.nx | INDEPENDENT gate for trust accounting (imports the SAME shipped | 54 | 1 |
| nx_trust_lib.nx | Nishi Office: client TRUST ACCOUNTING (F506, IOLTA / Utah RPC 1.15). | 135 | 5 |
| nx_trust_state.nx | bits-up trust-state classifier for substrate | 243 | 11 |
| nx_trust_state_test.nx | KAT for trust-state classifier. | 131 | 1 |
| nx_trust_store_load_from_certdata.nx | BOOT-TIME CA TRUST | 143 | 3 |
| nx_trust_store_load_from_certdata_e2e_test.nx | REAL | 250 | 7 |
| nx_trust_store_load_from_certdata_test.nx | KAT for the | 44 | 1 |
| nx_ts.nx | Unix epoch <-> calendar / ISO-8601 conversion. | 210 | 6 |
| nx_ts2fmp4.nx | SOVEREIGN STREAMING MPEG-TS -> fragmented-MP4 remux (no re-encode, no ffmpeg). | 399 | 15 |
| nx_ts2mp4.nx | SOVEREIGN MPEG-TS -> MP4 REMUX (no re-encode, no ffmpeg). Demuxes an H.264-in-TS cam | 262 | 8 |
| nx_ts_drain_gate.nx | TS2: THE PROCESS MUST KEEP SERVING AFTER TERM. | 395 | 13 |
| nx_ts_drain_lib.nx | TS2: COOPERATIVE DRAIN ON TERM, with a DERIVED deadline. | 199 | 6 |
| nx_ts_dur.nx | MPEG-TS total duration via FIRST + LAST PCR (no full-file scan; reads only an | 102 | 5 |
| nx_ts_es.nx | MPEG-TS -> H.264 elementary-stream helpers, LIFTED VERBATIM from | 100 | 3 |
| nx_ts_index.nx | SOVEREIGN media index ("NXVI", our own format) for an MPEG-TS recording. | 252 | 8 |
| nx_ts_marks.nx | sovereign CLIP-ANALYSIS markers for a media asset (the first "clip analysis" payload | 374 | 13 |
| nx_ts_marks_gate.nx | unit gate for the dead-air (silence) clip-analysis logic. Tests the pure | 146 | 3 |
| nx_ts_nal.nx | codec-aware NAL classification for MPEG-TS elementary streams. | 140 | 9 |
| nx_ts_nal_gate.nx | proof for the HEVC indexing hole (2026-07-31). | 177 | 2 |
| nx_ts_partial_gate.nx | proves PARTIAL-BITFIELD seeding: ts_load_have reads download.done (sibling of the | 32 | 3 |
| nx_ts_probe.nx | Rung 1 of the sovereign MPEG-TS -> fMP4 remuxer. Parses an MPEG-TS file (188-byte | 187 | 5 |
| nx_ts_slot_lib.nx | TS3: THE SLOT-FLIP DECISION CORE (importable, no main). | 215 | 10 |
| nx_ts_slot_router.nx | TS3: THE FRONT DOOR ITSELF (the thin daemon around nx_ts_slot_lib). | 74 | 1 |
| nx_ts_slot_router_gate.nx | TS3: A FLIP THE CLIENT CANNOT SEE, AND A COLD SLOT IT REFUSES. | 419 | 11 |
| nx_tstp_emit.nx | TSTP-format proof serializer. | 110 | 3 |
| nx_tstp_emit_test.nx | TSTP proof serializer smoke. | 99 | 3 |
| nx_tsv.nx | Tab-separated values reader + writer. | 235 | 7 |
| nx_tsvcensus.nx | WHICH .tsv FILES DOES ANY ORGAN ACTUALLY READ? The migrate-or-retire worklist. | 435 | 12 |
| nx_tsvdrain.nx | DRAIN THE TSV LANE: migrate every UNCONSUMED .tsv into a sovereign plane, then retire | 350 | 10 |
| nx_ttf_raster.nx | SOVEREIGN TrueType RASTERIZER (the font engine for the Nishi browser + OS). Parses a real | 257 | 11 |
| nx_ttf_sdf.nx | L2 rung: SIGNED DISTANCE FIELD generator (resolution-independent glyph rendering, the non-neural | 202 | 14 |
| nx_ttf_subpixel.nx | SUBPIXEL / ClearType rendering (L1-2 LCD crispness rung). On an RGB-stripe LCD each pixel | 199 | 13 |
| nx_tts_formant.nx | R2.0 of the sovereign VOICE-YOU-CAN-HEAR (embodiment census R2, hardware-up rung 1). | 153 | 10 |
| nx_tts_seq.nx | R2.2 sovereign voice: a PHONEME SEQUENCER (the architecture that generalizes to any word once | 155 | 13 |
| nx_tts_speak.nx | R2.3: TEXT-TO-SPEECH. The GENERATOR that supersedes the fixed-word demos (nx_tts_word "hi", | 312 | 22 |
| nx_tts_word.nx | R2.1 of the sovereign voice: from vowels to a WORD. Two upgrades over nx_tts_formant: | 151 | 12 |
| nx_ttt_bits_up_e2e.nx | REAL bits-up end-to-end test driving the | 106 | 2 |
| nx_tty.nx | terminal output primitives (ANSI escape sequences). | 167 | 14 |
| nx_tty_test.nx | smoke for the user-interaction output layer. | 34 | 1 |
| nx_turn_msgintegrity.nx | TURN MESSAGE-INTEGRITY (RFC 5389 §15.4). | 134 | 3 |
| nx_turn_relay.nx | Sovereign TURN relay foundation (RFC 5766/8656). | 883 | 25 |
| nx_tuya_emit_a64.nx | SOVEREIGN emitter: NishiLang -> aarch64 .s for the TUYA smartconfig | 116 | 5 |
| nx_tuya_lan_research_fetch.nx | Phase A research: SOVEREIGN fetch of the Tuya LAN (local) control | 60 | 5 |
| nx_tuya_pair_research_fetch.nx | PATH B research: SOVEREIGN fetch of the EXACT Tuya pairing | 66 | 5 |
| nx_tuya_smartconfig.nx | SOVEREIGN Tuya smartconfig BROADCAST encoder. | 89 | 3 |
| nx_tuya_smartconfig_gate.nx | KAT for the sovereign Tuya broadcast encoder vs tuya-convert | 29 | 1 |
| nx_twin_key.nx | two-party authorized bypass (Captain Moroni). | 220 | 11 |
| nx_twin_key_test.nx | smoke for nx_twin_key. | 62 | 1 |
| nx_twincard.nx | CLI over nx_twincard_lib (aesthetictwin AT23, 2026-09-16): the twin card the operator asked for, "more | 199 | 7 |
| nx_twincard_gate.nx | the referee for nx_twincard_lib (aesthetictwin AT23, 2026-09-16). In-process, on fixtures built at | 247 | 2 |
| nx_twincard_lib.nx | THE TWIN CARD: one declared person or synth, every value on a declared axis with its SIDE, unit, method | 644 | 33 |
| nx_twinface.nx | aesthetictwin AT35 (2026-09-17): render the estate's own generated face (an nx_persongen identity over | 72 | 2 |
| nx_twinfit.nx | aesthetictwin AT34 (2026-09-17): THE TWIN LOOP'S FIRST RUNG, the reachable axis envelope. The photo ruler | 480 | 7 |
| nx_twinfit_gate.nx | the referee for nx_twinfit_lib (aesthetictwin AT34 / AT35 / AT40, 2026-09-17). The target reader is held | 322 | 6 |
| nx_twinfit_lib.nx | aesthetictwin AT34/AT35 (2026-09-17): THE TWIN LOOP'S SUBSTRATE. One library that (1) builds a face from | 870 | 57 |
| nx_twinreport.nx | CLI over nx_twinreport_lib (aesthetictwin AT42, 2026-09-17): from a card, or from a seed range, to | 54 | 3 |
| nx_twinreport_gate.nx | gate for the card-to-visible-result call (aesthetictwin AT42, 2026-09-17). In-process over | 111 | 4 |
| nx_twinreport_lib.nx | FROM A CARD TO A VISIBLE RESULT IN ONE CALL (aesthetictwin AT42, 2026-09-17). | 296 | 15 |
| nx_twintruth_gate.nx | the referee for the eye unit's landmark truth in nx_twinfit_lib (aesthetictwin AT39, 2026-09-17; split | 270 | 6 |
| nx_txtscan.nx | CLI over nx_txtscan_lib: sovereign, BYTE-ORIENTED text search. | 223 | 11 |
| nx_txtscan_gate.nx | REFEREE for nx_txtscan_lib (byte-oriented text search). | 120 | 3 |
| nx_txtscan_lib.nx | BYTE-ORIENTED text search. The unit of a match is an OFFSET, never a line. | 139 | 10 |
| nx_type_alias_test.nx | REGRESSION GUARD for T#nx-int-alias-size-0. | 64 | 1 |
| nx_type_layout_gate.nx | 57 | 2 | |
| nx_types.nx | shared struct definitions for the NishiLang self-host. | 639 | 0 |
| nx_typo_render_census.nx | "neural beats rasterization?" + cover ALL electronic levels/screens. HONEST MAP, | 64 | 6 |
| nx_typo_render_research_fetch.nx | Nishi RESEARCHER: ground the FULL glyph-RENDERING ladder ("neural beats | 74 | 5 |
| nx_u2048.nx | 2048-bit unsigned big-int (64 × 32-bit limbs). | 197 | 15 |
| nx_u2048_mul.nx | 2048x2048 -> 4096-bit schoolbook multiplication | 131 | 8 |
| nx_u256.nx | 256-bit unsigned big-integer primitives. | 355 | 18 |
| nx_u256_mul.nx | 256 x 256 -> 512-bit unsigned multiplication. | 172 | 8 |
| nx_u256_mul4_fuzz.nx | differential fuzz: the G2 4x64 multiply | 63 | 1 |
| nx_u256_mul_test.nx | KAT for the 256x256 -> 512 wide-multiply. | 207 | 1 |
| nx_u256_test.nx | KAT for 256-bit unsigned big-int primitives. | 179 | 1 |
| nx_u384.nx | 384-bit unsigned big-int big-int (12 × 32-bit limbs). | 241 | 17 |
| nx_u384_mul.nx | 384x384 -> 768-bit schoolbook multiplication + | 110 | 7 |
| nx_u384_test.nx | KAT for the 384-bit big-int primitives. | 83 | 1 |
| nx_u4096.nx | 4096-bit unsigned big-int (128 × 32-bit limbs). | 210 | 16 |
| nx_u4096_mul.nx | 4096x4096 -> 8192-bit schoolbook multiplication | 136 | 8 |
| nx_u4096_mul_test.nx | KAT for the 4096x4096 -> 8192 wide-multiply. | 204 | 1 |
| nx_u4096_test.nx | KAT for the 4096-bit big-int primitives. | 131 | 1 |
| nx_u8_load_test.nx | isolated u8-load codegen check. | 43 | 2 |
| nx_udp.nx | sovereign UDP socket primitives. | 99 | 6 |
| nx_udp_loopback.nx | proves SOVEREIGN UDP sockets on the nx_syscalls (rv64->x86_64) layer, | 82 | 4 |
| nx_udp_rv.nx | native-lane UDP socket primitives. | 66 | 6 |
| nx_udp_tracker.nx | BitTorrent UDP tracker protocol (BEP-15), bits-up. | 105 | 9 |
| nx_udp_tracker_announce.nx | BEP-15 UDP tracker ANNOUNCE round-trip (X-TORRENT-LIVE-001 R2b-ii): | 117 | 4 |
| nx_udp_tracker_test.nx | KAT for the UDP tracker protocol (BEP-15). | 61 | 1 |
| nx_uefi_fence_gate.nx | F948 "never-brick FENCE gate for UEFI-on-metal" (os lane; deps F103c=D; 2026-07-21). | 331 | 7 |
| nx_ui.nx | demo of the sovereign interactive frontend (renders to stdout). | 16 | 1 |
| nx_ui_exceed.nx | the HONEST measured S-class-exceed scorecard: where our UI provably EXCEEDS the field on | 77 | 6 |
| nx_ui_judge.nx | the AUTONOMOUS UI competency judge. Reads a data-driven rubric (web_assets/ui_rubric.conf: | 156 | 10 |
| nx_ui_lib.nx | sovereign INTERACTIVE-FRONTEND render lib (fd-based, no main). | 122 | 14 |
| nx_ui_map.nx | sovereign map of the OLD Elder AI frontend, so the sovereign rebuild can match/exceed its | 118 | 12 |
| nx_ui_serve.nx | serve the sovereign interactive UI LIVE, now STATEFUL. | 74 | 1 |
| nx_ui_ship_gate.nx | the S-class LOCK-IN gate (wire into emitter/CI compile-gates). | 119 | 8 |
| nx_uibuilder_research_fetch.nx | SOVEREIGN researcher for the 2025/26 AI-UI-BUILDER SOTA (operator: "glm | 57 | 5 |
| nx_uleb.nx | LEB128 (unsigned + signed) encoders + decoders. | 191 | 5 |
| nx_ulid.nx | Universally Unique Lexicographically Sortable ID. | 198 | 4 |
| nx_umulhi_kat.nx | KAT for the G2 wide-multiply primitive __umulhi64. | 33 | 1 |
| nx_uncanny_valley.nx | composite "person doesn't belong in scene" detector. | 99 | 1 |
| nx_unchoke_gate.nx | EXECUTION-level proof of the bulk unchoke-patience fix (the seedeval "IGNORING" bug: | 102 | 7 |
| nx_undefprobe.nx | seq1012 witness: an UNDEFINED identifier must FAIL THE BUILD loudly. | 10 | 1 |
| nx_underbuilt_board.nx | R6 THE UNDERBUILT-PART BOARD (cadtwin ladder; operator: identify underbuilt | 97 | 2 |
| nx_underbuilt_fetch.nx | R6 of the CAD car-twin ladder (nx_cadtwin_census P6b): bank the REAL NHTSA | 68 | 5 |
| nx_underbuilt_lib.nx | R6 parse/tally core for the NHTSA underbuilt-part signal (LIB, no main; imported | 249 | 13 |
| nx_underridge_cleaner.nx | the UNDER-RIDGE toilet-bowl cleaner head, GENERATED OUT OF | 140 | 14 |
| nx_underridge_cleaner_gate.nx | GATE: the under-ridge cleaner is GENERATED OUT OF THE | 117 | 4 |
| nx_underridge_gcode_gate.nx | close the SOVEREIGN chain at the transfer boundary: the | 79 | 4 |
| nx_underridge_gel_gate.nx | GATE for the gel-delivery hook (the "really powerful vs black | 109 | 5 |
| nx_underridge_hook_gate.nx | GATE for the CANDY-CANE HOOK variant of the cleaner: the head | 127 | 5 |
| nx_underridge_hook_gcode_gate.nx | close the SOVEREIGN chain for the REAL geometry: the | 82 | 4 |
| nx_underridge_hook_petg_gate.nx | print the hook cleaner in the CORRECT material for a wet, | 87 | 4 |
| nx_underridge_master_gate.nx | the CAPSTONE: one definitive, print-ready file with EVERY | 95 | 4 |
| nx_underridge_nevergate.nx | the NEVER-BREAK-THE-TOILET gate. Rule 26 ("never brick the | 85 | 4 |
| nx_undertone_class.nx | Tier 4 skin-undertone classification. | 274 | 5 |
| nx_undopath_lib.nx | DOES EACH DEPLOY TARGET'S REVERSE GEAR REVERSE ITS OWN SUBJECT? | 397 | 15 |
| nx_unet_block.nx | diffusion-model ResBlock composer. | 209 | 3 |
| nx_unicode_math.nx | Unicode math symbol library, no LaTeX needed. | 124 | 64 |
| nx_unidoc.nx | CLI over nx_unidoc_lib: the unified document page (rung UD1 of /compare/unidoc). | 51 | 3 |
| nx_unidoc_gate.nx | INDEPENDENT GATE for the unified document page (nx_unidoc_lib, rung UD1 of /compare/unidoc). | 127 | 6 |
| nx_unidoc_lib.nx | THE UNIFIED DOCUMENT PAGE (rung UD1 of /compare/unidoc, 2026-09-03). | 518 | 28 |
| nx_unified_solver.nx | the "one ring" dispatcher. | 158 | 6 |
| nx_unified_solver_test.nx | smoke for unified dispatcher + UF SMT. | 98 | 1 |
| nx_unify.nx | first-order terms + Robinson unification. | 257 | 12 |
| nx_unify_test.nx | Robinson unification smoke. | 94 | 1 |
| nx_unit_ops.nx | FOOD-SCIENCE SUITE / UNIT OPERATIONS rung. The process | 75 | 7 |
| nx_unit_ops_test.nx | smoke for nx_unit_ops. Proves conserved mass | 34 | 1 |
| nx_unitconv.nx | MEASUREMENT SYSTEMS + EXACT CONVERSION (engineering-twin metrology substrate). | 206 | 8 |
| nx_units.nx | SI units + dimensional-analysis engine. | 133 | 27 |
| nx_unix_socket.nx | Unix-domain stream-socket primitive. | 60 | 2 |
| nx_unread_sensor.nx | WHICH STATUS ARTIFACTS DOES NOTHING NAME. | 256 | 3 |
| nx_unread_sensor_gate.nx | proves the unread-sensor census, BOTH POLARITIES. | 131 | 2 |
| nx_unread_sensor_lib.nx | the pure core of the UNREAD-SENSOR census. | 185 | 10 |
| nx_unsloth_benchmark_census.nx | set up UNSLOTH STUDIO as the comprehensive BENCHMARK target (operator). | 60 | 4 |
| nx_unsloth_determinism_h2h_gate.nx | FIRST measured head-to-head on the Unsloth benchmark: DETERMINISM. | 74 | 9 |
| nx_unsloth_scorecard_gate.nx | the COMPREHENSIVE honest Unsloth-benchmark scorecard (backend + frontend). | 66 | 4 |
| nx_unsloth_toolcall_h2h_gate.nx | turn the tool-calling PARITY line into a MEASURED win on the one honest | 73 | 7 |
| nx_unsloth_ui_benchmark_census.nx | extend the Unsloth benchmark to the UI/FRONTEND layer (operator: | 58 | 4 |
| nx_unsloth_ui_h2h_gate.nx | FRONTEND head-to-head on the Unsloth benchmark: embeddable widget bundle + | 58 | 5 |
| nx_untar.nx | extract files from a USTAR archive (.tar or .tar.gz) into a directory INSIDE the sovereign | 187 | 9 |
| nx_upnp_gate.nx | proves the deterministic UPnP-IGD parsers: up_ip_parse (dotted -> octets), up_parse_url | 40 | 4 |
| nx_upnp_igd.nx | SOVEREIGN UPnP-IGD port mapping: auto-open :6881 on routers that speak UPnP (what most | 196 | 13 |
| nx_upsample.nx | 2x upsample for 4D feature maps. | 355 | 6 |
| nx_urf.nx | sovereign URF (Apple Raster / UNIRAST) document encoder. Wraps the shared PWG RLE in the | 79 | 4 |
| nx_urf_make.nx | generate a real test-pattern page and write a sovereign .urf artifact to disk. | 99 | 5 |
| nx_urf_test.nx | gate for the sovereign URF/PWG raster encoder (R-RASTER-0). | 129 | 2 |
| nx_uri.nx | RFC 3986 URI / URL structural parser. | 265 | 5 |
| nx_url.nx | minimal URL parser (RFC 3986 subset). | 237 | 3 |
| nx_url_canon.nx | HTML attribute -> WIRE URL canonicaliser. LIB (no main, no imports). | 340 | 10 |
| nx_url_canonical.nx | URL percent-encoding + decoding (RFC 3986). | 155 | 7 |
| nx_url_params.nx | bits-up URL query-string parser for the Nishi | 147 | 7 |
| nx_url_params_test.nx | smoke for nx_url_params.nx. | 67 | 3 |
| nx_url_parse_test.nx | does nx_url_parse keep the PATH when the URL has an | 26 | 4 |
| nx_url_resolve.nx | RFC 3986 §5.2 relative-URL resolution. | 374 | 6 |
| nx_url_resolve_test.nx | KAT for RFC 3986 §5.2 examples. | 108 | 5 |
| nx_url_safety_gate.nx | REFEREE for nx_url_safety_lib (the ONE SSRF URL ruler, mediaingest R11). | 133 | 3 |
| nx_url_safety_lib.nx | THE ONE SSRF URL-SAFETY RULER (/compare/mediaingest R11 ge_edge_push). | 152 | 8 |
| nx_urlcanon.nx | URL canonicalization for crawl de-duplication. | 79 | 2 |
| nx_urlcanon_test.nx | KAT for URL canonicalization. | 35 | 2 |
| nx_utf8.nx | UTF-8 validator + codepoint decoder (RFC 3629). | 237 | 4 |
| nx_util.nx | shared small utilities, ONE source of truth. | 30 | 2 |
| nx_util_gate.nx | the nx_util gate as PURE NISHILANG, orchestrated by the | 43 | 2 |
| nx_util_test.nx | KAT for the shared nx_util (iabs, bytes_eq). The | 31 | 1 |
| nx_uuid.nx | RFC 4122 UUIDv4 + RFC 9562 UUIDv7. | 155 | 4 |
| nx_uuid5.nx | UUIDv5 (SHA-1 namespace + name -> UUID). | 126 | 6 |
| nx_uuid_v1.nx | UUID v4 (random) + v7 (time-ordered) generators. | 152 | 6 |
| nx_uv_adaptive_prepare_candidate_t280.nx | Analyzes UV charts to count zero, positive, and negative areas in seam calculations. | 114 | 9 |
| nx_uv_cached_solver_candidate_t280.nx | Caches UV solve data per model to improve performance and reduce recomputation. | 159 | 5 |
| nx_uv_cached_solver_gate_t280.nx | Validates UV chart topology and cached solver consistency across multiple models. | 67 | 3 |
| nx_uv_chart_reuse_gate_t280.nx | 26 | 2 | |
| nx_uv_chart_topology_candidate_t280.nx | 46 | 1 | |
| nx_uv_closed_cut_candidate_t280.nx | Computes a graph-shortest path cut between approximate-diameter pins in a chart-preserving manner. | 67 | 2 |
| nx_uv_closed_cut_gate_t280.nx | Validates and modifies 3D models to ensure closed, consistent geometric properties and budget constraints. | 75 | 4 |
| nx_uv_cotangent_audit_t280.nx | 32 | 2 | |
| nx_uv_disk_validation_candidate_t280.nx | 22 | 1 | |
| nx_uv_disk_validation_gate_t280.nx | 34 | 3 | |
| nx_uv_dual_partition_candidate_t280.nx | Partitions a chart's dual face graph into two connected components based on shortest-path distances. | 80 | 3 |
| nx_uv_dual_partition_gate_t280.nx | 36 | 2 | |
| nx_uv_gram_actual_gate_t280.nx | 39 | 5 | |
| nx_uv_gram_solver_candidate_t280.nx | Solves least-squares problems using a graph-based operator and compensated dot product for numerical stability. | 177 | 11 |
| nx_uv_gram_solver_gate_t280.nx | 37 | 3 | |
| nx_uv_harmonic_actual_gate_t280.nx | 39 | 5 | |
| nx_uv_harmonic_candidate_t280.nx | Sets up a harmonic boundary condition using a rational unit circle parameterization for UV grid solving. | 83 | 1 |
| nx_uv_harmonic_gate_t280.nx | 35 | 2 | |
| nx_uv_planar_subdivision_gate_t280.nx | 34 | 3 | |
| nx_uv_precision_witness_t280.nx | 32 | 3 | |
| nx_uv_quality_candidate_t282.nx | Evaluates UV quality metrics for triangles in a mesh, tracking orientation, area, and anisotropy. | 77 | 5 |
| nx_uv_quality_gate_t282.nx | 31 | 2 | |
| nx_uv_quality_packet_candidate_t282.nx | 43 | 2 | |
| nx_uv_stretch_actual_t281.nx | 38 | 3 | |
| nx_uv_stretch_candidate_t281.nx | Optimizes UV stretch energy using symmetric Dirichlet penalties and gradient-based updates. | 87 | 7 |
| nx_uv_stretch_derivative_gate_t281.nx | 30 | 1 | |
| nx_uv_stretch_gate_t281.nx | 17 | 1 | |
| nx_uv_worker_liveness_t280.nx | 7 | 1 | |
| nx_uvunwrap_gate.nx | the gate for nx_uvunwrap_lib (/compare/dcc DC5). | 510 | 14 |
| nx_uvunwrap_lib.nx | A GENERAL UV UNWRAP FOR AN ARBITRARY MESH, WITH A DISTORTION REFEREE (/compare/dcc DC5). | 1642 | 69 |
| nx_ux_research_fetch.nx | the Nishi RESEARCHER's sovereign LIVE fetch grounding the BROWSER UX/CX | 81 | 5 |
| nx_ux_score.nx | score a render journal against UX standard clauses. | 292 | 5 |
| nx_ux_standard.nx | sealed-enum catalogue of UX standards clauses. | 214 | 6 |
| nx_ux_triangulate.nx | ≥3-independent-sources-agree gate. | 126 | 5 |
| nx_ux_triangulate_w3c_kat_test.nx | standalone KAT for the new | 150 | 2 |
| nx_uxcx_grade.nx | sovereign UX/CX grader core (substrate-native). | 156 | 16 |
| nx_uxcx_grade_run.nx | sovereign UX/CX grader RUNNER. | 59 | 4 |
| nx_uxcx_grade_test.nx | sovereign gate for the UX/CX grader. | 70 | 1 |
| nx_uxf_cid.nx | UXF arc R1c: the SELF-DESCRIBING multicodec/profile CID, built ON TOP | 70 | 4 |
| nx_uxf_cid_gate.nx | the D001 MIGRATION of nx_uxf_cid_test onto nx_gate_verdict (2026-09-06). | 104 | 3 |
| nx_uxf_cid_test.nx | KAT + negative controls for the self-describing multicodec CID. | 94 | 5 |
| nx_uxf_config_gate.nx | the D001 MIGRATION of nx_uxf_config_test onto nx_gate_verdict (2026-09-06). | 87 | 2 |
| nx_uxf_config_test.nx | UXF arc #3: a NEW profile (CONFIG) on the SAME envelope, proving a fresh | 57 | 4 |
| nx_uxf_corpus_migrate.nx | UXF arc D-1: SCALE the migration -- "replace the TSVs" (plural). | 136 | 6 |
| nx_uxf_corpus_persist.nx | UXF arc #1 (production wire), rung 1: persist the WHOLE corpus into | 190 | 8 |
| nx_uxf_decode.nx | UXF arc R1c-2: the TOLERANT-READER decoder for canon_cid's NXR1 | 61 | 2 |
| nx_uxf_decode_gate.nx | the D001 MIGRATION of nx_uxf_decode_test onto nx_gate_verdict (2026-09-06). | 95 | 2 |
| nx_uxf_decode_test.nx | the TOLERANT-READER (house-of-cards) KAT. | 90 | 4 |
| nx_uxf_ebml_gate.nx | the D001 MIGRATION of nx_uxf_ebml_test onto nx_gate_verdict (2026-09-06). | 73 | 1 |
| nx_uxf_ebml_test.nx | UXF arc #2 (real remux), rung 2: the EBML/Matroska parser primitive -- | 98 | 6 |
| nx_uxf_extract.nx | UXF arc R1b-3: the DATA-DRIVEN multi-source EXTRACT + CORROBORATION | 152 | 9 |
| nx_uxf_extract_avro.nx | UXF arc R1b-2: the sovereign EXTRACT pass over the | 111 | 7 |
| nx_uxf_fetch_avro.nx | UXF arc R1a: SOVEREIGN external fetch of the DECOUPLING | 136 | 2 |
| nx_uxf_fetch_protobuf.nx | UXF arc R1b-3: SOVEREIGN external fetch of the SECOND | 124 | 2 |
| nx_uxf_media_asset_gate.nx | the D001 MIGRATION of nx_uxf_media_asset_test onto nx_gate_verdict (2026-09-06). | 118 | 4 |
| nx_uxf_media_asset_test.nx | UXF arc C: a MEDIA asset as a first-class ENVELOPE citizen, end to | 102 | 6 |
| nx_uxf_mp4box_gate.nx | the D001 MIGRATION of nx_uxf_mp4box_test onto nx_gate_verdict (2026-09-06). | 128 | 2 |
| nx_uxf_mp4box_test.nx | UXF arc #2 (real remux), rung 1: the ISO-BMFF (MP4) container BOX | 123 | 10 |
| nx_uxf_negotiate.nx | UXF arc B: ENDPOINT-ADAPTIVE capability negotiation -- "never a walled | 96 | 6 |
| nx_uxf_negotiate_gate.nx | the D001 MIGRATION of nx_uxf_negotiate_test onto nx_gate_verdict (2026-09-06). | 74 | 1 |
| nx_uxf_negotiate_test.nx | KAT for endpoint-adaptive negotiation. Headline: MKV(H.264/AAC) @ | 73 | 3 |
| nx_uxf_remux.nx | FM4: the frame-level LOSSLESS REWRAP, extracted from nx_uxf_remux_test so that it has a | 136 | 13 |
| nx_uxf_remux_gate.nx | FM4: drives the EXTRACTED uxf_remux_frame and proves the rewrap is lossless. | 84 | 1 |
| nx_uxf_remux_test.nx | UXF arc #2 (real remux), rung 3: the remux DATA-FLOW, end to end. | 111 | 14 |
| nx_uxf_sqlite_workload.nx | UXF arc #4 (true 1:1 bench), prep: SOVEREIGNLY generate the EXTERNAL | 68 | 4 |
| nx_uxf_store_bench.nx | UXF arc R3: MEASURED exceed vs SQLite, on the sovereign seg_store. | 133 | 5 |
| nx_uxf_tsv_migrate.nx | UXF arc R2: the ORIGINAL crash goal made real -- REPLACE A TSV. | 156 | 6 |
| nx_uxf_tsv_persist.nx | UXF arc R2b: the FULL data pipeline, end to end on real data. | 159 | 6 |
| nx_uxf_tsv_persist_gate.nx | the D001 MIGRATION of nx_uxf_tsv_persist onto nx_gate_verdict (2026-09-06). | 207 | 4 |
| nx_uxf_wms_bridge_test.nx | UXF arc #1 rung-2: WMS<->envelope integration, READ-ONLY. | 109 | 5 |
| nx_uxtest_research_fetch.nx | the Nishi RESEARCHER's sovereign LIVE fetch of the UI-TESTING state of | 83 | 5 |
| nx_v7_bundle.nx | typed measurement bundle for the V7 detection pipeline. | 177 | 8 |
| nx_v7_bundle_test.nx | 57 | 1 | |
| nx_vacuole.nx | sealed content-addressed storage. | 128 | 8 |
| nx_vacuole_test.nx | smoke for nx_vacuole. | 58 | 1 |
| nx_vad.nx | voice activity detection. Phase 4a piece 4/5. | 157 | 5 |
| nx_vae_decode_stage.nx | one stage of a VAE decoder. | 212 | 3 |
| nx_vae_tile.nx | overlapping tile split + alpha-feathered blend. | 388 | 10 |
| nx_validation.nx | GO-TO-MARKET / VERIFICATION & VALIDATION. Turns a | 161 | 6 |
| nx_validation_cycle.nx | monthly validation cycle orchestrator. | 201 | 8 |
| nx_validation_cycle_test.nx | monthly cycle smoke (parallel shards). | 132 | 1 |
| nx_validation_test.nx | smoke for nx_validation. Proves the model-derived | 70 | 1 |
| nx_value.nx | shape-free tagged tree representation. | 295 | 17 |
| nx_value_parse_csv.nx | bytes -> NxValue (ARRAY of OBJECTs). | 513 | 8 |
| nx_value_parse_csv_test.nx | smoke for CSV/TSV DOM parser. | 87 | 1 |
| nx_value_parse_json.nx | bytes -> NxValue tree (DOM, not stream). | 478 | 9 |
| nx_value_parse_json_test.nx | proves the generic JSON DOM works | 148 | 2 |
| nx_value_test.nx | end-to-end smoke for nx_value tagged tree. | 128 | 1 |
| nx_valuecensus.nx | GIVEN A VALUE, REPORT ITS POPULATION IN EVERY NOTATION. The mechanical defence | 207 | 10 |
| nx_vamx2_research_fetch.nx | bank the ACTUAL soft-body bar the operator pointed at (2026-07-03: "i meant | 34 | 2 |
| nx_vamx_research_fetch.nx | GROUND THE VIRT-A-MATE-CLASS BAR (operator 2026-07-03: "beyond virtamate and | 54 | 2 |
| nx_var_gate.nx | F991 INDEPENDENT GATE: VaR + Expected Shortfall. | 110 | 4 |
| nx_var_lib.nx | F991 (risk core): VALUE-AT-RISK + EXPECTED SHORTFALL, integer-exact, fail-closed. | 90 | 6 |
| nx_varcensus.nx | THE VaM CORPUS CENSUS SURFACE (laptop-local lane, 2026-09-11). | 1365 | 31 |
| nx_varcensus_candidate_t139.nx | THE VaM CORPUS CENSUS SURFACE (laptop-local lane, 2026-09-11). | 1488 | 34 |
| nx_varcensus_lib.nx | the VaM corpus census's DATA-DRIVEN pieces, importable by the CLI (nx_varcensus) and its gate. | 594 | 39 |
| nx_varcensus_member_gate_t139.nx | Private selected-member CLI qualification; no archive payload is emitted. | 1045 | 8 |
| nx_varfacts.nx | CLI: VaM .var package measurements into the refcorpus plane. | 249 | 11 |
| nx_varfacts_candidate_t139.nx | VaM .var PACKAGE FACT EXTRACTION CORE (conversion tier, VaM lane). | 729 | 30 |
| nx_varfacts_lib.nx | VaM .var PACKAGE FACT EXTRACTION CORE (conversion tier, VaM lane). | 708 | 29 |
| nx_varfacts_member_gate_t139.nx | Private selected-member integrity qualification. Real garment JSON compressed member only. | 985 | 1 |
| nx_varfacts_regression_gate_t139.nx | PROVE THE .var LANE READS THE MANIFEST, NEVER THE ASSETS, AND REFUSES | 227 | 7 |
| nx_variant.nx | first SNV caller from pileup base counts. | 326 | 4 |
| nx_variant_test.nx | KAT for pileup aggregator + first SNV caller. | 323 | 1 |
| nx_variation_sweep.nx | autonomous gap detection via controlled variation. | 334 | 4 |
| nx_varint.nx | protobuf-style variable-length integer encoding. | 146 | 7 |
| nx_varptr_test.nx | does a `var p: *i64` (is_alloca=1) pointer subscript READ work today? Determines the multi-static fix scope. | 10 | 1 |
| nx_vasc_gate.nx | THE GATE FOR THE VASCULATURE-TO-CHROMOPHORE JOIN, 2026-09-03. | 165 | 3 |
| nx_vasc_lib.nx | GROWN VASCULATURE -> THE HAEMOGLOBIN FIELD THE SKIN LAYER SEES (2026-09-03) | 68 | 2 |
| nx_vasoconstriction.nx | circuit breaker (blood-vessel constriction class). | 111 | 6 |
| nx_vasoconstriction_test.nx | smoke for nx_vasoconstriction. | 65 | 1 |
| nx_vault_capture.nx | SAVE, as a first-class sovereign verb. (v2: ref-root/phys-root split) | 1074 | 31 |
| nx_vcc_color_wat.nx | argless build-driver: lowers runtime/nx_vcodec_color_wasm.nx to WAT at a fixed | 65 | 1 |
| nx_vcc_probe_wat.nx | argless build-driver: lower runtime/nx_vmleak_probe.nx to WAT at a fixed path | 47 | 1 |
| nx_vcf.nx | VCF (Variant Call Format) single-line writer. | 436 | 6 |
| nx_vcf_test.nx | KAT for VCF single-line SNV writer. | 263 | 1 |
| nx_vcodec.nx | the reusable sovereign video codec MODULE. The proven end-to-end encoder (intra keyframe with | 2508 | 84 |
| nx_vcodec_color.nx | sovereign COLOR foundation for the s-class video codec (operator 2026-06-23: | 39 | 5 |
| nx_vcodec_color_codec.nx | COLOR on the REAL engine. Rather than ship my simpler WHT codec (H5/H6), this | 76 | 5 |
| nx_vcodec_color_frame.nx | RUNG H5 of the sovereign s-class video codec: the COLOR frame codec. Takes | 75 | 7 |
| nx_vcodec_color_wasm.nx | the BROWSER entry wrapper for the COLOR codec, fixed-offset linear-memory model | 108 | 12 |
| nx_vcodec_inter.nx | RUNG H6 of the sovereign s-class codec: COLOR inter-prediction (P-frames). Each | 38 | 2 |
| nx_vcodec_nf.nx | LEARNED decoder-side RESTORATION FILTER (NEURAL track rung 1, task #46; operator | 92 | 4 |
| nx_vcodec_nf_table.nx | Stores magic numbers and configuration values for video codec noise filtering operations. | 296 | 1 |
| nx_vcodec_stage_bench.nx | WHERE DOES THE ENCODE TIME GO. Stage attribution of the LIVE rct8 RTC encoder, per | 379 | 15 |
| nx_vcodec_stage_bench_recovery_20260912.nx | WHERE DOES THE ENCODE TIME GO. Stage attribution of the LIVE rct8 RTC encoder, per | 384 | 15 |
| nx_vcodec_stream.nx | RUNG H8 support: serialize the codec's quantized coefficients to a byte | 50 | 5 |
| nx_vcodec_wasm.nx | the BROWSER entry wrapper for the sovereign video codec (nx_vcodec). Same wasm memory model as | 34 | 8 |
| nx_vcore_a64_kat.nx | the video-core-on-ARM64 KAT wrapper. Compiled with nxc2 --target aarch64 | 67 | 1 |
| nx_vdeblock.nx | wires the already-built H.264 luma deblocking edge filter (nx_h264_deblock, spec 8.7.2.3) into a | 45 | 1 |
| nx_vdelta.nx | sovereign INTER-FRAME video delta: the root-cause fix for the 8fps full-JPEG-frame relay. | 69 | 6 |
| nx_vec.nx | dynamic-array of i64 (Phase G7 in the roadmap). | 110 | 9 |
| nx_vec_add.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_add_test.nx | 18 | 1 | |
| nx_vec_and.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_and_test.nx | 18 | 1 | |
| nx_vec_index.nx | R3 rung 1: a SOVEREIGN integer dense-vector store + exact cosine k-NN = the MILVUS/ANN | 126 | 10 |
| nx_vec_min.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_min_test.nx | 18 | 1 | |
| nx_vec_or.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_or_test.nx | 18 | 1 | |
| nx_vec_sub.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_sub_test.nx | 18 | 1 | |
| nx_vec_xor.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_xor_test.nx | 18 | 1 | |
| nx_vecexec.nx | VECTORIZED EXECUTION (vectorized-exec, F-vec). The DuckDB model, single-core: operators | 169 | 12 |
| nx_vecexec_gate.nx | proves the vectorized operators are CORRECT (identical to a scalar reference) and | 95 | 3 |
| nx_vecmath.nx | THE SHARED INTEGER LINEAR-ALGEBRA FOUNDATION (PG2, procgen.plan, 2026-08-24). | 465 | 48 |
| nx_vecmath_gate.nx | THE GATE for the shared integer linear-algebra foundation (PG2, procgen.plan). | 344 | 3 |
| nx_vecmath_slerp_candidate_t181.nx | THE SHARED INTEGER LINEAR-ALGEBRA FOUNDATION (PG2, procgen.plan, 2026-08-24). | 497 | 50 |
| nx_vecmath_slerp_gate_t181.nx | Tests slerp interpolation of vectors with fixed-point precision and checks for errors. | 156 | 3 |
| nx_vein_signal.nx | Tier 5 visible-vein detector for thin-skin regions. | 311 | 5 |
| nx_ventropy.nx | sovereign ENTROPY CODING of a quantized 4x4 coefficient block (V-R3). After transform+quant | 144 | 15 |
| nx_verdict_phrase.nx | human-legible phrasing for grader verdicts. | 480 | 14 |
| nx_verdictlog_gate.nx | THE REFEREE FOR FM3 AND FM4 OF /compare/failmodes. | 278 | 5 |
| nx_verdictlog_lib.nx | THE VERDICT-LOG RULER: read a detector's own recorded verdicts and say | 1480 | 57 |
| nx_verification_verdict.nx | sealed identity-verification verdict. | 95 | 8 |
| nx_verify.nx | CONSOLIDATED Nishi-unique verification tool (per NISHI_TOOL_ARCHITECTURE: 50+ | 462 | 18 |
| nx_verify_ingest.nx | verify the ingested-primitive JSONL artifact. | 209 | 3 |
| nx_verify_port_core.nx | the portability linter's SCANNER (importable; nx_verify's `portability` verb | 150 | 9 |
| nx_verify_tool_register.nx | register nx_verify (rule-11 magic gate + capability triage + SOTA racing | 42 | 3 |
| nx_vertex_pipeline.nx | world-space vertex -> screen-space vertex. | 280 | 4 |
| nx_vesicle.nx | typed payload edge between cells. | 113 | 6 |
| nx_vesicle_test.nx | smoke for nx_vesicle. | 47 | 1 |
| nx_vessel_csg.nx | C1 of the VESSEL-DESIGN ladder: the printable VESSEL | 45 | 1 |
| nx_vessel_csg_test.nx | smoke for nx_vessel_csg (C1). | 43 | 1 |
| nx_vessel_design.nx | H3 of the HARDWARE-IN-THE-LOOP ladder: DESIGN | 60 | 1 |
| nx_vessel_design_test.nx | smoke for nx_vessel_design (H3). | 41 | 1 |
| nx_vessel_emit.nx | emit the C1 vessel solid as a printable binary STL. | 61 | 3 |
| nx_vessel_emit_gcode.nx | emit a print-ready G-code file for a real | 50 | 3 |
| nx_vessel_faults.nx | H2 of the HARDWARE-IN-THE-LOOP ladder: FAULT | 74 | 4 |
| nx_vessel_faults_test.nx | smoke for nx_vessel_faults (H2, fault injection). | 47 | 1 |
| nx_vessel_gcode.nx | C2 of the VESSEL-DESIGN ladder: SLICE the printable | 49 | 1 |
| nx_vessel_gcode_test.nx | smoke for nx_vessel_gcode (C2). | 42 | 2 |
| nx_vessel_geometry.nx | C0 of the VESSEL-DESIGN ladder: PARAMETRIC | 73 | 4 |
| nx_vessel_geometry_test.nx | smoke for nx_vessel_geometry (C0). | 48 | 1 |
| nx_vessel_io.nx | H1 of the HARDWARE-IN-THE-LOOP ladder: realistic | 58 | 3 |
| nx_vessel_io_test.nx | smoke for nx_vessel_io (H1, hardware-in-the-loop). | 59 | 1 |
| nx_vessel_thermal.nx | H0 of the VIRTUAL-PROTOTYPE / HARDWARE-IN-THE- | 72 | 5 |
| nx_vessel_thermal_test.nx | smoke for nx_vessel_thermal (H0). | 46 | 1 |
| nx_vessel_twin.nx | CAPSTONE of the HARDWARE-IN-THE-LOOP ladder: the | 60 | 1 |
| nx_vessel_twin_test.nx | smoke for nx_vessel_twin (HIL capstone). | 39 | 1 |
| nx_vfsblock_lib.nx | the SOVEREIGN block-backed VFS + write-ahead JOURNAL library (NishiOS rung 4: closes the | 239 | 29 |
| nx_vid_dur_gate.nx | SOVEREIGN gate for the container-duration parsers (vd_mp4_dur / vd_mkv_dur / vd_sniff). | 88 | 5 |
| nx_vid_dur_lib.nx | SOVEREIGN container-duration parsers (no main -> build the _gate). Reads the raw | 105 | 8 |
| nx_vidclass_adversary_gate.nx | CRITIC/ADVERSARY red-team of the video-classification ruler (operator method: | 76 | 4 |
| nx_vidclass_census.nx | HONEST HAVE/PARTIAL/GAP census for the VIDEO-CLASSIFICATION SYSTEM (operator 2026-07-12: | 98 | 3 |
| nx_vidclass_reality_check.nx | the HONESTY LOOP for the video-classification system (CLAUDE.md doctrine: | 83 | 3 |
| nx_vidclass_research_fetch.nx | SOVEREIGN Nishi researcher for the VIDEO-CLASSIFICATION SYSTEM (operator | 50 | 2 |
| nx_video_client_wasm.nx | the Nishi Video BROWSER CLIENT CORE, for the | 1125 | 63 |
| nx_video_codec.nx | NishiVideo v1: I-frame intra-coded video codec. | 522 | 14 |
| nx_video_codec_v1_adapter.nx | wraps NishiVideo v1 behind nx_codec. | 213 | 5 |
| nx_video_codec_wasm.nx | the SOVEREIGN video codec on the WIRE (task #27): YUV420 color wrapper over | 690 | 36 |
| nx_video_feature_research_fetch.nx | SOVEREIGN research round for the VIDEO FEATURE FRONTIER (operator | 82 | 5 |
| nx_video_frame.nx | wire frame format for Nishi sovereign video. | 133 | 3 |
| nx_video_get.nx | SOVEREIGN streaming video downloader (X-TORRENT-LIVE-002 video rung). The engine | 166 | 13 |
| nx_video_h2h.nx | THE VIDEO-CALL HEAD-TO-HEAD JUDGE, SOVEREIGN AND RECEIPTED (2026-09-02). | 614 | 17 |
| nx_video_h2h_gate.nx | THE REFEREE for the video head-to-head JUDGE (2026-09-02). | 264 | 8 |
| nx_video_keytime_scope_probe_20260912.nx | Private diagnostic for nx_vcodec_stage_bench's reused k1 identifier; no encoder or production state. | 15 | 1 |
| nx_video_pose_coder.nx | CV-based behavioral pose extraction from video. | 308 | 10 |
| nx_video_session.nx | concrete video-session subtype. | 137 | 13 |
| nx_video_ui_core.nx | SOVEREIGN call-UI state machine. NO browser, NO WebSocket, NO getUserMedia, NO | 77 | 10 |
| nx_view_transform.nx | CLI over nx_view_transform_lib.nx (GR23). The derivation, the LUT and the | 60 | 1 |
| nx_view_transform_gate.nx | IS THE VIEW TRANSFORM DERIVED, OR JUST TYPED? | 143 | 4 |
| nx_view_transform_lib.nx | THE ONE OWNER OF THE ESTATE VIEW TRANSFORM (GR23, 2026-08-28). | 258 | 16 |
| nx_virtio_spec_oracle_gate.nx | THE ORACLE ROW FOR `smallos`: corroborate OUR declared virtio-MMIO | 194 | 9 |
| nx_visdesc.nx | GRAYSCALE VISUAL-SIMILARITY DESCRIPTOR (edge-orientation layout, integer). | 144 | 5 |
| nx_visdesc_gate.nx | referee for the Google-lite visual-similarity descriptor (nx_visdesc). | 191 | 6 |
| nx_vision_pipeline_test.nx | full-substrate integration test. | 263 | 1 |
| nx_visual_arc.nx | the VISUAL SPINE for Elder AI image generation: fixes the "clothes stayed the same, | 160 | 20 |
| nx_visual_arc_gate.nx | GATE for nx_visual_arc: proves the "clothes stayed the same, arcs never shifted" | 130 | 5 |
| nx_visual_hull.nx | SILHOUETTE -> 3D FORM. Builds a signed field by intersecting the back- | 168 | 7 |
| nx_visual_hull_gate.nx | liar-killed GATE for silhouette -> 3D form. | 121 | 6 |
| nx_visual_novel.nx | VN0+VN1: the Nishi visual-novel ENGINE, bits-up | 300 | 21 |
| nx_visual_novel_test.nx | VN0 KAT: the engine's ops, branching, vars, | 118 | 3 |
| nx_vit_encoder_layer.nx | the faithful f32 PRE-NORM ViT encoder block (the ViTPose repeated unit), composing the | 160 | 6 |
| nx_vit_encoder_layer_gate.nx | validate the ViT encoder block WITHOUT a PyTorch reference: (E1) attention core on | 80 | 6 |
| nx_vit_speed_probe.nx | measure the software-f32 matmul rate (MAC/s) to decide if a FAITHFUL f32 ViTPose forward | 41 | 3 |
| nx_vitals.nx | metabolic-signature attestation via external | 263 | 10 |
| nx_vitals_test.nx | smoke for nx_vitals. | 146 | 1 |
| nx_vitpose_forward.nx | THE CULMINATING RUNG: the full faithful f32 ViTPose-base forward, composing every gated | 178 | 8 |
| nx_vitpose_inspect.nx | dump the safetensors HEADER (tensor manifest) of the downloaded model to a file, WITHOUT | 50 | 5 |
| nx_vitpose_loadtest.nx | prove nx_safetensors_load reads REAL tensor values from the downloaded 343MB ViTPose | 96 | 8 |
| nx_vitpose_patchembed.nx | FIRST assembly rung of the faithful f32 ViTPose forward: load the REAL patch-embed | 101 | 6 |
| nx_vitpose_prep.nx | decode the fetched JPEG + preprocess into the ViTPose input tensor, written to a file the | 59 | 5 |
| nx_vitpose_preprocess.nx | image -> ViTPose input tensor: bilinear-resize an RGB image [sh,sw,3] (u8 0-255, | 60 | 1 |
| nx_vitpose_preprocess_gate.nx | proof of resize+normalize: ImageNet normalize (hand-computed) + bilinear blend. | 51 | 4 |
| nx_vizsla_census.nx | the MEASURED scoreboard for NISHI VIZSLA, the family personal assistant (operator | 211 | 8 |
| nx_vizsla_mcp_gate.nx | GATE: the VIZSLA coordination tools are REAL MCP-level APIs. Drives the | 262 | 9 |
| nx_vizsla_notify_mcp_gate.nx | GATE: the COMPOSING vizsla_notify tool runs over the tools/call | 158 | 8 |
| nx_vizsla_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for THE PERSONAL-ASSISTANT branch | 107 | 5 |
| nx_vizsla_tool_register.nx | register the VIZSLA personal-assistant coordination capabilities into the | 92 | 4 |
| nx_vmd.nx | VMD (Vocaloid Motion Data) MOTION DECODER: the MMD dance corpus, read sovereignly. | 552 | 21 |
| nx_vmleak_probe.nx | a TINY wasm to stress the VM's per-operation allocation, with NO codec. probe(n) | 15 | 3 |
| nx_vmotion.nx | sovereign BLOCK MOTION COMPENSATION: the core trick VP8/H.264 use to beat plain tile-delta. | 337 | 11 |
| nx_vmtest_wasm.nx | tiny wasm organ of known-answer bit-ops, to isolate whether nx_wasm_vm executes each opcode | 12 | 9 |
| nx_vmvpred.nx | MOTION-VECTOR PREDICTION (the H.264/VP9 MVP): instead of coding each block's absolute motion vector, | 18 | 2 |
| nx_vmvres.nx | efficient MV-RESIDUAL coding. After MV prediction (nx_vmvpred) most residual components are exactly 0 | 22 | 3 |
| nx_vnormals_gate.nx | proves the vertex-normal consolidation, and proves the NON-consolidation. | 345 | 13 |
| nx_vnormals_lib.nx | ONE OWNER for AREA-WEIGHTED smooth per-vertex normals over an AoS vertex buffer | 121 | 2 |
| nx_vocops.nx | the SOVEREIGN NEURAL-VOCODER OP LIBRARY (no main; imported by the HiFi-GAN generator forward). | 111 | 6 |
| nx_vocops_test.nx | byte-exact KATs for the neural-vocoder op library (conv1d, conv_transpose1d, leaky_relu, | 65 | 5 |
| nx_vod_manifest.nx | sovereign VOD manifest (the bitrate ladder + playlist | 97 | 11 |
| nx_vod_segment.nx | sovereign VOD segment container (the "chunk" of a | 95 | 13 |
| nx_voice_clone_synth.nx | VOICE-CLONE-001 rung 2: CREATE new audio in a | 78 | 2 |
| nx_voice_clone_synth_gate.nx | REFEREE for VOICE-CLONE-001 rung 2 (create). | 155 | 5 |
| nx_voice_codec.nx | NishiVoice v1: the composition primitive that | 353 | 6 |
| nx_voice_codec_tier.nx | tier-adaptive parameter selection. | 109 | 2 |
| nx_voice_codec_v1_adapter.nx | wraps NishiVoice v1 behind nx_codec. | 230 | 5 |
| nx_voice_codec_v2.nx | NishiVoice v2: the REAL LPC-residual voice codec the v1 skeleton described but didn't build. | 135 | 10 |
| nx_voice_eval.nx | THE RULER (voice-realism census V0): a sovereign OBJECTIVE audio-naturalness evaluator so | 145 | 4 |
| nx_voice_fec.nx | forward error correction for the Nishi voice | 192 | 7 |
| nx_voice_frame.nx | Phase 4a foundation: sovereign voice-codec | 190 | 6 |
| nx_voice_read.nx | VOICE-CLONE-001 rung 5-FUSE: a CLONED VOICE READING WORDS. | 82 | 3 |
| nx_voice_read_gate.nx | REFEREE for VOICE-CLONE-001 rung 5-FUSE (voice reads words). | 155 | 8 |
| nx_voicegen_research_fetch.nx | SOVEREIGN research round on HUMAN-REALISTIC voice + sound synthesis (operator | 79 | 5 |
| nx_voicegen_sota_fetch.nx | DEEP SOTA research (operator 2026-07-04: "are we only still finding wikipedia | 79 | 5 |
| nx_voiceprint.nx | VOICE-CLONE-001 rung 1: a sovereign SPEAKER-IDENTITY | 127 | 3 |
| nx_voiceprint_gate.nx | REFEREE for VOICE-CLONE-001 rung 1 (voiceprint). | 179 | 6 |
| nx_voronoi.nx | 2D Voronoi diagram (procgen LAYER 3). | 227 | 6 |
| nx_voronoi_test.nx | smoke for 2D Voronoi. | 118 | 1 |
| nx_voxel_native.nx | PLAYABLE first-person RAYCAST voxel explorer (the 3rd game mode: | 362 | 21 |
| nx_voxel_world.nx | PARAMETERIZED sovereign 3D-world renderer: a game-SPEC (DATA) -> a rendered world. | 365 | 34 |
| nx_voxgrid.nx | 3D voxel grid storage with palette packing. | 271 | 10 |
| nx_vp8.nx | VP8 lossy: the boolean entropy decoder and keyframe header. | 218 | 9 |
| nx_vp8_gate.nx | proves the VP8 boolean decoder and keyframe header. | 187 | 3 |
| nx_vp8_kf.nx | VP8 lossy KEYFRAME decoder (intra-only): the C3 rung. | 589 | 11 |
| nx_vp8_kf_gate.nx | gate for C3 of the codec-chokepoint program: the lossy | 228 | 8 |
| nx_vp8_pred.nx | Performs inverse DCT and intra prediction for VP8 keyframes in the Nishi sovereign ecosystem. | 450 | 27 |
| nx_vp8_tables.nx | VP8 keyframe constant tables, GENERATED from RFC 6386 | 502 | 7 |
| nx_vp8probe.nx | DIAGNOSTIC bring-up harness for the C3 VP8 keyframe | 167 | 5 |
| nx_vpick_gate.nx | the gate for nx_vpick_lib (/compare/dcc DC4: ray-pick and a transform gizmo). | 882 | 15 |
| nx_vpick_lib.nx | DC4 of the /compare/dcc board: RAY-PICK and a TRANSFORM GIZMO for the sovereign | 788 | 29 |
| nx_vq.nx | VECTOR QUANTIZATION, the first rung of the sovereign neural-audio moonshot. Instead of scalar-quantising | 39 | 4 |
| nx_vq_train.nx | Lloyd's algorithm (k-means) VQ codebook training: moonshot rung #2. Given a training set of LPC | 43 | 3 |
| nx_vqoe_research_fetch.nx | GROUND video-call QoE BENCHMARKING (operator 2026-07-03: "provide fps and | 61 | 2 |
| nx_vram_estimate.nx | SOVEREIGN VRAM footprint estimator for DiT inference (Z-Image + LTX) under levers. | 72 | 4 |
| nx_vrate.nx | sovereign RATE CONTROL for the video codec (V-R4): map the measured link tier -> quantization | 38 | 3 |
| nx_vskip.nx | sovereign SKIP-BLOCK coding (V-R6). When a block matches its motion prediction closely (residual | 16 | 2 |
| nx_vsubpel.nx | Performs half-pel and quarter-pel sub-pixel interpolation for motion compensation in video encoding. | 156 | 6 |
| nx_vsz_pig.nx | TEST FIXTURE for the VSZ watchdog's live kill-path proof: balloons its own VSZ to ~40GB | 19 | 1 |
| nx_vsz_watchdog.nx | ONE-SHOT VSZ watchdog CLI (cron/piggyback-invoked): kills a conf-listed daemon whose | 179 | 7 |
| nx_vsz_watchdog_core.nx | importable CORE of the VSZ watchdog (the permanent fix for outage MODE 2: | 158 | 13 |
| nx_vsz_watchdog_gate.nx | gate for the VSZ-watchdog CORE (outage MODE 2 permanent fix). Teeth: conf-row | 95 | 5 |
| nx_vtransform.nx | sovereign 4x4 integer TRANSFORM + QUANTIZE for the motion-comp residual (V-R2). After | 53 | 6 |
| nx_vtransform_dct.nx | Performs 4x4 integer DCT and position-dependent quantization for video compression. | 139 | 11 |
| nx_vtransform_dct2.nx | ROYALTY-FREE integer DCT-II (4x4) for the sovereign video codec. | 98 | 6 |
| nx_vulva_aesthetic_composite.nx | score against clean-innie reference target. | 147 | 4 |
| nx_vulva_aesthetic_composite_test.nx | 55 | 1 | |
| nx_vulva_innie_outie.nx | labia minora protrusion classifier. | 164 | 2 |
| nx_waitrc_gate.nx | A CRASHED OR KILLED PROCESS MUST NOT READ AS A CLEAN ONE. | 209 | 7 |
| nx_wall_scan_native.nx | substrate-native wall-tier scanner. | 219 | 6 |
| nx_wall_scan_x86_64.nx | substrate-native wall scanner, x86_64 target. | 215 | 7 |
| nx_wall_triage.nx | the WALL ROOT-CAUSE organ (Doctor verb: DIAGNOSE). | 157 | 9 |
| nx_wallstat.nx | Analyzes mesh face thicknesses to detect dominant wall structures while avoiding false positives from surface roughness. | 141 | 1 |
| nx_warc_index.nx | C3: the WARC -> INVERTED-INDEX ingest pipeline = the heart of "ingest Common Crawl into our | 94 | 9 |
| nx_warc_index_gate.nx | proves the C3 ingest pipeline: WARC 'response' records -> extract content -> index -> | 79 | 6 |
| nx_warc_reader.nx | LIB: sovereign WARC (ISO 28500 / Common Crawl) record reader. A .warc file is a sequence of | 101 | 8 |
| nx_warc_reader_gate.nx | GREEN/RED gate for nx_warc_reader. Builds a SYNTHETIC plain-WARC fixture in memory (a | 108 | 7 |
| nx_warden.nx | the Warden demo/cockpit. The reusable POLICY lives in | 42 | 3 |
| nx_warden_lib.nx | the Warden's reusable POLICY (no main). The single source | 94 | 7 |
| nx_wasm.nx | nx_wasm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin nx_wasm_v128.nx). | 1091 | 35 |
| nx_wasm_2048.nx | the SECOND sovereign browser game genre: a 2048 sliding-tile PUZZLE, pure-Nishi NO-FLOAT, | 204 | 23 |
| nx_wasm_adventure.nx | BROWSER-PLAYABLE sovereign Adventure: BASE-RELATIVE integer core, runs native (-> PNG) | 99 | 13 |
| nx_wasm_arcade.nx | the CORRECTED sovereign browser game: BASE-RELATIVE integer arcade. The SAME code | 120 | 12 |
| nx_wasm_breeders.nx | NISHI BREEDERS, SOVEREIGN. The whole game -- world, characters, animation, | 783 | 61 |
| nx_wasm_call_count_gate_t143.nx | Independent negative review of the private WAT call operand change. | 72 | 3 |
| nx_wasm_call_operands_t143.nx | nx_wasm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin nx_wasm_v128.nx). | 1091 | 35 |
| nx_wasm_call_simd_gate_t143.nx | Reuse existing SIMD differential probe, execute final private backend output. | 47 | 1 |
| nx_wasm_charlab.nx | CHARLAB: the COMPOSED character surface (Elara bar E2+E3+E4+E5 in ONE interactive | 354 | 30 |
| nx_wasm_city.nx | BROWSER-PLAYABLE sovereign City-Building: BASE-RELATIVE integer core, runs native (-> PNG) | 140 | 17 |
| nx_wasm_craft.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4674 | 147 |
| nx_wasm_craft_contact_candidate.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4681 | 136 |
| nx_wasm_craft_gait_candidate.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4671 | 135 |
| nx_wasm_craft_gait_candidate_t139.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4751 | 164 |
| nx_wasm_craft_inspection_t142.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4767 | 169 |
| nx_wasm_craft_lookup_candidate.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4671 | 135 |
| nx_wasm_craft_morf_gate.nx | ORIGINAL. Internal engine ownership gate, not browser/public-loader acceptance. | 99 | 1 |
| nx_wasm_craft_pre_inspection_t142.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4753 | 166 |
| nx_wasm_craft_turn_candidate_t139.nx | NISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's | 4752 | 166 |
| nx_wasm_data.nx | Static-data layout for the WAT backend. Addresses are module-relative, never host pointers. | 185 | 9 |
| nx_wasm_diablo.nx | BROWSER-PLAYABLE sovereign isometric ARPG ("that generation of game"): BASE-RELATIVE | 177 | 17 |
| nx_wasm_explodelab.nx | EXPLODELAB: the interactive exploded-view surface (cadtwin R2b = the explodeview | 400 | 30 |
| nx_wasm_layout_gate.nx | 46 | 1 | |
| nx_wasm_layout_lib.nx | Source-derived reservation record for WAT packaging. This is evidence, not pair acceptance. | 41 | 2 |
| nx_wasm_layout_read_lib.nx | Parses a hexadecimal layout comment from WebAssembly text and validates it against a shared header. | 37 | 2 |
| nx_wasm_layout_verify_gate.nx | 47 | 2 | |
| nx_wasm_layout_verify_lib.nx | Independent NXWLAY01 reader; no compiler allocator or record writer dependency. | 62 | 2 |
| nx_wasm_layout_wat_gate.nx | 22 | 1 | |
| nx_wasm_layout_wat_lib.nx | Compiler-attached layout evidence. WAT comments preserve executable semantics. | 30 | 1 |
| nx_wasm_memory_gate.nx | 31 | 1 | |
| nx_wasm_memory_inspect_gate.nx | Read-only whole-file observation through existing readcap and memory-contract owners. | 39 | 2 |
| nx_wasm_memory_lib.nx | Allocation-free inspection of Nishi's single-memory Wasm artifacts. | 100 | 5 |
| nx_wasm_mineworld.nx | MINECRAFT-LEVEL PROC GEN: an INFINITE deterministic voxel world (the noise function | 1194 | 93 |
| nx_wasm_pair_extension_gate.nx | 154 | 4 | |
| nx_wasm_physlab.nx | PHYSLAB: the VISIBLE consumer of the shared 3D core (reuse census W2: "a game surface | 220 | 23 |
| nx_wasm_platformer.nx | the THIRD sovereign browser game genre: a PLATFORMER auto-runner, pure-Nishi NO-FLOAT, | 148 | 21 |
| nx_wasm_pong.nx | BROWSER-PLAYABLE sovereign Pong (Sport): BASE-RELATIVE integer core, runs native (-> PNG) | 103 | 15 |
| nx_wasm_racing.nx | BROWSER-PLAYABLE sovereign Racing: BASE-RELATIVE integer core, runs native (-> PNG) AND | 124 | 14 |
| nx_wasm_sandbox.nx | BROWSER-PLAYABLE sovereign Sandbox (falling-sand): BASE-RELATIVE integer core, runs | 127 | 15 |
| nx_wasm_scalararm.nx | nx_wasm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin nx_wasm_v128.nx). | 927 | 31 |
| nx_wasm_scratch.nx | WASM-lane framed SCRATCH allocator: the linear-memory port of nx_scratch | 46 | 5 |
| nx_wasm_shmup.nx | BROWSER-PLAYABLE sovereign Shoot-'em-up: BASE-RELATIVE integer core, the SAME code runs | 134 | 14 |
| nx_wasm_static_bounds_gate.nx | Pure compiler layout tests: actual checked owner and emitted bytes, no CLI subprocess or deployment. | 107 | 4 |
| nx_wasm_td.nx | BROWSER-PLAYABLE sovereign Tower-Defence: BASE-RELATIVE integer core, runs native (-> PNG) | 173 | 18 |
| nx_wasm_thirdperson.nx | BROWSER-PLAYABLE sovereign Third-Person explorer: BASE-RELATIVE integer core, runs | 119 | 15 |
| nx_wasm_threads_gate.nx | LN33 / LN34 REFEREE (lang.plan): wasm threads from the sovereign compiler, ONE family. | 285 | 11 |
| nx_wasm_vm.nx | nx_wasm_vm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin). Adds interpretation of the | 757 | 34 |
| nx_wasm_vm.pre_metadata_20260912.nx | nx_wasm_vm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin). Adds interpretation of the | 676 | 25 |
| nx_wasm_vm_bounds_20260912.nx | nx_wasm_vm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin). Adds interpretation of the | 757 | 34 |
| nx_wasm_vm_bounds_gate_20260912.nx | 98 | 6 | |
| nx_wasmcube.nx | the f32 renderer in the WASM/BROWSER memory model: a rotated shaded 3D cube drawn to a | 152 | 16 |
| nx_wasmfit.nx | THE ONE RULER FOR "CAN THIS MODULE'S FRAMEBUFFER EXIST IN THE MEMORY IT DECLARES". | 109 | 6 |
| nx_wasmfps.nx | FIRST-PERSON voxel world renderer, base-relative so the SAME code runs native (base = an | 290 | 35 |
| nx_wasmvox3d.nx | TRUE 3D VOXEL world (per-voxel faces, not column boxes) so you can dig holes/tunnels and | 375 | 38 |
| nx_wasmvoxel.nx | a VOXEL TERRAIN in the WASM/BROWSER memory model: an 8x8 heightmap (two procedural hills, | 222 | 19 |
| nx_wat_call_arity_fixture_t143.nx | 13 | 13 | |
| nx_wat_data_artifact_gate.nx | Actual assembler output -> existing native WASM VM. Private fixtures only. | 95 | 4 |
| nx_wat_refuse_gate.nx | THE REFEREE FOR LN13a: THE WAT LANE MUST REFUSE WHAT IT CANNOT LOWER. | 163 | 2 |
| nx_wat_type_layout_gate.nx | Source-linked WAT compiler regression. Emission equivalence, not VM execution or a C ABI claim. | 71 | 5 |
| nx_watch.nx | SOVEREIGN JOB / LIVENESS MONITOR (operator 2026-07-16: "our monitors are garbage | 208 | 8 |
| nx_watch_gate.nx | gate for the sovereign job/liveness monitor (the anti-flaky-WSL-poll capability). | 69 | 1 |
| nx_watch_read_probe.nx | discriminate WHY nw_read misses keys the ledger serves fine (ns=forge). | 29 | 1 |
| nx_water_activity.nx | FOOD-SCIENCE SUITE / WATER ACTIVITY + HURDLE rung. | 193 | 10 |
| nx_water_activity_test.nx | gate for nx_water_activity. The load-bearing | 201 | 4 |
| nx_water_awg.nx | WATER SYSTEMS / ATMOSPHERIC WATER HARVESTING. Models | 168 | 13 |
| nx_water_awg_test.nx | the atmospheric-water-generation GATE for nx_water_awg: the psychrometric | 56 | 1 |
| nx_water_design.nx | WATER SYSTEMS / DESIGN CAPSTONE. The research-> | 79 | 6 |
| nx_water_design_test.nx | the end-to-end water DESIGN gate for nx_water_design: the full | 61 | 1 |
| nx_water_erosion.nx | full Mei 2007 hydraulic erosion simulation. | 682 | 15 |
| nx_water_erosion_gate.nx | GATE for the Mei 2007 hydraulic erosion pipeline (PG18, procgen.plan, 2026-08-24). | 230 | 6 |
| nx_water_quality.nx | WATER SYSTEMS / TASTE + HEALTH + SAFETY. Scores a | 164 | 10 |
| nx_water_quality_test.nx | the water-quality GATE for nx_water_quality: TDS taste bands, the | 98 | 1 |
| nx_water_research_fetch.nx | the Nishi RESEARCHER grounding the WATER | 85 | 5 |
| nx_wav.nx | pure-NishiLang RIFF/WAVE (PCM 16-bit LE) writer. | 160 | 7 |
| nx_wav_header.nx | parse RIFF WAVE (WAV) audio file headers. | 183 | 5 |
| nx_wav_writer.nx | serialise 16-bit PCM WAV files (canonical | 154 | 5 |
| nx_weather_lib.nx | LIB: THE WEATHER SYSTEM (2026-08-26). The shipped weather was ONE | 159 | 12 |
| nx_weather_pattern.nx | spatial + temporal weather field. | 815 | 14 |
| nx_web_crawl_breadth.nx | BREADTH crawl: start from ONE seed page, EXTRACT its links, and fetch the linked | 188 | 8 |
| nx_web_crawl_index.nx | LIVE external crawl: fetch FRESH URLs on demand over the sovereign TLS-1.3 stack | 136 | 6 |
| nx_weblatbench.nx | STANDING LATENCY BENCH for the WEB serve (operator standing order 2026-08-12: | 233 | 11 |
| nx_webp.nx | WebP container + the VP8L DecodeImageStream orchestrator. | 334 | 6 |
| nx_webp_alpha.nx | WebP VP8X extended container + ALPH alpha channel. | 229 | 11 |
| nx_webp_alpha_gate.nx | proves VP8X + ALPH by exact filter ROUND-TRIP. | 201 | 3 |
| nx_webp_decode.nx | SOVEREIGN WebP decoder, built from the first byte up (operator 2026-07-29: | 101 | 2 |
| nx_webp_huff.nx | VP8L Huffman code-group reader (WebP lossless). | 241 | 8 |
| nx_webp_huff_gate.nx | proves the VP8L Huffman code-group reader. | 127 | 2 |
| nx_webp_vp8l.nx | sovereign WebP VP8L (lossless) pixel decoder. | 404 | 23 |
| nx_webp_vp8l_gate.nx | proves the VP8L pixel-decoder math and the WebP | 175 | 2 |
| nx_webpprobe.nx | DIAGNOSTIC: which WebP variant is actually on the wire? | 142 | 5 |
| nx_webpub_fetch.nx | SOVEREIGN research fetch for WEB-PUBLISHING / hosting / deploy best practices. | 137 | 5 |
| nx_websearch_cli.nx | OPERATOR/MCP-facing sovereign WEB search: the open-web + Common-Crawl index | 139 | 10 |
| nx_websearch_research.nx | ground the NISHI SEARCH s-class-exceed bar in REAL SOTA sources (operator | 69 | 4 |
| nx_websocket.nx | RFC 6455 server-side WebSocket primitive. | 303 | 8 |
| nx_websocket_client_upgrade.nx | CLIENT-side WebSocket HTTP upgrade. | 444 | 17 |
| nx_websocket_client_upgrade_test.nx | KAT for CLIENT-side WebSocket | 144 | 3 |
| nx_websocket_frame.nx | RFC 6455 WebSocket frame parser + builder. | 256 | 4 |
| nx_websocket_frame_test.nx | KAT for nx_websocket_frame. | 140 | 1 |
| nx_websocket_handshake.nx | compute Sec-WebSocket-Accept. | 86 | 3 |
| nx_websocket_handshake_test.nx | KAT for ws_accept (RFC 6455 §1.3 + §4.2.2). | 50 | 2 |
| nx_websocket_stream.nx | streaming WebSocket framer over a TCP fd. | 189 | 9 |
| nx_websocket_stream_test.nx | KAT for the streaming WebSocket framer. | 169 | 1 |
| nx_websocket_upgrade.nx | server-side WebSocket HTTP upgrade driver. | 332 | 14 |
| nx_websocket_upgrade_test.nx | KAT for the server-side upgrade driver. | 191 | 1 |
| nx_webviz_research.nx | THIN structured BROWSER-VISUALIZATION / GAME-LIBRARY research source organ. | 42 | 1 |
| nx_webvtt.nx | WebVTT subtitles: a COMPLETE format, writer and reader. | 267 | 10 |
| nx_webvtt_gate.nx | proves the WebVTT writer/reader pair by ROUND-TRIP. | 198 | 4 |
| nx_wellbeing_research.nx | THIN structured WELLBEING / HUMAN-FLOURISHING coaching research organ. Operator | 40 | 1 |
| nx_wflow.nx | the PRODUCTION CLI over the pure-core workflow engine (nx_wflow_engine.nx). This is how | 118 | 3 |
| nx_wflow_approve_capacity_gate_t278.nx | R4 HUMAN-IN-THE-LOOP approvals gate. An `approve` step PARKS the run | 123 | 2 |
| nx_wflow_bind_event_gate_t282.nx | 36 | 1 | |
| nx_wflow_bind_event_owned_t282.nx | 44 | 1 | |
| nx_wflow_boolean_boundary_probe_t344.nx | 4 | 2 | |
| nx_wflow_branch_capacity_gate_t278.nx | R9 MID-FLOW BRANCHING gate: optional 7th step field `k=v` evaluated against | 102 | 2 |
| nx_wflow_capacity_candidate_gate_t278.nx | 94 | 1 | |
| nx_wflow_capacity_canonical_gate_t278.nx | 94 | 1 | |
| nx_wflow_capacity_counterexample_t278.nx | 29 | 1 | |
| nx_wflow_completion_fixed_gate_t31.nx | Actual connector completion, qualified by an independent raw wait status. | 43 | 2 |
| nx_wflow_completion_gate_t30.nx | Private qualification of actual workflow child completion; only the fixture child terminates itself. | 40 | 1 |
| nx_wflow_completion_gate_t31.nx | Actual connector completion, qualified by an independent raw wait status. | 43 | 2 |
| nx_wflow_decimal_probe_t278.nx | 17 | 2 | |
| nx_wflow_diagnostics_gate_t240.nx | 40 | 2 | |
| nx_wflow_diagnostics_t240.nx | the PRODUCTION CLI over the pure-core workflow engine (nx_wflow_engine.nx). This is how | 114 | 3 |
| nx_wflow_engine.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1566 | 62 |
| nx_wflow_engine_candidate_t230.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1643 | 59 |
| nx_wflow_engine_capacity_candidate_t278.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1606 | 60 |
| nx_wflow_engine_completion_t31.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1620 | 59 |
| nx_wflow_engine_identity_candidate_t344.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1566 | 62 |
| nx_wflow_event_canonical_gate_t344.nx | Native integration qualification of additive workflow result commands. | 56 | 8 |
| nx_wflow_event_result_gate_t344.nx | Native integration qualification of additive workflow result commands. | 56 | 8 |
| nx_wflow_evidence_canonical_gate_t230.nx | 25 | 1 | |
| nx_wflow_evidence_gate_t229.nx | Regression for release workflow evidence failure. Uses only a probe action. | 16 | 1 |
| nx_wflow_evidence_gate_t230.nx | 25 | 1 | |
| nx_wflow_execution_engine_candidate_t346.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1610 | 61 |
| nx_wflow_execution_evidence_candidate_t346.nx | Isolated additive candidate; records execution facts, never operation success. | 35 | 4 |
| nx_wflow_execution_gate_t346.nx | 32 | 1 | |
| nx_wflow_fault_fixture_t230.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1530 | 59 |
| nx_wflow_foreach_canonical_gate_t278.nx | 37 | 1 | |
| nx_wflow_foreach_owned_gate_t278.nx | 37 | 1 | |
| nx_wflow_identity_canonical_gate_t344.nx | Native integration qualification of additive workflow result commands. | 184 | 8 |
| nx_wflow_identity_canonical_selftest_t344.nx | 2 | 1 | |
| nx_wflow_identity_gate_t344.nx | Native integration qualification of additive workflow result commands. | 171 | 7 |
| nx_wflow_identity_ownership_gate_t344.nx | 66 | 3 | |
| nx_wflow_identity_selftest_t344.nx | 2 | 1 | |
| nx_wflow_loop_capacity_gate_t278.nx | R11 LOOPS gate: for-each = apply-to-each over the connector plane. Step arg | 121 | 3 |
| nx_wflow_mapping_canonical_gate_t278.nx | 52 | 3 | |
| nx_wflow_mapping_negative_gate_t278.nx | 52 | 3 | |
| nx_wflow_mapping_oldpair_fixture_t278.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1606 | 60 |
| nx_wflow_onerr_capacity_gate_t278.nx | R10 ON-ERROR gate: optional 8th step field = forward on-fail target. On | 116 | 2 |
| nx_wflow_owned_mapping_gate_t278.nx | 52 | 3 | |
| nx_wflow_ownership_canonical_gate_t344.nx | 66 | 3 | |
| nx_wflow_ownership_negative_gate_t344.nx | 66 | 3 | |
| nx_wflow_ownership_old_engine_fixture_t344.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1548 | 61 |
| nx_wflow_ownership_old_text_fixture_t344.nx | Owned variable substitution over one immutable ledger snapshot. | 231 | 24 |
| nx_wflow_posteffect_gate_t230.nx | Exact test-only append fault seam, no deployment or external effect. | 34 | 1 |
| nx_wflow_result.nx | Additive workflow result adapter. Existing fire/resume remain unchanged. | 291 | 17 |
| nx_wflow_result_candidate_t344.nx | Additive workflow result adapter. Existing fire/resume remain unchanged. | 291 | 17 |
| nx_wflow_result_cli_t344.nx | the PRODUCTION CLI over the pure-core workflow engine (nx_wflow_engine.nx). This is how | 118 | 3 |
| nx_wflow_result_gate_t344.nx | Native integration qualification of additive workflow result commands. | 112 | 7 |
| nx_wflow_text_identity_candidate_t344.nx | Owned variable substitution over one immutable ledger snapshot. | 231 | 24 |
| nx_wflow_text_oldpair_fixture_t278.nx | Owned variable substitution over one immutable ledger snapshot. | 134 | 11 |
| nx_wflow_text_owned.nx | Owned variable substitution over one immutable ledger snapshot. | 231 | 24 |
| nx_wflow_text_owned_candidate_t278.nx | Owned variable substitution over one immutable ledger snapshot. | 134 | 11 |
| nx_wflow_ui.nx | R7 the WORKFLOW CONSOLE: a sovereign, 0-JS, self-contained HTML page that VISUALLY | 290 | 20 |
| nx_wflow_var_owned_gate_t277.nx | 32 | 1 | |
| nx_wgsl.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3502 | 92 |
| nx_wgsl_authored_t55.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_before_front_t217.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_canonical_skin_t140.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_cast_control_t181.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_cast_lbs_t181.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_cast_material_t181.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_cloud_transport_t155.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_compute_gate.nx | GE43 REFEREE: the compute stage of the ONE NishiLang shader backend | 170 | 7 |
| nx_wgsl_cumulus_release_t161.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_cumulus_t156.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_depth_candidate_t192.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3511 | 91 |
| nx_wgsl_eye_t138.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3496 | 90 |
| nx_wgsl_face_mask_t163.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_front_candidate_t217.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3423 | 89 |
| nx_wgsl_gate.nx | IS THE SHADER BACKEND REAL, OR A RUBBER STAMP? | 752 | 6 |
| nx_wgsl_inspection_t165.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_rung2_gate.nx | IS THE FRONT HALF REAL? Rung 2 is the claim that a shader is an | 330 | 5 |
| nx_wgsl_sand_baseline_t137.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_sand_private_t137.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_scene_light_candidate_t364.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3502 | 92 |
| nx_wgsl_skin_t138.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_sky_light_t154.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_sky_private_20260910.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3415 | 88 |
| nx_wgsl_sky_review_t154.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3414 | 88 |
| nx_wgsl_static_t335.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3502 | 92 |
| nx_wgsl_world_depth_t195.nx | THE SHADER BACKENDS: NishiLang in, GLSL and WGSL out. | 3514 | 91 |
| nx_wheeler.nx | 13th meta-pattern primitive: Wheeler DDC ledger. | 269 | 13 |
| nx_wiedijk_100.nx | Wiedijk Top 100 Mathematical Theorems corpus, | 184 | 2 |
| nx_wiedijk_100_test.nx | exercise the Wiedijk Top 100 corpus | 76 | 1 |
| nx_wiki_codec_status.nx | EMIT the sovereign-codec arc status as a live wiki page | 66 | 2 |
| nx_win42.nx | W3 fixture: smallest leaf organ for the native-Windows compile gate. | 4 | 1 |
| nx_win_hello.nx | proves nishi-compiled code runs NATIVE on Windows (no WSL/Docker). | 3 | 1 |
| nx_win_ledger.nx | the WIN-LEDGER organ (ADDITIVE; no main, no shared edits). | 324 | 14 |
| nx_win_ledger_test.nx | PROVES the win-ledger is LOAD-BEARING. | 126 | 2 |
| nx_win_r1probe.nx | Relays HTTP/1.0 GET requests to 127.0.0.1:8000 and forwards responses to clients. | 50 | 12 |
| nx_wind_erosion.nx | directional anisotropic erosion generator. | 250 | 5 |
| nx_winograd_conv.nx | 2D convolution via Winograd F(2x2, 3x3). | 310 | 8 |
| nx_winograd_conv_test.nx | algo-led correctness: Winograd output | 136 | 1 |
| nx_wire_logger.nx | bits-up TCP wire logger. | 57 | 3 |
| nx_wired_status.nx | mandatory wired-status declaration per primitive. | 164 | 6 |
| nx_wiredclaim_gate.nx | THE STANDING TEST FOR "CLAIMED BUT NOT CALLED". | 220 | 8 |
| nx_witch_authored_witness_t140.nx | Private source-weight witness through the existing authored importer; no public asset mutation. | 9 | 1 |
| nx_witch_skin_replace_t140.nx | 59 | 1 | |
| nx_word_sketch.nx | substrate-native word sketch (Sketch Engine | 201 | 6 |
| nx_word_sketch_test.nx | exercise positional word sketch primitive. | 149 | 1 |
| nx_wordclust.nx | WORD CLUSTERS from the estate's own PPMI model, the sovereign stand-in for the Brown clusters every | 363 | 16 |
| nx_wordclust_gate.nx | GATE for the PPMI word clusterer (nx_wordclust), driven IN-PROCESS on a PLANTED NXPPMI1 model | 118 | 1 |
| nx_wordpiece_lib.nx | SOVEREIGN WordPiece tokenizer over a BERT uncased vocab.txt, a library so the cross-encoder | 244 | 8 |
| nx_worker_dispatch.nx | WORKER MESH keystone: capability-scoped job dispatch across a sovereign GPU/compute mesh. | 262 | 19 |
| nx_workflow.nx | CLI half of the consolidated workflow tool (#5 of the 15). READ-ONLY WMS surface: | 41 | 1 |
| nx_workflow_gate.nx | gates the consolidated workflow tool on a REAL fixture WMS store (authored via | 50 | 4 |
| nx_workflow_ingest.nx | SOVEREIGN media -> ComfyUI workflow extractor (piece 1 of the anti-ComfyUI ingest). | 112 | 5 |
| nx_workflow_knobs.nx | SOVEREIGN workflow -> clean capability card (piece 2 of the anti-ComfyUI ingest). | 104 | 6 |
| nx_workflow_lib.nx | CONSOLIDATED workflow tool (MCP name: nx_workflow, tool #5 of the 15), LIBRARY | 199 | 8 |
| nx_workflow_tool_register.nx | register nx_workflow (consolidated workflow tool, READ-ONLY increment) | 37 | 3 |
| nx_workmix.nx | THE WORK-MIX CENSUS (ecosystem EC56, 2026-09-17): what LANDED in the window, classed FEATURE, | 180 | 8 |
| nx_workmix_gate.nx | gate for THE WORK-MIX RULER (ecosystem EC56, nx_workmix_lib). In-process on PLANTED rows: a ledger, | 139 | 3 |
| nx_workmix_lib.nx | THE WORK-MIX RULER (ecosystem EC56, 2026-09-17): what LANDED in a window, classed by what it was an | 421 | 21 |
| nx_world_capture_meta.nx | Versioned capture envelope: bounded ASCII tokens, no allocation, no percent decoding. | 64 | 5 |
| nx_world_capture_meta_gate.nx | 26 | 2 | |
| nx_world_class_test.nx | prove every named blocker is gone. | 271 | 12 |
| nx_world_cloud_transport_t155.nx | Private coherent cloud transport qualification; canonical density/terrain/cast unchanged. | 114 | 6 |
| nx_world_cumulus_t156.nx | Private multiscale cumulus qualification; canonical terrain/cast unchanged. | 143 | 7 |
| nx_world_demo_test.nx | 10 visual demos of registered primitives. | 284 | 15 |
| nx_world_depth_gate_t195.nx | 31 | 2 | |
| nx_world_emit.nx | NATIVE WORLD-FRAME EMISSION: the sovereign world scene, rendered SERVER-SIDE | 125 | 7 |
| nx_world_event.nx | dynamic world events: comets hit, volcanoes | 605 | 13 |
| nx_world_grade.nx | GRADE A LIVE nx_wasm_craft WORLD WITH nx_world_quality_grader. | 224 | 9 |
| nx_world_quality_grader.nx | mathematical verdict for procgen worlds. | 922 | 14 |
| nx_world_quality_grader_gate.nx | THE REFEREE FOR THE WORLD REFEREE, 2026-09-01. | 263 | 3 |
| nx_world_recipe_gate.nx | GATE for the W1 WORLD RECIPE PLANE (/world/procgen plan, 2026-08-12): | 188 | 6 |
| nx_world_sand_substitution_t137.nx | Private sand substitution; all other world emitters remain canonical. | 106 | 2 |
| nx_world_seed.nx | deterministic worldgen for voxel tissue. | 132 | 5 |
| nx_world_seed_test.nx | smoke for nx_world_seed. | 90 | 1 |
| nx_world_shader_cumulus_canonical_t156.nx | THE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04). | 1074 | 103 |
| nx_world_shader_depth_t194.nx | THE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04). | 1029 | 100 |
| nx_world_shader_sand_private_t137.nx | THE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04). | 1017 | 99 |
| nx_world_shader_sky_light_t154.nx | THE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04). | 1016 | 99 |
| nx_world_shader_sky_private_20260910.nx | THE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04). | 1009 | 99 |
| nx_world_shader_src.nx | THE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04). | 1011 | 99 |
| nx_world_sky_light_substitution_t154.nx | Private qualification substitution; canonical helpers, density, terrain and cast remain shared. | 66 | 2 |
| nx_world_snap.nx | THE WORLD-ART CAPTURE INSTRUMENT (operator 2026-08-12: "make sure you are | 737 | 9 |
| nx_world_state.nx | CANVAS-style carry-forward visual memory + | 328 | 12 |
| nx_world_state_test.nx | carry-forward + continuity check. | 148 | 1 |
| nx_world_telemetry.nx | THE WORLD TELEMETRY SINK (gameengine GE33 wt_telemetry_sink, 2026-09-02): the loopback | 390 | 12 |
| nx_world_telemetry_gpu_candidate.nx | THE WORLD TELEMETRY SINK (gameengine GE33 wt_telemetry_sink, 2026-09-02): the loopback | 390 | 12 |
| nx_world_telemetry_route_probe.nx | 18 | 1 | |
| nx_world_telemetry_v2_candidate.nx | THE WORLD TELEMETRY SINK (gameengine GE33 wt_telemetry_sink, 2026-09-02): the loopback | 374 | 12 |
| nx_worldgen.nx | ★SOVEREIGN INFINIGEN, RUNG 1: procedural NATURE (operator 2026-07-08, sharing princeton-vl/ | 574 | 32 |
| nx_worldgen_tunelib.nx | shared library for the worldgen knob-tuning | 325 | 14 |
| nx_worldgrade.nx | THE MISSING CONSUMER: grade a LIVE ENGINE WORLD with the 8-axis referee. | 142 | 6 |
| nx_worldpipe.nx | ★R5 STAGED PROCGEN (the banked Minecraft-pipeline curriculum, engine-convergence rung 5): | 466 | 24 |
| nx_worldpipe_core.nx | THE PURE STAGED-TERRAIN CORE. Extracted from nx_worldpipe.nx on | 144 | 11 |
| nx_worldpipe_core_relief_t140.nx | THE PURE STAGED-TERRAIN CORE. Extracted from nx_worldpipe.nx on | 144 | 11 |
| nx_worldpipe_erode_gate.nx | GATE for PG20: erosion as a PROCESS on the worldpipe heightfield. | 408 | 8 |
| nx_worldpipe_relief_contact_gate_t140.nx | Current canonical consumer qualification with a controlled non-flat HQ fixture. | 36 | 1 |
| nx_worldpipe_relief_gate_t140.nx | Private extraction/analytic gate; does not claim current engine integration. | 71 | 1 |
| nx_worldpipe_render.nx | THE PRODUCER OF THE PUBLISHED WORLD IMAGE, WITH STAGE 3.5 EROSION APPLIED. | 267 | 6 |
| nx_worldpipe_render_gate.nx | GATE for the rung "erosion reaches the PUBLISHED picture". | 234 | 4 |
| nx_worldvis_gate.nx | THE VISIBLE-EXPERIENCE RULER (donors-into-world rung, 2026-08-23). | 190 | 7 |
| nx_worley_noise.nx | Worley cellular noise (F1 distance) in Q10. | 268 | 9 |
| nx_wow_moment_detector.nx | signature-feature awe-density grader. | 404 | 8 |
| nx_wpt_acquire_lib.nx | LIB: BR21, the BYTE-PRESERVING half of WPT corpus ingest. | 597 | 31 |
| nx_wpt_ingest.nx | BR21: byte-preserving WPT corpus ingest. Carries wsp_ingest_dir. | 249 | 4 |
| nx_wpt_ingest_gate.nx | IN-PROCESS gate for BR21 (nx_wpt_acquire_lib, carried by nx_wpt_ingest). | 489 | 12 |
| nx_wpt_reftest.nx | BR1 vNext: THE SOVEREIGN WPT REFTEST RUNNER (2026-08-19). | 394 | 11 |
| nx_wpt_runner.nx | BR1 v3: THE SOVEREIGN WPT HARNESS with TIME-SPINE TELEMETRY (2026-08-19). | 462 | 14 |
| nx_wpt_spine.nx | LIB: the shared TEST-TELEMETRY SPINE (2026-08-19). Extracted from | 243 | 14 |
| nx_write_exceed_gate.nx | WRITING arc EXCEED-BENCH (W-EXC-1): the MEASURED | 200 | 5 |
| nx_write_run.nx | WRITING arc: the FILE-DRIVEN RUNNER (the tool the operator | 238 | 6 |
| nx_writebench.nx | THE WRITING/ROLEPLAY CAPABILITY BENCHMARK: can the ecosystem emit -- and GOVERN -- | 358 | 9 |
| nx_writebench_gate.nx | the LIAR-KILL gate for nx_writebench. A benchmark that grades us is | 223 | 7 |
| nx_writecraft.nx | WRITING arc, rung W-R0: the bedrock prose-measurement organ. | 190 | 8 |
| nx_writecraft_gate.nx | REFEREE for WRITING rung W-R0 (nx_writecraft). | 145 | 6 |
| nx_writehub_census.nx | the MEASURED, HONEST census for the WRITING HUB (operator 2026-06-30: a sovereign | 125 | 9 |
| nx_writehub_conductor.nx | WRITING HUB rung R5: the SELF-IMPROVEMENT conductor -- the apex "grows on its own / | 85 | 7 |
| nx_writehub_factcheck.nx | WRITING HUB rung R4: sovereign GROUNDED FACT-CHECK for non-fiction. Closes the | 224 | 12 |
| nx_writehub_factlib.nx | WRITING HUB shared LIB: the grounded fact-check CORE, extracted from | 159 | 9 |
| nx_writehub_grow.nx | WRITING HUB rung R3: the sovereign SYSTEM-DATA GROWTH organ. Operator 2026-06-30: | 192 | 13 |
| nx_writehub_loop.nx | WRITING HUB rung R2: the autonomous IMMUNE-SCORED keep/discard decider -- the | 73 | 5 |
| nx_writehub_research_fetch.nx | SOVEREIGN research round for the WRITING HUB (operator 2026-06-30: | 108 | 5 |
| nx_writehub_score.nx | WRITING HUB shared LIB: the immune-scoring core, extracted from nx_writehub_loop so the | 67 | 2 |
| nx_writehub_seat.nx | WRITING HUB rung R1: the sovereign SEAT WIRE. Closes the #1 census gap (nothing in .nx | 128 | 9 |
| nx_writejob_sweep.nx | drain the writer's durable job queue (operator 2026-08-05: the hub | 173 | 8 |
| nx_writer_bound_canonical_gate_t190.nx | Implements a writer-bound canonical gate for ensuring consistent, conflict-free writes and state verification. | 84 | 5 |
| nx_writer_bound_gate_t190.nx | 64 | 4 | |
| nx_writer_bound_gate_t190b.nx | 83 | 5 | |
| nx_writer_bound_run_t293.nx | 13 | 1 | |
| nx_writer_page.nx | u26d4RETIRED 2026-08-05: superseded by nx_writer_serve (the LIVE /writer daemon: page+score+factcheck | 161 | 4 |
| nx_writer_page_gate.nx | REFEREE for the /writer UI (nx_writer_page). | 78 | 5 |
| nx_writer_payload_gate_t293.nx | 67 | 2 | |
| nx_writer_probe.nx | sovereign one-shot probe of the LIVE nx_writer_serve (127.0.0.1:8098). Composes | 35 | 4 |
| nx_writer_run.nx | WRITING arc, rung W-RUN-2: the UNIFYING file-driven runner. | 197 | 8 |
| nx_writer_serve.nx | WRITING HUB rung R6: the SOVEREIGN LIVE SURFACE. Operator: "api nishi ecosystem based, | 432 | 20 |
| nx_writestyle.nx | WRITING arc, rung W-R1: the content-agnostic prose-SIGNAL | 164 | 6 |
| nx_writestyle_gate.nx | REFEREE for WRITING rung W-R1 (nx_writestyle). | 126 | 6 |
| nx_ws_client.nx | THE CLIENT HALF OF RFC 6455, SO THE ESTATE CAN DRIVE A BROWSER WITHOUT PYTHON. | 151 | 3 |
| nx_ws_client_gate.nx | THE GATE FOR THE RFC 6455 CLIENT HALF, 2026-09-03. | 150 | 2 |
| nx_ws_crypto.nx | minimal SHA-1 + Base64 used by nx_websocket. | 226 | 6 |
| nx_ws_hygiene_core.nx | importable CORE of the WORKSTREAM HYGIENE classifier (R-ORCH janitorial | 142 | 8 |
| nx_ws_hygiene_gate.nx | liar-killed GATE for the workstream-hygiene classifier (R-ORCH). | 104 | 5 |
| nx_ws_ledger.nx | WMS-R2: the workstream TRANSITION LEDGER (reflog). | 204 | 7 |
| nx_ws_ledger_gate.nx | the REFEREE for WMS-R2 (workstream transition ledger). | 286 | 7 |
| nx_x11_connect.nx | bits-up X11 wire-protocol connection setup. | 258 | 8 |
| nx_x11_connect_real_test.nx | Session 1 of bits-up browser arc. | 53 | 2 |
| nx_x11_get_image.nx | bits-up X11 GetImage opcode + reply read. | 110 | 3 |
| nx_x11_keyboard.nx | bits-up X11 keyboard input for the game platform (F1105). | 164 | 8 |
| nx_x11_paint.nx | bits-up X11 painting primitives. | 219 | 9 |
| nx_x11_paint_text_5x7.nx | bits-up text rendering using the | 69 | 3 |
| nx_x11_pixmap.nx | bits-up X11 off-screen pixmap drawable. | 69 | 3 |
| nx_x11_pixmap_kat_test.nx | minimal pixmap paint+capture KAT. | 81 | 2 |
| nx_x11_put_image.nx | bits-up X11 PutImage: the framebuffer -> window blit the game platform | 120 | 7 |
| nx_x11_screenshot.nx | capture a drawable's pixels and drop them | 67 | 2 |
| nx_x11_window.nx | bits-up X11 CreateWindow + MapWindow. | 225 | 9 |
| nx_x11_window_real_test.nx | bits-up real Windows window. | 75 | 2 |
| nx_x25519.nx | Bernstein's Curve25519 X25519 (RFC 7748). | 541 | 17 |
| nx_x25519_ephemeral.nx | ephemeral keypair helper for X25519 ECDH. | 92 | 6 |
| nx_x25519_test.nx | RFC 7748 §5.2 X25519 KAT. | 145 | 1 |
| nx_x25519_wasm.nx | Curve25519 ECDH (RFC 7748) for WAT target. | 551 | 13 |
| nx_x25519mlkem768.nx | the MODERN post-quantum hybrid KEM X25519MLKEM768 (TLS 1.3 named group | 140 | 9 |
| nx_x509.nx | minimal X.509 v3 certificate parser (RFC 5280). | 279 | 4 |
| nx_x509_chain_cache_gate.nx | durable regression witness for the cert-validation MEMOIZATION cache | 34 | 4 |
| nx_x509_chain_verify.nx | walk an X.509 cert chain leaf-to-root. | 236 | 7 |
| nx_x509_chain_verify_test.nx | KAT for the X.509 chain walker. | 216 | 3 |
| nx_x509_csr_emit.nx | PKCS#10 CSR emitter for Ed25519 (RFC 2986 + RFC 8410). | 302 | 7 |
| nx_x509_dn_match.nx | byte-equality comparison of two X.509 | 60 | 2 |
| nx_x509_leaf_check.nx | single-cert "leaf" orchestrator. | 113 | 3 |
| nx_x509_leaf_check_test.nx | orchestrator verdict-mapping KAT. | 295 | 5 |
| nx_x509_leaf_emit.nx | self-signed Ed25519 X.509 leaf-certificate emitter (RFC 5280 + RFC 8410). | 197 | 11 |
| nx_x509_parse_globalsign_test.nx | isolated x509_parse on hardcoded | 939 | 3 |
| nx_x509_pubkey_alg.nx | identify the public-key algorithm of a | 187 | 8 |
| nx_x509_pubkey_alg_test.nx | KAT for pubkey-alg OID identification. | 88 | 1 |
| nx_x509_pubkey_ec.nx | extract an uncompressed ECDSA-P256 | 133 | 4 |
| nx_x509_pubkey_ec_test.nx | KAT for ECDSA-P256 pubkey extraction | 123 | 1 |
| nx_x509_pubkey_ed.nx | extract a 32-byte Ed25519 public key from | 63 | 3 |
| nx_x509_pubkey_rsa.nx | extract an RSA-2048 public key (n, e) from | 131 | 3 |
| nx_x509_pubkey_rsa_4096.nx | extract an RSA-4096 public key (n, e) | 117 | 3 |
| nx_x509_san.nx | X.509 Subject Alternative Name walk + hostname | 350 | 8 |
| nx_x509_san_test.nx | KAT for the SAN extension walk + hostname | 259 | 3 |
| nx_x509_sig_alg.nx | identify the signature algorithm of an | 188 | 3 |
| nx_x509_sig_alg_test.nx | KAT for sig-alg OID identification. | 102 | 1 |
| nx_x509_trust_store.nx | trust anchor store + subject-DN lookup. | 158 | 6 |
| nx_x509_trust_store_load.nx | bulk-load a TrustStore from a | 128 | 3 |
| nx_x509_trust_store_load_test.nx | KAT for the bulk trust-store loader. | 195 | 4 |
| nx_x509_trust_store_test.nx | KAT for the trust anchor store. | 134 | 3 |
| nx_x509_validate.nx | X.509 certificate validation (Gap I.2.A). | 104 | 2 |
| nx_x509_validate_test.nx | self-signed Ed25519 cert validation KAT. | 140 | 1 |
| nx_x509_validity.nx | X.509 Validity period parse + check. | 196 | 5 |
| nx_x509_validity_test.nx | KAT for the X.509 validity period | 216 | 3 |
| nx_x509_verify_ecdsa.nx | X.509 outer-signature verification for | 106 | 3 |
| nx_x509_verify_ecdsa_p384.nx | X.509 outer-signature verification | 89 | 3 |
| nx_x509_verify_ecdsa_test.nx | end-to-end KAT for the X.509 | 120 | 1 |
| nx_x509_verify_rsa_pkcs1_sha256.nx | X.509 outer-signature verify | 55 | 3 |
| nx_x509_verify_rsa_pkcs1_sha256_4096.nx | X.509 outer-signature | 49 | 3 |
| nx_x509_verify_under_issuer.nx | per-cert outer-signature verify | 291 | 3 |
| nx_x509_verify_under_issuer_test.nx | KAT for the per-cert | 211 | 1 |
| nx_x86.nx | Implements a 16-bit real-mode x86 CPU skeleton for running COM-style programs and DOS interrupts. | 405 | 22 |
| nx_x86_64.nx | x86_64 Linux SysV asm emitter (foundation; session 1). | 1070 | 85 |
| nx_x86_64_arith_test.nx | session 4 smoke for mul/div/shift/bitwise. | 69 | 1 |
| nx_x86_64_branch_test.nx | session 3 smoke for cmp/setcc/branch. | 110 | 2 |
| nx_x86_64_call_test.nx | session 5 smoke for call / return. | 82 | 1 |
| nx_x86_64_ctx.nx | IR-driven codegen for x86_64 (session 6). | 4094 | 98 |
| nx_x86_64_ctx_test.nx | session 6 smoke for IR-driven x86_64 codegen. | 50 | 1 |
| nx_x86_64_loadstore_test.nx | session 2 smoke for load/store/GEP. | 100 | 1 |
| nx_x86_64_module_test.nx | session 7 prove: module-level emission. | 53 | 1 |
| nx_x86_64_test.nx | foundation smoke for the x86_64 emit library. | 67 | 1 |
| nx_x86_basic_test.nx | minimal syscall-free smoke for x86_64. | 70 | 3 |
| nx_x86_dos_gate.nx | R1.1: run a REAL DOS .COM on the sovereign x86 emulator. Hello-World program: | 79 | 4 |
| nx_x86_dosfs_gate.nx | R-DOS1: Nishi-DOS file I/O over a sovereign virtual FS (our own, clean-room). | 88 | 4 |
| nx_x86_gate.nx | NATIVE correctness gate for nx_x86 (R1.0a). Three hand-assembled 16-bit programs: | 88 | 5 |
| nx_x86_modrm_gate.nx | R1.0b: ModR/M + memory operands. Program round-trips a value through memory via | 76 | 4 |
| nx_x86_open_diag2_test.nx | try /etc/passwd to check path encoding. | 29 | 1 |
| nx_x86_open_diag_test.nx | diagnose sys_openat on x86_64 native. | 25 | 1 |
| nx_x86_regalloc.nx | genuine x86_64 register allocation (G1 keystone). | 2218 | 52 |
| nx_x86_regalloc_use_gate.nx | GATE for LN7 "backend consumes its register allocation" | 153 | 2 |
| nx_x86_syscall_test.nx | minimal x86_64 syscall surface smoke. | 35 | 1 |
| nx_xbrl_gate.nx | F987 INDEPENDENT GATE: XBRL fact parse + accounting-identity validation. | 92 | 4 |
| nx_xbrl_lib.nx | F987: XBRL financial-fact parse + accounting-identity validation. | 113 | 4 |
| nx_xenocell.nx | hostile foreign-agent virtual cell. | 298 | 9 |
| nx_xenocell_test.nx | smoke for nx_xenocell. | 100 | 1 |
| nx_xfade_demo.nx | VISIBLE proof of R4: crossfade two REAL gallery photos | 80 | 4 |
| nx_xfile_struct_types.nx | Repro mirror of `Global` from types.nx. Same field types in | 13 | 0 |
| nx_xfile_struct_writer.nx | nx_safety_envelope: | 28 | 1 |
| nx_xform.nx | TRANSFORM-DAG (F1008), the dbt-class core: MODELS AS DATA + dependency ordering + | 311 | 15 |
| nx_xform_gate.nx | proves the transform-DAG engine: topological ordering, CYCLE refusal, the three | 115 | 4 |
| nx_xlate25.nx | is the rv64->x86 fcntl row (25 -> 72) LIVE in the compiler that builds us? | 27 | 4 |
| nx_xor_all.nx | AUTO-GENERATED from shape `accumulator_over_array`. | 29 | 1 |
| nx_xor_all_test.nx | 16 | 1 | |
| nx_xor_arena.nx | demo of the arena-based architecture-neutral | 63 | 1 |
| nx_xor_pair.nx | AUTO-GENERATED from shape `scalar_pair_op`. | 23 | 1 |
| nx_xor_pair_test.nx | AUTO-GENERATED test from shape `scalar_pair_op`. | 10 | 1 |
| nx_xoshiro.nx | xoshiro256++ pseudorandom number generator. | 114 | 7 |
| nx_xport_gate.nx | GATE for DC12: one authored asset into four consumers, measured by one ruler. | 503 | 15 |
| nx_xport_lib.nx | DC12: ONE AUTHORED ASSET INTO FOUR CONSUMERS, MEASURED BY ONE RULER. | 906 | 37 |
| nx_xps.nx | XPS / XNALara MODEL TO THE SOVEREIGN ASSET (/compare/modding MD2 xps_to_nxa, 2026-09-06). Reads either | 83 | 10 |
| nx_xps_gate.nx | THE XPS READER GATE (/compare/modding MD2, 2026-09-06). One small rigged model (two bones, one mesh, | 254 | 13 |
| nx_xps_lib.nx | XPS / XNALara MODEL READER, both dialects (/compare/modding MD2, 2026-09-06). The reference readers were | 510 | 23 |
| nx_xxhash.nx | xxh64 fast non-crypto hash function. | 194 | 7 |
| nx_xxhash64.nx | xxHash 64-bit (Yann Collet 2012). | 256 | 9 |
| nx_xxhash_vectors.nx | verify xxh64 against canonical reference values. | 35 | 1 |
| nx_yaml_subset.nx | bits-up YAML subset parser. | 331 | 13 |
| nx_ycbcr.nx | ITU-R BT.601 RGB <-> YCbCr color-space conversion + | 197 | 8 |
| nx_yield.nx | cooperative yield contract between cells. | 159 | 4 |
| nx_yield_test.nx | smoke for nx_yield. | 71 | 1 |
| nx_yt_captions_lib.nx | the YouTube TIMED-TEXT (caption/transcript) path, composed on the estate's | 482 | 27 |
| nx_yt_transcript.nx | fetch a YouTube transcript into knowledge/fetched/, provenance-stamped, sovereign | 274 | 15 |
| nx_yt_transcript_gate.nx | proves nx_yt_captions_lib's timedtext parsers and the empty-body refusal. | 95 | 2 |
| nx_yuvgen.nx | synthesise a YUV420p test clip so the videocodec gates can RUN on the NAS. | 134 | 6 |
| nx_zbuf.nx | depth buffer + Z-tested triangle rasterizer. | 287 | 5 |
| nx_zero_claude_ledger_gate.nx | the LIVING zero-Claude ledger (2026-07-15). NOT a one-off measurement: a | 258 | 10 |
| nx_zerodt_fetch.nx | SOVEREIGN Nishi researcher fetch for ZERO-DOWNTIME / LIVE-UPDATE deployment. | 132 | 5 |
| nx_zeroprint.nx | THE ZERO-PRINTS-AS-NUL DETECTOR AND REPAIRER. | 455 | 19 |
| nx_zeroprint_gate.nx | teeth for nx_zeroprint (the zero-prints-as-NUL detector/repairer). | 123 | 6 |
| nx_zigzag.nx | canonical 8x8 zigzag scan order (JPEG/MPEG/H.264). | 98 | 4 |
| nx_zigzag_varint.nx | Protobuf zigzag encoding for signed integers. | 116 | 3 |
| nx_zimage_adaln_verify.nx | SOVEREIGN Z-Image block piece #1: adaLN modulation, verified vs the oracle. | 98 | 2 |
| nx_zimage_attn_verify.nx | SOVEREIGN Z-Image block piece #2: JointAttention, verified vs the oracle. | 205 | 4 |
| nx_zimage_dequant_block.nx | dequant a block of REAL Z-Image weight DATA into f32, sovereignly. | 92 | 2 |
| nx_zimage_ffn_down_verify.nx | SOVEREIGN Z-Image FFN sub-piece c (final): down-proj + norm + gate + residual. | 110 | 3 |
| nx_zimage_ffn_norm_verify.nx | SOVEREIGN Z-Image FFN sub-piece a: pre-FFN norm, verified vs oracle. | 82 | 2 |
| nx_zimage_ffn_swiglu_verify.nx | SOVEREIGN Z-Image FFN sub-piece b: SwiGLU gate, verified vs oracle. | 93 | 2 |
| nx_zimage_flashattn_verify.nx | SOVEREIGN FlashAttention (online-softmax) SDPA, verified EXACT vs oracle. | 155 | 2 |
| nx_zimage_gguf_arch.nx | extract the REAL Z-Image text-encoder architecture from its GGUF, sovereignly. | 147 | 4 |
| nx_zimage_gguf_probe.nx | read the REAL Z-Image text-encoder GGUF structure, sovereignly. | 59 | 1 |
| nx_zimage_layout.nx | dump the REAL Z-Image/Qwen GGUF tensor layout (offsets/dims/types), sovereignly. | 71 | 3 |
| nx_zimage_outproj_verify.nx | SOVEREIGN Z-Image attention sub-piece 2d: output projection, verified. | 81 | 2 |
| nx_zimage_qknorm_verify.nx | SOVEREIGN Z-Image attention sub-piece 2b: QK-RMSNorm + RoPE, verified. | 125 | 3 |
| nx_zimage_qkv_verify.nx | SOVEREIGN Z-Image attention SUB-piece 2a: qkv projection, verified vs oracle. | 90 | 2 |
| nx_zimage_real_op.nx | run a REAL Z-Image weight vector through a REAL sovereign op, end-to-end. | 95 | 1 |
| nx_zimage_real_proj.nx | a REAL Qwen transformer projection on REAL weights, sovereignly. | 105 | 2 |
| nx_zimage_real_qkv.nx | REAL Qwen layer-0 Q/K/V projections on REAL weights, sovereignly. | 114 | 3 |
| nx_zimage_sdpa_verify.nx | SOVEREIGN Z-Image attention sub-piece 2b+2c: qk-norm+rope+SDPA, verified. | 159 | 3 |
| nx_zimage_sdpaonly_verify.nx | SOVEREIGN Z-Image attention sub-piece 2c: SDPA, verified vs oracle. | 131 | 2 |
| nx_zimage_weights.nx | the LAYER-WEIGHT RESOLVER: (layer L, slot k) -> where that tensor lives. | 183 | 4 |
| nx_zip.nx | ZIP archive writer + reader (STORED method): a COMPLETE pair. | 279 | 13 |
| nx_zip_deflate_lib.nx | ZIP method-8 (DEFLATE) ENTRY WRITER, composing the two incumbents the estate already proves: | 82 | 2 |
| nx_zip_deflate_selected_candidate_t144.nx | ZIP method-8 (DEFLATE) ENTRY WRITER, composing the two incumbents the estate already proves: | 82 | 2 |
| nx_zip_extract1.nx | sovereign single-entry ZIP extractor (STORED or DEFLATE). | 164 | 8 |
| nx_zip_gate.nx | proves the ZIP writer/reader pair by ROUND-TRIP. | 172 | 3 |
| nx_zip_header.nx | parse PKZIP APPNOTE 6.3.x framing. | 210 | 7 |
| nx_zip_read.nx | SOVEREIGN ZIP reader (the first half of the PyTorch .bin loader). A PyTorch .bin is a ZIP | 101 | 8 |
| nx_zip_selected_candidate_t144.nx | ZIP archive writer + reader (STORED method): a COMPLETE pair. | 279 | 13 |
| nx_zk.nx | zero-knowledge proof scaffold. | 164 | 8 |
| nx_zlib_real_test.nx | expose the exact nx_zlib_inflate error code | 95 | 1 |
| nx_zlib_wrap.nx | RFC 1950 zlib container (DEFLATE + headers + Adler-32). | 286 | 2 |
| nx_zombie_audit.nx | SOVEREIGN DEFUNCT_ZOMBIE_DETECTION (the capability nx_daemon_health_audit lists | 113 | 8 |
| nx_zombie_audit_gate.nx | KAT for the zombie detector. Forks a DISTINCTIVE cluster of unreaped | 37 | 2 |
| nx_zstd_bits.nx | Zstandard's BACKWARD bitstream reader + Huffman weights. | 235 | 11 |
| nx_zstd_bits_gate.nx | proves zstd's BACKWARD reader and Huffman weights. | 210 | 3 |
| nx_zstd_block.nx | Zstandard compressed-block decompression. | 155 | 3 |
| nx_zstd_block_gate.nx | proves zstd compressed-block decompression. | 204 | 3 |
| nx_zstd_frame.nx | Zstandard frame and block layer, writer and reader. | 248 | 11 |
| nx_zstd_frame_gate.nx | proves the zstd frame and block layer. | 199 | 3 |
| nx_zstd_fse.nx | FSE (tANS) decoding-table construction for Zstandard. | 189 | 6 |
| nx_zstd_fse_dec.nx | the FSE decoding state machine for zstd sequences. | 91 | 4 |
| nx_zstd_fse_dec_gate.nx | proves the FSE decoding state machine. | 231 | 3 |
| nx_zstd_fse_gate.nx | proves the FSE (tANS) decoding-table build. | 135 | 2 |
| nx_zstd_huf.nx | Zstandard's Huffman decode table (the X1 flat form). | 161 | 4 |
| nx_zstd_huf_gate.nx | proves the zstd Huffman decode table. | 187 | 3 |
| nx_zstd_lit.nx | Zstandard literals section, header and payload. | 199 | 6 |
| nx_zstd_lit_gate.nx | proves the zstd literals section. | 193 | 3 |
| nx_zstd_seq.nx | Zstandard sequences: header, code tables, execution. | 262 | 9 |
| nx_zstd_seq_gate.nx | proves zstd sequence execution and code tables. | 235 | 3 |
| nx_zstd_seqdec.nx | zstd sequence decoding: repeat offsets + the loop. | 185 | 4 |
| nx_zstd_seqdec_gate.nx | proves zstd's repeat-offset machine and sequence loop. | 195 | 3 |
| nx_zstd_seqtab.nx | Zstandard's three PREDEFINED sequence distributions. | 112 | 7 |
| nx_zstd_seqtab_gate.nx | proves the predefined sequence distributions. | 190 | 3 |
| nxasm_arm64_enc.nx | DEFINITION-COMPLETE: one function per A64 instruction. Encoders with no caller yet are the | 227 | 45 |
| nxasm_main.nx | CLI driver for nxasm_v2 + elf_writer. | 55 | 1 |
| nxasm_v2.nx | the Nishi RV64 assembler, with labels + directives. | 1356 | 57 |
| nxasm_x86.nx | sovereign x86_64 assembler (AT&T .s text -> machine | 1299 | 32 |
| nxasm_x86_enc.nx | x86_64 instruction encoder + minimal ELF writer, | 1173 | 90 |
| nxasm_x86_main.nx | RECOVERED + ADAPTED into buildroot/runtime/ 2026-08-07 (debts 1786109488 / 1786109910). | 244 | 4 |
| nxc.nx | the full NishiLang sovereign-compiler driver. | 282 | 2 |
| nxc_native_wrap.nx | sovereign bootstrap-verification driver. | 173 | 4 |
| nxembed.nx | bake a NishiVM .nxb bytecode blob into a C header. | 176 | 5 |
| nxgguf.nx | Nishi sovereign tensor weight format. | 535 | 15 |
| nxld.nx | Nishi sovereign linker. | 754 | 23 |
| nxld_main.nx | CLI driver for the sovereign linker. | 50 | 1 |
| nxmake.nx | sovereign build driver (replaces GNU make). | 492 | 24 |
| nxrun.nx | sovereign replacement for bench/run.sh. | 153 | 6 |
| nxtask.nx | sovereign agent task graph (beads-equivalent). | 320 | 10 |
| nxtask_main.nx | CLI driver for the sovereign agent task graph. | 273 | 8 |
| nxtask_store.nx | persistence layer for nxtask (beads-equivalent). | 360 | 8 |
| oauth2_pkce.nx | Proof Key for Code Exchange (RFC 7636). | 136 | 4 |
| obs.nx | observability primitives (spans, structured logs). | 133 | 6 |
| oid.nx | OBJECT IDENTIFIER constants for X.509 + TLS 1.3. | 238 | 29 |
| opt.nx | alias stub. | 13 | 0 |
| opt_test.nx | self-test for opt.nx. | 51 | 1 |
| otp.nx | HOTP (RFC 4226) + TOTP (RFC 6238) one-time passwords. | 113 | 5 |
| outbuf.nx | alias stub. | 13 | 0 |
| parse.nx | alias stub. | 13 | 0 |
| parse_fp_op_test.nx | verify fp_op_for_int op promotion. | 56 | 1 |
| parse_test.nx | self-test for parse.nx. | 33 | 1 |
| path.nx | POSIX filesystem path manipulation. | 219 | 8 |
| pbkdf2.nx | PBKDF2 password-based key derivation (RFC 8018). | 117 | 2 |
| pbkdf2_sha1.nx | PBKDF2 key derivation with HMAC-SHA1. | 115 | 3 |
| pem.nx | RFC 7468 PEM (Privacy-Enhanced Mail) container parser. | 184 | 5 |
| png_header.nx | parse PNG signature + IHDR + chunk stream. | 165 | 7 |
| poly1305.nx | Bernstein's Poly1305 MAC (RFC 8439 variant). | 288 | 5 |
| posit.nx | posit arithmetic primitives (Phase N3 seed). | 126 | 7 |
| ppm_writer.nx | serialise Netpbm images (PBM / PGM / PPM). | 151 | 6 |
| probe_blob_journal.nx | Verifies the functionality of blob store and journal log APIs in the Nishi sovereign ecosystem. | 60 | 1 |
| prop_lex_number_test.nx | property test for lex_source on numbers. | 86 | 2 |
| prop_nxtask_store_test.nx | property test for nxtask serializer. | 113 | 2 |
| prop_test.nx | property-based testing infrastructure. | 207 | 8 |
| proptest.nx | property-based testing. | 121 | 7 |
| protobuf_wire.nx | Protocol Buffers wire format decoder. | 175 | 7 |
| quant.nx | quantization primitives for AI inference. | 462 | 18 |
| qubit.nx | quantum type skeleton + classical simulator. | 166 | 7 |
| query.nx | HTTP query-string + form-urlencoded parser/builder. | 182 | 4 |
| rand.nx | cryptographically secure random bytes via /dev/urandom. | 98 | 5 |
| range_header.nx | parse HTTP Range request header. | 191 | 4 |
| rate_limit.nx | token-bucket rate limiter. | 136 | 6 |
| refinement.nx | predicate-bearing values + runtime checks. | 148 | 11 |
| regalloc.nx | alias stub. | 24 | 0 |
| regalloc_evict_test.nx | proves the Poletto-Sarkar spill-at- | 95 | 1 |
| regalloc_fpr_evict_test.nx | proves linear_scan_fpr's eviction | 78 | 1 |
| regalloc_test.nx | self-test for regalloc.nx. | 57 | 1 |
| reproducible_test.nx | verify nxc2 output is byte-exact across | 98 | 4 |
| reversible.nx | reversible-computing primitives. | 135 | 7 |
| ringbuf.nx | fixed-capacity byte ring buffer. | 147 | 9 |
| riscv.nx | alias stub. | 28 | 0 |
| riscv_fp_test.nx | self-test for rv_emit_fbinop (F-extension). | 266 | 2 |
| riscv_test.nx | self-test for riscv.nx. | 31 | 1 |
| robots_txt.nx | build robots.txt files. | 174 | 9 |
| rss.nx | RSS 2.0 feed builder. | 181 | 6 |
| runtime.nx | core NishiLang runtime. | 179 | 13 |
| runtime_test.nx | self-test for runtime.nx library. | 33 | 1 |
| rvv_regname_test.nx | reg_name + vbinop lowering dispatch. | 107 | 2 |
| self_parse_test.nx | feed parse.nx's OWN source through the | 49 | 1 |
| semver.nx | semantic versioning parser (semver.org spec). | 159 | 6 |
| session_id.nx | cryptographically strong session identifiers. | 105 | 6 |
| set_cookie.nx | build HTTP Set-Cookie response header values. | 202 | 5 |
| sha1.nx | SHA-1 (FIPS 180-4 §6.1), 160-bit hash. | 217 | 6 |
| sha256.nx | alias stub. | 10 | 0 |
| sha256_test.nx | verify against known FIPS 180-4 test vectors. | 83 | 5 |
| sha3.nx | FIPS 202 SHA3-256 (Keccak-f[1600], rate=1088 bits). | 298 | 9 |
| sha512.nx | SHA-512 in pure NishiLang (FIPS 180-4 section 6.4). | 482 | 22 |
| signed_cookie.nx | HMAC-signed tamper-evident cookies. | 161 | 4 |
| simd.nx | SIMD vector types + intrinsics (spec + soft-fallback). | 203 | 13 |
| siphash.nx | SipHash-2-4 keyed PRF (Aumasson-Bernstein 2012). | 138 | 5 |
| sitemap.nx | XML Sitemap 0.9 builder. | 193 | 8 |
| sj_bad_m1.nx | sweep harness, do not edit | 59 | 5 |
| sj_bad_n1.nx | sweep harness, do not edit | 60 | 5 |
| sj_live_id.nx | sweep harness, do not edit | 60 | 5 |
| sj_live_id2.nx | sweep harness, do not edit | 68 | 5 |
| sj_live_ng.nx | sweep harness, do not edit | 60 | 5 |
| sj_live_ng2.nx | sweep harness, do not edit | 68 | 5 |
| sj_probe_a1.nx | sweep harness, do not edit | 61 | 5 |
| sj_probe_m1.nx | sweep harness, do not edit | 59 | 5 |
| sketch_ams.nx | AMS sketch (Alon-Matias-Szegedy 1996). | 217 | 11 |
| sketch_ams_test.nx | AMS F_2 estimator verification. | 110 | 2 |
| sketch_ams_vs_naive_bench.nx | AMS F_2 vs naive exact tracker. | 126 | 2 |
| sketch_bit_vector.nx | dense bit vector with popcount + bitwise ops. | 243 | 18 |
| sketch_bit_vector_test.nx | dense bit vector verification. | 117 | 1 |
| sketch_bloom.nx | Bloom filter v2 (sovereign-tier with typed envelope). | 162 | 10 |
| sketch_bloom_test.nx | Bloom v2 verification. | 109 | 1 |
| sketch_buglog.nx | 5W+H+GLP provenance ledger primitive. | 331 | 34 |
| sketch_buglog_test.nx | ID-based G + L referencing docs/{genealogy,lineage}.md. | 76 | 1 |
| sketch_cb_vs_cuckoo_delete_bench.nx | both-support-delete paired bench. | 135 | 2 |
| sketch_cms.nx | Count-Min Sketch in NishiLang. | 213 | 9 |
| sketch_cms_test.nx | Count-Min Sketch behavioral test. | 137 | 2 |
| sketch_comparator.nx | sealed-verdict comparator for head-to-head stomp claims. | 211 | 7 |
| sketch_comparator_test.nx | sealed-verdict comparator validation. | 120 | 1 |
| sketch_correlation.nx | streaming Pearson correlation + linear regression. | 191 | 12 |
| sketch_correlation_test.nx | streaming Pearson + regression verification. | 158 | 2 |
| sketch_count_sketch.nx | CountSketch (Charikar-Chen-Farach-Colton 2002). | 216 | 13 |
| sketch_count_sketch_negative_bench.nx | negative-insert capability bench. | 165 | 3 |
| sketch_count_sketch_test.nx | CountSketch (unbiased frequency) verification. | 113 | 2 |
| sketch_count_sketch_vs_cms_bias_bench.nx | bias-direction paired bench. | 187 | 3 |
| sketch_counting_bloom.nx | Counting Bloom filter (Fan-Cao-Almeida-Broder 1998). | 247 | 13 |
| sketch_counting_bloom_test.nx | Counting Bloom with delete + multi-set. | 144 | 1 |
| sketch_cpc.nx | CPC sparse-mode cardinality sketch (Lang 2017 / FM85). | 174 | 12 |
| sketch_cpc_dense.nx | CPC dense bitmap mode + HIP estimator. | 205 | 14 |
| sketch_cpc_dense_test.nx | CPC dense-mode verification. | 137 | 2 |
| sketch_cpc_test.nx | CPC (sparse + HIP estimator) verification. | 140 | 2 |
| sketch_cuckoo.nx | Cuckoo Filter (Fan et al. 2014). | 277 | 18 |
| sketch_cuckoo_delete_vs_bloom_bench.nx | DELETE capability bench. | 151 | 2 |
| sketch_cuckoo_test.nx | Cuckoo Filter end-to-end verification. | 136 | 1 |
| sketch_cusum.nx | CUSUM change-point detector (Page 1954). | 133 | 11 |
| sketch_cusum_test.nx | CUSUM change-point detector verification. | 121 | 1 |
| sketch_cusum_vs_threshold_bench.nx | change-point detection bench. | 99 | 1 |
| sketch_ddsketch.nx | DDSketch (Masson et al, PVLDB 2019). | 264 | 10 |
| sketch_ddsketch_test.nx | DDSketch multiplicative-error quantile verification. | 147 | 2 |
| sketch_ddsketch_vs_tdigest_tail_bench.nx | multiplicative-error tail. | 128 | 2 |
| sketch_entropy.nx | streaming Shannon entropy estimator. | 128 | 8 |
| sketch_entropy_test.nx | streaming Shannon entropy verification. | 123 | 2 |
| sketch_epsilon_greedy.nx | Epsilon-Greedy bandit (Sutton-Barto, classic). | 210 | 14 |
| sketch_epsilon_greedy_test.nx | epsilon-greedy bandit verification. | 152 | 3 |
| sketch_ewma.nx | exponentially-weighted moving average (EWMA). | 131 | 8 |
| sketch_ewma_test.nx | EWMA streaming smoother verification. | 97 | 2 |
| sketch_freq_directions.nx | Liberty 2013 Frequent Directions sketch. | 463 | 25 |
| sketch_freq_directions_test.nx | FD verification. | 125 | 2 |
| sketch_freq_directions_vs_topnorm_bench.nx | paired bench, FD vs naive top-norm. | 223 | 4 |
| sketch_geomean.nx | streaming geometric mean via log-space accumulation. | 141 | 11 |
| sketch_geomean_test.nx | geometric mean via log-space accumulation tests. | 93 | 2 |
| sketch_hash_map.nx | open-addressing hash map (i64 -> i64). | 256 | 17 |
| sketch_hash_map_test.nx | hash map foundational primitive verification. | 135 | 1 |
| sketch_histogram.nx | fixed-bin histogram with quantile + merge. | 211 | 14 |
| sketch_histogram_test.nx | fixed-bin histogram + quantile + merge. | 145 | 2 |
| sketch_hll.nx | HyperLogLog cardinality sketch in NishiLang. | 563 | 15 |
| sketch_hll4.nx | HLL_4 with Heule exception table. | 270 | 12 |
| sketch_hll4_test.nx | HLL_4 + Heule exception table verification. | 111 | 2 |
| sketch_hll4_vs_hll8_bench.nx | memory-efficiency paired bench. | 103 | 3 |
| sketch_hll_lgk12_vs_lgk8_bench.nx | validates bits-up cap raise. | 112 | 3 |
| sketch_hll_packed.nx | 4-bit and 6-bit packed-register HLL. | 206 | 7 |
| sketch_hll_packed_test.nx | end-to-end test for HLL_6 packed | 92 | 2 |
| sketch_hll_packed_vs_hll8_bench.nx | 6-bit register memory bench. | 89 | 3 |
| sketch_hll_provenance.nx | sample CAPABILITY + IMPROVEMENT_OPP entries | 81 | 1 |
| sketch_hll_provenance_v2.nx | post-bias-table provenance entries. | 64 | 1 |
| sketch_hll_test.nx | end-to-end test for the NishiLang HLL port. | 96 | 3 |
| sketch_hll_vs_materialized_set_bench.nx | STRUCTURAL class comparison. | 117 | 3 |
| sketch_hllmap.nx | Map<key, HLL> for "distinct count per key" queries. | 245 | 13 |
| sketch_hllmap_merge_capability_bench.nx | capability-EXCEED bench. | 200 | 3 |
| sketch_hllmap_test.nx | HllMap (distinct-per-key) with merge. | 170 | 2 |
| sketch_holt.nx | Holt's linear method (double exponential smoothing). | 133 | 8 |
| sketch_holt_test.nx | Holt's linear forecast verification. | 86 | 2 |
| sketch_holt_vs_ewma_trended_bench.nx | trend tracking paired bench. | 79 | 2 |
| sketch_kll.nx | compactor-hierarchy quantile sketch. | 325 | 13 |
| sketch_kll_test.nx | KLL/MRL compactor-cascade verification. | 110 | 2 |
| sketch_kll_vs_reservoir_bench.nx | MATCHED-MEMORY honest measurement. | 140 | 2 |
| sketch_kmeans1d.nx | streaming 1D k-means clustering. | 171 | 12 |
| sketch_kmeans1d_test.nx | 1D streaming k-means verification. | 104 | 2 |
| sketch_kmv.nx | KMV (K-Minimum-Values) sketch. | 310 | 10 |
| sketch_kmv_jaccard_vs_naive_bench.nx | KMV Jaccard vs naive O(N). | 156 | 3 |
| sketch_kmv_test.nx | KMV cardinality + union + Jaccard verification. | 196 | 2 |
| sketch_lc_vs_hll_small_n_bench.nx | LC sweet-spot paired bench. | 90 | 3 |
| sketch_linear_counter.nx | Linear Counting (Whang-Vander Zanden 1990). | 223 | 13 |
| sketch_linear_counter_test.nx | Whang-Vander Zanden 1990 cardinality. | 158 | 2 |
| sketch_lossy_counting.nx | Manku-Motwani 2002 Lossy Counting. | 231 | 14 |
| sketch_lossy_counting_test.nx | Manku-Motwani Lossy Counting verification. | 99 | 1 |
| sketch_mann_kendall.nx | streaming Mann-Kendall trend test. | 172 | 10 |
| sketch_mann_kendall_test.nx | streaming Mann-Kendall trend test verification. | 100 | 1 |
| sketch_mann_kendall_vs_endpoint_bench.nx | trend detection bench. | 90 | 1 |
| sketch_markov.nx | discrete-state Markov chain transition tracker. | 198 | 12 |
| sketch_markov_test.nx | Markov chain transition tracker verification. | 126 | 2 |
| sketch_markov_vs_uniform_bench.nx | transition prediction bench. | 91 | 2 |
| sketch_mg_ss_bracket_bench.nx | bracketing capability paired bench. | 166 | 1 |
| sketch_min_heap.nx | binary min-heap (priority queue) primitive. | 196 | 13 |
| sketch_min_heap_test.nx | binary min-heap verification. | 123 | 1 |
| sketch_misra_gries.nx | Misra-Gries frequent items (1982). | 225 | 13 |
| sketch_misra_gries_test.nx | MG heavy hitters (under-estimate variant). | 116 | 2 |
| sketch_moments.nx | streaming higher moments (skewness + kurtosis). | 202 | 15 |
| sketch_moments_test.nx | streaming skewness + kurtosis verification. | 124 | 2 |
| sketch_naive_bayes.nx | streaming binary Naive Bayes classifier. | 192 | 12 |
| sketch_naive_bayes_test.nx | binary Naive Bayes classifier verification. | 85 | 1 |
| sketch_naive_bayes_vs_majority_bench.nx | classification accuracy bench. | 127 | 1 |
| sketch_observability_dashboard_bench.nx | COMPOSITION integration bench. | 192 | 3 |
| sketch_reqsketch.nx | relative-error streaming quantile sketch. | 380 | 14 |
| sketch_reqsketch_test.nx | ReqSketch verification. | 134 | 2 |
| sketch_reqsketch_vs_kll_bench.nx | MATCHED-MEMORY paired measurement. | 134 | 2 |
| sketch_reservoir.nx | Vitter reservoir sampling + quantile. | 182 | 10 |
| sketch_reservoir_test.nx | Vitter reservoir + sample-based | 131 | 2 |
| sketch_robust_hll.nx | adversarial-safe HLL via median-of-k. | 203 | 7 |
| sketch_robust_hll_test.nx | adversarial-safety smoke for the | 95 | 3 |
| sketch_robust_hll_vs_hll_adv_bench.nx | adversarial paired bench. | 133 | 3 |
| sketch_segment_tree.nx | segment tree for range sum / min / max queries. | 204 | 12 |
| sketch_segment_tree_test.nx | range sum / min / max verification. | 133 | 1 |
| sketch_sliding_window.nx | last-W-samples rolling aggregator. | 181 | 12 |
| sketch_sliding_window_test.nx | last-W-samples rolling aggregator tests. | 86 | 1 |
| sketch_space_saving.nx | SpaceSaving top-K heavy hitters. | 220 | 12 |
| sketch_space_saving_test.nx | SpaceSaving behavioral test. | 120 | 1 |
| sketch_stream_stats.nx | streaming mean / variance / stddev / min / max. | 190 | 14 |
| sketch_stream_stats_test.nx | streaming mean / variance / stddev / merge. | 127 | 2 |
| sketch_tdigest.nx | T-Digest (Dunning 2019) tail-tight quantile sketch. | 340 | 11 |
| sketch_tdigest_test.nx | T-Digest quantile + tail-tight verification. | 96 | 2 |
| sketch_tdigest_v2.nx | T-Digest with Dunning k1 arcsin-based scale. | 345 | 14 |
| sketch_tdigest_v2_test.nx | V2 (Dunning k1 arcsin scale) verification. | 123 | 2 |
| sketch_tdigest_v2_vs_v1_bench.nx | paired measurement, T-Digest v2 vs v1. | 113 | 1 |
| sketch_tdigest_vs_materialized_quantile_bench.nx | streaming quantile EXCEED. | 86 | 2 |
| sketch_theta.nx | Theta sketch (Beyer/Haas 2014). | 371 | 11 |
| sketch_theta_intersect_vs_hll_bench.nx | capability bench, Theta vs HLL. | 143 | 3 |
| sketch_theta_test.nx | Theta sketch union + intersection + difference. | 143 | 2 |
| sketch_thompson.nx | Thompson Sampling (Bernoulli-Beta bandit). | 278 | 16 |
| sketch_thompson_test.nx | Thompson Sampling verification. | 140 | 2 |
| sketch_thompson_vs_ucb1_bench.nx | paired measurement, Thompson vs UCB1. | 118 | 1 |
| sketch_tuple.nx | Tuple sketch (Theta + per-hash auxiliary data). | 322 | 12 |
| sketch_tuple_test.nx | Tuple sketch (Theta + scalar) with reducer + merge. | 166 | 2 |
| sketch_types.nx | L-4 typed envelope scaffold for streaming sketches. | 86 | 1 |
| sketch_types_gate.nx | the gate for the typed loss-envelope 139 modules import. | 93 | 1 |
| sketch_ucb1.nx | UCB1 multi-armed bandit (Auer-Cesa-Bianchi-Fischer 2002). | 215 | 12 |
| sketch_ucb1_test.nx | multi-armed bandit verification. | 123 | 3 |
| sketch_union_find.nx | Disjoint Set Union (Union-Find) primitive. | 152 | 8 |
| sketch_union_find_test.nx | Disjoint Set Union verification. | 134 | 1 |
| sketch_varopt.nx | Weighted reservoir sampling (Efraimidis-Spirakis 2006 / Cohen 2011). | 239 | 12 |
| sketch_varopt_test.nx | Weighted reservoir sampling verification. | 111 | 1 |
| sketch_varopt_vs_reservoir_biased_bench.nx | weighted sampling capability. | 111 | 1 |
| sketch_zscore.nx | point z-score anomaly detector. | 128 | 10 |
| sketch_zscore_test.nx | z-score anomaly detector verification. | 104 | 2 |
| slug.nx | convert strings to URL-safe slugs. | 129 | 4 |
| smoke_alloc_call.nx | nested sys_mmap inside a called function. | 21 | 2 |
| smoke_asm_b1.nx | Bisect: how many bytes does the assembler return for various | 15 | 1 |
| smoke_asm_b10.nx | duplicate of b5 for sanity | 12 | 1 |
| smoke_asm_b11.nx | just `.text` + label + 4 inst | 12 | 1 |
| smoke_asm_b12.nx | just `.globl main` + label + 4 inst | 12 | 1 |
| smoke_asm_b13.nx | Two `.text` directives, label, 4 inst. (Two-directive pattern test.) | 12 | 1 |
| smoke_asm_b14.nx | .text + .globl main, NO label between, 4 inst | 12 | 1 |
| smoke_asm_b15.nx | arg name DIFFERS from label | 12 | 1 |
| smoke_asm_b16.nx | directives + label + 5 inst | 12 | 1 |
| smoke_asm_b17.nx | 1 directive + label + 5 inst | 12 | 1 |
| smoke_asm_b18.nx | directives + label + 4 inst, but use a longer label name | 12 | 1 |
| smoke_asm_b19.nx | b11 (which works) plus one more `nop` | 12 | 1 |
| smoke_asm_b2.nx | 11 | 1 | |
| smoke_asm_b20.nx | just li a1, 40 | 12 | 1 |
| smoke_asm_b21.nx | test22 with ret -> nop | 12 | 1 |
| smoke_asm_b22.nx | test22 with li -> mv (so 4 inst, all reg-reg or reg-imm-reg) | 13 | 1 |
| smoke_asm_b3.nx | 11 | 1 | |
| smoke_asm_b4.nx | 4 instructions, no directives, no label. | 12 | 1 |
| smoke_asm_b5.nx | 4 instructions WITH label. | 12 | 1 |
| smoke_asm_b6.nx | directives + label + addi only (1 inst expected) | 12 | 1 |
| smoke_asm_b7.nx | directives + label + addi + ret (2 inst expected) | 12 | 1 |
| smoke_asm_b8.nx | directives + label + addi + sd + ret (3 inst expected) | 12 | 1 |
| smoke_asm_b9.nx | directives + 4 inst NO label | 12 | 1 |
| smoke_asm_d1.nx | Diagnostic: which instructions actually got emitted in test22? | 18 | 1 |
| smoke_asm_d10.nx | Dump bytes near 53-67 by index to see what's there. | 7 | 1 |
| smoke_asm_d2.nx | Return byte[4] (second instruction's first byte). | 12 | 1 |
| smoke_asm_d3.nx | Return byte[8] (third instruction's first byte). | 12 | 1 |
| smoke_asm_d4.nx | exit code is u8 anyway, but let's | 16 | 1 |
| smoke_asm_d5.nx | Reach into Asm to see pass 1 cur_addr vs pass 2 out_pos. | 39 | 1 |
| smoke_asm_d6.nx | Drive the assembler with a manually-built byte buffer, to rule | 58 | 1 |
| smoke_asm_d7.nx | Pure string-literal sanity check. Same string as test22. | 10 | 1 |
| smoke_asm_d8.nx | Dump byte at position 60 of the literal. | 7 | 1 |
| smoke_asm_d9.nx | Dump byte at position 63 of the literal (where strlen stops). | 7 | 1 |
| smoke_asm_test.nx | run nxasm_v2 on a small RV64 asm snippet + assert | 17 | 1 |
| smoke_asm_test10.nx | .text without newline. | 14 | 1 |
| smoke_asm_test11.nx | .byte directive (specifically handled). | 14 | 1 |
| smoke_asm_test12.nx | addi with negative immediate. | 14 | 1 |
| smoke_asm_test13.nx | sd with memory operand format. | 14 | 1 |
| smoke_asm_test14.nx | progressively larger test. | 17 | 1 |
| smoke_asm_test15.nx | just 2 consecutive li instructions. | 17 | 1 |
| smoke_asm_test16.nx | .globl with operand. | 17 | 1 |
| smoke_asm_test17.nx | what breaks when adding label? | 17 | 1 |
| smoke_asm_test18.nx | .text then label. | 17 | 1 |
| smoke_asm_test19.nx | 2 directives + label. | 17 | 1 |
| smoke_asm_test2.nx | minimal assembly test. | 16 | 1 |
| smoke_asm_test20.nx | add addi with negative imm. | 17 | 1 |
| smoke_asm_test21.nx | add sd after addi. | 17 | 1 |
| smoke_asm_test22.nx | full test14 with an additional `ret` final. | 14 | 1 |
| smoke_asm_test23.nx | print emitted bytes. | 36 | 1 |
| smoke_asm_test24.nx | test22 MINUS label. | 14 | 1 |
| smoke_asm_test25.nx | directives + label + 3 insts (drop li). | 14 | 1 |
| smoke_asm_test26.nx | like test22 but reorder: ret before li. | 14 | 1 |
| smoke_asm_test3.nx | add directive + label. | 15 | 1 |
| smoke_asm_test4.nx | just label + li + ret. | 15 | 1 |
| smoke_asm_test5.nx | just .text directive. | 15 | 1 |
| smoke_asm_test6.nx | like test5 but trailing space before newline. | 15 | 1 |
| smoke_asm_test7.nx | literally just .text + ret. | 17 | 1 |
| smoke_asm_test8.nx | just .text, no mnemonic. | 17 | 1 |
| smoke_asm_test9.nx | empty source. | 13 | 1 |
| smoke_call.nx | verify a function call returns its value through the chain. | 12 | 2 |
| smoke_codegen_bug.nx | Minimal repro for the nested-if codegen bug: | 28 | 1 |
| smoke_dom_inspect.nx | Probe dom_test to see what b4.idom actually is. | 30 | 1 |
| smoke_elf_minimal.nx | Minimal write_elf test: 4 bytes of code, write to stderr (fd 2). | 12 | 1 |
| smoke_exit42.nx | minimal RV64 sovereign smoke test. | 14 | 1 |
| smoke_imports.nx | test import + tok_at-like memory layout. | 17 | 1 |
| smoke_lex2.nx | lex two tokens. | 14 | 1 |
| smoke_lex3.nx | lex multiple tokens. | 14 | 1 |
| smoke_lex4.nx | larger input, exercise lex_string + lex_number paths. | 14 | 1 |
| smoke_lex5.nx | exact lex_test source, but no token verification. | 14 | 1 |
| smoke_lex6.nx | lex + read first tok kind. | 15 | 1 |
| smoke_lex7.nx | exact lex_test logic. | 28 | 1 |
| smoke_lex_min.nx | minimal lex_source call. | 17 | 1 |
| smoke_loop.nx | exercise a while loop + struct field write inside. | 20 | 1 |
| smoke_mmap.nx | verify sys_mmap works in our RV64 ELF chain. | 15 | 1 |
| smoke_nxasm_demo.nx | Take nxc2's actual asm output for a simple program and try to | 22 | 1 |
| smoke_nxasm_demo2.nx | Same as smoke_nxasm_demo.nx but with the full directive header | 16 | 1 |
| smoke_nxc_pipeline.nx | Replay nxc.nx's pipeline on the baked-in demo, reporting at | 73 | 1 |
| smoke_nxc_pipeline10.nx | Pipeline through stage 3 only, then write_elf with fresh code. | 51 | 1 |
| smoke_nxc_pipeline11.nx | Just lex+parse, no opt/regalloc/emit, then write_elf. | 20 | 1 |
| smoke_nxc_pipeline12.nx | lex+parse+opt only. | 28 | 1 |
| smoke_nxc_pipeline13.nx | lex+parse+opt+regalloc. | 41 | 1 |
| smoke_nxc_pipeline14.nx | Report f.n_values after parse+opt for the demo. | 19 | 1 |
| smoke_nxc_pipeline15.nx | Same as pipeline13 but allocate huge locs to rule out overflow. | 42 | 1 |
| smoke_nxc_pipeline2.nx | Same as smoke_nxc_pipeline.nx but skip the crt0 stub to see if | 59 | 1 |
| smoke_nxc_pipeline3.nx | Inspect m.n_functions after parse_module. | 21 | 1 |
| smoke_nxc_pipeline4.nx | Try simpler source: no __syscall, just a constant return. | 21 | 1 |
| smoke_nxc_pipeline5.nx | Try minimal source matching parse_test's expectations. | 21 | 1 |
| smoke_nxc_pipeline6.nx | Inspect tokens generated by lex_source for `func f() { return 42 }`. | 23 | 1 |
| smoke_nxc_pipeline7.nx | Add stage 5 (write_elf) to the pipeline replay. Writes to fd 3 | 64 | 1 |
| smoke_nxc_pipeline8.nx | Same imports as nxc.nx but ONLY call write_elf, skip all the | 26 | 1 |
| smoke_nxc_pipeline9.nx | Pipeline first, but call write_elf with a FRESH code buffer | 57 | 1 |
| smoke_regalloc_min.nx | Minimal regalloc invocation: build a Function with NO values | 33 | 1 |
| smoke_regalloc_min2.nx | Regalloc on a 3-value function: const+const+add+ret. | 33 | 1 |
| smoke_regalloc_min3.nx | Regalloc on 1-value function: const, return it. | 31 | 1 |
| smoke_regalloc_min4.nx | 2-value function: 2 consts. | 31 | 1 |
| smoke_regalloc_min5.nx | 3 consts, no binop. | 28 | 1 |
| smoke_regalloc_min6.nx | isolate whether binop alone crashes. | 29 | 1 |
| smoke_regalloc_min7.nx | Build a binop, then INSPECT the IR fields directly without | 30 | 1 |
| smoke_regalloc_step.nx | Replay regalloc_function step-by-step on a binop function, | 76 | 1 |
| smoke_repro.nx | minimal repro of codegen bug. | 41 | 2 |
| smoke_repro2.nx | closer to the lex_ident_or_kw shape. | 45 | 4 |
| smoke_repro3.nx | adds the text[i] = c style write. | 49 | 5 |
| smoke_repro4.nx | match Tok's 12-field layout + lex_ident_or_kw shape. | 76 | 5 |
| smoke_str_a.nx | 64-byte string (no terminator counted). | 10 | 1 |
| smoke_str_arg.nx | pass a string literal to a function, read first byte. | 13 | 2 |
| smoke_str_b.nx | 65-byte string. | 9 | 1 |
| smoke_str_c.nx | 100-byte string. | 9 | 1 |
| smoke_str_index.nx | string indexing via *u8. | 15 | 1 |
| smoke_struct.nx | struct alloc + field write/read. | 17 | 1 |
| smoke_write.nx | verify sys_write to stdout works. | 14 | 1 |
| stdlib.nx | NishiLang's built-in prelude. | 34 | 0 |
| stdlib_test.nx | exercise Option + Result via import. | 47 | 3 |
| stm.nx | software transactional memory. | 156 | 6 |
| str.nx | first-class string / byte-slice type for NishiLang. | 305 | 21 |
| str_test.nx | self-test for str.nx. | 59 | 1 |
| syscalls.nx | alias stub. | 20 | 0 |
| tar_header.nx | parse POSIX ustar tar headers (IEEE 1003.1). | 181 | 5 |
| tensor_ir.nx | Nishi tensor intermediate representation. | 535 | 19 |
| tensor_lower.nx | TirGraph -> RV64 asm lowering pass. | 373 | 6 |
| tga_writer.nx | serialise uncompressed TGA (Targa) images. | 155 | 6 |
| time.nx | monotonic + wall clock, via Linux/NishiOS clock_gettime. | 76 | 4 |
| timefmt.nx | RFC 3339 + RFC 822 timestamp format/parse. | 240 | 11 |
| tls13.nx | TLS 1.3 (RFC 8446) record-layer constants + framing. | 188 | 7 |
| totality.nx | runtime markers for @total functions. | 100 | 7 |
| totp_sha1.nx | RFC 6238 TOTP with SHA-1 (Google Authenticator | 109 | 5 |
| totp_uri.nx | build otpauth:// enrollment URIs. | 176 | 5 |
| totp_verify.nx | TOTP code verification with clock-skew window. | 99 | 3 |
| trie.nx | byte-keyed trie (prefix tree). | 156 | 10 |
| tsv.nx | Tab-separated values reader + writer. | 229 | 7 |
| types.nx | alias stub. | 13 | 0 |
| ulid.nx | Universally Unique Lexicographically Sortable ID. | 190 | 4 |
| uri.nx | RFC 3986 URI / URL structural parser. | 258 | 5 |
| url.nx | URL percent-encoding + decoding (RFC 3986). | 149 | 7 |
| utf8.nx | UTF-8 validator + codepoint decoder (RFC 3629). | 231 | 4 |
| uuid.nx | UUID v4 (random) + v7 (time-ordered) generators. | 146 | 6 |
| uuid5.nx | UUIDv5 (SHA-1 namespace + name -> UUID). | 130 | 6 |
| varint.nx | protobuf-style variable-length integer encoding. | 140 | 7 |
| vec.nx | dynamic-array of i64 (Phase G7 in the roadmap). | 104 | 9 |
| vec_test.nx | self-test for vec.nx. | 45 | 1 |
| wasm.nx | NishiLang port of wasm.c (WAT backend). | 424 | 13 |
| wasm_test.nx | self-test for wasm.nx. | 49 | 2 |
| wav_header.nx | parse RIFF WAVE (WAV) audio file headers. | 176 | 5 |
| wav_writer.nx | serialise 16-bit PCM WAV files (canonical | 146 | 5 |
| websocket_frame.nx | RFC 6455 WebSocket frame parser + builder. | 249 | 4 |
| websocket_handshake.nx | compute Sec-WebSocket-Accept. | 89 | 3 |
| x.nx | 1 | 0 | |
| x25519.nx | Bernstein's Curve25519 X25519 (RFC 7748). | 485 | 16 |
| x25519_ephemeral.nx | ephemeral keypair helper for X25519 ECDH. | 82 | 6 |
| x509.nx | minimal X.509 v3 certificate parser (RFC 5280). | 229 | 4 |
| xfile_struct_types.nx | Repro mirror of `Global` from types.nx. Same field types in | 13 | 0 |
| xfile_struct_writer.nx | Writes structured data to a binary region, initializing fields of a global object array with sequential values. | 23 | 1 |
| xoshiro.nx | xoshiro256++ pseudorandom number generator. | 106 | 7 |
| z.nx | Returns 0 as an i64 value in the main function. | 3 | 1 |
| zip_header.nx | parse PKZIP APPNOTE 6.3.x framing. | 203 | 7 |
| zk.nx | zero-knowledge proof scaffold. | 158 | 8 |
| zz_bf.nx | Fetches and processes data from web URLs using the browser fetch API. | 4 | 1 |