(root)
11106 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 |
| _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_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 | |
| _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 | 11 | 1 | |
| abb_t3.nx | 1 | 0 | |
| abr_t1.nx | 11 | 1 | |
| abr_t2.nx | 30 | 1 | |
| abr_t3.nx | 11 | 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 |
| 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. | 173 | 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 |
| 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 | 1 | 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 | 2 | 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). | 92 | 2 |
| hmac_sha1.nx | HMAC with SHA-1 (RFC 2104 + FIPS 198-1). | 100 | 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_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 | AArch64 Linux AAPCS asm emitter (foundation; session 1). | 398 | 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_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_lang.nx | parse HTTP Accept-Language header. | 223 | 7 |
| 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_activation_steer.nx | activation steering primitive. | 341 | 5 |
| 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. | 287 | 4 |
| 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_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 + | 59 | 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_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_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_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_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_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. | 171 | 4 |
| 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 | 410 | 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_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_antipattern_catalog.nx | THE SOVEREIGN ANTI-PATTERN CATALOG + LIVE MECHANICAL SCANNER. | 518 | 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, | 230 | 13 |
| 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_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_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:8080, | 141 | 10 |
| nx_archive_site_viewer.nx | DOMAIN-GENERAL time-machine viewer with LOCAL MEDIA (no broken images). Reads the | 224 | 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_arena.nx | bump-pointer arena allocator. | 125 | 2 |
| 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_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. | 160 | 7 |
| 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_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_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_policy_seed.nx | seed the asset VISIBILITY POLICY into the native seg_store (no TSV). | 21 | 2 |
| 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_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. | 255 | 7 |
| nx_atom.nx | atomic primitives + memory ordering. | 213 | 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 | 114 | 7 |
| nx_atomic_rewrite.nx | WMS-R3: a GENERIC, callable atomic whole-file rewrite | 141 | 6 |
| 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 | 80 | 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. | 692 | 11 |
| nx_auth_research.nx | THIN structured AUTHENTICATION-SOTA research organ. COMPOSES nx_research_engine | 54 | 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 | 774 | 19 |
| 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 | 247 | 10 |
| nx_autofix_intake_gate.nx | THE WILD/FOREIGN-BUG INTAKE GATE (2026-07-16): turns proposed fix-loop | 161 | 6 |
| 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 | 300 | 12 |
| nx_autorig.nx | AUTO-RIG + PHYSICS-PARAM EMIT (generator-path R5, operator: the ecosystem emits rigged, | 152 | 8 |
| 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_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_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_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_base32.nx | RFC 4648 base32 encoder + decoder. | 184 | 5 |
| 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_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_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_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_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_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 | 49 | 1 |
| nx_billing_lib.nx | Nishi Office: TIME & BILLING (F506-adjacent) core lib. Billable time | 92 | 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_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_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_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_quant_h2h_gate.nx | work the BEHIND scorecard line (quantization) with a real technique: | 87 | 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_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_body_anchors.nx | per-body anchor-feature data (Olympus Mons, | 292 | 4 |
| 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_measurement_extract.nx | silhouette + scale -> BodyDimensions. | 270 | 8 |
| nx_body_measurement_extract_test.nx | smoke for body-from-silhouette. | 150 | 2 |
| nx_bodyatlas.nx | ★HOLISTIC ANATOMICAL BEING (operator 2026-07-10, ref zygotebody.com + sloyd.ai/3d-human-model-generator): | 728 | 39 |
| nx_bodybind.nx | REGION-TO-BONE BINDING (Elara bar E4): a soft-body region rides a skeleton bone -- the | 48 | 6 |
| 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_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_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_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_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. | 104 | 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_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_census.nx | SOVEREIGN browser-parity census scoreboard organ (MCP tool + API payload). | 129 | 7 |
| 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_fetch.nx | the practical render-front fetch: browser headers (nx_https_get_spoof: real Firefox UA | 122 | 10 |
| nx_browser_gate.nx | THE BROWSER GATE: one command re-proves the | 285 | 10 |
| nx_browser_image_demo_test.nx | THE end-to-end image milestone. | 117 | 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. | 133 | 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 | 106 | 2 |
| 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. | 199 | 12 |
| nx_build_doc.nx | render a single .md document into final HTML. | 222 | 8 |
| 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_bundle_gen.nx | pure-NishiLang shard-bundle generator. | 473 | 13 |
| 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_test.nx | exercise BVH build on tetrahedron mesh in both | 82 | 1 |
| nx_bwe.nx | SOVEREIGN bandwidth estimator (the "adapt to the pipe" rung). BENCHMARK: WebRTC's GCC | 73 | 6 |
| nx_byteload_debug.nx | 7 | 1 | |
| nx_bytes_fmt.nx | human-readable byte-size formatter. | 131 | 5 |
| nx_cache_control.nx | parse HTTP Cache-Control header. | 270 | 6 |
| 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_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_gate.nx | REFEREE for WRITING rung W-CAMP-1 (nx_campaign). | 140 | 6 |
| 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 | 180 | 8 |
| nx_canon_proportions.nx | S-class anatomical canon as data table. | 195 | 4 |
| nx_canon_proportions_test.nx | 39 | 1 | |
| 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 | 624 | 27 |
| nx_cap_grant_e2e_gate.nx | THE CAPSTONE: proves the ENTIRE production MCP-grant path end-to-end, offline, with a | 106 | 8 |
| 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 | 49 | 5 |
| 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. | 144 | 10 |
| 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_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_caps.nx | high-level capability combinators on memcap. | 217 | 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_card_adversary_gate.nx | the CRITIC + ADVERSARY pass on the rewards-vs-interest ruler. Per the sovereign | 94 | 5 |
| 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_castle_quality.nx | per-kind grader for nx_castle_layout output. | 140 | 3 |
| 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?" | 240 | 9 |
| nx_catalog_id_lookup.nx | string-id <-> sealed-enum bridge. | 290 | 6 |
| 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 | 463 | 14 |
| 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_ccheck.nx | sovereign COMPILE-CHECK for the WRITING HUB. Operator 2026-07-01: "build into the nishi | 48 | 3 |
| 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_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_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). | 250 | 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 | 86 | 16 | |
| nx_char_asset.nx | the CONSENT-GATED, LAYERED character pipeline (operator: "license a nude model, add layers | 43 | 4 |
| 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_charjudge_lib.nx | CHARACTER-IMAGE JUDGE v2 core (operator 2026-08-04: "eat the debt and build to | 432 | 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_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_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_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_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_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. | 131 | 5 |
| nx_citator_lib.nx | F995: CITATION TREATMENT SIGNALS (Shepard's / KeyCite analog), on the CID plane. | 123 | 6 |
| 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. | 129 | 5 |
| nx_civic_fetch_test.nx | rule-2 verify: does nx_https_fetch_follow_best (Chrome-JA3 ladder) reach a Socrata | 31 | 2 |
| 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_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). | 93 | 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_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_clm_gate.nx | F996 INDEPENDENT GATE: contract lifecycle + auto-renewal-trap detection. | 116 | 5 |
| nx_clm_lib.nx | F996: CONTRACT LIFECYCLE -- obligation tracking + auto-renewal-trap detection. | 117 | 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_full.nx | sovereign wall-clock + monotonic time primitive. | 74 | 5 |
| nx_clock_test.nx | verify clock primitive returns valid + monotonic times. | 43 | 1 |
| nx_clockjobs_gate.nx | is the scheduler's registry WELL-FORMED, or is it carrying silent no-ops? | 179 | 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_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. | 156 | 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). | 150 | 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 | 156 | 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_color.nx | ANSI terminal color escape sequences. | 120 | 3 |
| nx_color_meter.nx | 74 | 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). | 311 | 10 |
| 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_colorspace.nx | sovereign RGB <-> YCbCr (JFIF/BT.601 full-range) + 4:2:0 chroma subsample. The video codec | 69 | 11 |
| 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_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_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 | 124 | 15 |
| nx_companion_memory_gate.nx | GATE for R1b (nx_companion_memory): episodic memory is total + recallable + | 83 | 3 |
| 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 | 117 | 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_regen.nx | ON-NAS regeneration of the whole Nishi Compare publish surface (operator 2026-07-09: | 170 | 9 |
| nx_compare_serve.nx | fork-exec backend for the `nishi_compare` MCP tool. v2 SINGLE-SOURCE: serves the EXACT | 51 | 7 |
| 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 | 339 | 16 |
| 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_wat.nx | SOVEREIGN source-file driver for the NishiLang WAT (WebAssembly) backend. | 108 | 3 |
| nx_compile_x86.nx | source-file driver for the NishiLang x86_64 backend. | 258 | 3 |
| 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_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. | 329 | 10 |
| 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. | 94 | 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_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_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 | 161 | 4 |
| 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 | 332 | 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_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 | 54 | 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_emit.nx | THE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL | 169 | 8 |
| nx_crashresume_census.nx | ONE-SHOT crash-resume census CLI (CR-R0, crash-resume->SOTA roadmap | 208 | 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). | 130 | 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_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 | 256 | 10 |
| nx_creditcard_census.nx | HONEST HAVE/PARTIAL/GAP census for the CREDIT-CARD REWARDS-vs-INTEREST domain. | 93 | 3 |
| 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_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 | 237 | 16 |
| 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_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_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_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_run.nx | sovereign detached LAUNCHER (no kill): spawn <elf> [args...] as a daemon that survives this | 20 | 1 |
| nx_damages_gate.nx | PREJUDGMENT INTEREST GATE. | 88 | 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_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_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_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_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). | 744 | 17 |
| 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_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_debtlive.nx | IS THIS DEBT ALREADY FIXED? A mechanical closure check for the debt ledger. | 440 | 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_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). | 699 | 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, | 155 | 8 |
| nx_deflate_huffman_test.nx | regression smoke for the BTYPE=01 | 192 | 1 |
| 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_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_lib.nx | the SAFETY CORE that turns "pushing live" from an F-level manual shit-show into ONE | 207 | 13 |
| nx_deploycover_gate.nx | WHAT FRACTION OF THE RUNNING FLEET CAN ACTUALLY BE DEPLOYED? | 269 | 12 |
| 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_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_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_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_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_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_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_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_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_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). | 275 | 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_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_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_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_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_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_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_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_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_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_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_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). | 104 | 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_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_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. | 289 | 14 |
| 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_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_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_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. | 138 | 12 |
| 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_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_ediscovery_gate.nx | F994 INDEPENDENT GATE: the production screen. | 127 | 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 | 41 | 1 |
| 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_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. | 737 | 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_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_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). | 134 | 7 |
| nx_emu_cortexm.nx | sovereign ARMv7-M / Cortex-M (Thumb-2) interpreter (NX-EMU). | 167 | 4 |
| nx_emu_loongarch64.nx | sovereign LoongArch64 (LA64) interpreter (NX-EMU). | 143 | 6 |
| 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). | 126 | 7 |
| 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). | 110 | 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). | 138 | 5 |
| nx_emu_sparc64.nx | sovereign SPARC V9 (sparc64) interpreter (NX-EMU). | 195 | 6 |
| 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_engineer.nx | the Nishi engineer's clear-view cockpit (sovereign, | 156 | 6 |
| 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_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_seeds.nx | SEED DISCOVERY: turn one entity page into the list of OTHER pages about that entity. | 254 | 12 |
| 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_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). | 2139 | 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_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 | 216 | 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: | 94 | 3 |
| 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 | THE CENSUS-OF-CENSUSES HONESTY ROLLUP (operator 2026-07-10: "review again everything | 170 | 10 |
| nx_evidence_fleet_gate.nx | proves the census-of-censuses honesty rollup counts correctly on the REAL | 57 | 4 |
| nx_evidence_research_fetch.nx | the Nishi RESEARCHER's sovereign fetch on TEST-EVIDENCE state of the | 64 | 5 |
| 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 | 221 | 11 |
| 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_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_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 | 288 | 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_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_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). | 117 | 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 | 57 | 3 |
| 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 | 97 | 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 | 34 | 1 |
| 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]). | 242 | 7 |
| 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. | 87 | 3 |
| 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_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_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_faceanat.nx | ★INSIDE-OUT face (operator 2026-07-08: "get the skeleton then muscles then skin, not | 154 | 11 |
| 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_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 | 27 | 1 | |
| nx_fbo_s2.nx | 5 | 1 | |
| nx_fbo_s3.nx | 23 | 1 | |
| nx_fbx_measure.nx | SOVEREIGN body-mesh measurement organ (replaces the node instrument). | 520 | 10 |
| nx_fbx_rig.nx | RIG SURVEY: verified-facts instrument for the SKEL/SKIN/ANIM fill. | 182 | 6 |
| nx_fca_t1.nx | 10 | 1 | |
| nx_fca_t2.nx | 12 | 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_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 | 10 | 1 | |
| nx_feg_t2.nx | 10 | 1 | |
| nx_feg_t3.nx | 12 | 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 | 201 | 14 |
| nx_fetch_any_gate.nx | teeth for the intelligent fetch dispatcher (operator 2026-07-14: researcher/census/ | 61 | 4 |
| nx_fetch_bounded.nx | bounded + timed streaming fetch drain (RES-R7). | 146 | 4 |
| 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_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_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_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 | 8 | 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 | 85 | 3 | |
| nx_fidelity_gate.nx | REFEREE for the fidelity metric (nx_segsnr). | 128 | 7 |
| 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_result.nx | Result-wrapped file read. | 56 | 2 |
| nx_file_result_test.nx | smoke for Result-wrapped file read. | 32 | 1 |
| nx_fileop.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 | 84 | 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 | 52 | 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). | 15 | 2 |
| 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_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 | 27 | 2 | |
| nx_flg_mpt2.nx | 20 | 1 | |
| nx_flg_mpt3.nx | 17 | 1 | |
| nx_flg_t1.nx | 18 | 1 | |
| nx_flg_t2.nx | 12 | 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 | 10 | 1 | |
| nx_flpg_t2.nx | 12 | 1 | |
| nx_flpg_t3.nx | 12 | 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 | 189 | 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_font.nx | RUNG 4 of the sovereign font BUILDER: the FONT ENGINE. A char -> its stroke-composition (in | 1392 | 38 |
| 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_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. | 172 | 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_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_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 | 28 | 3 |
| nx_fragility_analysis.nx | generic dependency-graph fragility primitive. | 249 | 8 |
| nx_frame_hash.nx | per-frame simulation-state hash for desync detection. | 195 | 6 |
| 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_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 | 22 | 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.nx | SOVEREIGN file-ops multitool: the bottom-rung NISHI replacement for the GNU coreutils | 69 | 9 |
| nx_fsops.nx | CLI half of the consolidated filesystem tool (MCP name: nx_fs, tool #4 of the 15). | 74 | 2 |
| nx_fsops_gate.nx | gates the consolidated fs tool on synthetic fixtures, asserting RETURN VALUES: | 170 | 5 |
| nx_fsops_lib.nx | CONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half. | 580 | 25 |
| nx_fsops_outline.nx | OUTLINE verb for the consolidated fs tool (MCP name: nx_fs). Sibling of | 95 | 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). | 233 | 11 |
| 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: | 363 | 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_fx.nx | deterministic Q16.16 fixed-point math. | 255 | 15 |
| nx_fx_gate.nx | F984 INDEPENDENT GATE: exact multi-currency conversion. | 109 | 5 |
| 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_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, | 165 | 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_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 | 202 | 8 |
| 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_asset_research_fetch.nx | SOVEREIGN researcher grounding the AUTONOMOUS GAME-BUILDING asset-gen | 77 | 5 |
| 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_page_emit.nx | the SOVEREIGN game-page emitter. Until now the browser page for a wasm | 264 | 6 |
| nx_game_research_fetch.nx | the SOVEREIGN half of the MASSIVE game-engine research drive toward S-class | 153 | 6 |
| 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_world.nx | the sovereign GAME WORLD layer: procedural terrain + entity geometry, both emitted | 170 | 6 |
| nx_games_page.nx | EMIT the live nishifamily.com/games portal page. | 181 | 3 |
| 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_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_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_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. | 161 | 12 |
| 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_verdict.nx | THE canonical gate-AUTHORING verdict lib (D001 first rung, 2026-07-18). | 155 | 10 |
| nx_gateemit_gate.nx | WHAT FRACTION OF PROMOTED GATES CAN BE READ BY A RULER? | 214 | 8 |
| nx_gaterun.nx | sovereign build/test ORCHESTRATOR: run N gates through the sovereign toolchain and print ONE clean | 49 | 2 |
| 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_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_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_gate.nx | ★R5: the unified generator surface, proven. One nx_gen(spec,res) shape drives every | 122 | 5 |
| nx_gen_hll_bias_nx.nx | generate HLL bias table by running OUR HLL. | 206 | 6 |
| nx_gen_pfx_live_gate.nx | live gate for the HTTP "pfx" route (prefix-KV-cache over /gen, | 78 | 3 |
| 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_genome.nx | ★CREATURE GENOME (operator 2026-07-12: "the humans look awful clay monsters with no anatomy | 136 | 12 |
| nx_genpass.nx | generate 32 CSPRNG bytes -> 64 hex chars -> a 0600 file (default /tmp/nxsecret.in), for | 28 | 2 |
| 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_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_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_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_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) | 57 | 3 |
| nx_glob.nx | POSIX-style glob pattern matching. | 221 | 3 |
| nx_glob_v1.nx | POSIX-style glob pattern matching. | 180 | 4 |
| nx_gltf_anim.nx | ★SKINNED + ANIMATED glTF export: the being as a rigged, WALKING .glb (plays in any glTF viewer). | 195 | 4 |
| nx_gltf_export.nx | export a bestiary mesh as binary glTF (.glb), roadmap R7 / the VRM foundation. glTF 2.0 | 226 | 8 |
| nx_gltf_load.nx | ★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack | 390 | 17 |
| nx_gltf_mesh.nx | ★F6 ASSET IO (graphics foundation ladder): export the current nx_trimesh mesh as a standard binary | 132 | 10 |
| nx_gltf_scene.nx | ★MULTI-MESH glTF export: assemble MANY nx_trimesh meshes (one per anatomical system) into ONE .glb | 178 | 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 | 288 | 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_gpu_bench.nx | SOVEREIGN three-way GPU-compute benchmark harness: OURS vs CUDA vs Vulkan, | 270 | 9 |
| nx_gpu_broker.nx | THE RESOURCE-SHARING BRAIN (serving-census capstone). Admits/schedules a MIXED workload -- | 154 | 13 |
| 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_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_serve_gate.nx | #23 KEYSTONE: the SOVEREIGN serve-side GPU client, gated byte-exact. | 149 | 8 |
| nx_gpudriver_research.nx | THIN structured UNIVERSAL-GPU-DRIVER research source organ (the open-driver path to | 27 | 1 |
| 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_gradient_blend.nx | smooth zone-to-zone transition primitive. | 267 | 9 |
| 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_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 | 390 | 14 |
| 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_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_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_wrap.nx | RFC 1952 gzip container (DEFLATE + magic + CRC32 + size). | 379 | 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_slice_gate.nx | REFEREE for the H.264 slice header parser (rung 4a). | 69 | 3 |
| 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). | 59 | 3 |
| 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_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_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_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_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_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", | 234 | 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_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. | 103 | 4 |
| 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 | 229 | 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). | 124 | 2 |
| 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). | 109 | 2 |
| 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_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- | 104 | 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_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_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, | 197 | 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 | 350 | 5 |
| 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 | 130 | 2 |
| nx_html_extract_imgs_test.nx | exercise nx_html_extract_imgs | 77 | 3 |
| nx_html_extract_links.nx | enumerate <a href="..."> links in a | 95 | 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. | 726 | 19 |
| nx_http.nx | HTTP/1.1 request parser (RFC 7230/9112 subset). | 300 | 10 |
| 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. | 400 | 9 |
| 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_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_lib.nx | the REAL health check that was missing (the false-green that hid the outage: | 69 | 3 |
| 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 | 37 | 4 |
| nx_http_probe.nx | sovereign HTTP GET probe; retires Invoke-WebRequest for checking localhost endpoints. Composes | 45 | 4 |
| 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_parse.nx | client-side HTTP/1.1 response parser. | 469 | 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. | 393 | 11 |
| 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). | 299 | 6 |
| 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 | 97 | 4 |
| nx_https_fetch_follow.nx | Fetcher upgrade F-2: LIVE redirect-following fetch. | 555 | 18 |
| 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. | 462 | 10 |
| 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). | 105 | 5 |
| nx_https_get_cli2.nx | CANARY of the sovereign HTTPS fetch with HELLO AUTO-FALLBACK (seq759 design, finally real). | 400 | 13 |
| nx_https_get_complete.nx | step 4 of the nx_https_client | 350 | 11 |
| 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_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 | 184 | 4 |
| nx_https_post_complete_test.nx | compile + symbol-resolution gate. | 37 | 1 |
| 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_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_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 | 193 | 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 | 340 | 12 |
| nx_hypha_test.nx | smoke for nx_hypha. | 161 | 1 |
| 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_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_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_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_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_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_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_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 | 87 | 3 |
| nx_image.nx | pure-math image primitives. | 359 | 15 |
| 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_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_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_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). | 644 | 22 |
| nx_import_scan.nx | R0-brick-1 of the LIVING ECOSYSTEM GRAPH ([[project-nishi-living-ecosystem-graph-2026-07-15]]): | 78 | 3 |
| nx_increment_inplace.nx | AUTO-GENERATED from shape `array_transform_inplace`. | 28 | 1 |
| nx_increment_inplace_test.nx | 15 | 1 | |
| 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 | 244 | 18 |
| 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_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_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 | WRITING arc, rung W-ING-1 (X-WRITE-ING-001): the content-agnostic | 161 | 5 |
| 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). | 205 | 14 |
| nx_input_abstract_gate.nx | proves the device-agnostic input core (F1102) does what the game | 202 | 5 |
| nx_input_gpio.nx | GPIO button input abstraction. | 154 | 7 |
| nx_input_gpio_test.nx | smoke for nx_input_gpio. | 54 | 1 |
| 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_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_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 | 61 | 2 |
| 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_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 | 56 | 4 |
| 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_v1.nx | epoll-based non-blocking event loop (Phase G3). | 145 | 8 |
| 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. | 1582 | 100 |
| 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_validate.nx | structural invariants on the in-memory IR. | 271 | 6 |
| 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_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 | 144 | 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_lib.nx | THE shared integer->decimal emitter. ONE copy, so the corpus stops retyping it. | 95 | 5 |
| nx_itoa_lib_gate.nx | gate for the shared integer->decimal emitter (nx_itoa_lib). | 105 | 3 |
| nx_itrig.nx | 22 | 2 | |
| 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_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. | 357 | 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 | 214 | 3 |
| 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. | 51 | 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. | 239 | 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. | 401 | 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_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. | 62 | 2 |
| nx_jpeg_zigzag_test.nx | KAT for inverse zig-zag. Uses the | 85 | 2 |
| nx_jpegprobe.nx | DIAGNOSTIC: why does the image indexer skip real web JPEGs? | 144 | 4 |
| 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 | 653 | 30 |
| nx_js_parse.nx | R-JS-PARSE (WB-JS-001 rung 1): the ECMAScript PARSER, riding | 2485 | 106 |
| nx_js_urlfold.nx | SOVEREIGN JS constant/template URL folder (operator 2026-07-08: "get to state of the art | 258 | 11 |
| nx_json.nx | JSON tokenizer (RFC 8259 subset). | 306 | 5 |
| nx_json_adversarial_test.nx | Phase A5 of S-class hardening. | 99 | 2 |
| 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_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_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_kinetics.nx | 79 | 15 | |
| nx_kkfacts.nx | CLI: Koikatsu card structural facts. nx_kkfacts probe <card.png> | 64 | 5 |
| nx_kkfacts_lib.nx | KOIKATSU CARD FACT EXTRACTION CORE (the Honey Select / Koikatsu card | 81 | 4 |
| 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_knn.nx | k-Nearest-Neighbors classifier. | 346 | 6 |
| 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_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_lan_signup.nx | the SIGNUP-ALLOWED decision, BY CONSTRUCTION. The operator's law: "signup exposed only on | 40 | 3 |
| 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_sota_census.nx | HONEST, prove-not-assert census of NishiLang against the SOTA-language bug-class | 75 | 2 |
| nx_langintel_trustgate.nx | the real LI9 trust fence is _hdl_build/nx_langintel_trustfence.nx (must co-locate with | 4 | 0 |
| 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_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 | 2503 | 48 |
| 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 | 417 | 20 |
| nx_layout_from_dom_test.nx | end-to-end smoke proving HTML token | 141 | 2 |
| nx_lazy.nx | one-shot lazy initialisation primitive (pthread_once | 113 | 5 |
| 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_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_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. | 176 | 5 |
| nx_ledger_lib.nx | F981: THE SOVEREIGN DOUBLE-ENTRY LEDGER (the first byte of Nishi finance). | 273 | 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_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. | 168 | 2 |
| 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. | 163 | 6 |
| nx_lib_http_test.nx | gate for the sovereign library HTTP router. | 60 | 2 |
| nx_lib_httpd.nx | sovereign HTTP DAEMON for the nishi-library read API. | 107 | 4 |
| 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 | 114 | 5 |
| nx_lib_serve_test.nx | gate for the sovereign query/serve layer. | 68 | 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_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_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). | 326 | 2 |
| nx_licgate_lib.nx | the SHIPPABILITY verdict as a LIBRARY: may I SELL what this generation chain | 262 | 15 |
| 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_limb_count.nx | Tier 6 anatomical limb-count detector. | 315 | 4 |
| nx_linalg.nx | vector + matrix engine. | 154 | 14 |
| 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_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_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_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_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_load_test_harness.nx | N-concurrent-user capacity probe. | 186 | 6 |
| 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_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_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_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_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_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_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_magnet.nx | BEP-9 magnet-URI parser (the live-client ENTRY point: add_magnet's first step, | 217 | 11 |
| nx_magnet_discover.nx | paste a URL, get EVERY magnet on the page + info on each. | 166 | 7 |
| 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_gate.nx | REFEREE for WRITING rung W-MANGA-1 (nx_manga). | 116 | 7 |
| nx_manga_research_fetch.nx | SOVEREIGN researcher for the MANGA ACQUISITION + TRANSLATION exceed arc (operator | 77 | 5 |
| 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_research_fetch.nx | grounds the unit-economics organ (Wright's | 62 | 5 |
| nx_market_test.nx | smoke for nx_market. Proves production cost-down, | 38 | 1 |
| nx_material_profile.nx | data-driven filament profile: temps, | 337 | 9 |
| nx_material_profile_test.nx | exercise the Generic PLA factory + | 104 | 1 |
| nx_math.nx | canonical pure-integer math helpers. | 54 | 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_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). | 223 | 11 |
| 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. | 187 | 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_mcp_call.nx | the SOVEREIGN MCP client: POST a JSON-RPC tools/call to /mcp over our own TLS-1.3 and PRINT | 272 | 14 |
| 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_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 | 92 | 4 |
| nx_mcu_ready_gate.nx | pins the hardware-test chokepoint, using the MEASURED esp32-ai workload on the | 156 | 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_measure.nx | Lebesgue measure primitives. | 88 | 6 |
| 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_ | 214 | 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). | 94 | 4 |
| 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. | 34 | 4 |
| nx_media_inspect.nx | DEEP sovereign media inspector CLI. Thin wrapper over nx_media_deepcrawl: crawls a | 125 | 9 |
| nx_media_jsexec.nx | JS-EXECUTION media harvester. Runs a page's JavaScript on the sovereign engine | 136 | 4 |
| 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_signal.nx | the INTELLIGENT, SITE-RESILIENT media-URL classifier + ranker. Per-site extractors | 115 | 8 |
| 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_mediaimport_research_fetch.nx | ground the media-importer benchmark on REAL docs of the SOTA image- | 46 | 4 |
| 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_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 | 242 | 7 |
| nx_memindex_emit_gate.nx | liar-killed GATE for the MEMORY.md coindex splice organ. Forks the | 101 | 8 |
| 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_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). | 220 | 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 | 198 | 15 |
| nx_mesh_lb.nx | WORKER MESH: multi-worker LOAD BALANCER + HEALTH-AWARE routing (the Triton/Ray replica-routing | 227 | 16 |
| nx_mesh_mux.nx | WORKER MESH: MULTI-MODEL multiplexing on one GPU (the Triton model-management analog). A single | 191 | 12 |
| 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 | 52 | 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_meshgen.nx | sovereign SURFACE NETS: turn ANY signed-distance FIELD into a watertight triangle MESH | 176 | 7 |
| nx_meshrender.nx | LIB: SOVEREIGN GENERAL TRIANGLE-MESH RENDERER (the keystone rung above nx_render_core). | 198 | 12 |
| 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: | 171 | 5 |
| nx_meshthick.nx | R5 of the CAD car-twin ladder (cadtwin P6a): MESH WALL-THICKNESS by ray-casting (the | 160 | 11 |
| nx_meshview.nx | look at an .nxmesh. The program emits NXMSH2 meshes and had NO WAY TO VIEW ONE, | 320 | 9 |
| nx_meshview_wasm.nx | R3: the sovereign general-mesh renderer EMITTED to WASM (runs in ANY browser via OUR | 828 | 44 |
| 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_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_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 | 94 | 4 |
| nx_mgmt_client.nx | SOVEREIGN CLIENT for the live control-plane mgmt API (nx_mgmt_api.nx, https://<host>/api). | 687 | 23 |
| nx_mgmt_client_gate.nx | in-process referee for the sovereign mgmt-API client codec. NO socket / NO creds: | 142 | 7 |
| 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_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_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_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_mmapbal.nx | STATIC mmap/munmap BALANCE SCANNER over the .nx corpus. | 342 | 13 |
| 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_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_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_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_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). | 197 | 4 |
| nx_motion_neural.nx | the NEURAL-MOTION FOUNDATION (S6, MotionGPT/T2M-GPT thesis "motion as language", | 186 | 12 |
| 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_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_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 | 27 | 2 | |
| nx_mpj_t3.nx | 17 | 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_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_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. | 296 | 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 | 501 | 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. | 231 | 11 |
| 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 | 471 | 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_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_nft_read.nx | R0/R1 of the SOVEREIGN NETFILTER ("our own iptables", from the syscall rung up). READ the | 50 | 4 |
| 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_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_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. | 323 | 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 + | 123 | 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 | 774 | 38 |
| nx_nofloat_autograd_ddp_gate.nx | DEEPER R4->LLM: bit-reproducible data-parallel training driven by the | 170 | 8 |
| 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). | 1340 | 80 |
| 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 | 311 | 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 | 294 | 6 |
| nx_nofloat_olmoe_gate.nx | MoE rung 4 (2026-07-15): a FAITHFUL OLMoE transformer LAYER on REAL blk.0 | 221 | 7 |
| nx_nofloat_prefix_cache_gate.nx | proves the PREFIX-KV-CACHE speed optimization is BIT-EXACT + measures the | 122 | 3 |
| nx_nofloat_propose_chat_gate.nx | PROPOSE->VERIFY rung 3 (2026-07-15): a BETTER PROPOSER on the SAME | 205 | 1 |
| nx_nofloat_propose_solve_gate.nx | PROPOSE->VERIFY rung 2 (2026-07-15): SOLVE-FORMS. Rung 1 proved the | 209 | 1 |
| nx_nofloat_propose_verify_gate.nx | THE PROPOSE->VERIFY LOOP, rung 1 (2026-07-15). The sovereign no-float | 179 | 1 |
| nx_nofloat_q6k_gate.nx | sovereign Q6_K -> Q16 integer dequant (unlocks Qwen embeddings + LM head). | 155 | 6 |
| 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. | 94 | 6 |
| nx_nofloat_qwen_decode_gate.nx | TOKENIZER decode: token id -> text, from the real GGUF vocab. | 91 | 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. | 131 | 7 |
| nx_nofloat_qwen_encode_prep_gate.nx | ENCODE foundation: the BPE merges + the reverse (string -> id) lookup. | 88 | 6 |
| nx_nofloat_qwen_fastgen_gate.nx | KV-cached generation with a DEQUANT-ONCE weight+head cache. | 159 | 4 |
| nx_nofloat_qwen_fastgen_i32_gate.nx | Stage 1 of the decode-speed arc: the dequant-once cache narrowed | 156 | 4 |
| nx_nofloat_qwen_fastgen_i8_gate.nx | Stage 2a of the decode-speed arc: W8A8 SIMD decode (__i16x16_madd, | 161 | 4 |
| nx_nofloat_qwen_fidelity_gate.nx | FIDELITY: the library's no-float Q16 matmul vs IEEE f32 on a REAL Qwen | 83 | 5 |
| nx_nofloat_qwen_forward_gate.nx | CAPSTONE: a COMPLETE sovereign no-float Qwen2.5-0.5B forward. | 118 | 3 |
| nx_nofloat_qwen_gen_gate.nx | GREEDY MULTI-TOKEN GENERATION through the sovereign no-float Qwen2.5-0.5B. | 121 | 4 |
| nx_nofloat_qwen_kvgen_gate.nx | KV-CACHED greedy generation through the sovereign no-float Qwen2.5-0.5B. | 166 | 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. | 83 | 3 |
| nx_nofloat_qwen_text_gate.nx | GRAND FINALE: text -> text through the sovereign no-float Qwen2.5-0.5B. | 122 | 4 |
| nx_nofloat_qwen_tok_gate.nx | TOKENIZER CHECK (fast, no forward): BPE-encode a multi-word prompt and print the | 52 | 5 |
| nx_nofloat_qwen_wload_gate.nx | exercises the canonical library's by-name Q16 loader over the real model's | 81 | 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 + | 1244 | 38 |
| 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). | 182 | 10 |
| nx_nofloat_tokdec.nx | byte-level-BPE piece decoder (GPT-2/Qwen convention): GGUF vocab pieces are UTF-8 | 53 | 2 |
| 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. | 100 | 4 |
| 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_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_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 | 58 | 4 | |
| nx_nxa_anim.nx | ANIMATION IMPORTER v2: extracts the FBX's authored animation and BAKES it | 1479 | 13 |
| nx_nxa_check.nx | the NXA format's fsck. Validates an .nxa BEYOND the checksums nxa_find | 255 | 4 |
| nx_nxa_dyna.nx | WRITE THE DYNA SECTION: per-bone soft-tissue physics DECLARED IN THE ASSET, | 303 | 8 |
| nx_nxa_fk.nx | SHARED integer quaternion + FK primitives for the NXA import pipeline. | 102 | 7 |
| nx_nxa_garment.nx | FITTED GARMENT GENERATOR (SOTA garment rung): builds a dress mesh | 220 | 3 |
| nx_nxa_hair.nx | HAIR MESH INGEST (SOTA rung 3): extracts the character's REAL groomed | 426 | 10 |
| 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_pose.nx | POSE section compiler: freezes ANIM channel-2 keyframes into the NXA | 379 | 7 |
| nx_nxa_rig_emit.nx | SKINNED-CHARACTER viewer emitter v5: fetches an NXA (VERT/TRIS/SKEL/ | 72 | 4 |
| nx_nxa_skin.nx | RIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX. | 950 | 8 |
| 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 | 63 | 4 |
| nx_nxa_view_emit.nx | SOVEREIGN NXA browser-viewer emitter: reads a .nxa (our animated 3D | 71 | 5 |
| nx_nxasm_main.nx | CLI driver for nxasm_v2 + elf_writer. | 61 | 1 |
| 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 | 51 | 9 |
| 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_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_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_export.nx | sovereign Wavefront OBJ writer for the bestiary meshes (game/DCC reuse: engines + Blender | 77 | 4 |
| 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_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: | 3109 | 103 |
| 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). | 77 | 4 |
| nx_openpub_research_fetch.nx | SOVEREIGN multi-source web-fetch to STUDY the "FULLY-OPEN / SOVEREIGN / | 103 | 5 |
| nx_opt.nx | first slice of the optimizer, in NishiLang. | 3846 | 75 |
| nx_optimizer_milestone_attest.nx | substrate-native attribution | 130 | 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_orchestrate_gate.nx | ORCH-R3 GATE: the orchestrator resolves RACI from the REAL SSOT (nishi_raci.tsv), | 86 | 6 |
| nx_orchestrate_raci.nx | ORCHESTRATION rung 3: the CONDUCTOR / the "call the API, it calls the team, | 191 | 14 |
| 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_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. | 207 | 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). | 203 | 17 |
| 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 | 243 | 18 |
| nx_os_research_fetch.nx | SOVEREIGN researcher: GROUND the OS-capability census (Rule 4). To know where the | 65 | 5 |
| 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_commitment.nx | sealed mission-lock verdict. | 93 | 4 |
| 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_pack_rules_vet_gate.nx | THE RULES VET GATE (compare-plane pattern for the pack rules). | 251 | 5 |
| 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_get_test.nx | fork-loopback fetch + render. | 174 | 12 |
| 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_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_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_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_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_parse.nx | NishiLang recursive-descent parser, in NishiLang. | 5705 | 142 |
| 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_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_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. | 128 | 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_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. | 131 | 19 |
| nx_peptide.nx | CHEMISTRY SUITE / PEPTIDE PRIMARY-STRUCTURE rung. Turns | 565 | 23 |
| nx_peptide_deconv.nx | SOTA ANALYTICAL: charge-state DECONVOLUTION. The | 151 | 9 |
| nx_peptide_denovo.nx | SOTA: DE NOVO peptide sequencing. Reconstruct the | 162 | 5 |
| nx_peptide_ext.nx | CHEMISTRY SUITE / PEPTIDE EXTENSION rung. Closes the | 217 | 14 |
| nx_peptide_formula.nx | LIAR-KILLER for the peptide mass stack. Computes a | 176 | 10 |
| nx_peptide_identify.nx | SOTA CAPSTONE: end-to-end peptide identification | 138 | 7 |
| nx_peptide_isotope.nx | SOTA ANALYTICAL rung: the ISOTOPIC ENVELOPE a | 135 | 6 |
| nx_peptide_msms.nx | SOTA ANALYTICAL CAPSTONE: peptide identification by | 220 | 11 |
| 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_pathology.nx | B1 first stone of NISHI_PERFORMANCE_ | 219 | 5 |
| nx_perf_pathology_test.nx | KAT for B1 pathology classifier. | 142 | 1 |
| 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 | 68 | 6 |
| 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_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 | 68 | 5 |
| nx_pets3d_wasm.nx | KEYSTONE sub-rung B4: a REAL orbitable voxel TERRAIN in-browser wasm (not a toy | 907 | 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). | 154 | 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_photogram_front.nx | 817 | 20 | |
| nx_photogram_front_gate.nx | proof gate for the photogrammetry front end. | 419 | 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_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_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 | 294 | 16 |
| 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_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_planescan.nx | SOVEREIGN SCALABLE PLANE ENUMERATION (the storage-foundation primitive). | 238 | 14 |
| 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_discover.nx | the Nishi PM's project-discovery TOOL (standalone). | 25 | 1 |
| nx_png.nx | SOVEREIGN PNG (RGB8) encoder in NishiLang. No zlib/libpng/python: adaptive per-scanline | 268 | 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 | 111 | 5 |
| nx_pnm_decode.nx | Netpbm reader: P1/P2/P3 (ASCII) and P4/P5/P6 (binary), | 187 | 4 |
| 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 | 90 | 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 | 79 | 6 |
| 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 | 241 | 18 |
| 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 | 71 | 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, | 72 | 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_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_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_pq.nx | min-heap priority queue (binary heap). | 206 | 9 |
| 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_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_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_ctor.nx | bisect the tagged-enum SIGSEGV: does the CONSTRUCTOR alone | 13 | 1 |
| nx_probe_float.nx | EVIDENCE GATE for the disputed "no native f32/f64, | 14 | 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_test.nx | smoke for nx_probe SA-1 MVP. | 99 | 1 |
| 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_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_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_profile_backup.nx | ENCRYPTED second-copy backup of the browser profile store (lib, no main). | 149 | 7 |
| 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_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_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_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_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_lib.nx | THE PUBLISHING PLANE CORE (multi-site, 2026-07-30). | 1105 | 38 |
| nx_pub_research_fetch.nx | SOVEREIGN multi-source web-fetch to DESIGN THE NISHI PUBLISHER role & | 97 | 5 |
| 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_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. | 275 | 7 |
| nx_q4k_fused_fidelity_gate.nx | DOES THE FUSED INTEGER GEMM TELL THE TRUTH ON REAL TRAINED WEIGHTS? | 174 | 5 |
| nx_q4k_fused_vs_x4_gate.nx | THE HEAD-TO-HEAD the SOTA decision actually rests on: | 237 | 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_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_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_quadruped.nx | QUADRUPED rig + walk gait + body-fill: the bestiary's ANIMALS move too (operator thesis: | 183 | 8 |
| 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. | 104 | 6 |
| nx_quant.nx | quantization primitives for AI inference. | 532 | 18 |
| 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_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 | parse HTTP Range request header. | 198 | 4 |
| nx_rangecoder.nx | sovereign BINARY RANGE CODER (CABAC/VP8-class), the entropy-coding SOTA lever (task #31). | 158 | 14 |
| nx_rangecoder_sig.nx | SIGNIFICANCE-MAP coefficient coder with NEIGHBOR CONTEXT (R2a rung-1, the CABAC- | 126 | 10 |
| 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_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_probe_cli.nx | Nishi-native one-shot reach-probe CLI. | 172 | 4 |
| 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_f32_gate.nx | R3e of the NEURAL PASSAGE READER arc: TRAIN-ON-F32 (quantize-after comes | 708 | 23 |
| 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). | 208 | 5 |
| nx_realweight_quant_gate.nx | AIM AT THE BAR: a REAL quantization-error number on REAL model weights. | 123 | 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 | 549 | 30 |
| nx_rec_grade.nx | AUDIO arc, voice-recording thread: grade a recording's | 94 | 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_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_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, | 173 | 12 |
| nx_recon_gate.nx | F983 INDEPENDENT GATE for general three-way reconciliation. | 136 | 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. | 204 | 13 |
| 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_refinement.nx | predicate-bearing values + runtime checks. | 154 | 11 |
| 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_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_regfix_gate.nx | ISOLATED proof of the reg_put next-segid fix (registration persistence past | 85 | 4 |
| nx_region.nx | typed body-region segmentation (V7 substrate). | 194 | 5 |
| 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 | 158 | 6 |
| 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 | 197 | 12 |
| nx_registry_bounds_gate.nx | the regression tooth for the reg_index OUT-OF-BOUNDS | 93 | 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_reliability_research.nx | THIN structured RELIABILITY / STABILITY research source organ. COMPOSES | 43 | 1 |
| 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. | 529 | 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_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_repo_lifecycle.nx | the REPO LIFECYCLE organ: the stateful driver that | 193 | 8 |
| 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_gate.nx | s-class gate for the shared research engine (nx_research_engine). Proves the | 60 | 5 |
| nx_research_extract.nx | the Researcher's EXTRACT stage: parse FACTS from fetched text by PATTERN | 59 | 6 |
| nx_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch for the SPEED / BEAT-CUDA arc. Reuses the | 113 | 5 |
| 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 | 281 | 8 |
| 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). | 396 | 10 |
| nx_resgov_core.nx | PURE DECISION CORE of the unified resource-governance regime (nx_resgov). | 171 | 11 |
| nx_resid_entropy.nx | wires the sovereign range coder (nx_range_coder) into LPC-RESIDUAL entropy coding: the voice | 66 | 5 |
| 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. | 317 | 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"): | 101 | 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 | SUPERVISOR CRASH-LOOP GUARD (closes hosting_research gap #4 | 62 | 3 |
| nx_restart_guard_gate.nx | KAT + measured-vs-systemd scorecard for the supervisor crash-loop guard. | 61 | 2 |
| 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_retry_policy.nx | exponential backoff + jitter + max-attempts. | 244 | 8 |
| nx_reversible.nx | reversible-computing primitives. | 141 | 7 |
| 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_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_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_riscv.nx | RV64 codegen backend, in NishiLang. | 2821 | 64 |
| nx_riscv_lib.nx | GENERAL SOVEREIGN RISC-V CAPABILITIES (the shared ecosystem library for the rv64im toolchain). | 135 | 33 |
| 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 | 71 | 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_rot_health.nx | rotating-machine health kernel (#2 of the 4 physics | 148 | 3 |
| nx_rot_health_test.nx | gate for the rotating-machine health kernel. | 90 | 1 |
| 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_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. | 189 | 6 |
| 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_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_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 | 95 | 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_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_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_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_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_grader.nx | HONEST grading of whether a capability is truly S-class EXCEED (operator). | 36 | 2 |
| 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_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_sdfrender.nx | sovereign software GPU, SMOOTH-UNION path (operator 2026-07-04: make the body CONTINUOUS, | 1296 | 45 |
| nx_sdfrender_mt.nx | R1c of the sovereign software-GPU ladder: the SDF renderer fanned out across CPU | 63 | 3 |
| nx_sdr_loop.nx | Software-Defined Radio open/tune/read/write loop | 190 | 7 |
| 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_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_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 | 52 | 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 | 65 | 4 |
| nx_seg_store.nx | PART A of the sovereign storage substrate rung 1 | 3231 | 88 |
| nx_seg_store_gate.nx | 187 | 1 | |
| nx_segmenter_classical.nx | classical-CV connected-component segmenter. | 412 | 7 |
| nx_segstore_uncap_gate.nx | ISOLATED proof that the seg_store legacy-cap class is EATEN at the organ: | 128 | 6 |
| 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_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_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_semantic_research_fetch.nx | SOVEREIGN research fetch on the SEMANTIC-search frontier, to honestly test | 155 | 5 |
| 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_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_service.nx | SERVICE BASE rung. The shared harness every domain organ | 333 | 23 |
| 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_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. | 238 | 6 |
| 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). | 454 | 13 |
| 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_wasm.nx | SHA-256 (FIPS 180-4) self-contained for WAT target. | 307 | 8 |
| 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_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_shelltool.nx | the INVOCABLE + MCP-READY surface for the shell-replacement tier (07-15 | 363 | 18 |
| 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_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 | 537 | 25 |
| nx_shipcheck_gate.nx | proves the ship-complete orphan detector's teeth. DOGFOODS the D001 | 381 | 20 |
| 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_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 | 123 | 2 |
| nx_sign_envelope_lib.nx | Nishi Sign CORE LIB: tamper-evident e-signature audit chain. | 96 | 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. | 144 | 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. | 165 | 4 |
| 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. | 128 | 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_chrome.nx | SOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg | 336 | 21 |
| 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_publish.nx | CLI half of the artifact-publish capability (tools-api name: nx_site_publish). | 6 | 1 |
| nx_site_publish_gate.nx | gates artifact-publish placement semantics on a THROWAWAY CWD (the docroot | 90 | 5 |
| nx_site_publish_lib.nx | ARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish"; | 152 | 3 |
| nx_sitemap.nx | XML Sitemap 0.9 builder. | 201 | 8 |
| nx_sitepublish_tool_register.nx | register nx_site_publish (artifact-publish) into the discovery | 24 | 2 |
| nx_sites_telemetry.nx | the SENSE layer of the self-improving sites | 125 | 5 |
| 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 | 154 | 16 |
| nx_sketch_ams.nx | AMS sketch (Alon-Matias-Szegedy 1996). | 217 | 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. | 211 | 12 |
| nx_sketch_count_sketch.nx | CountSketch (Charikar-Chen-Farach-Colton 2002). | 224 | 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). | 196 | 12 |
| nx_sketch_cpc_dense.nx | CPC dense bitmap mode + HIP estimator. | 228 | 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). | 230 | 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. | 191 | 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). | 222 | 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. | 213 | 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). | 235 | 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_skin_diag.nx | VISIBLE diagnostic: is the skin detector accurate on the | 162 | 6 |
| 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_skinneural.nx | ★P4-R3: DEPLOY the trained skin-family model onto generated people. Loads the R2 artifact | 156 | 4 |
| 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_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_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_list.nx | NS-2.5 of NISHI_NAS_CONTROL_ROADMAP. | 372 | 10 |
| nx_socket_pingpong_test.nx | prove TCP listen/accept/connect | 142 | 3 |
| nx_soda_carbonation.nx | CRAFT-SODA rung C0: the CARBONATION physics model. | 187 | 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). | 128 | 16 |
| nx_softbody_region.nx | BODY-REGION soft physics with the OCCLUSION LAW (operator 2026-07-03: TittyMagic- | 288 | 16 |
| nx_softdyn.nx | LIB: SOVEREIGN SECONDARY DYNAMICS ("jiggle physics"), the general solver every animated | 120 | 12 |
| 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 | 164 | 14 |
| nx_softtissue.nx | SOVEREIGN soft-tissue solver: XPBD over a tetrahedral physics cage | 1022 | 26 |
| 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_solve.nx | composite CASC solver entry point. | 147 | 3 |
| 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. | 95 | 3 |
| nx_sota_research_fetch.nx | the Nishi RESEARCHER's sovereign web-fetch | 96 | 5 |
| 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_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_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_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_srcdiverge_gate.nx | BINARY-AHEAD-OF-SOURCE detector (seq1392 rung 2). license_tier: ORIGINAL | 129 | 4 |
| 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, | 497 | 28 |
| 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_stale_check.nx | SAFE detect-only companion to nx_restage: is a build tree's _offc/<target>.elf | 229 | 10 |
| nx_stale_check_tool_register.nx | register nx_stale_check into the discovery registry so it appears | 34 | 3 |
| 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: | 62 | 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). | 118 | 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_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_stdlib.nx | NishiLang's built-in prelude. | 34 | 0 |
| nx_steam.nx | FOOD-SCIENCE SUITE / STEAM & THERMODYNAMICS rung. The | 90 | 7 |
| 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_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. | 181 | 5 |
| nx_stmt_lib.nx | F985: FINANCIAL STATEMENTS, DERIVED FROM THE LEDGER. Never typed, never stored. | 88 | 4 |
| nx_store_janitor.nx | reclaim SUPERSEDED seg-store segment files. The janitor pass that seq724/RK013 | 261 | 5 |
| nx_store_seed_lib.nx | THE canonical GENERIC store-seed codec (operator 2026-07-17: unify the | 455 | 14 |
| nx_storybeat.nx | media-agnostic narrative beat. | 237 | 10 |
| nx_storydb.nx | top-level container for ingested narrative. | 252 | 13 |
| 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_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_lock_gate.nx | proves sts_append_row's lock actually prevents the seq1559 lost-row race. | 116 | 6 |
| 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 | 137 | 6 |
| 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_claims.nx | SUPPLEMENT GTM SUITE / LABEL CLAIMS rung. Classifies a | 221 | 13 |
| nx_supp_formula.nx | SUPPLEMENT GTM SUITE / FORMULATION + FEASIBILITY rung. | 350 | 23 |
| nx_supp_ingredient.nx | SUPPLEMENT GTM SUITE / INGREDIENT CATALOG rung. | 232 | 12 |
| nx_supp_jurisdiction.nx | SUPPLEMENT GTM SUITE / MARKET ACCESS rung. | 248 | 15 |
| 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_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_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_plane_coherence.nx | Tier 6 floor=bed spatial-impossibility. | 376 | 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 | 778 | 32 |
| nx_survey_gate.nx | R0 GATE: proves the survey engine captures a response as a content-addressed record, | 95 | 5 |
| 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; | 2064 | 44 |
| nx_survey_stats.nx | the INSIGHTS engine over survey responses (operator 2026-07-10: "we have the survey | 431 | 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. | 51 | 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 | 462 | 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_job.nx | SWARM FABRIC job engine (SF-R3): decompose a chunky GEN job into independent | 483 | 20 |
| 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 | 321 | 12 |
| nx_swarm_pack.nx | SWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out | 451 | 13 |
| nx_swarm_place.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 | 220 | 15 |
| 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: | 844 | 32 |
| nx_swcompare_gapmap.nx | the GENERATIVE gap-finder of Nishi Compare, DOMAIN-PARAMETERIZED. Given a <domain>, it | 330 | 13 |
| nx_swcompare_hub.nx | GENERATOR for the /compare hub. Reads knowledge/compare/registry (data, one line per | 274 | 17 |
| nx_swcompare_matrix.nx | GENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads | 289 | 19 |
| nx_swcompare_office.nx | SoftwareCompare (office domain): the Nishi office stack MEASURED vs Microsoft 365 | 219 | 15 |
| 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_sota.nx | STATE-OF-THE-ART software comparison generator (operator 2026-07-09: "we census too few | 225 | 14 |
| nx_swcompare_terms.nx | AUTO-AXIS-DISCOVERY for Nishi Compare. Given a <domain>, loads the researcher-banked | 214 | 19 |
| nx_swebench_local_gate.nx | grade our autonomous fix loop by SWE-BENCH'S OWN CONTRACT (operator | 200 | 9 |
| 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_swgpu.nx | the SOVEREIGN SOFTWARE GPU core (operator 2026-07-04: "build our OWN, beyond WebGL2/WebGPU, | 599 | 22 |
| nx_symbiote.nx | foreign-process virtual cell. | 280 | 10 |
| nx_symbiote_test.nx | smoke for nx_symbiote. | 99 | 1 |
| 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_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_syscall_sanity_kat.nx | T11 class: the SYSCALL-NUMBER COLLISION gate that | 67 | 1 |
| nx_syscalls.nx | thin __syscall wrappers used across modules. | 869 | 73 |
| 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_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_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_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_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_texture.nx | texture primitives (V5 of vision rollout). | 215 | 8 |
| 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_tg_autoseed_gate.nx | proves tg_autoseed registers a COMPLETED download into the seeder registry with | 45 | 4 |
| 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_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). | 363 | 16 |
| 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_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 | 78 | 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_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): | 454 | 21 |
| 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_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). | 380 | 9 |
| 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_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. | 2464 | 70 |
| 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 | 46 | 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 | 32 | 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 | 330 | 16 |
| nx_tool_exec_allow_gate.nx | GATE for R1 (nx_tool_exec_allow), composing R0 (nx_tool_run). Proves the | 98 | 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_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 | 24 | 6 |
| nx_tool_registry_gate.nx | proves MCP-style register + discover on the real seg_store (test prefix): register two | 39 | 1 |
| nx_tool_run.nx | R0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem | 195 | 5 |
| nx_tool_run_gate.nx | GATE for R0 of the executable-API rung (nx_tool_run). Proves the sovereign | 63 | 3 |
| 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 | 168 | 7 |
| 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: | 89 | 4 |
| nx_toolreg_reconcile_gate.nx | gates the discovery reconciler on a THROWAWAY registry prefix + | 153 | 5 |
| nx_toolreg_reconcile_lib.nx | DISCOVERY RECONCILER, library half. Closes the WIRE class forever: | 268 | 12 |
| nx_tools_api.nx | R0 of the sovereign AGENT-FACING API: expose the nx_tool_registry over HTTP. | 1510 | 66 |
| nx_tools_api_exec_gate.nx | GATE for R2: the /mcp tools/call STUB is now REAL execution. Drives the live | 256 | 9 |
| nx_tools_api_gate.nx | drives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then | 280 | 5 |
| nx_tools_api_serve.nx | standalone loopback HTTP server for the R0 agent-facing API (nx_tools_api). | 162 | 7 |
| nx_tools_canary_gate.nx | CANARY for the tools daemon (debt seq1373). license_tier: ORIGINAL | 134 | 6 |
| 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_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 | 1321 | 61 |
| 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 + | 1016 | 30 |
| 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). | 563 | 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 | 125 | 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_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 | 324 | 18 |
| 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_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, | 667 | 50 |
| 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). | 115 | 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_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_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_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_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_types.nx | shared struct definitions for the NishiLang self-host. | 621 | 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_unet_block.nx | diffusion-model ResBlock composer. | 209 | 3 |
| nx_unicode_math.nx | Unicode math symbol library, no LaTeX needed. | 107 | 53 |
| 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_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_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_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. | 367 | 6 |
| nx_url_resolve_test.nx | KAT for RFC 3986 §5.2 examples. | 108 | 5 |
| 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_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 | 68 | 4 |
| nx_uxf_cid_test.nx | KAT + negative controls for the self-describing multicodec CID. | 94 | 5 |
| 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_test.nx | the TOLERANT-READER (house-of-cards) KAT. | 90 | 4 |
| 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_test.nx | UXF arc C: a MEDIA asset as a first-class ENVELOPE citizen, end to | 102 | 6 |
| 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_test.nx | KAT for endpoint-adaptive negotiation. Headline: MKV(H.264/AAC) @ | 73 | 3 |
| 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_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). | 468 | 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_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_varfacts.nx | CLI: VaM .var package measurements into the refcorpus plane. | 249 | 11 |
| nx_varfacts_lib.nx | VaM .var PACKAGE FACT EXTRACTION CORE (conversion tier, VaM lane). | 193 | 6 |
| 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_vasoconstriction.nx | circuit breaker (blood-vessel constriction class). | 111 | 6 |
| nx_vasoconstriction_test.nx | smoke for nx_vasoconstriction. | 65 | 1 |
| 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 | 2476 | 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_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_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_verification_verdict.nx | sealed identity-verification verdict. | 95 | 8 |
| nx_verify.nx | CONSOLIDATED Nishi-unique verification tool (per NISHI_TOOL_ARCHITECTURE: 50+ | 351 | 16 |
| 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 | 984 | 45 |
| 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_pose_coder.nx | CV-based behavioral pose extraction from video. | 308 | 10 |
| nx_video_session.nx | concrete video-session subtype. | 137 | 13 |
| nx_video_sniff.nx | the DISCOVERY->DOWNLOAD bridge for JS-hardened video sites. Runs a page's JS on the | 473 | 23 |
| nx_video_ui_core.nx | SOVEREIGN call-UI state machine. NO browser, NO WebSocket, NO getUserMedia, NO | 77 | 10 |
| 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_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 | 94 | 3 |
| 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_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. | 259 | 10 |
| 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_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_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_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_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_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 | 100 | 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). | 722 | 21 |
| 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_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 | 3087 | 186 |
| 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_mineworld.nx | MINECRAFT-LEVEL PROC GEN: an INFINITE deterministic voxel world (the noise function | 1194 | 93 |
| 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_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_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_vm.nx | nx_wasm_vm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin). Adds interpretation of the | 640 | 23 |
| nx_wasmcube.nx | the f32 renderer in the WASM/BROWSER memory model: a rotated shaded 3D cube drawn to a | 152 | 16 |
| 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_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_awg.nx | WATER SYSTEMS / ATMOSPHERIC WATER HARVESTING. Models | 168 | 13 |
| nx_water_awg_test.nx | smoke for nx_water_awg. Proves psychrometric | 33 | 1 |
| nx_water_design.nx | WATER SYSTEMS / DESIGN CAPSTONE. The research-> | 79 | 6 |
| nx_water_design_test.nx | smoke for nx_water_design. Proves the full | 42 | 1 |
| nx_water_erosion.nx | full Mei 2007 hydraulic erosion simulation. | 781 | 16 |
| nx_water_quality.nx | WATER SYSTEMS / TASTE + HEALTH + SAFETY. Scores a | 164 | 10 |
| nx_water_quality_test.nx | smoke for nx_water_quality. Proves TDS taste | 60 | 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_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_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_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_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 | 104 | 2 |
| nx_wflow_engine.nx | R1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row | 1618 | 59 |
| nx_wflow_ui.nx | R7 the WORKFLOW CONSOLE: a sovereign, 0-JS, self-contained HTML page that VISUALLY | 290 | 20 |
| 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 | 49 | 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_word_sketch.nx | substrate-native word sketch (Sketch Engine | 201 | 6 |
| nx_word_sketch_test.nx | exercise positional word sketch primitive. | 149 | 1 |
| 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_world_class_test.nx | prove every named blocker is gone. | 271 | 12 |
| nx_world_demo_test.nx | 10 visual demos of registered primitives. | 284 | 15 |
| nx_world_event.nx | dynamic world events: comets hit, volcanoes | 605 | 13 |
| nx_world_quality_grader.nx | mathematical verdict for procgen worlds. | 905 | 14 |
| 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_state.nx | CANVAS-style carry-forward visual memory + | 328 | 12 |
| nx_world_state_test.nx | carry-forward + continuity check. | 148 | 1 |
| nx_worldgen.nx | ★SOVEREIGN INFINIGEN, RUNG 1: procedural NATURE (operator 2026-07-08, sharing princeton-vl/ | 483 | 25 |
| nx_worldgen_tunelib.nx | shared library for the worldgen knob-tuning | 325 | 14 |
| nx_worldpipe.nx | ★R5 STAGED PROCGEN (the banked Minecraft-pipeline curriculum, engine-convergence rung 5): | 379 | 26 |
| nx_worley_noise.nx | Worley cellular noise (F1 distance) in Q10. | 284 | 9 |
| nx_wow_moment_detector.nx | signature-feature awe-density grader. | 404 | 8 |
| 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_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_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. | 234 | 9 |
| 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_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 | 141 | 8 |
| nx_ws_hygiene_gate.nx | liar-killed GATE for the workstream-hygiene classifier (R-ORCH). | 119 | 6 |
| 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). | 1065 | 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). | 3382 | 81 |
| 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). | 1833 | 45 |
| 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_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_basejs.nx | NATIVE (no JS engine) name-finder for YouTube's base.js n-throttle function. This is the | 111 | 4 |
| nx_yt_nsolve.nx | the YouTube n-THROTTLE SOLVER. Modern googlevideo URLs carry an &n=<token> param; if you | 111 | 7 |
| 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 | 256 | 10 |
| nx_zerodt_fetch.nx | SOVEREIGN Nishi researcher fetch for ZERO-DOWNTIME / LIVE-UPDATE deployment. | 132 | 5 |
| 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. | 264 | 13 |
| 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_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). | 284 | 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 | sovereign aarch64 (A64) instruction encoder + | 224 | 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 | 1096 | 25 |
| nxasm_x86_enc.nx | x86_64 instruction encoder + minimal ELF writer, | 1022 | 86 |
| 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 | 59 | 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 |
| sketch_ams.nx | AMS sketch (Alon-Matias-Szegedy 1996). | 231 | 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. | 205 | 12 |
| sketch_correlation_test.nx | streaming Pearson + regression verification. | 158 | 2 |
| sketch_count_sketch.nx | CountSketch (Charikar-Chen-Farach-Colton 2002). | 230 | 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). | 188 | 12 |
| sketch_cpc_dense.nx | CPC dense bitmap mode + HIP estimator. | 219 | 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). | 224 | 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. | 477 | 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. | 185 | 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). | 216 | 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. | 207 | 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. | 359 | 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). | 292 | 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). | 229 | 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). | 120 | 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. | 80 | 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 | 22 | 1 | |
| xoshiro.nx | xoshiro256++ pseudorandom number generator. | 106 | 7 |
| z.nx | 2 | 1 | |
| zip_header.nx | parse PKZIP APPNOTE 6.3.x framing. | 203 | 7 |
| zk.nx | zero-knowledge proof scaffold. | 158 | 8 |
| zz_bf.nx | 3 | 1 |