code wiki

(root)

13740 modules

The core library plane. Everything here is importable substrate: the syscall layer (nx_syscalls, nx_syscalls_x86_64) and runtime base (nx_tier, nx_runtime); sovereign storage (nx_seg_store segment store and the nx_sov_ledger persistence plane over it); the TLS/web stack (nx_x509_trust_store, nx_trust_store_load_from_certdata, nx_https_fetch_follow) that lets organs speak HTTPS with no third-party web server; media and math (nx_png, nx_image, nx_f32); model loading (nx_gguf, nx_gguf_load); and the ecosystem-introspection engine (nx_eco_graph, nx_import_scan) that this wiki composes.

Reading order for a new module: check its depth chip — depth 0–1 modules are leaf substrate safe to read in isolation; higher depths compose downward. The load-bearing list in the sidebar is the measured fan-in ranking, which is the honest "most important files" list.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
_a2a_count_subst.nx171
_a2a_cs_x100.nxCountSketch x100 for amortized timing191
_a2a_hll_i64_x100.nxSubstrate HLL via fast nx_hll_add_i64; 100 iterations for amortized timing.221
_a2a_hll_x100.nxRun HLL fill 100x consecutively for amortized timing measurement.362
_a2a_selfhost_binop.nxSelf-host pipeline exercising binary operators.1421
_a2a_selfhost_let.nxSelf-host: `func main() -> i64 { let x = 7 ; return x + 1 }`1371
_a2a_subst.nx302
_a2a_td_x100.nxT-Digest x100 for amortized timing181
_a2a_tdigest_subst.nx181
_aes128_gcm_throughput_bench.nxpure-software AES-128-GCM551
_api_extract.nxSOVEREIGN structured extraction over an API JSON response.504
_arg7_minrepro.nxisolate the >6-argument call miscompile737
_arg9_delegate_probe.nxdoes a 9-arg TAIL-CALL delegation drop args?273
_attn_exp_hoist_gate.nxbyte-identity gate for SPD-ALG-TENSOR-001 (attention-exp-lut-hoist).442
_bits_rotr64_kat.nx_bits_rotr64_kat.nx — isolate the rotate intrinsic in native ELF.493
_bmi_intrinsics_smoke.nxSmoke that exercises __clz32 / __ctz32 / __popcnt64 builtins.341
_bmi_test.nxVerify __clz32 + __ctz32 + __popcnt64 intrinsics.141
_clz_test.nx131
_derefcast_minrepro.nxmin repro: deref + pointer-cast in ONE471
_dlr_fetch_one.nxsingle-URL TEXT fetch unit for the guarded crawler.231
_dlr_probe.nxlocalize the validated-HTTPS read-hang (SREACH R1 blocker).743
_ed25519_ct_gate.nxconstant-time gate for SEC-CT-002 (ed25519-scalarmul-constant-time).805
_ed25519_rfc8032_kat.nx_ed25519_rfc8032_kat.nx — RFC 8032 §7.1 TEST 1 KAT for Ed25519.876
_ed25519_sign_verify_smoke.nx_ed25519_sign_verify_smoke.nx — SITES-LIVE 2026-05-27 isolation411
_ed_fetch_html.nxsingle-URL RAW-HTML fetch unit for the discovery191
_evoracle_probe.nxtransport probe10
_f32_intrin_probe.nxR1b proof: NishiLang computing in HARDWARE f32 via the new191
_f32_wat_kat.nxminimal f32 program to verify the sovereign wat path emits hardware f32 (f32.add).51
_f64_exp_consts.nxGENERATED by _hdl_build/_f64_exp_oracle_gen.py.250
_fft256_q15_throughput_bench.nx256-point Q15 FFT throughput.2106
_ft_diag.nxdiagnostic twin for the P3 KAT4 context-flake (2026-06-10):483
_gemm_i32_throughput_bench.nxpure-software GEMM i32 throughput.1271
_germ_man_nx_exit42.nxtrivial container entrypoint: exits 42 (proves the61
_germ_man_nx_kat_add7.nxtiny KAT canary: computes 3+4 and exits the result (7).61
_germ_scratch_exit42.nxtrivial container entrypoint: exits 42 (proves the61
_i16dot_minrepro.nxthe feature program for __i16_dot (R0r-b, 2026-09-17): the compiler's whole-chunk integer504
_idea_genealogy_gate.nxthe no-mocks tamper gate for nx_idea_genealogist.18210
_ki_autofix_bad.nx41
_lens0_probe.nx283
_loop_kat.nxminimal loop through the sovereign wat path: sum 0..4 = 10. If node hangs/wrong, the111
_min2.nxnx_safety_envelope:222
_mlp_probe.nxMINIMAL REPRODUCER: is a MULTI-LINE function parameter list parsed?152
_mulcse_minrepro.nxCOMPILER DEFECT min-repro (2026-06-10, found by323
_nx_argtype_live_probe.nxLive proof that ARGUMENT TYPE CHECKING is active in the shipped toolchain.133
_nx_bits_bswap_oracle.nxcorrectness paired oracle for321
_nx_bits_bswap_speed_fast.nx151
_nx_bits_bswap_speed_soft.nx151
_nx_bits_clz64_oracle.nx_nx_bits_clz64_oracle.nx713
_nx_bits_clz64_speed_fast.nx100M-iter loop calling FAST171
_nx_bits_clz64_speed_soft.nx100M-iter loop calling SOFT171
_nx_bits_fast_vs_soft.nx_nx_bits_fast_vs_soft.nx851
_nx_bits_rotate_oracle.nxcorrectness paired oracle for331
_nx_bits_rotate_speed_fast.nx151
_nx_bits_rotate_speed_soft.nx151
_nx_bits_speed_fast.nx10M-iter loop calling FAST popcount only.181
_nx_bits_speed_paired.nx_nx_bits_speed_paired.nx872
_nx_bits_speed_soft.nx10M-iter loop calling SOFT popcount only.181
_nx_dupdef_live_probe.nxkept as documentation, deliberately made VALID so it cannot break a142
_nx_loop_v2_oracle.nxcorrectness oracle for the V2 frame-based821
_nx_pub_from_priv_isolated_test.nxSITES-LIVE 2026-05-27: x509_build_self_signed diagnostic503
_nx_xlate_probe.nxDiscriminator for the rv64->x86 syscall translation capability (debt 1785528831).111
_offc_argv_open.nxdiagnostic for Wheeler DDC argv path bug. 311
_offc_asm_probe.nxDiagnostic: read /tmp/probe.s from disk + feed to nxasm_v2. 552
_offc_bisect_50funcs.nx5151
_offc_bisect_50strings.nx1041
_offc_bisect_arith_local.nxBar-3 feature bisect: let_arith81
_offc_bisect_func_call.nxBar-3 feature bisect: func_call_return82
_offc_bisect_if_else.nxBar-3 feature bisect: if_else_branch71
_offc_bisect_many_funcs.nx99
_offc_bisect_many_strings.nx101
_offc_bisect_outbuf_use.nx81
_offc_bisect_ptr_arith.nx71
_offc_bisect_recursion.nxBar-3 feature bisect: recursive_call112
_offc_bisect_string_literal.nxBar-3 feature bisect: string_literal_global 81
_offc_bisect_struct_field.nxBar-3 feature bisect: struct_field_access91
_offc_bisect_while_sum.nxBar-3 feature bisect: while_loop91
_offc_bitset_helper_probe.nxVerify bit-set helpers when called through indirection — same shape as 394
_offc_bitset_probe.nxVerify bit-set semantics work in NishiLang. 151
_offc_callmin.nxEven smaller repro: pure user-defined function call.92
_offc_deref_minimal_v2.nxEven simpler: no array, no struct, just one *p = N then return *p. 111
_offc_deref_store_minimal.nxSmallest possible deref-store test. 111
_offc_deref_store_probe.nxMatrix probe for T#sovereign-deref-store-001. 11511
_offc_dmcell_addr_of_local_sbracket_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 111
_offc_dmcell_addr_of_local_sbracket_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 111
_offc_dmcell_addr_of_local_sstar_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 111
_offc_dmcell_addr_of_local_sstar_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 111
_offc_dmcell_arg_param_sbracket_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 142
_offc_dmcell_arg_param_sbracket_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 142
_offc_dmcell_arg_param_sstar_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 142
_offc_dmcell_arg_param_sstar_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 142
_offc_dmcell_call_return_sbracket_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 142
_offc_dmcell_call_return_sbracket_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 142
_offc_dmcell_call_return_sstar_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 142
_offc_dmcell_call_return_sstar_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 142
_offc_dmcell_cast_mmap_sbracket_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 111
_offc_dmcell_cast_mmap_sbracket_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 111
_offc_dmcell_cast_mmap_sstar_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 111
_offc_dmcell_cast_mmap_sstar_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 111
_offc_dmcell_ptr_arith_sbracket_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 121
_offc_dmcell_ptr_arith_sbracket_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 121
_offc_dmcell_ptr_arith_sstar_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 121
_offc_dmcell_ptr_arith_sstar_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 121
_offc_dmcell_rebound_let_sbracket_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 152
_offc_dmcell_rebound_let_sbracket_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 152
_offc_dmcell_rebound_let_sstar_lbracket.nxAuto-generated cell for nx_deref_store_matrix.sh. 152
_offc_dmcell_rebound_let_sstar_lstar.nxAuto-generated cell for nx_deref_store_matrix.sh. 152
_offc_exit42.nxminimal Bar-3 test program.61
_offc_gap3_repro_v2.nxnx_safety_envelope:272
_offc_gap3_repro_v3.nxnx_safety_envelope:445
_offc_hello.nx81
_offc_la_repro.nxMinimal repro for the .Lg79 / la-pass-2 nxasm failure. 111
_offc_lex_only.nxIsolated test: just call lex_source on a tiny input. 201
_offc_micro_bare.nxBare minimum — no nx_narr import at all. 81
_offc_minrepro.nx131
_offc_nxc_small.nxthe full NishiLang sovereign-compiler driver. 1692
_offc_out_i64.nxReduced repro of T#selfhost-001. Same shape as outbuf.nx::out_i64: 312
_offc_outbuf_a.nxoutbuf_a: just call out_new + return o.cap (read of field). 71
_offc_outbuf_b.nxoutbuf_b: out_new + write/read o.pos. 81
_offc_outbuf_c.nxoutbuf_c: out_new + use o.buf as *u8 + write a byte. 91
_offc_probe.nx111
_offc_probe_5args.nxTests nxc.elf codegen for: 5-arg function call.192
_offc_probe_callchain.nxBisects which IR-construction call clobbers `f` (the s-reg that753
_offc_probe_f32equiv.nxIS THE HARDWARE f32 INTRINSIC BIT-IDENTICAL TO THE1463
_offc_probe_i32lit.nxACCEPTANCE PROBE for integer type-context inference.531
_offc_probe_irbuild.nxReplicates regalloc_test.nx lines 9-21 — full IR construction261
_offc_probe_irfn.nxAdds ir_function_new call to the Module probe.221
_offc_probe_m0b.nxminimal smoke for the gcc-as -> nxasm swap.161
_offc_probe_module.nxReplicates the start of regalloc_test.nx using the same nx_ir.nx171
_offc_probe_pstar.nx282
_offc_probe_struct.nxTests nxc.elf codegen for: struct allocation, field write, field read,302
_offc_regalloc_min.nxMinimal repro for the regalloc_test SIGSEGV. Identical to431
_offc_strlen_call.nxMirror the parse_function pattern: 262
_offc_strlit.nxReduced repro for T#selfhost-003: uses a string literal so the 111
_offc_struct_cast.nxMirror of the emit_function pattern: 211
_offc_t4_smoke.nxSingle-function smoke test for Tier 4 emission.51
_offc_xfile_struct.nx602
_pe_f64pow.nxno Claude core logic.1704
_pp_minimal.nxnx_safety_envelope:292
_pp_minimal2.nxnx_safety_envelope:141
_premortem3_shtest.nx233
_primes_bitpacked.nxbit-packed Sieve of Eratosthenes.864
_primes_bitpacked_inline.nxbit-packed sieve with MANUALLY inlined bit ops.762
_primes_drag.nxmulti-pass sieve for drag-race timing.612
_primes_sieve.nxSieve of Eratosthenes, NishiLang.752
_probe_alw2.nxprobe10
_probe_mulpow2_guard.nxAdversarial probe: reproduce the EXACT log2-by-halving + k<W guard logic from764
_probe_mulpow2_soundness.nxAdversarial probe #2: is the LIVE rule's union actually SOUND for every k it794
_py_freq_substrate.nx211
_py_head2head_substrate.nx362
_py_quant_substrate.nx191
_q8blkdot_minrepro.nxthe feature program for __q8blk_i16dot (search R0s-b, 2026-09-17): one Q8_0 block's dot,616
_ro_probe_fx_isqrt_20397.nxGENERATED by nx_retire_onto prove; transient, named per function and pid, removed after the run261
_ro_probe_fx_isqrt_9162.nxGENERATED by nx_retire_onto prove; transient, named per function and pid, removed after the run261
_scalar_bitops_kat.nx_scalar_bitops_kat.nx — KAT for __bswap64/__clz32/__ctz32/__popcnt64662
_self_host_lane_binops_test.nxone smoke each.651
_self_host_li_boundary_test.nxexercises corner cases at591
_self_host_li_test.nxTest that the self-host can load a 49-bit constant correctly.101
_self_host_mem_test.nxTest that mmap+store+read works in self-host.141
_self_host_neg_li_test.nxTest that li of large negative value works through self-host.91
_self_host_or_shift3_test.nx91
_self_host_or_shift_test.nxBisect: does `expr | (expr << N)` work in self-host?101
_self_host_pack4_neg_test.nxTest pack4_i16 with negative first arg + vreduce_min.222
_self_host_pack4_oneline.nxSame pack4 but body on ONE line. If this passes but multiline132
_self_host_pack4_repro.nxExact reproduction of pack4_i16 to isolate the bug.172
_self_host_sat_trio_test.nxexercise 3 new saturating ops621
_self_host_shift32_test.nx91
_self_host_shift_arith_matrix.nxRegression matrix: every shift + funct7-discriminated arith op 867
_self_host_simd_i32_test.nxi32x8 set: 5 ops verified.461
_self_host_simd_i64_test.nxi64x4 closes the 4-width spectrum.631
_self_host_simd_i8_test.nxi8x32 set: 6 ops, 6 assertions.521
_self_host_simd_minmax_sat_test.nx3 ops in one smoke.492
_self_host_simd_shift_test.nxvsll/vsrl/vsra for i16x16.551
_self_host_simd_sum_bcast_test.nxvreduce_sum + vbroadcast.581
_self_host_stmt_boundary_regression.nxRegression for at_stmt_boundary refinement (2026-05-16). 484
_self_host_vdot_full.nxfull vdot [1..16] . [1..16] via self-host. 311
_self_host_vdot_simple.nxminimal sanity: dot([1,1,..1] . [1,1,..1]) = 16. 201
_self_host_vdot_test.nxproves the self-host can emit392
_self_host_vreduce_min_test.nxMinimal smoke for vreduce_min: just call it and return modulo 100.141
_selfhost_compile_42.nxend-to-end self-host validation.691
_selfhost_compile_binop.nxCompile 'func main() -> i64 { return 2 + 3 * 4 }' via NishiLang pipeline.641
_selfhost_compile_if.nxcompile `if 1 { return 42 } return 7` via781
_selfhost_compile_if_false.nxcompile `if 0 { return 42 } return 7`.741
_selfhost_compile_let.nxCompile 'func main() -> i64 { let x = 7 ; return x + 1 }' via pipeline.721
_sha512_kat.nx_sha512_kat.nx — NIST CAVS SHA-512 KATs.443
_sha512_kernel_fast.nxSHA-512 nonlinear-function rotation251
_sha512_kernel_soft.nxsame SHA-512 rotation kernel but using211
_shr6.nx71
_simhash_popcount_gate.nxbyte-identity KAT for SPD-ALG-SEARCH-01 (search-popcount-swar).512
_sprinkler_w0_throughput_bench.nxW0 hardened-field embedded1564
_tlskdf_minrepro.nxMINIMAL REPRO for the Jun-2 native-compiler903
_ts_diag.nxprints the KAT4 score comparison values (3-layer score).263
_u256_cmov_gate.nxKAT for u256_cmov (the SEC-CT-001 foundation primitive).482
_wt_probe_one.nxsingle-host WALL PROBE unit for nx_wall_triage. Runs the401
abb_t1.nx20
abb_t2.nxCalculates and prints the product of 42 and 101 followed by a newline.121
abb_t3.nx10
abr_t1.nxCalculates and prints the product of 42 and 101 followed by a newline.121
abr_t2.nxCalculates and prints a value, reverses a string in memory, and outputs multiple numeric values.311
abr_t3.nxCalculates and prints the product of 42 and 101 followed by a newline.121
accept_lang.nxparse HTTP Accept-Language header. 2177
adler32.nxAdler-32 checksum (Mark Adler, zlib/gzip). 824
aead.nxChaCha20-Poly1305 AEAD (RFC 8439 section 2.8). 1696
asn1.nxASN.1 DER TLV (Tag-Length-Value) primitives. 1937
async_rt.nxcooperative async task runtime. 1608
atom.nxAtom 1.0 feed builder (RFC 4287). 1817
base32.nxRFC 4648 base32 encoder + decoder. 1785
base58.nxBitcoin / IPFS base58 encoder + decoder. 1827
base64.nxRFC 4648 base64 encoder + decoder. 1637
basic_auth.nxHTTP Basic Authentication (RFC 7617). 1954
bearer_auth.nxextract Bearer tokens from Authorization header. 1275
bench_emit.nxstream workload through OUR primitives, emit numbers to stdout. 1065
bench_hll_vs_cpc.nxhead-to-head workload runner. 771
bench_hll_vs_cpcd.nxHLL_8 vs CPC DENSE at matched accuracy. 731
bench_multiseed.nx20-workload accuracy averaging for OUR HLL + CPC. 1496
bf_probe.nxdo not hand-edit385
bigint.nxKAT GATE for the multi-precision integer primitives (syscalls.nx import chain).391
bitset.nxpacked bit array with O(1) get / set / clear. 18511
bloom.nxBloom filter (Burton Howard Bloom, 1970). 1237
bmp_header.nxparse Windows BMP/DIB image headers. 1476
bytes_fmt.nxhuman-readable byte-size formatter. 1235
cache_control.nxparse HTTP Cache-Control header. 2626
callee_save_test.nxexercise emit_function's save_mask > 0 path. 2162
cap.nxcapability-based security primitives. 1415
chacha20.nxRFC 8439 ChaCha20 stream cipher. 2158
channel.nxtyped message-passing primitive (Phase M1 seed). 1188
cidr.nxIPv4 CIDR (RFC 4632) parser + match. 1015
civil_date.nxGregorian civil date from unix seconds. 1455
content_type.nxparse a Content-Type / Accept header value. 1678
cookie.nxparse HTTP Cookie header (RFC 6265 §4.2). 1856
cors.nxbuild CORS response headers. 1679
crc16.nxCRC-16 variants (CCITT, IBM, MODBUS). 1095
crc32.nxCRC-32 checksum (IEEE 802.3 + Castagnoli). 914
crockford32.nxCrockford Base32 encoding. 1975
crt0.nxsovereign `_start` stub for NishiLang programs. 561
csrf_token.nxCross-Site Request Forgery token generation.1755
csv.nxRFC 4180 comma-separated values parser. 1943
csv_writer.nxRFC 4180 CSV serialiser. 1445
ct.nxconstant-time arithmetic primitives. 1677
digest_auth.nxHTTP Digest authentication response builder. 1855
dlist.nxintrusive doubly-linked list. 15913
dom.nxCooper-Harvey-Kennedy dominance, in NishiLang. 4265
dom_fn.nxdominator tree on *Function (opt.nx consumer). 2556
dom_test.nxself-test for dom.nx. 831
dp.nxdifferential privacy accounting + noise. 1516
ed25519.nxEd25519 signature verification (RFC 8032). 1995
effect.nxtyped effects tracking (phase A: runtime log). 1147
elf_writer.nxemit a minimal RV64 Linux ELF executable.2477
email_addr.nxRFC 5322 addr-spec validator (practical subset). 2406
end2end_test.nxprove lex.nx + parse.nx + ir.nx work together. 1322
env.nxparse .env / dotenv-style configuration files. 2537
etag.nxgenerate + compare HTTP ETag headers (RFC 7232). 1557
f6_gate.nxsovereign replacement for bench/f6_gate.sh. 2876
fhe.nxfully homomorphic encryption scaffold. 1588
field-negative-r2-integer-t280.nx32
field-negative-r2-missing-t280.nx32
field-negative-r2-nonstruct-t280.nx22
field-negative-r3-index-missing-t280.nx42
field-negative-r3-integer-t280.nx32
field-negative-r3-missing-index-t280.nx32
field-negative-r3-missing-t280.nx32
field-negative-r3-nonstruct-t280.nx22
field-positive-f32-t300.nx41
field-positive-narrow-t299.nx41
field-positive-r2-t280.nx41
field-positive-r3-t280.nx41
fp32_parts_test.nxround-trip literal conversion. 832
fp64_parts_test.nxIEEE 754 binary64 literal-encoding round-trip. 872
fs.nxfile I/O stdlib (Phase G1 in the roadmap). 20116
fs_result_test.nxend-to-end Result<T, FsError> smoke. 402
fs_unlink_tail_test.nxend-to-end smoke for fs_unlink + fs_tail.872
fuzz_lex_test.nxmutational fuzz against lex_source. 971
fuzz_parse_test.nxmutational fuzz against parse_module. 1201
fx.nxdeterministic Q16.16 fixed-point math. 35823
fx_exp_test.nxKAT for the fixed-point base-2 exponential family613
fx_gate.nxthe gate for the Q16.16 fixed-point math 49 modules import.1082
fx_log2_test.nxKAT for the fixed-point binary logarithm.582
gen_hll_bias_nx.nxgenerate HLL bias table by running OUR HLL. 1996
generated_primitives_1000.nxdo not hand-edit.20161001
generic_types_test.nxexercises the monomorphization port. 643
glob.nxPOSIX-style glob pattern matching. 1744
gzip_header.nxparse RFC 1952 gzip stream headers. 1714
heap.nxbinary min-heap (priority queue). 1409
hello.nxReturns the integer 42 as the result of the main function.21
hello_off_c.nxthe smallest "off C" demonstration. 181
hex.nxlowercase hex encoder + decoder. 974
hexdump.nxxxd-style byte buffer dump. 1174
himport.nxExits the program with status code 7 using the sys_exit system call.31
hkdf.nxHKDF-SHA-256 (RFC 5869).1263
hkdf_sha1.nxHMAC-based Key Derivation Function with SHA-1. 1454
hkdf_sha384.nxHKDF-SHA-384 (RFC 5869). 923
hkdf_sha512.nxHKDF-SHA-512 (RFC 5869). 893
hll_bias_table.nxbias table calibrated by OUR HLL on OUR streams 27357
hmac.nx############################################################################################1102
hmac_md5.nxHMAC with MD5 (RFC 2104). 1042
hmac_sha1.nxHMAC with SHA-1 (RFC 2104 + FIPS 198-1). 1212
hmac_sha384.nxHMAC-SHA-384 (RFC 2104 / FIPS 198-1). 852
hmac_sha512.nxHMAC-SHA-512 (RFC 2104 / FIPS 198-1). 752
hotp_sha1.nxRFC 4226 HOTP with SHA-1. 863
html_escape.nxalias stub.200
http.nxHTTP/1.1 request parser (RFC 7230/9112 subset). 27610
http_date.nxformat + parse RFC 7231 IMF-fixdate. 18812
http_resp.nxHTTP/1.1 response generator. 1989
ico_header.nxparse Windows ICO / CUR icon container headers. 1605
import.nxsovereign import preprocessor (replaces main.c logic). 57922
ini.nxparse INI-style configuration files. 2267
ini_writer.nxserialise INI-style config. 1046
io.nxepoll-based non-blocking event loop (Phase G3). 1398
ipaddr.nxIPv4 + IPv6 address parse / format. 3428
ir.nxalias stub.130
ir_test.nxself-test for ir.nx library. 391
ir_validate.nxalias stub.130
iso8601.nxformat + parse ISO 8601 date-time strings. 1908
jpeg_header.nxparse JPEG JFIF markers enough to extract 1565
json.nxpull-style JSON parser (Phase G12, RFC 8259). 2579
json_emit.nxRFC 8259 JSON writer (complement to json.nx parser). 27315
jwt.nxJSON Web Token sign + verify (HS256 only).2315
leb128.nxLEB128 (Little-Endian Base 128) integer encoding. 1535
levenshtein.nxLevenshtein edit distance. 843
lex.nxNishiLang source tokenizer, ported from lex.c. 59016
lex_float_test.nxself-test for TK_FLOAT lexing. 651
lex_kinds.nxalias stub.130
lex_test.nxself-test for lex.nx. 391
linear_type.nxruntime tracking for linear/affine resources. 1509
locality.nxdata-locality markers + cost estimates. 1056
log.nxstructured logging with levels. 1417
lru.nxLeast-Recently-Used cache. 1616
lz4_header.nxparse LZ4 frame format headers (RFC-less 1615
mac48.nxIEEE 48-bit Ethernet MAC address parse + format. 1407
main.nxNishiLang-side compiler driver. 842
map.nxRobin-hood hashmap with FNV-1a (Phase G8). 25510
map_test.nxRobin-hood hashmap self-test. 621
markdown_block.nxalias stub.90
markdown_inline.nxalias stub.90
md5.nxRFC 1321 MD5 hash. 2847
memcap.nxCHERI-style memory capabilities, pure software. 26713
memcap_violation_test.nxthe FAIL path of bounds-check. 171
mime.nxMIME type lookup by file extension. 1194
ml_dsa_65.nxML-DSA-65 post-quantum digital signature. 1064
ml_kem_768.nxML-KEM-768 post-quantum key encapsulation. 1144
multipart.nxparse multipart/form-data bodies (RFC 7578). 1883
murmur3.nxMurmurHash3 (Austin Appleby 2008/2011). 974
nanoid.nxmodern URL-safe ID generator. 1014
net.nxBSD-style socket primitives (Phase G2). 26221
nishi_hdl_primitives.nxNishi HDL DSL primitive types.25815
nishi_spawn_probe.nxverify the GUI keystone's process-spawn imports (IAT slots 20-23):837
nishi_synth.nxWHEELER-ONLY Verilog emitter.2669
nishi_synth_gates.nxsovereign gate-netlist emitter.30111
ntp.nxNTPv4 packet parser + builder (RFC 5905). 1937
numeric.nxKahan-discipline numerical primitives. 18511
nx_4chan.nxSOVEREIGN 4chan BROWSE / PREVIEW / DOWNLOAD adapter: the first of the media-manager72922
nx_5wh_log.nxunified 5W+H+GLP ledger. 40213
nx_a11y_check.nxLayer-3 WCAG 2.2 AA accessibility grader.32914
nx_a11y_check_test.nxsmoke for the WCAG 2.2 AA grader.892
nx_a64_probe.nxtrivial R-ARM.0 probe: does the sovereign compiler emit aarch64?82
nx_aa_raster.nxSOVEREIGN anti-aliased contour rasterizer (the core of the AA font renderer).863
nx_aarch64.nxDEFINITION-COMPLETE: an instruction/ABI emitter exposes one function per emitted form. Emitters40120
nx_abi_lock.nxsealed signature of a module's public ABI surface. 1864
nx_abi_lock_test.nxsmoke: seal two identical manifests, verify UNCHANGED. 652
nx_abortive.nxcompromised-cell self-termination state machine29510
nx_abortive_test.nxsmoke for nx_abortive.1611
nx_abs.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_abs_ab.nxrigorous SAME-PROCESS A/B of branchy vs branchless abs in944
nx_abs_diff.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_abs_diff_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_abs_test.nx91
nx_absa_bench.nxscore the estate's unigram frequency baseline for aspect-term extraction against the1251
nx_absa_bench_gate.nxGATE for the SemEval-2014 SB1 scorer in nx_absa_lib (intelmine IM17), driven2213
nx_absa_lib.nxthe SCORING MATH for SemEval-2014 Task 4 subtask 1 (aspect term extraction), as a shared lib88332
nx_absa_seq.nxrung IM28: a SUPERVISED SEQUENCE model for aspect-term extraction (SemEval-2014 Task 4 SB1),144742
nx_absa_seq_gate.nxGATE for the averaged structured perceptron (nx_absa_seq, rung IM28), driven IN-PROCESS on2871
nx_absa_seqextract.nxrung IM28: train the averaged structured perceptron (nx_absa_seq) on a SemEval TRAIN1631
nx_absent.nxPROVE ABSENCE, OR REFUSE TO CLAIM IT. Sovereign, no shell, no client-side filtering.2506
nx_abstat_aa_gate.nxA/A CALIBRATION, A-PRIORI SAMPLE SIZE, ALWAYS-VALID MONITORING and CUPED for the37614
nx_abstat_gate.nxTHE REFEREE FOR THE A/B CONTRAST CORE (nx_abstat_lib).1514
nx_abstat_lib.nxTHE A/B CONTRAST CORE: two arms, replicated, per-axis, family-wise corrected.68844
nx_ac_enthalpy_metrics.nxthe AC PERFORMANCE crown, built on the1239
nx_ac_enthalpy_metrics_test.nxKAT gate for the AC performance crown.842
nx_ac_fdd.nxConverts refrigerant/air-side diagnostic metrics into actionable fault verdicts for HVAC systems.2002
nx_ac_fdd_test.nxgate for the refrigerant/air-side FDD verdict.1573
nx_ac_monitor.nxthe PRODUCT BRAIN: one call takes a raw sensor reading1482
nx_ac_monitor_demo.nxrender a multi-unit AC Health Monitor dashboard to1123
nx_ac_monitor_page.nxemit the HUBLESS, browser-first AC monitoring20011
nx_ac_monitor_page_gate.nxgate for the hubless browser monitoring page.1135
nx_ac_monitor_test.nxgate for the unified product brain.1233
nx_ac_sensor_verify.nxthe reading-level LIAR-KILLER: the trust backbone2913
nx_ac_sensor_verify_test.nxgate for the reading-level liar-killer.1472
nx_acceleration.nx3D acceleration vector + Newton's second-law1319
nx_acceleration_test.nxacceleration vector ops + Newton's862
nx_accept.nxTHE THREE-PARTY ACCEPTANCE LEDGER'S VERBS (2026-08-31). Operator standing order 2026-08-30:50721
nx_accept_binding_candidate_t230.nxCandidate additive acceptance binding for nx_accept owner; legacy subject records unchanged.888
nx_accept_binding_gate_t230.nxNative acceptance binding predicate qualification; synthetic receipts use retained Beach artifact identity.513
nx_accept_candidate_t230.nxTHE THREE-PARTY ACCEPTANCE LEDGER'S VERBS (2026-08-31). Operator standing order 2026-08-30:50721
nx_accept_cli_gate_t230.nxReal-file qualification of additive CLI adapter. Fixture only; no acceptance plane writes.331
nx_accept_decl.nxGENERATED ACCEPTANCE DECLARATIONS. <!-- NX-DERIVED: regenerated artefact, not authored memory -->90
nx_accept_gate.nxTHE GATE FOR THE THREE-PARTY ACCEPTANCE LEDGER (2026-08-31).38815
nx_accept_lang.nxparse HTTP Accept-Language header.2237
nx_accept_lib.nxTHE THREE-PARTY ACCEPTANCE LEDGER: the decision core behind every ACCEPTANCE cell on103249
nx_accept_ref_lib.nxTHE VERB-SIDE HALF OF THE THREE-PARTY ACCEPTANCE LEDGER (2026-08-31).40719
nx_accept_release_binding.nxCandidate additive acceptance binding for nx_accept owner; legacy subject records unchanged.888
nx_accept_release_gate.nxReal-file qualification of additive CLI adapter. Fixture only; no acceptance plane writes.602
nx_access_research_fetch.nxthe Nishi RESEARCHER's sovereign fetch for ACCESSIBILITY / ACCOMMODATION835
nx_accommodate.nxR2 of THE NISHI SITUATION-MANAGEMENT arc: the ACCOMMODATION engine. Operator:596
nx_accommodate_gate.nxR2 GATE: proves the accommodation engine adapts the SAME 5-step climb-out plan755
nx_aces_native.nxscene-referred linear color transforms, 2928
nx_acme.nxACME (RFC 8555) state machine + request builders.36013
nx_acme_csr.nxPKCS#10 CertificationRequest (CSR) for ECDSA P-256,1783
nx_acme_directory_live.nxFIRST live ACME network step: GET the1091
nx_acme_directory_live_real_ca_test.nxL11 step 2d.2443
nx_acme_dns01_issue.nxlive ACME (RFC 8555) DNS-01 *WILDCARD* issuance68310
nx_acme_dns01_propagation.nxreal DNS-01 TXT propagation poll.1917
nx_acme_es256.nxACME (RFC 8555) request builders for the ES2562839
nx_acme_http.nxreusable ACME transport + tiny JSON string reader.3624
nx_acme_issue.nxlive ACME issuance drive loop (ES256, DNS-01).5119
nx_acme_porkbun.nxPorkbun DNS API client for ACME DNS-01.25011
nx_acme_response.nxACME (RFC 8555) HTTP response parser.2288
nx_acme_response_test.nxsmoke for the ACME response parser.1643
nx_acme_test.nxstate-machine smoke for nx_acme.702
nx_acquire.nxTHE LIBRARIAN'S SHELF. Reads knowledge/acquire_sources.conf and answers, for every1905
nx_acquire_gate.nxGATE for nx_acquire_lib, the librarian's door.1611
nx_acquire_lib.nxTHE LIBRARIAN'S DOOR: what may we do with an EXTERNAL artifact?24010
nx_acquire_license.nxthin CLI over nx_acquire_license_lib (licence-URL derivation).712
nx_acquire_license_gate.nxGATE for nx_acquire_license_lib.983
nx_acquire_license_lib.nxthe LICENCE-URL DERIVATION as a LIBRARY.1539
nx_activation_steer.nxactivation steering primitive. 3415
nx_actlog_gate.nxEND-TO-END gate for the action-journal miner: forks the SUBJECT ARTIFACT and runs953
nx_actlog_writer_gate.nxExercise the actual shared journal writer on one exclusive caller-owned /tmp file.1334
nx_actor.nxcooperative green-thread driver for differentiated cells.34121
nx_actor_role_audio_grader.nxaudio-scene-grading actor role.18310
nx_actor_role_audio_grader_test.nxsmoke for nx_actor_role_audio_grader.1151
nx_actor_role_game_logic.nxgame-logic actor role.17110
nx_actor_role_game_logic_test.nxsmoke for nx_actor_role_game_logic.1281
nx_actor_role_image_grader.nximage-grading actor role.15510
nx_actor_role_image_grader_test.nxsmoke for nx_actor_role_image_grader.1221
nx_actor_role_llm.nxLLM-inference actor role adapter.28712
nx_actor_role_llm_test.nxintegration smoke proving the actor adapter1462
nx_actor_role_llm_v2.nxREAL transformer-forward LLM actor.26611
nx_actor_role_llm_v2_autoreg_test.nxreset state-machine smoke for1011
nx_actor_role_llm_v2_real_autoreg_test.nxmulti-token REAL transformer1201
nx_actor_role_llm_v2_real_test.nxREAL end-to-end smoke driving the2623
nx_actor_role_llm_v2_test.nxwiring smoke for nx_actor_role_llm_v2.1261
nx_actor_test.nxsmoke for nx_actor.1761
nx_adaptive_bitrate.nxpick a quality tier from observed link state. 2497
nx_adaptive_layer.nxbits-up Q14 multi-criteria adaptive layer1542
nx_adaptive_layer_test.nxprove multi-criteria adaptive layer991
nx_adc_acc_kat.nxisolated KAT for the G3 __adc_acc intrinsic with DIRECT562
nx_add_10.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_100.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_1000.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_1000_test.nx91
nx_add_100_test.nx91
nx_add_101.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_101_test.nx91
nx_add_102.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_102_test.nx91
nx_add_103.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_103_test.nx91
nx_add_104.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_104_test.nx91
nx_add_105.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_105_test.nx91
nx_add_106.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_106_test.nx91
nx_add_107.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_107_test.nx91
nx_add_108.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_108_test.nx91
nx_add_109.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_109_test.nx91
nx_add_10_test.nx91
nx_add_11.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_110.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_110_test.nx91
nx_add_111.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_111_test.nx91
nx_add_112.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_112_test.nx91
nx_add_113.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_113_test.nx91
nx_add_114.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_114_test.nx91
nx_add_115.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_115_test.nx91
nx_add_116.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_116_test.nx91
nx_add_117.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_117_test.nx91
nx_add_118.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_118_test.nx91
nx_add_119.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_119_test.nx91
nx_add_11_test.nx91
nx_add_12.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_120.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_120_test.nx91
nx_add_121.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_121_test.nx91
nx_add_122.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_122_test.nx91
nx_add_123.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_123_test.nx91
nx_add_124.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_124_test.nx91
nx_add_125.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_125_test.nx91
nx_add_126.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_126_test.nx91
nx_add_127.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_127_test.nx91
nx_add_128.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_128_test.nx91
nx_add_129.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_129_test.nx91
nx_add_12_test.nx91
nx_add_13.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_130.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_130_test.nx91
nx_add_131.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_131_test.nx91
nx_add_132.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_132_test.nx91
nx_add_133.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_133_test.nx91
nx_add_134.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_134_test.nx91
nx_add_135.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_135_test.nx91
nx_add_136.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_136_test.nx91
nx_add_137.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_137_test.nx91
nx_add_138.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_138_test.nx91
nx_add_139.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_139_test.nx91
nx_add_13_test.nx91
nx_add_14.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_140.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_140_test.nx91
nx_add_141.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_141_test.nx91
nx_add_142.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_142_test.nx91
nx_add_143.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_143_test.nx91
nx_add_144.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_144_test.nx91
nx_add_145.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_145_test.nx91
nx_add_146.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_146_test.nx91
nx_add_147.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_147_test.nx91
nx_add_148.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_148_test.nx91
nx_add_149.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_149_test.nx91
nx_add_14_test.nx91
nx_add_15.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_150.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_150_test.nx91
nx_add_151.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_151_test.nx91
nx_add_152.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_152_test.nx91
nx_add_153.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_153_test.nx91
nx_add_154.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_154_test.nx91
nx_add_155.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_155_test.nx91
nx_add_156.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_156_test.nx91
nx_add_157.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_157_test.nx91
nx_add_158.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_158_test.nx91
nx_add_159.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_159_test.nx91
nx_add_15_test.nx91
nx_add_16.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_160.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_160_test.nx91
nx_add_161.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_161_test.nx91
nx_add_162.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_162_test.nx91
nx_add_163.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_163_test.nx91
nx_add_164.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_164_test.nx91
nx_add_165.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_165_test.nx91
nx_add_166.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_166_test.nx91
nx_add_167.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_167_test.nx91
nx_add_168.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_168_test.nx91
nx_add_169.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_169_test.nx91
nx_add_16_test.nx91
nx_add_17.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_170.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_170_test.nx91
nx_add_171.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_171_test.nx91
nx_add_172.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_172_test.nx91
nx_add_173.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_173_test.nx91
nx_add_174.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_174_test.nx91
nx_add_175.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_175_test.nx91
nx_add_176.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_176_test.nx91
nx_add_177.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_177_test.nx91
nx_add_178.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_178_test.nx91
nx_add_179.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_179_test.nx91
nx_add_17_test.nx91
nx_add_18.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_180.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_180_test.nx91
nx_add_181.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_181_test.nx91
nx_add_182.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_182_test.nx91
nx_add_183.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_183_test.nx91
nx_add_184.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_184_test.nx91
nx_add_185.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_185_test.nx91
nx_add_186.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_186_test.nx91
nx_add_187.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_187_test.nx91
nx_add_188.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_188_test.nx91
nx_add_189.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_189_test.nx91
nx_add_18_test.nx91
nx_add_19.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_190.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_190_test.nx91
nx_add_191.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_191_test.nx91
nx_add_192.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_192_test.nx91
nx_add_193.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_193_test.nx91
nx_add_194.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_194_test.nx91
nx_add_195.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_195_test.nx91
nx_add_196.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_196_test.nx91
nx_add_197.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_197_test.nx91
nx_add_198.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_198_test.nx91
nx_add_199.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_199_test.nx91
nx_add_19_test.nx91
nx_add_2.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_20.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_200.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_200_test.nx91
nx_add_201.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_201_test.nx91
nx_add_202.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_202_test.nx91
nx_add_203.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_203_test.nx91
nx_add_204.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_204_test.nx91
nx_add_205.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_205_test.nx91
nx_add_206.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_206_test.nx91
nx_add_207.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_207_test.nx91
nx_add_208.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_208_test.nx91
nx_add_209.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_209_test.nx91
nx_add_20_test.nx91
nx_add_21.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_210.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_210_test.nx91
nx_add_211.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_211_test.nx91
nx_add_212.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_212_test.nx91
nx_add_213.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_213_test.nx91
nx_add_214.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_214_test.nx91
nx_add_215.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_215_test.nx91
nx_add_216.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_216_test.nx91
nx_add_217.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_217_test.nx91
nx_add_218.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_218_test.nx91
nx_add_219.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_219_test.nx91
nx_add_21_test.nx91
nx_add_22.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_220.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_220_test.nx91
nx_add_221.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_221_test.nx91
nx_add_222.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_222_test.nx91
nx_add_223.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_223_test.nx91
nx_add_224.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_224_test.nx91
nx_add_225.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_225_test.nx91
nx_add_226.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_226_test.nx91
nx_add_227.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_227_test.nx91
nx_add_228.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_228_test.nx91
nx_add_229.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_229_test.nx91
nx_add_22_test.nx91
nx_add_23.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_230.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_230_test.nx91
nx_add_231.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_231_test.nx91
nx_add_232.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_232_test.nx91
nx_add_233.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_233_test.nx91
nx_add_234.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_234_test.nx91
nx_add_235.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_235_test.nx91
nx_add_236.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_236_test.nx91
nx_add_237.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_237_test.nx91
nx_add_238.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_238_test.nx91
nx_add_239.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_239_test.nx91
nx_add_23_test.nx91
nx_add_24.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_240.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_240_test.nx91
nx_add_241.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_241_test.nx91
nx_add_242.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_242_test.nx91
nx_add_243.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_243_test.nx91
nx_add_244.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_244_test.nx91
nx_add_245.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_245_test.nx91
nx_add_246.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_246_test.nx91
nx_add_247.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_247_test.nx91
nx_add_248.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_248_test.nx91
nx_add_249.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_249_test.nx91
nx_add_24_test.nx91
nx_add_25.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_250.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_250_test.nx91
nx_add_251.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_251_test.nx91
nx_add_252.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_252_test.nx91
nx_add_253.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_253_test.nx91
nx_add_254.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_254_test.nx91
nx_add_255.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_255_test.nx91
nx_add_256.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_256_test.nx91
nx_add_257.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_257_test.nx91
nx_add_258.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_258_test.nx91
nx_add_259.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_259_test.nx91
nx_add_25_test.nx91
nx_add_26.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_260.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_260_test.nx91
nx_add_261.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_261_test.nx91
nx_add_262.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_262_test.nx91
nx_add_263.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_263_test.nx91
nx_add_264.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_264_test.nx91
nx_add_265.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_265_test.nx91
nx_add_266.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_266_test.nx91
nx_add_267.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_267_test.nx91
nx_add_268.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_268_test.nx91
nx_add_269.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_269_test.nx91
nx_add_26_test.nx91
nx_add_27.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_270.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_270_test.nx91
nx_add_271.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_271_test.nx91
nx_add_272.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_272_test.nx91
nx_add_273.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_273_test.nx91
nx_add_274.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_274_test.nx91
nx_add_275.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_275_test.nx91
nx_add_276.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_276_test.nx91
nx_add_277.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_277_test.nx91
nx_add_278.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_278_test.nx91
nx_add_279.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_279_test.nx91
nx_add_27_test.nx91
nx_add_28.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_280.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_280_test.nx91
nx_add_281.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_281_test.nx91
nx_add_282.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_282_test.nx91
nx_add_283.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_283_test.nx91
nx_add_284.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_284_test.nx91
nx_add_285.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_285_test.nx91
nx_add_286.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_286_test.nx91
nx_add_287.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_287_test.nx91
nx_add_288.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_288_test.nx91
nx_add_289.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_289_test.nx91
nx_add_28_test.nx91
nx_add_29.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_290.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_290_test.nx91
nx_add_291.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_291_test.nx91
nx_add_292.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_292_test.nx91
nx_add_293.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_293_test.nx91
nx_add_294.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_294_test.nx91
nx_add_295.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_295_test.nx91
nx_add_296.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_296_test.nx91
nx_add_297.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_297_test.nx91
nx_add_298.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_298_test.nx91
nx_add_299.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_299_test.nx91
nx_add_29_test.nx91
nx_add_2_test.nx91
nx_add_3.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_30.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_300.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_300_test.nx91
nx_add_301.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_301_test.nx91
nx_add_302.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_302_test.nx91
nx_add_303.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_303_test.nx91
nx_add_304.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_304_test.nx91
nx_add_305.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_305_test.nx91
nx_add_306.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_306_test.nx91
nx_add_307.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_307_test.nx91
nx_add_308.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_308_test.nx91
nx_add_309.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_309_test.nx91
nx_add_30_test.nx91
nx_add_31.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_310.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_310_test.nx91
nx_add_311.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_311_test.nx91
nx_add_312.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_312_test.nx91
nx_add_313.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_313_test.nx91
nx_add_314.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_314_test.nx91
nx_add_315.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_315_test.nx91
nx_add_316.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_316_test.nx91
nx_add_317.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_317_test.nx91
nx_add_318.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_318_test.nx91
nx_add_319.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_319_test.nx91
nx_add_31_test.nx91
nx_add_32.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_320.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_320_test.nx91
nx_add_321.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_321_test.nx91
nx_add_322.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_322_test.nx91
nx_add_323.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_323_test.nx91
nx_add_324.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_324_test.nx91
nx_add_325.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_325_test.nx91
nx_add_326.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_326_test.nx91
nx_add_327.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_327_test.nx91
nx_add_328.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_328_test.nx91
nx_add_329.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_329_test.nx91
nx_add_32_test.nx91
nx_add_33.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_330.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_330_test.nx91
nx_add_331.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_331_test.nx91
nx_add_332.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_332_test.nx91
nx_add_333.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_333_test.nx91
nx_add_334.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_334_test.nx91
nx_add_335.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_335_test.nx91
nx_add_336.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_336_test.nx91
nx_add_337.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_337_test.nx91
nx_add_338.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_338_test.nx91
nx_add_339.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_339_test.nx91
nx_add_33_test.nx91
nx_add_34.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_340.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_340_test.nx91
nx_add_341.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_341_test.nx91
nx_add_342.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_342_test.nx91
nx_add_343.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_343_test.nx91
nx_add_344.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_344_test.nx91
nx_add_345.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_345_test.nx91
nx_add_346.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_346_test.nx91
nx_add_347.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_347_test.nx91
nx_add_348.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_348_test.nx91
nx_add_349.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_349_test.nx91
nx_add_34_test.nx91
nx_add_35.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_350.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_350_test.nx91
nx_add_351.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_351_test.nx91
nx_add_352.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_352_test.nx91
nx_add_353.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_353_test.nx91
nx_add_354.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_354_test.nx91
nx_add_355.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_355_test.nx91
nx_add_356.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_356_test.nx91
nx_add_357.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_357_test.nx91
nx_add_358.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_358_test.nx91
nx_add_359.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_359_test.nx91
nx_add_35_test.nx91
nx_add_36.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_360.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_360_test.nx91
nx_add_361.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_361_test.nx91
nx_add_362.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_362_test.nx91
nx_add_363.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_363_test.nx91
nx_add_364.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_364_test.nx91
nx_add_365.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_365_test.nx91
nx_add_366.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_366_test.nx91
nx_add_367.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_367_test.nx91
nx_add_368.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_368_test.nx91
nx_add_369.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_369_test.nx91
nx_add_36_test.nx91
nx_add_37.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_370.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_370_test.nx91
nx_add_371.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_371_test.nx91
nx_add_372.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_372_test.nx91
nx_add_373.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_373_test.nx91
nx_add_374.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_374_test.nx91
nx_add_375.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_375_test.nx91
nx_add_376.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_376_test.nx91
nx_add_377.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_377_test.nx91
nx_add_378.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_378_test.nx91
nx_add_379.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_379_test.nx91
nx_add_37_test.nx91
nx_add_38.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_380.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_380_test.nx91
nx_add_381.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_381_test.nx91
nx_add_382.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_382_test.nx91
nx_add_383.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_383_test.nx91
nx_add_384.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_384_test.nx91
nx_add_385.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_385_test.nx91
nx_add_386.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_386_test.nx91
nx_add_387.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_387_test.nx91
nx_add_388.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_388_test.nx91
nx_add_389.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_389_test.nx91
nx_add_38_test.nx91
nx_add_39.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_390.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_390_test.nx91
nx_add_391.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_391_test.nx91
nx_add_392.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_392_test.nx91
nx_add_393.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_393_test.nx91
nx_add_394.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_394_test.nx91
nx_add_395.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_395_test.nx91
nx_add_396.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_396_test.nx91
nx_add_397.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_397_test.nx91
nx_add_398.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_398_test.nx91
nx_add_399.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_399_test.nx91
nx_add_39_test.nx91
nx_add_3_test.nx91
nx_add_4.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_40.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_400.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_400_test.nx91
nx_add_401.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_401_test.nx91
nx_add_402.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_402_test.nx91
nx_add_403.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_403_test.nx91
nx_add_404.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_404_test.nx91
nx_add_405.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_405_test.nx91
nx_add_406.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_406_test.nx91
nx_add_407.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_407_test.nx91
nx_add_408.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_408_test.nx91
nx_add_409.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_409_test.nx91
nx_add_40_test.nx91
nx_add_41.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_410.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_410_test.nx91
nx_add_411.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_411_test.nx91
nx_add_412.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_412_test.nx91
nx_add_413.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_413_test.nx91
nx_add_414.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_414_test.nx91
nx_add_415.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_415_test.nx91
nx_add_416.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_416_test.nx91
nx_add_417.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_417_test.nx91
nx_add_418.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_418_test.nx91
nx_add_419.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_419_test.nx91
nx_add_41_test.nx91
nx_add_42.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_420.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_420_test.nx91
nx_add_421.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_421_test.nx91
nx_add_422.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_422_test.nx91
nx_add_423.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_423_test.nx91
nx_add_424.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_424_test.nx91
nx_add_425.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_425_test.nx91
nx_add_426.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_426_test.nx91
nx_add_427.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_427_test.nx91
nx_add_428.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_428_test.nx91
nx_add_429.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_429_test.nx91
nx_add_42_test.nx91
nx_add_43.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_430.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_430_test.nx91
nx_add_431.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_431_test.nx91
nx_add_432.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_432_test.nx91
nx_add_433.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_433_test.nx91
nx_add_434.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_434_test.nx91
nx_add_435.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_435_test.nx91
nx_add_436.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_436_test.nx91
nx_add_437.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_437_test.nx91
nx_add_438.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_438_test.nx91
nx_add_439.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_439_test.nx91
nx_add_43_test.nx91
nx_add_44.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_440.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_440_test.nx91
nx_add_441.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_441_test.nx91
nx_add_442.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_442_test.nx91
nx_add_443.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_443_test.nx91
nx_add_444.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_444_test.nx91
nx_add_445.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_445_test.nx91
nx_add_446.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_446_test.nx91
nx_add_447.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_447_test.nx91
nx_add_448.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_448_test.nx91
nx_add_449.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_449_test.nx91
nx_add_44_test.nx91
nx_add_45.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_450.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_450_test.nx91
nx_add_451.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_451_test.nx91
nx_add_452.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_452_test.nx91
nx_add_453.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_453_test.nx91
nx_add_454.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_454_test.nx91
nx_add_455.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_455_test.nx91
nx_add_456.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_456_test.nx91
nx_add_457.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_457_test.nx91
nx_add_458.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_458_test.nx91
nx_add_459.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_459_test.nx91
nx_add_45_test.nx91
nx_add_46.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_460.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_460_test.nx91
nx_add_461.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_461_test.nx91
nx_add_462.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_462_test.nx91
nx_add_463.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_463_test.nx91
nx_add_464.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_464_test.nx91
nx_add_465.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_465_test.nx91
nx_add_466.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_466_test.nx91
nx_add_467.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_467_test.nx91
nx_add_468.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_468_test.nx91
nx_add_469.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_469_test.nx91
nx_add_46_test.nx91
nx_add_47.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_470.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_470_test.nx91
nx_add_471.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_471_test.nx91
nx_add_472.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_472_test.nx91
nx_add_473.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_473_test.nx91
nx_add_474.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_474_test.nx91
nx_add_475.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_475_test.nx91
nx_add_476.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_476_test.nx91
nx_add_477.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_477_test.nx91
nx_add_478.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_478_test.nx91
nx_add_479.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_479_test.nx91
nx_add_47_test.nx91
nx_add_48.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_480.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_480_test.nx91
nx_add_481.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_481_test.nx91
nx_add_482.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_482_test.nx91
nx_add_483.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_483_test.nx91
nx_add_484.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_484_test.nx91
nx_add_485.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_485_test.nx91
nx_add_486.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_486_test.nx91
nx_add_487.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_487_test.nx91
nx_add_488.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_488_test.nx91
nx_add_489.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_489_test.nx91
nx_add_48_test.nx91
nx_add_49.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_490.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_490_test.nx91
nx_add_491.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_491_test.nx91
nx_add_492.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_492_test.nx91
nx_add_493.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_493_test.nx91
nx_add_494.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_494_test.nx91
nx_add_495.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_495_test.nx91
nx_add_496.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_496_test.nx91
nx_add_497.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_497_test.nx91
nx_add_498.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_498_test.nx91
nx_add_499.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_499_test.nx91
nx_add_49_test.nx91
nx_add_4_test.nx91
nx_add_5.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_50.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_500.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_500_test.nx91
nx_add_501.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_501_test.nx91
nx_add_502.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_502_test.nx91
nx_add_503.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_503_test.nx91
nx_add_504.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_504_test.nx91
nx_add_505.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_505_test.nx91
nx_add_506.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_506_test.nx91
nx_add_507.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_507_test.nx91
nx_add_508.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_508_test.nx91
nx_add_509.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_509_test.nx91
nx_add_50_test.nx91
nx_add_51.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_510.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_510_test.nx91
nx_add_511.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_511_test.nx91
nx_add_512.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_512_test.nx91
nx_add_513.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_513_test.nx91
nx_add_514.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_514_test.nx91
nx_add_515.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_515_test.nx91
nx_add_516.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_516_test.nx91
nx_add_517.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_517_test.nx91
nx_add_518.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_518_test.nx91
nx_add_519.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_519_test.nx91
nx_add_51_test.nx91
nx_add_52.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_520.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_520_test.nx91
nx_add_521.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_521_test.nx91
nx_add_522.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_522_test.nx91
nx_add_523.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_523_test.nx91
nx_add_524.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_524_test.nx91
nx_add_525.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_525_test.nx91
nx_add_526.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_526_test.nx91
nx_add_527.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_527_test.nx91
nx_add_528.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_528_test.nx91
nx_add_529.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_529_test.nx91
nx_add_52_test.nx91
nx_add_53.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_530.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_530_test.nx91
nx_add_531.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_531_test.nx91
nx_add_532.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_532_test.nx91
nx_add_533.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_533_test.nx91
nx_add_534.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_534_test.nx91
nx_add_535.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_535_test.nx91
nx_add_536.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_536_test.nx91
nx_add_537.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_537_test.nx91
nx_add_538.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_538_test.nx91
nx_add_539.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_539_test.nx91
nx_add_53_test.nx91
nx_add_54.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_540.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_540_test.nx91
nx_add_541.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_541_test.nx91
nx_add_542.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_542_test.nx91
nx_add_543.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_543_test.nx91
nx_add_544.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_544_test.nx91
nx_add_545.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_545_test.nx91
nx_add_546.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_546_test.nx91
nx_add_547.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_547_test.nx91
nx_add_548.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_548_test.nx91
nx_add_549.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_549_test.nx91
nx_add_54_test.nx91
nx_add_55.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_550.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_550_test.nx91
nx_add_551.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_551_test.nx91
nx_add_552.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_552_test.nx91
nx_add_553.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_553_test.nx91
nx_add_554.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_554_test.nx91
nx_add_555.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_555_test.nx91
nx_add_556.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_556_test.nx91
nx_add_557.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_557_test.nx91
nx_add_558.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_558_test.nx91
nx_add_559.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_559_test.nx91
nx_add_55_test.nx91
nx_add_56.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_560.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_560_test.nx91
nx_add_561.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_561_test.nx91
nx_add_562.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_562_test.nx91
nx_add_563.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_563_test.nx91
nx_add_564.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_564_test.nx91
nx_add_565.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_565_test.nx91
nx_add_566.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_566_test.nx91
nx_add_567.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_567_test.nx91
nx_add_568.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_568_test.nx91
nx_add_569.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_569_test.nx91
nx_add_56_test.nx91
nx_add_57.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_570.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_570_test.nx91
nx_add_571.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_571_test.nx91
nx_add_572.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_572_test.nx91
nx_add_573.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_573_test.nx91
nx_add_574.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_574_test.nx91
nx_add_575.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_575_test.nx91
nx_add_576.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_576_test.nx91
nx_add_577.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_577_test.nx91
nx_add_578.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_578_test.nx91
nx_add_579.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_579_test.nx91
nx_add_57_test.nx91
nx_add_58.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_580.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_580_test.nx91
nx_add_581.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_581_test.nx91
nx_add_582.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_582_test.nx91
nx_add_583.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_583_test.nx91
nx_add_584.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_584_test.nx91
nx_add_585.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_585_test.nx91
nx_add_586.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_586_test.nx91
nx_add_587.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_587_test.nx91
nx_add_588.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_588_test.nx91
nx_add_589.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_589_test.nx91
nx_add_58_test.nx91
nx_add_59.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_590.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_590_test.nx91
nx_add_591.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_591_test.nx91
nx_add_592.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_592_test.nx91
nx_add_593.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_593_test.nx91
nx_add_594.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_594_test.nx91
nx_add_595.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_595_test.nx91
nx_add_596.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_596_test.nx91
nx_add_597.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_597_test.nx91
nx_add_598.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_598_test.nx91
nx_add_599.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_599_test.nx91
nx_add_59_test.nx91
nx_add_5_test.nx91
nx_add_6.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_60.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_600.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_600_test.nx91
nx_add_601.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_601_test.nx91
nx_add_602.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_602_test.nx91
nx_add_603.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_603_test.nx91
nx_add_604.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_604_test.nx91
nx_add_605.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_605_test.nx91
nx_add_606.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_606_test.nx91
nx_add_607.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_607_test.nx91
nx_add_608.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_608_test.nx91
nx_add_609.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_609_test.nx91
nx_add_60_test.nx91
nx_add_61.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_610.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_610_test.nx91
nx_add_611.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_611_test.nx91
nx_add_612.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_612_test.nx91
nx_add_613.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_613_test.nx91
nx_add_614.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_614_test.nx91
nx_add_615.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_615_test.nx91
nx_add_616.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_616_test.nx91
nx_add_617.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_617_test.nx91
nx_add_618.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_618_test.nx91
nx_add_619.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_619_test.nx91
nx_add_61_test.nx91
nx_add_62.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_620.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_620_test.nx91
nx_add_621.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_621_test.nx91
nx_add_622.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_622_test.nx91
nx_add_623.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_623_test.nx91
nx_add_624.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_624_test.nx91
nx_add_625.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_625_test.nx91
nx_add_626.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_626_test.nx91
nx_add_627.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_627_test.nx91
nx_add_628.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_628_test.nx91
nx_add_629.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_629_test.nx91
nx_add_62_test.nx91
nx_add_63.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_630.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_630_test.nx91
nx_add_631.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_631_test.nx91
nx_add_632.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_632_test.nx91
nx_add_633.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_633_test.nx91
nx_add_634.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_634_test.nx91
nx_add_635.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_635_test.nx91
nx_add_636.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_636_test.nx91
nx_add_637.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_637_test.nx91
nx_add_638.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_638_test.nx91
nx_add_639.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_639_test.nx91
nx_add_63_test.nx91
nx_add_64.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_640.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_640_test.nx91
nx_add_641.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_641_test.nx91
nx_add_642.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_642_test.nx91
nx_add_643.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_643_test.nx91
nx_add_644.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_644_test.nx91
nx_add_645.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_645_test.nx91
nx_add_646.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_646_test.nx91
nx_add_647.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_647_test.nx91
nx_add_648.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_648_test.nx91
nx_add_649.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_649_test.nx91
nx_add_64_test.nx91
nx_add_65.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_650.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_650_test.nx91
nx_add_651.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_651_test.nx91
nx_add_652.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_652_test.nx91
nx_add_653.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_653_test.nx91
nx_add_654.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_654_test.nx91
nx_add_655.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_655_test.nx91
nx_add_656.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_656_test.nx91
nx_add_657.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_657_test.nx91
nx_add_658.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_658_test.nx91
nx_add_659.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_659_test.nx91
nx_add_65_test.nx91
nx_add_66.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_660.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_660_test.nx91
nx_add_661.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_661_test.nx91
nx_add_662.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_662_test.nx91
nx_add_663.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_663_test.nx91
nx_add_664.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_664_test.nx91
nx_add_665.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_665_test.nx91
nx_add_666.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_666_test.nx91
nx_add_667.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_667_test.nx91
nx_add_668.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_668_test.nx91
nx_add_669.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_669_test.nx91
nx_add_66_test.nx91
nx_add_67.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_670.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_670_test.nx91
nx_add_671.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_671_test.nx91
nx_add_672.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_672_test.nx91
nx_add_673.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_673_test.nx91
nx_add_674.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_674_test.nx91
nx_add_675.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_675_test.nx91
nx_add_676.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_676_test.nx91
nx_add_677.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_677_test.nx91
nx_add_678.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_678_test.nx91
nx_add_679.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_679_test.nx91
nx_add_67_test.nx91
nx_add_68.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_680.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_680_test.nx91
nx_add_681.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_681_test.nx91
nx_add_682.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_682_test.nx91
nx_add_683.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_683_test.nx91
nx_add_684.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_684_test.nx91
nx_add_685.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_685_test.nx91
nx_add_686.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_686_test.nx91
nx_add_687.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_687_test.nx91
nx_add_688.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_688_test.nx91
nx_add_689.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_689_test.nx91
nx_add_68_test.nx91
nx_add_69.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_690.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_690_test.nx91
nx_add_691.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_691_test.nx91
nx_add_692.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_692_test.nx91
nx_add_693.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_693_test.nx91
nx_add_694.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_694_test.nx91
nx_add_695.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_695_test.nx91
nx_add_696.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_696_test.nx91
nx_add_697.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_697_test.nx91
nx_add_698.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_698_test.nx91
nx_add_699.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_699_test.nx91
nx_add_69_test.nx91
nx_add_6_test.nx91
nx_add_7.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_70.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_700.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_700_test.nx91
nx_add_701.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_701_test.nx91
nx_add_702.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_702_test.nx91
nx_add_703.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_703_test.nx91
nx_add_704.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_704_test.nx91
nx_add_705.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_705_test.nx91
nx_add_706.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_706_test.nx91
nx_add_707.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_707_test.nx91
nx_add_708.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_708_test.nx91
nx_add_709.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_709_test.nx91
nx_add_70_test.nx91
nx_add_71.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_710.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_710_test.nx91
nx_add_711.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_711_test.nx91
nx_add_712.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_712_test.nx91
nx_add_713.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_713_test.nx91
nx_add_714.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_714_test.nx91
nx_add_715.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_715_test.nx91
nx_add_716.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_716_test.nx91
nx_add_717.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_717_test.nx91
nx_add_718.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_718_test.nx91
nx_add_719.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_719_test.nx91
nx_add_71_test.nx91
nx_add_72.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_720.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_720_test.nx91
nx_add_721.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_721_test.nx91
nx_add_722.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_722_test.nx91
nx_add_723.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_723_test.nx91
nx_add_724.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_724_test.nx91
nx_add_725.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_725_test.nx91
nx_add_726.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_726_test.nx91
nx_add_727.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_727_test.nx91
nx_add_728.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_728_test.nx91
nx_add_729.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_729_test.nx91
nx_add_72_test.nx91
nx_add_73.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_730.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_730_test.nx91
nx_add_731.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_731_test.nx91
nx_add_732.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_732_test.nx91
nx_add_733.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_733_test.nx91
nx_add_734.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_734_test.nx91
nx_add_735.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_735_test.nx91
nx_add_736.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_736_test.nx91
nx_add_737.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_737_test.nx91
nx_add_738.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_738_test.nx91
nx_add_739.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_739_test.nx91
nx_add_73_test.nx91
nx_add_74.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_740.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_740_test.nx91
nx_add_741.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_741_test.nx91
nx_add_742.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_742_test.nx91
nx_add_743.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_743_test.nx91
nx_add_744.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_744_test.nx91
nx_add_745.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_745_test.nx91
nx_add_746.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_746_test.nx91
nx_add_747.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_747_test.nx91
nx_add_748.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_748_test.nx91
nx_add_749.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_749_test.nx91
nx_add_74_test.nx91
nx_add_75.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_750.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_750_test.nx91
nx_add_751.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_751_test.nx91
nx_add_752.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_752_test.nx91
nx_add_753.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_753_test.nx91
nx_add_754.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_754_test.nx91
nx_add_755.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_755_test.nx91
nx_add_756.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_756_test.nx91
nx_add_757.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_757_test.nx91
nx_add_758.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_758_test.nx91
nx_add_759.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_759_test.nx91
nx_add_75_test.nx91
nx_add_76.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_760.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_760_test.nx91
nx_add_761.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_761_test.nx91
nx_add_762.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_762_test.nx91
nx_add_763.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_763_test.nx91
nx_add_764.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_764_test.nx91
nx_add_765.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_765_test.nx91
nx_add_766.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_766_test.nx91
nx_add_767.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_767_test.nx91
nx_add_768.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_768_test.nx91
nx_add_769.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_769_test.nx91
nx_add_76_test.nx91
nx_add_77.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_770.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_770_test.nx91
nx_add_771.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_771_test.nx91
nx_add_772.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_772_test.nx91
nx_add_773.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_773_test.nx91
nx_add_774.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_774_test.nx91
nx_add_775.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_775_test.nx91
nx_add_776.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_776_test.nx91
nx_add_777.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_777_test.nx91
nx_add_778.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_778_test.nx91
nx_add_779.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_779_test.nx91
nx_add_77_test.nx91
nx_add_78.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_780.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_780_test.nx91
nx_add_781.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_781_test.nx91
nx_add_782.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_782_test.nx91
nx_add_783.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_783_test.nx91
nx_add_784.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_784_test.nx91
nx_add_785.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_785_test.nx91
nx_add_786.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_786_test.nx91
nx_add_787.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_787_test.nx91
nx_add_788.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_788_test.nx91
nx_add_789.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_789_test.nx91
nx_add_78_test.nx91
nx_add_79.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_790.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_790_test.nx91
nx_add_791.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_791_test.nx91
nx_add_792.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_792_test.nx91
nx_add_793.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_793_test.nx91
nx_add_794.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_794_test.nx91
nx_add_795.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_795_test.nx91
nx_add_796.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_796_test.nx91
nx_add_797.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_797_test.nx91
nx_add_798.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_798_test.nx91
nx_add_799.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_799_test.nx91
nx_add_79_test.nx91
nx_add_7_test.nx91
nx_add_8.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_80.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_800.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_800_test.nx91
nx_add_801.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_801_test.nx91
nx_add_802.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_802_test.nx91
nx_add_803.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_803_test.nx91
nx_add_804.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_804_test.nx91
nx_add_805.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_805_test.nx91
nx_add_806.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_806_test.nx91
nx_add_807.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_807_test.nx91
nx_add_808.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_808_test.nx91
nx_add_809.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_809_test.nx91
nx_add_80_test.nx91
nx_add_81.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_810.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_810_test.nx91
nx_add_811.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_811_test.nx91
nx_add_812.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_812_test.nx91
nx_add_813.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_813_test.nx91
nx_add_814.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_814_test.nx91
nx_add_815.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_815_test.nx91
nx_add_816.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_816_test.nx91
nx_add_817.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_817_test.nx91
nx_add_818.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_818_test.nx91
nx_add_819.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_819_test.nx91
nx_add_81_test.nx91
nx_add_82.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_820.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_820_test.nx91
nx_add_821.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_821_test.nx91
nx_add_822.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_822_test.nx91
nx_add_823.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_823_test.nx91
nx_add_824.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_824_test.nx91
nx_add_825.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_825_test.nx91
nx_add_826.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_826_test.nx91
nx_add_827.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_827_test.nx91
nx_add_828.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_828_test.nx91
nx_add_829.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_829_test.nx91
nx_add_82_test.nx91
nx_add_83.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_830.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_830_test.nx91
nx_add_831.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_831_test.nx91
nx_add_832.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_832_test.nx91
nx_add_833.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_833_test.nx91
nx_add_834.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_834_test.nx91
nx_add_835.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_835_test.nx91
nx_add_836.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_836_test.nx91
nx_add_837.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_837_test.nx91
nx_add_838.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_838_test.nx91
nx_add_839.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_839_test.nx91
nx_add_83_test.nx91
nx_add_84.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_840.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_840_test.nx91
nx_add_841.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_841_test.nx91
nx_add_842.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_842_test.nx91
nx_add_843.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_843_test.nx91
nx_add_844.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_844_test.nx91
nx_add_845.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_845_test.nx91
nx_add_846.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_846_test.nx91
nx_add_847.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_847_test.nx91
nx_add_848.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_848_test.nx91
nx_add_849.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_849_test.nx91
nx_add_84_test.nx91
nx_add_85.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_850.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_850_test.nx91
nx_add_851.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_851_test.nx91
nx_add_852.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_852_test.nx91
nx_add_853.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_853_test.nx91
nx_add_854.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_854_test.nx91
nx_add_855.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_855_test.nx91
nx_add_856.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_856_test.nx91
nx_add_857.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_857_test.nx91
nx_add_858.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_858_test.nx91
nx_add_859.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_859_test.nx91
nx_add_85_test.nx91
nx_add_86.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_860.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_860_test.nx91
nx_add_861.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_861_test.nx91
nx_add_862.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_862_test.nx91
nx_add_863.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_863_test.nx91
nx_add_864.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_864_test.nx91
nx_add_865.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_865_test.nx91
nx_add_866.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_866_test.nx91
nx_add_867.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_867_test.nx91
nx_add_868.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_868_test.nx91
nx_add_869.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_869_test.nx91
nx_add_86_test.nx91
nx_add_87.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_870.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_870_test.nx91
nx_add_871.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_871_test.nx91
nx_add_872.nxAUTO-GENERATED from shape `scalar_unary_op`. 141
nx_add_872_test.nx91
nx_add_873.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_873_test.nx91
nx_add_874.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_874_test.nx91
nx_add_875.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_875_test.nx91
nx_add_876.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_876_test.nx91
nx_add_877.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_877_test.nx91
nx_add_878.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_878_test.nx91
nx_add_879.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_879_test.nx91
nx_add_87_test.nx91
nx_add_88.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_880.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_880_test.nx91
nx_add_881.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_881_test.nx91
nx_add_882.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_882_test.nx91
nx_add_883.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_883_test.nx91
nx_add_884.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_884_test.nx91
nx_add_885.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_885_test.nx91
nx_add_886.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_886_test.nx91
nx_add_887.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_887_test.nx91
nx_add_888.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_888_test.nx91
nx_add_889.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_889_test.nx91
nx_add_88_test.nx91
nx_add_89.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_890.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_890_test.nx91
nx_add_891.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_891_test.nx91
nx_add_892.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_892_test.nx91
nx_add_893.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_893_test.nx91
nx_add_894.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_894_test.nx91
nx_add_895.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_895_test.nx91
nx_add_896.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_896_test.nx91
nx_add_897.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_897_test.nx91
nx_add_898.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_898_test.nx91
nx_add_899.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_899_test.nx91
nx_add_89_test.nx91
nx_add_8_test.nx91
nx_add_9.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_90.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_900.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_900_test.nx91
nx_add_901.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_901_test.nx91
nx_add_902.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_902_test.nx91
nx_add_903.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_903_test.nx91
nx_add_904.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_904_test.nx91
nx_add_905.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_905_test.nx91
nx_add_906.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_906_test.nx91
nx_add_907.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_907_test.nx91
nx_add_908.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_908_test.nx91
nx_add_909.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_909_test.nx91
nx_add_90_test.nx91
nx_add_91.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_910.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_910_test.nx91
nx_add_911.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_911_test.nx91
nx_add_912.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_912_test.nx91
nx_add_913.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_913_test.nx91
nx_add_914.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_914_test.nx91
nx_add_915.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_915_test.nx91
nx_add_916.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_916_test.nx91
nx_add_917.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_917_test.nx91
nx_add_918.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_918_test.nx91
nx_add_919.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_919_test.nx91
nx_add_91_test.nx91
nx_add_92.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_920.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_920_test.nx91
nx_add_921.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_921_test.nx91
nx_add_922.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_922_test.nx91
nx_add_923.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_923_test.nx91
nx_add_924.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_924_test.nx91
nx_add_925.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_925_test.nx91
nx_add_926.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_926_test.nx91
nx_add_927.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_927_test.nx91
nx_add_928.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_928_test.nx91
nx_add_929.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_929_test.nx91
nx_add_92_test.nx91
nx_add_93.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_930.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_930_test.nx91
nx_add_931.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_931_test.nx91
nx_add_932.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_932_test.nx91
nx_add_933.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_933_test.nx91
nx_add_934.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_934_test.nx91
nx_add_935.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_935_test.nx91
nx_add_936.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_936_test.nx91
nx_add_937.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_937_test.nx91
nx_add_938.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_938_test.nx91
nx_add_939.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_939_test.nx91
nx_add_93_test.nx91
nx_add_94.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_940.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_940_test.nx91
nx_add_941.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_941_test.nx91
nx_add_942.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_942_test.nx91
nx_add_943.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_943_test.nx91
nx_add_944.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_944_test.nx91
nx_add_945.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_945_test.nx91
nx_add_946.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_946_test.nx91
nx_add_947.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_947_test.nx91
nx_add_948.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_948_test.nx91
nx_add_949.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_949_test.nx91
nx_add_94_test.nx91
nx_add_95.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_950.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_950_test.nx91
nx_add_951.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_951_test.nx91
nx_add_952.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_952_test.nx91
nx_add_953.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_953_test.nx91
nx_add_954.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_954_test.nx91
nx_add_955.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_955_test.nx91
nx_add_956.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_956_test.nx91
nx_add_957.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_957_test.nx91
nx_add_958.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_958_test.nx91
nx_add_959.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_959_test.nx91
nx_add_95_test.nx91
nx_add_96.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_960.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_960_test.nx91
nx_add_961.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_961_test.nx91
nx_add_962.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_962_test.nx91
nx_add_963.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_963_test.nx91
nx_add_964.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_964_test.nx91
nx_add_965.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_965_test.nx91
nx_add_966.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_966_test.nx91
nx_add_967.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_967_test.nx91
nx_add_968.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_968_test.nx91
nx_add_969.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_969_test.nx91
nx_add_96_test.nx91
nx_add_97.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_970.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_970_test.nx91
nx_add_971.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_971_test.nx91
nx_add_972.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_972_test.nx91
nx_add_973.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_973_test.nx91
nx_add_974.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_974_test.nx91
nx_add_975.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_975_test.nx91
nx_add_976.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_976_test.nx91
nx_add_977.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_977_test.nx91
nx_add_978.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_978_test.nx91
nx_add_979.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_979_test.nx91
nx_add_97_test.nx91
nx_add_98.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_980.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_980_test.nx91
nx_add_981.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_981_test.nx91
nx_add_982.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_982_test.nx91
nx_add_983.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_983_test.nx91
nx_add_984.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_984_test.nx91
nx_add_985.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_985_test.nx91
nx_add_986.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_986_test.nx91
nx_add_987.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_987_test.nx91
nx_add_988.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_988_test.nx91
nx_add_989.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_989_test.nx91
nx_add_98_test.nx91
nx_add_99.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_990.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_990_test.nx91
nx_add_991.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_991_test.nx91
nx_add_992.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_992_test.nx91
nx_add_993.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_993_test.nx91
nx_add_994.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_994_test.nx91
nx_add_995.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_995_test.nx91
nx_add_996.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_996_test.nx91
nx_add_997.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_997_test.nx91
nx_add_998.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_998_test.nx91
nx_add_999.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_add_999_test.nx91
nx_add_99_test.nx91
nx_add_9_test.nx91
nx_add_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_add_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_addr2line.nxsovereign addr2line.2839
nx_addr2line_lib.nxthe sovereign DWARF v5 .debug_line DECODER, as a SHARED library.3928
nx_addrof_test.nxPREVENT/MONITOR pillar for the address-of-local533
nx_adhd.nxR3 of THE NISHI SITUATION-MANAGEMENT arc: ADHD-specific INTERVENTIONS for the failure525
nx_adhd_gate.nxR3 GATE: proves the ADHD-intervention engine targets impulse shopping, planning594
nx_adler32.nxAdler-32 checksum (Mark Adler, zlib/gzip).884
nx_adler32_real_test.nxisolate whether adler32 OR deflate output551
nx_adnet_research_fetch.nxSOVEREIGN researcher for our OWN AD NETWORK (operator: "our ad network is our setup735
nx_adopt_observation_candidate_t313.nxTHE ENFORCED GATE BETWEEN /api/build AND /api/promote (2026-08-07).21612
nx_adopt_observation_gate_t313.nx271
nx_adoptgate.nxTHE ENFORCED GATE BETWEEN /api/build AND /api/promote (2026-08-07).21612
nx_adoptgate_content_gate_t310.nx171
nx_adoptgate_review_candidate_t371.nxTHE ENFORCED GATE BETWEEN /api/build AND /api/promote (2026-08-07).22413
nx_adoptgate_typed_candidate_t310.nxTHE ENFORCED GATE BETWEEN /api/build AND /api/promote (2026-08-07).19911
nx_adversarial_census.nxHONEST measure of the ecosystem's ADVERSARIAL-VERIFICATION coverage vs the 2026 SOTA643
nx_adversarial_ci.nxCONTINUOUS ADVERSARIAL CI (census gap #1): runs the adversarial gate suite (data-driven704
nx_adversarial_list.nxintrospect the ADVERSARIAL GATE SUITE straight from the sovereign store273
nx_adversarial_pattern_audit.nxscans for adversarial-exploit patterns.46616
nx_adversarial_pattern_audit_test.nxend-to-end smoke.1686
nx_adversarial_research.nxTHIN structured ADVERSARIAL-VERIFICATION research source organ. COMPOSES521
nx_adversarial_sov.nxget the ADVERSARIAL GATE SUITE off the flat .conf into the SOVEREIGN seg_store1135
nx_adversarial_sov_gate.nxproves the ADVERSARIAL-SUITE store flip (nx_adversarial_sov) is byte-exact +965
nx_adversary_suite.nxthe ADVERSARY role's organ (verb: ATTACK -- author the hostile suite).49724
nx_aead.nxChaCha20-Poly1305 AEAD (RFC 8439 section 2.8).1976
nx_aead_bench.nxreliable cipher cost split (run in WSL where the monotonic543
nx_aead_bench2.nxreplicate the LIVE per-record AEAD decrypt pattern (23 records583
nx_aec_q15.nxsovereign ACOUSTIC ECHO CANCELLATION (the echoCancellation feature Zoom/Discord/Meet have): the692
nx_aerobic.nxclean decomposition pile (regenerative metaphor).1759
nx_aerobic_test.nxsmoke for nx_aerobic.601
nx_aes.nxAES-128 block cipher (FIPS 197).64718
nx_aes128_ctr_wasm.nxAES-128-CTR (NIST SP 800-38A §6.5).30111
nx_aes128_gcm.nxcanonical AES-128-GCM (AEAD) per NIST SP 800-38D2816
nx_aes128_gcm_kat_test.nxNIST SP 800-38D Test Case 2 +1371
nx_aes128_gcm_wasm.nxAES-128-GCM AEAD (NIST SP 800-38D / RFC 5288).48816
nx_aes128_wasm.nxAES-128 ECB (FIPS 197) self-contained for WAT target.2409
nx_aes256_gcm.nxcanonical AES-256-GCM (AEAD) per NIST SP 800-38D + RFC 5288, the TLS_AES_256_GCM_SHA3841426
nx_aes256_gcm_gate.nxSOVEREIGN KAT referee for AES-256-GCM vs NIST SP 800-38D / McGrew GCM test vectors.827
nx_aes_cbc.nxAES-128-CBC DECRYPT (NIST SP 800-38A §6.2) over the FIPS-197 block primitive in987
nx_aes_cbc_enc.nxAES-128-CBC ENCRYPT (NIST SP 800-38A §6.2) + PKCS#7 pad, over the FIPS-197 block917
nx_aes_ctr.nxAES-128 Counter (CTR) mode per NIST SP 800-38A §6.5.1493
nx_aes_ctr_helper_test.nxexpect_exit: 0581
nx_aes_ctr_test.nxAES-128 CTR against NIST SP 800-38A881
nx_aes_test.nxknown-answer test for AES-128 against the FIPS731
nx_aesctr_ni_bench.nxdirect 1:1 speedup of the AES-GCM hot path (AES-CTR block863
nx_aesgcm_bench.nxmeasure sovereign AES-128-GCM throughput (the cipher463
nx_aesni_kat.nxend-to-end proof of the AES-NI pipeline (assembler mnemonics +421
nx_aesthetic_vocabulary.nxbody-aesthetic kinds with multi-language phrase variants.2623
nx_aesthetic_vocabulary_test.nx851
nx_aesthetics.nxcomposite image-quality scoring (V10).2236
nx_aesthetics_test.nxsmoke for V10 aesthetics composite. 1461
nx_affine_q30_api_gate_t34.nx121
nx_afford_ruler.nxTHE AFFORDABILITY RULER. Measures the ecosystem's affordability capability across a2409
nx_agent_ops_census.nxHONEST measure of whether the AGENT can do its work via SOVEREIGN Nishi APIs instead of583
nx_agent_ops_quality.nxthe QUALITY dimension of the agent-ops census (coverage -> CORRECTNESS). The coverage555
nx_agentcap_sota_fetch.nxSOVEREIGN researcher for the AGENT-CAPABILITY-API frontier (what "this" = the464
nx_aggregate_assignment_repro_t230.nxMinimal retained compiler debt: aggregate assignment into an embedded field.201
nx_agreebound.nxWRITING arc, rung W-AGB-1: THE PANEL-RELIABILITY BOUND.1486
nx_agreebound_gate.nxREFEREE for WRITING rung W-AGB-1 (nx_agreebound).1714
nx_ai_audit.nxanti-Ultron AI proposal auditor.1997
nx_ai_audit_test.nxsmoke for nx_ai_audit.641
nx_aimode_lib.nxBR50: read a Google AI Mode share link as its ANSWER TEXT, never as a script shell.38415
nx_aimode_read.nxCLI for BR50: read a Google AI Mode share link as its answer text.1759
nx_aimode_read_gate.nxproves BR50's parser (nx_aimode_lib) on PLANTED fixtures, and the live read of1153
nx_aitrain_research.nxTHIN structured AI-TRAINING research source organ: how to train a small model + how to371
nx_alias_test.nxisolate: do 2 static SLOTS themselves work (write sentinel, read back, NO deref)? VA_111 + VB_222 = slots OK.141
nx_aliascensus.nxTHE GUARD FOR THE CATALOGUE IDENTITY FIX, AND THE 99-ROW RE-DERIVATION IT OWED.2685
nx_align.nxSmith-Waterman local alignment, linear-gap.1643
nx_align_affine.nxSmith-Waterman local alignment, AFFINE gap.1992
nx_align_affine_test.nxKAT for Gotoh 1982 affine-gap SW.1391
nx_align_backtrace.nxSmith-Waterman backtrace with CIGAR output.4742
nx_align_backtrace_test.nxKAT for SW backtrace + CIGAR ops.2091
nx_align_chain.nxco-linear seed-chain dynamic programming.1531
nx_align_chain_stranded.nxstrand-partitioned co-linear chain DP.1621
nx_align_chain_stranded_test.nxKAT for strand-partitioned chain.1361
nx_align_chain_test.nxKAT for the co-linear seed-chain DP.1611
nx_align_match.nxminimizer-based seed match (query vs reference).2154
nx_align_match_stranded.nxstrand-aware seed matcher.1441
nx_align_match_stranded_test.nxKAT for strand-aware seed matcher.1731
nx_align_match_test.nxend-to-end seed-pipeline KAT.2511
nx_align_minimizer.nxcanonical k-mer minimizer extraction.1542
nx_align_minimizer_test.nxKAT for minimizer extraction.1351
nx_align_score.nxscore chained alignment via Smith-Waterman.1532
nx_align_score_test.nxend-to-end seed-and-extend pipeline KAT.1851
nx_align_test.nxKAT for Smith-Waterman local alignment.1562
nx_alignment.nxAlignmentRecord struct + mapq + revcomp coord remap.1743
nx_alignment_test.nxKAT for AlignmentRecord + mapq + revcomp remap.1181
nx_all_even.nxAUTO-GENERATED from shape `array_predicate`.301
nx_all_even_test.nx171
nx_all_negative.nxAUTO-GENERATED from shape `array_predicate`.301
nx_all_negative_test.nx171
nx_all_positive.nxAUTO-GENERATED from shape `array_predicate`.301
nx_all_positive_test.nx171
nx_all_zero.nxAUTO-GENERATED from shape `array_predicate`.301
nx_all_zero_test.nx171
nx_allelopathy.nxrefused-niche enforcement per ecosystem-defense §2.4.2328
nx_allelopathy_test.nxsmoke for nx_allelopathy.1021
nx_allergen.nxFOOD-SCIENCE SUITE / ALLERGEN MANAGEMENT rung. Tracks1387
nx_allergen_test.nxsmoke for nx_allergen. Proves big-9 rollup with631
nx_alpha_release_workflow_canonical_gate_t343.nx483
nx_alpha_release_workflow_gate_t343.nx483
nx_amort_gate.nxLOAN AMORTIZATION GATE.974
nx_amort_lib.nxLOAN AMORTIZATION with exact penny allocation. Integer-exact, conservation-proven.976
nx_analyst_causal.nxF1005: the CAUSAL layer, and mostly the honesty about not having one.996
nx_analyst_causal_gate.nxF1005. The role logic is trivial to assert; what this gate really has to1493
nx_analyst_dashboard.nxF1007: the BI DASHBOARD, DATA-BOUND and served on nishifamily.com. It is not1958
nx_analyst_dashboard_gate.nxproves the BI dashboard is DATA-BOUND (real numbers derived from the904
nx_analyst_infer.nxSTATISTICAL INFERENCE for the general Nishi analyst: the "is it actually real?"48624
nx_analyst_infer_gate.nxproves the analyst's statistical-inference layer with HAND-COMPUTED known2542
nx_analyst_insight.nxAUTOMATED INSIGHT MINING (F1003): point at a dataset with NO target column and4609
nx_analyst_insight_gate.nxF1003: prove the no-target insight miner finds real structure, names the1264
nx_analyze.nxTHE ANALYST FRONT DOOR. Everything else in this arc is a library with no runnable52919
nx_analyze_gate.nxproves the analyst FRONT DOOR: the JSON an agent/workflow actually consumes is1795
nx_analyze_seeddemo.nxone-shot: write a DURABLE demo dataset (price = 5*size - 2*age + noise) to493
nx_anatomy.nxthe ANATOMICAL FEATURE REGISTRY (Elara detail architecture, the VOCABULARY layer): every11710
nx_anatomy_measure.nxmeasure named anatomical axes from binary mask.3405
nx_anatomy_measure_test.nxMinimal smoke for nx_anatomy_measure primitives.702
nx_anatomy_placement.nxout-of-place anatomy verification.1474
nx_anatomy_placement_test.nx651
nx_anatomy_research_fetch.nxthe operator's 2026-07-08 question, RESEARCHED not asserted: "are we doing it552
nx_anatstack.nx★LAYERED ANATOMICAL MODEL (operator 2026-07-08: "stop building circles on circles -- you41226
nx_anchor_feature.nxsingular landmark-feature contributions.4289
nx_and_all.nxAUTO-GENERATED from shape `accumulator_over_array`.291
nx_and_all_test.nx161
nx_and_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_and_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_animation_timeline.nxkeyframe animation primitive.1257
nx_animation_timeline_test.nxsmoke for nx_animation_timeline.541
nx_ansur_regress.nxDOES HUMAN PROPORTION CHANGE WITH STATURE? Regress a landmark ratio on34813
nx_answer.nxAnswerLiteral support for "find a witness" queries.884
nx_answer_test.nxAnswerLiteral smoke.943
nx_anti_slop.nxLIB: anti-slop QUALITY FILTER = the 2026 relevance edge (AI content farms lost 50-90% traffic;616
nx_anti_slop_gate.nxproves the anti-slop filter: real human content KEPT, slop DOWN-RANKED (never deleted).482
nx_antibody.nxadaptive defense generation.2919
nx_antibody_test.nxsmoke for nx_antibody.851
nx_antibot.nxBOT-WALL CLASSIFICATION AS DATA: the /compare/webscraping R4 contract (symbol abt_classify).2329
nx_antibot_gate.nxGATE for nx_antibot (the /compare/webscraping R4 contract abt_classify). Network-free;1075
nx_antipattern_catalog.nxTHE SOVEREIGN ANTI-PATTERN CATALOG + LIVE MECHANICAL SCANNER.52426
nx_any_negative.nxAUTO-GENERATED from shape `array_predicate`.301
nx_any_negative_test.nx171
nx_any_positive.nxAUTO-GENERATED from shape `array_predicate`.301
nx_any_positive_test.nx171
nx_any_zero.nxAUTO-GENERATED from shape `array_predicate`.301
nx_any_zero_test.nx171
nx_aoi_grid.nxarea-of-interest spatial grid for open-world culling.3528
nx_apertus_mirror_nas.nxthe NAS-RESIDENT variant of nx_apertus_shards_pull (operator: "i want the NAS doing947
nx_apertus_shards_pull.nxS-CLASS resumable, self-healing shard pull (operator: max speed / resume / error1427
nx_apertus_smallfiles.nxmirror the ungated Apertus-8B-Instruct's SMALL files (config + weight-index +635
nx_apertus_tree_fetch.nxORGAN A of the sovereign enumerate (SRP: TLS/transport only). Fetches the HF repo353
nx_api_edge.nxthe REAL s-class hardening edge for the live agent-facing API (nx_tools_api on :18096,29916
nx_api_sota_census.nxgrade the Nishi sovereign mgmt API vs the SOTA API capability union865
nx_api_sota_fetch.nxSOVEREIGN researcher: fetch the REAL state-of-the-art API-standard sources over our564
nx_apimcp_research_fetch.nxSOVEREIGN researcher for the 2025/26 API + MCP SOTA re-census (operator615
nx_apistack_idempotency_candidate_t190.nxRetained idempotency evidence. Sequential replay is not an exactly-once transaction:1537
nx_apistack_idempotency_epoch_candidate_t293.nxIsolated preparation increment of the existing idempotency owner.21820
nx_apistack_idempotency_reconcile_candidate_t219.nxRetained idempotency evidence. Sequential replay is not an exactly-once transaction:2128
nx_apng.nxSOVEREIGN ANIMATED PNG (APNG) encoder: our PNG codec extended with the animation-control chunks16212
nx_apng_decode.nxINGEST animated PNG -> frames (roadmap R1: video/gif/image ingest, the front door of the864
nx_apng_write.nxsovereign APNG (animated PNG) ENCODER: the test-evidence VIDEO-CLIP container1196
nx_aposematism.nxwarning coloration / Batesian mimicry.2085
nx_aposematism_test.nxsmoke for nx_aposematism.751
nx_app_monitor.nxS-class sovereign health monitor for the Nishi web apps.1337
nx_app_publish.nxthe ONE native command to publish an app into the Nishi333
nx_app_seed.nxseed the sovereign app registry (nx_app_store / seg_store) with716
nx_app_store.nxthe Nishi-native app registry, on the sovereign seg_store927
nx_appliedmath_gate.nxTHE APPLIED MATHEMATICS THE ESTATE ALREADY COMPUTES, PROVED BY IDENTITY.1954
nx_arc.nxcanonical arc + arc-stage substrate.32412
nx_arc_anchor.nxdiscover recurring scene-motif tuples.1552
nx_arc_anchor_test.nxsmoke for co-occurrence + arc anchor discovery.941
nx_arc_test.nxsmoke for arc + stage substrate. 1391
nx_arch_research.nxTHIN structured SOFTWARE-ARCHITECTURE / LAYERING research source organ. COMPOSES441
nx_archive.nxBSD-format ar(1) static library builder.2288
nx_archive_capture_demo.nxR4 LIVE end-to-end: browse page3.com AS IT EXISTED in 1997, with its media list.12010
nx_archive_media_fetch.nxR6 step A (fetch half): pull the ACTUAL media bytes of the reconstructed page3.com17115
nx_archive_media_recovery.nxR6 step B (recovery half): the DIFFERENTIATOR. Reads media/manifest.tsv + the16610
nx_archive_probe.nxR4 step 1: a SOVEREIGN, read-only live probe that resolves the time-machine's live-source372
nx_archive_research.nxTHIN structured TIME-MACHINE / WEB-ARCHIVE research source organ. COMPOSES541
nx_archive_server.nxsovereign localhost HTTP server for the time machine (R5 serve side). Binds 0.0.0.0:18801 (ARCSRV_PORT -- the bind DERIVES from that const, see below),31111
nx_archive_site_viewer.nxDOMAIN-GENERAL time-machine viewer with LOCAL MEDIA (no broken images). Reads the27915
nx_archive_viewer.nxmake the time-machine VISIBLE. Pulls page3.com's real Wayback CDX, browses as-of-1997,19414
nx_archive_xcapture_fetch.nxfetch mast3.gif from a SECOND (later) capture so we can prove a TRUE cross-capture8310
nx_arcmine.nxINDEX-FIRST domain media harvester. The rung that makes a sovereign archive EXCEED46817
nx_arena.nxbump-pointer arena allocator.1252
nx_arena_probe.nxA/B METER for small-allocation cost in nx_syscalls.sys_mmap.853
nx_arena_reset_probe.nxbite-proof that sys_arena_mark/sys_arena_reset ACTUALLY RECLAIM memory843
nx_arena_scope.nxmark/reset-to-mark wrapper for nx_arena.1866
nx_arena_scope_test.nxsmoke for mark/reset-to-mark + ceiling.1111
nx_arena_smp_gate.nxTWO THREADS MUST NEVER RECEIVE THE SAME POINTER.2154
nx_arena_types.nxarena type + constants, zero-syscall.1229
nx_areola_localize.nxfind areola disk within breast bbox.1723
nx_areola_localize_test.nx702
nx_areola_pigment.nxareola pigment vs reproductive-state validator.1634
nx_areola_pigment_test.nx732
nx_areola_texture.nxareola micro-texture realism (NEAR-fidelity proxy).951
nx_areola_texture_test.nxsmoke for areola-texture detector. 513
nx_argcall_repro.nxMINIMAL fast repro of the chat-template crash: a 10-arg function662
nx_argcap_test.nxprove the raised function-arg cap (16 -> 24) end-to-end: a 20-arg call must314
nx_argmacro_probe.nxMINIMAL repro for arg-macro expansion (id 1785514019).151
nx_argon2_block.nxRFC 9106 sec 3.5/3.6 Argon2 G compression2588
nx_argon2_block_test.nxalgebraic-property smoke for G(X, Y).1273
nx_argon2_g_xvalidate_test.nxcross-validate nx G compression811
nx_argon2id.nxRFC 9106 Argon2id orchestrator (p=1, single-lane).43612
nx_argon2id_b0_bisect.nxbisect step 2: verify B[0] derivation.1042
nx_argon2id_h0_bisect.nxbisect step 1: verify H_0 derivation.953
nx_argon2id_t1_xvalidate.nxt=1 cross-validation (libargon2 ref + Python pyref agree).612
nx_argon2id_test.nxinternal-consistency smoke for Argon2id (p=1).1333
nx_argon2id_xvalidate_test.nxbyte-exact cross-validation vs823
nx_args.nxgetopt-style argument parser.3086
nx_argv.nxLinux RV64 entry-stack builder.2843
nx_arith.nxarithmetic Term substrate.1499
nx_arith_research.nxTHIN structured ARITHMETIC research source organ. COMPOSES nx_research_engine (the shared301
nx_arity_witness_over.nxdoes it compile today?82
nx_arity_witness_under.nxcompile? what does it read?82
nx_arm64_e2e_test.nxaarch64 end-to-end: the sovereign ENCODER381
nx_arm_count.nxlimb-count detector for SDXL hallucination class.1593
nx_arm_count_test.nxsmoke for limb-count detector. 723
nx_arousal.nxCLI over nx_arousal_lib (simulate verbs). Holds NO math of its own: all2131
nx_arousal_body.nxarousal progression ON THE BODY, not on a chart.44113
nx_arousal_clinical.nxthe THERAPY READOUT. Given a dual-control profile (SES/SIS1/SIS2),2054
nx_arousal_clinical_gate.nxliar-killed GATE for the dual-control therapy readout.1637
nx_arousal_detail_test.nx1113
nx_arousal_fit.nxfits the perfusion time-constant tau to OBSERVED data by coarse-to-fine2022
nx_arousal_fit_gate.nxliar-killed GATE for the tau fitter.1788
nx_arousal_gate.nxliar-killed GATE for the arousal-state engine.1958
nx_arousal_lib.nxpure physiological-arousal math core. NO main(): this is the shared33033
nx_arousal_mesh.nxarousal on a real TRIANGLE MESH, not a raymarched implicit surface.2876
nx_arousal_mesh_gate.nxliar-killed GATE for arousal on a polygon mesh.1459
nx_arousal_profile.nxestimate a dual-control profile from OBSERVED sessions, and refuse the801
nx_arousal_profile_gate.nxliar-killed GATE for the dual-control profile estimator.1277
nx_arousal_render.nxthe LOOK organ. Emits a PNG of arousal SHIFTING OVER TIME.3585
nx_arousal_skin.nxCLI over nx_arousal_skin_lib (skin optics). Holds NO math of its own; the771
nx_arousal_skin_gate.nxliar-killed GATE for the skin optics AND the LOOK organ.1669
nx_arousal_skin_lib.nxskin OPTICS core (no main). Shared by nx_arousal_skin (CLI) and19013
nx_array_kat.nxKAT for the new [N]T stack-array feature. Expect stdout:422
nx_array_kat2.nxKAT2 for [N]T: the OUT-PARAM pattern (array decays to a WRITABLE address across a call) + a larger array.282
nx_array_ops.nxlanguage-level higher-order array primitives.47030
nx_array_ops_test.nxsmoke for language-level array primitives.2222
nx_arrhenius.nxArrhenius rate-vs-temperature primitive.2296
nx_arrhenius_crosscheck_test.nxdo the ecosystem's TWO independent2366
nx_artifact_id.nxname a built artifact by its CONTENT so build and deploy can agree on WHICH BYTES.1779
nx_artifact_root.nxARTIFACT ROOT RESOLUTION, shared. One resolver, one roots table, for every organ1064
nx_artifactdrift.nxIS THE BINARY WE ARE SERVING THE ONE THE LAST BUILD PRODUCED?148726
nx_artifactdrift_gate.nxTHE BITE PROOF FOR THE FORK-ROOT AXIS (2026-08-31).2596
nx_artlicense.nxTHE LICENSE CHAIN AND THE ROYALTY LEDGER AS DATA (2026-08-24, /compare/phototwin PT4).33718
nx_artlicense_gate.nxTHE GATE FOR THE LICENSE CHAIN AND ROYALTY LEDGER (nx_artlicense), 2026-08-24.1254
nx_arxiv_census.nxCOMPLETE-POPULATION CENSUS of an arXiv date window. Turns "I read the current1327
nx_arxiv_census_gate.nxteeth for the arXiv population-census decision core.751
nx_arxiv_census_lib.nxTHE DECISION CORE for the arXiv population census, extracted so that the CLI and525
nx_ascii.nxASCII character classification.12713
nx_ask.nxCLI half of the user-question capability (tools-api name: nx_ask). All logic in61
nx_ask_gate.nxgates the user-question capability on a THROWAWAY store prefix... except nx_ask pins853
nx_ask_lib.nxUSER-QUESTION capability, LIBRARY half (ak_main dispatcher + pure helpers) (closes the coverage BUILD-queue gap "user-question" -- the24611
nx_ask_tool_register.nxregister nx_ask (user-question queue) into the discovery registry ->242
nx_asn1.nxASN.1 DER TLV (Tag-Length-Value) primitives.1997
nx_asn1_emit.nxEncodes ASN.1 DER tagged-length-value triplets according to RFC 5280 and X.690 standards.22115
nx_asn1_emit_test.nxsmoke for ASN.1 DER encoder helpers.1722
nx_asr_research_fetch.nxSOVEREIGN research round for THE DEEP: automatic speech recognition (operator725
nx_assembly_guide.nxsensor-verified step-by-step assembly walkthrough.24711
nx_assert.nxruntime self-check primitives.1707
nx_assert_fire_test.nxexercises the FAIL path of nx_assert. 141
nx_asset_access.nxUNIVERSAL ORGANIZATION TOOLING arc, R6: ACCESS CLASSIFY (the asset PDP).708
nx_asset_access_gate.nxKAT + TEETH for nx_asset_access (R6 of the universal org-tooling arc).1177
nx_asset_autotag.nxPERCEPTUAL NEAR-DUPLICATE detection (R3 of the universal org-tooling arc).734
nx_asset_catalog.nxUNIVERSAL ORGANIZATION TOOLING arc, R1.17611
nx_asset_catalog_gate.nxKAT + TEETH for nx_asset_catalog (R1 of the universal org-tooling arc).3699
nx_asset_exceed_gate.nxUNIVERSAL ORGANIZATION TOOLING arc, R7: the MEASURED exceed referee.54227
nx_asset_ingest_lib.nxshared ingest CORES for the production catalog populator (R5).15413
nx_asset_ingest_real.nxR5: POPULATE THE PRODUCTION CATALOG WITH REAL ASSETS.761
nx_asset_ingest_real_gate.nxKAT + TEETH for the PRODUCTION ingest cores (R5b).17010
nx_asset_merkle.nxUNIVERSAL ORGANIZATION TOOLING arc, R8: WHOLE-INVENTORY MERKLE ROOT.1076
nx_asset_merkle_gate.nxKAT + TEETH for nx_asset_merkle (R8: whole-inventory Merkle root).17814
nx_asset_meta.nxMETADATA ENRICHMENT (R3 of the universal organization-tooling arc).995
nx_asset_meta_gate.nxKAT + TEETH for nx_asset_meta + nx_asset_autotag (R3 of the universal3608
nx_asset_page_gate.nxthe referee for nx_asset_page_lib (2026-09-17): the asset page emits the viewer script only when493
nx_asset_page_lib.nxthe asset page's decisions a gate can drive in-process (2026-09-17). First resident: does this813
nx_asset_policy_seed.nxseed the asset VISIBILITY POLICY into the native seg_store (no TSV).212
nx_asset_prov.nxTHE PER-ASSET PROVENANCE ROW, as a command (/compare/modding MD9, 2026-09-06). A thin caller of755
nx_asset_prov_clock_candidate_t346.nxTHE PER-ASSET PROVENANCE ROW AND ITS FAIL-CLOSED VERDICT (/compare/modding MD9, 2026-09-06).24618
nx_asset_prov_clock_cli_candidate_t346.nxTHE PER-ASSET PROVENANCE ROW, as a command (/compare/modding MD9, 2026-09-06). A thin caller of765
nx_asset_prov_clock_gate_t346.nx131
nx_asset_prov_gate.nxTHE PROVENANCE-ROW GATE (/compare/modding MD9, 2026-09-06). Drives nx_asset_prov_lib IN-PROCESS1905
nx_asset_prov_lib.nxTHE PER-ASSET PROVENANCE ROW AND ITS FAIL-CLOSED VERDICT (/compare/modding MD9, 2026-09-06).24618
nx_asset_provenance.nxUNIVERSAL ORGANIZATION TOOLING arc, R2.20313
nx_asset_provenance_gate.nxKAT + TEETH for nx_asset_provenance (R2 of the universal org-tooling arc).2398
nx_asset_record.nxUNIVERSAL ORGANIZATION TOOLING arc, R0.23816
nx_asset_record_gate.nxKAT + TEETH for nx_asset_record (R0 of the universal org-tooling arc).3328
nx_asset_search.nxUNIVERSAL ORGANIZATION TOOLING arc: FACETED FINDABILITY over the catalog.985
nx_asset_search_gate.nxKAT + TEETH for nx_asset_search (faceted findability over the catalog).1378
nx_asset_signals.nx"WHAT WE NEED TO DO" pillar (R4 of the universal organization-tooling arc).44126
nx_asset_signals_gate.nxKAT + TEETH for nx_asset_signals (R4 "what we need to do" pillar).41212
nx_asset_status.nxR5 "WHAT'S GOING ON" + "WHAT WE HAVE" aggregator.15827
nx_asset_status_gate.nxKAT + TEETH for nx_asset_status (R5 dashboard stats).2338
nx_asset_visibility.nxflag every asset PUBLIC vs PRIVATE *BY ITS SOURCE*, on the NATIVE store.11213
nx_asset_visibility_gate.nxKAT + TEETH for nx_asset_visibility (flag public/private BY SOURCE),1409
nx_assetingest_gate.nxTHE ASSET INGEST LANE'S STANDING GATE. Runs every ingest organ's KAT26912
nx_assetprobe.nxCONTENT-TYPED ASSET IDENTIFICATION FOR INGESTION.29511
nx_assetprobe_lib.nxTHE ONE CONTENT-TYPE RULER FOR INGESTION (extracted 2026-09-06 from nx_assetprobe.nx, byte-for-byte25113
nx_assets_lib.nxTHE ONE READER of <dom>.assets (2026-09-16): every FOREIGN ASSET a board's run path or39316
nx_assetvariant.nxSWAP-AS-DATA v0 (swap+motion census SCOPE A, the DnD/game ask): reuse ONE synthetic1358
nx_async_rt.nxcooperative async task runtime.1668
nx_atlas_admit.nxatlas-hygiene UNIFIED ADMISSION CONTROL (blueprint Section 4 insertion pipeline).724
nx_atlas_budget.nxatlas-hygiene COMPUTE CIRCUIT-BREAKER (blueprint Callout 4 / F266).332
nx_atlas_cite.nxatlas-hygiene CITATION FORMAT PRECHECK (blueprint Callout 1 / F265, first rung).292
nx_atlas_citeverify.nxatlas-hygiene CITATION AUTHORITY FIREWALL (blueprint Callout 1, ENFORCING).633
nx_atlas_citeverify2.nxatlas-hygiene MULTI-AUTHORITY CITATION FIREWALL (beyond-SOTA / Callout 1+).786
nx_atlas_contra.nxatlas-hygiene CONTRADICTION RESOLVER (blueprint / F262).332
nx_atlas_dedup.nxatlas-hygiene SYNTACTIC DEDUP primitive (blueprint Layer A / F261).333
nx_atlas_frontdoor.nxregenerates the /compare/atlas hub page from the LIVE ecograph_full store.1025
nx_atlas_gate.nxatlas-hygiene CONFIDENCE-GATE enforcement primitive (blueprint Callout 3 / F264).533
nx_atlas_prov.nxatlas-hygiene ZOMBIE-LOOP FIREWALL (blueprint Callout 2 / F263).543
nx_atlas_safety.nxatlas-hygiene SAFETY GUARDRAIL (blueprint Callout 5).393
nx_atlas_sweep.nxatlas-hygiene AUTO-SWEEP: judges EVERY real node in a plane, not hand-passed args.1246
nx_atlas_traits.nxthe EXTENSIBLE trait engine for the Living Capability Atlas.1688
nx_atmosphere.nxatmospheric scattering math primitives.57916
nx_atom.nxatomic primitives + memory ordering.22610
nx_atom_kat.nxKAT: verify the atomic instructions (xchgq store, xaddq FAA, lock cmpxchgq CAS) encode + EXECUTE correctly.301
nx_atom_v1.nxAtom 1.0 feed builder (RFC 4287).1897
nx_atomic_intrinsic_test.nxexercise the __atomic_* compiler1137
nx_atomic_rewrite.nxWMS-R3: a GENERIC, callable atomic whole-file rewrite2139
nx_atp_to_derive.nxbridge from ATP saturation proofs to972
nx_atp_to_derive_test.nxbridge smoke.801
nx_attack_taxonomy.nxMITRE ATT&CK + CWE sealed-enum reference.1657
nx_attack_taxonomy_test.nxsmoke for MITRE taxonomy enums.802
nx_attention.nxscaled dot-product attention kernel.3529
nx_attention_class.nxsealed enum: cell attention class.1286
nx_attention_class_test.nxsmoke for nx_attention_class.571
nx_attention_test.nxattention kernel composes the stack.1551
nx_attest.nxappend-only Merkle log for cryptographic attestation2818
nx_attest_silicon.nxper-chip trust declaration.32210
nx_attest_silicon_test.nxsmoke for nx_attest_silicon.1001
nx_attn_window.nxsliding-window (local) attention kernel.3917
nx_attribution.nxper-output bottom-up contribution tracking.3095
nx_audio_capture.nxabstract audio-capture backend + null impl.13213
nx_audio_demo_test.nxINTEGRATION gate: the 4 audio rungs compose into the594
nx_audio_dred.nxDEEP REDUNDANCY for voice, the keystone for surviving bursty mobile packet loss WITHOUT a404
nx_audio_enhance.nxsovereign AUDIO ENHANCEMENT for the call mic path: AGC (auto gain control -> boosts a746
nx_audio_fx.nxSOVEREIGN AUDIO ENGINE rung R5: effects (filter + delay).342
nx_audio_fx_test.nxKAT gate for sovereign FX (audio R5): low-pass + delay.594
nx_audio_mix.nxSOVEREIGN AUDIO ENGINE, rung R0: the PCM mixer atom.584
nx_audio_mix_test.nxKAT gate for the sovereign PCM mixer atom (audio R0).714
nx_audio_osc.nxSOVEREIGN AUDIO ENGINE rung R3: oscillators (synth source).1019
nx_audio_osc_test.nxKAT gate for sovereign oscillators (audio R3).564
nx_audio_pan.nxSOVEREIGN AUDIO ENGINE rung R2: stereo + constant-power pan.433
nx_audio_pan_test.nxKAT gate for sovereign stereo/constant-power pan (R2).724
nx_audio_pcm.nx8-bit PCM audio buffer + DSP helpers.1556
nx_audio_pcm_test.nxsmoke for nx_audio_pcm.711
nx_audio_playback.nxabstract audio-playback backend + null impl.18017
nx_audio_resample.nxSOVEREIGN AUDIO ENGINE rung R1: sample-rate conversion.412
nx_audio_resample_test.nxKAT gate for the sovereign resampler (audio R1).644
nx_audio_scene_quality.nxaudio-scene quality grader.2888
nx_audio_session.nxconcrete audio-session subtype.27816
nx_audio_sfx.nxSOVEREIGN AUDIO ENGINE: a game SFX library.1137
nx_audio_sfx_test.nxKAT gate for the sovereign SFX library.787
nx_audio_sfx_web.nxsovereign WEB-AUDIO SFX module: emits a self-contained795
nx_audio_sfx_web_test.nxKAT gate: the web SFX module exposes all 4 play665
nx_audio_song_test.nxMUSICAL artifact: render a C-major arpeggio (3 sine705
nx_audio_spatial.nxSOVEREIGN AUDIO ENGINE rung R6: 3D positional audio.341
nx_audio_spatial_test.nxKAT gate for sovereign isqrt + 3D positional audio.654
nx_audio_synth.nxSOVEREIGN AUDIO ENGINE rung R3b: sine + ADSR envelope.592
nx_audio_synth_test.nxKAT gate for sine + ADSR (audio R3b).544
nx_audio_wav.nxSOVEREIGN AUDIO ENGINE rung R4: render to a real .wav file.766
nx_audio_wav_test.nxKAT gate for the sovereign WAV writer (audio R4).705
nx_audio_web.nxAUDIO ENGINE -> WEB bridge: emit an HTML page that PLAYS a573
nx_audio_web_test.nxKAT gate: the audio->web bridge emits a valid HTML page625
nx_audit_compose_test.nxaudit + dashboard + health + recovery.1011
nx_audit_dashboard.nxaggregate substrate state surface.16713
nx_audit_dashboard_test.nxsmoke for nx_audit_dashboard.591
nx_audit_server_daemon.nxaccept-loop variant of audit server.951
nx_audit_server_main.nxlive phase-2 dashboard server.851
nx_audit_server_routed.nxmulti-endpoint dispatcher daemon.68711
nx_auth_research.nxTHIN structured AUTHENTICATION-SOTA research organ. COMPOSES nx_research_engine541
nx_authored_cast_artifact_gate_t55.nx272
nx_authored_material_emit_gate_t54.nx21
nx_authorgen.nx★THE AUTHORING FRONT-END (operator 2026-07-13, ref orcaclient.com "Describe a Mod, Get It15114
nx_authz_svc.nxthe SOVEREIGN AUTHORIZATION SERVICE core (the SpiceDB/OpenFGA/Ory-Keto architecture: ONE25414
nx_auto_supports_v2_target_test.nxfour-pillar MONITOR1262
nx_auto_verify.nxbulk re-prove every entry in nx_qed_db.1848
nx_auto_verify_test.nxsmoke for autonomous bulk verification. 801
nx_autofix_auto.nxTHE SELF-LOCALIZING FIX LOOP (2026-07-16): removes the last a-priori knowledge85625
nx_autofix_auto_gate.nxTEETH FOR THE FIX LOOP'S M0 RULERS (autodev AD3/AD4/AD5/AD6/AD7, 2026-08-27).2463
nx_autofix_auto_gate_t138.nxTEETH FOR THE FIX LOOP'S M0 RULERS (autodev AD3/AD4/AD5/AD6/AD7, 2026-08-27).2643
nx_autofix_candidate.nxa REAL buildable "code under repair" for the autonomous fix loop (nx_autofix_gate).222
nx_autofix_candidate2.nxricher "code under repair" for the SELF-LOCALIZING fix loop476
nx_autofix_candidate3.nxsecond self-localizing candidate: SAME output contract as candidate2 but456
nx_autofix_candidate4.nxthird self-localizing candidate, one rung HARDER: the seeded bug is516
nx_autofix_candidate5.nxthe WILD-BUG candidate: retires "seeded" from the autofix loop.605
nx_autofix_gate.nxTHE AUTONOMOUS PROACTIVE FIX LOOP (operator 2026-07-15: "that was the point of all24910
nx_autofix_intake_gate.nxTHE FOREIGN-BUG INTAKE GATE (2026-07-16; envelope + untrusted-input2042
nx_autofix_intake_gate_t138.nxTHE FOREIGN-BUG INTAKE GATE (2026-07-16; envelope + untrusted-input2102
nx_autofix_lib.nxTHE SHARED RULERS OF THE AUTONOMOUS FIX LOOP (autodev M0, 2026-08-27).100541
nx_autofix_lib_t138.nxTHE SHARED RULERS OF THE AUTONOMOUS FIX LOOP (autodev M0, 2026-08-27).113545
nx_autofix_localfix.nxTHE LOCAL MAKER TAKES STAGE 4 (2026-07-16). The proven autofix loop31814
nx_autofix_mut_absdiff_cf.nxMUTATION-GENERATED FOREIGN BUG (class: comparison-flip on a466
nx_autofix_mut_absdiff_os.nxMUTATION-GENERATED FOREIGN BUG (class: operand-swap in ONE branch466
nx_autofix_mut_dbl_sub.nxMUTATION-GENERATED FOREIGN BUG (class: arithmetic-operator flip,456
nx_autofix_mut_dbl_x3.nxMUTATION-GENERATED FOREIGN BUG (class: multiplier-constant456
nx_autofix_mut_eqv.nxDELIBERATE EQUIVALENT MUTANT (the intake gate's discard tooth): max2 with395
nx_autofix_mut_inc_c2.nxMUTATION-GENERATED FOREIGN BUG (class: constant-perturbation, +1456
nx_autofix_mut_iseven_cp.nxMUTATION-GENERATED FOREIGN BUG (class: comparison-constant456
nx_autofix_mut_max2_rf.nxMUTATION-GENERATED FOREIGN BUG (class: return-first / branch-elide).466
nx_autofix_mut_neg_id.nxMUTATION-GENERATED FOREIGN BUG (class: negation elided to identity).456
nx_autofix_mut_sgn_bd.nxMUTATION-GENERATED FOREIGN BUG (class: branch-drop -- the negative456
nx_autofix_mut_sgn_cw.nxMUTATION-GENERATED FOREIGN BUG (class: swapped branch RETURNS -- the456
nx_autoformalize.nxAUTOFORMALIZATION rungs 1-4: informal arithmetic claim -> FORMAL Peano terms -> a941
nx_autoformalize_cap_probe.nxwhat does the 8-token cap in af_parse ACTUALLY do?462
nx_autoformalize_lib.nxthe CANONICAL autoformalization library (pure funcs, no main), extracted40817
nx_autograd.nxTRAIN-R1: scalar tape-based reverse-mode autograd. THE training keystone: once gradients10411
nx_autograd_tensor.nxTRAIN-R2 (T6): TENSOR reverse-mode autograd -- the identities that scale.93231
nx_autograde_gate.nxTHE AUTONOMOUS TARGET GRADER (operator 2026-07-15: "we should get to autonomous31410
nx_autograde_page.nxthe AUTONOMOUS GRADING dashboard for /compare/autograde, written for HUMANS36214
nx_autorig.nxAUTO-RIG + PHYSICS-PARAM EMIT (generator-path R5, operator: the ecosystem emits rigged,1538
nx_autorig_creature_gate.nxTHE ARCHETYPE-FREE PROOF: the SAME one-call auto-rig, with NO hint, rigs a dragon-42517
nx_autorig_mesh.nxONE-CALL SOVEREIGN AUTO-RIG OF A BARE MESH: skeleton then skin weights in a SINGLE795
nx_autorig_mesh_gate.nxproves the one-call auto-rig is FAITHFUL, not a new arithmetic. A bare prism goes21612
nx_autorig_pose_gate.nxTHE END-TO-END DONE-RULE GATE FOR DC16 (the BEND case): a BARE mesh goes through49617
nx_av1_adst.nxAV1/AV2 inverse ADST (asymmetric discrete sine transform).1023
nx_av1_adst_gate.nxproves the inverse ADST and its distinctness from DCT.2024
nx_av1_dct.nxAV1/AV2 inverse DCT butterfly networks, 4 and 8 point.1333
nx_av1_dct_gate.nxproves the inverse DCT networks by STRUCTURAL property.2104
nx_av1_ec.nxthe AV1/AV2 multi-symbol CDF arithmetic decoder.1838
nx_av1_ec_gate.nxproves the AV1/AV2 multi-symbol CDF arithmetic decoder.1542
nx_av1_frame.nxAV1/AV2 frame-header parameter blocks, writer and reader.23610
nx_av1_frame_gate.nxproves the AV1/AV2 frame-header parameter blocks.2073
nx_av1_intra.nxAV1/AV2 non-directional intra prediction.2405
nx_av1_intra_gate.nxproves AV1/AV2 non-directional intra prediction.2573
nx_av1_obu.nxAV1/AV2 OBU layer: reader and writer.2116
nx_av1_obu_gate.nxproves the AV1/AV2 OBU layer by ROUND-TRIP.1983
nx_av1_seq.nxAV1/AV2 sequence header, writer and reader.2876
nx_av1_seq_gate.nxproves the AV1/AV2 sequence header by ROUND-TRIP.1743
nx_av1_tile.nxAV1/AV2 tile geometry and tile_info, writer and reader.22412
nx_av1_tile_gate.nxproves AV1/AV2 tile geometry and tile_info.1703
nx_av1_txfm.nxAV1/AV2 transform primitives.20515
nx_av1_txfm2d.nxthe 2-D transform-type lattice shared VERBATIM with AV2.1655
nx_av1_txfm2d_gate.nxproves the 16 2-D transform types are a BIJECTION1893
nx_av1_txfm_gate.nxproves the AV1/AV2 transform primitives.1893
nx_avail_map.nxshared cross-peer piece-AVAILABILITY map for rarest-first selection.1547
nx_avail_map_gate.nxKAT + negative controls for the shared cross-peer availability map.1322
nx_avatar_cv_research_fetch.nxbank the AVATAR + COMPUTER-VISION-INGEST capability field (operator 2026-07-06:642
nx_avatar_encode.nxfull AVATAR encoder.1713
nx_avatar_encode_test.nxAVATAR encoder smoke.1194
nx_avatar_solve_test.nxAVATAR composite smoke.821
nx_avatar_splat.nx★THE LEAP (charsim R25; operator 2026-08-16: "dont build iterative junk, you6438
nx_avatar_split.nxAVATAR-style clause splitting.1373
nx_avatar_split_test.nxAVATAR splitting smoke.1334
nx_avg_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_avg_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_aw_hostctl_gate.nx241
nx_aw_mtls_inject.nxinject the VERIFIED mTLS client identity into the decrypted HTTP request as an995
nx_aw_mtls_inject_gate.nxgate the sovereign mTLS carrier's identity-injection TRUST BOUNDARY.956
nx_award_axes_test.nx1102
nx_award_page_probe.nxMEASURED evidence that web_assets/lds_award.html demonstrates the award-winning444
nx_award_ui_census.nxhonest maturity scorecard of our UI vs the AWARD-WINNING / "objectively incredible" bar996
nx_award_ui_research_fetch.nxthe Nishi RESEARCHER's sovereign LIVE fetch for the AWARD-WINNING / "objectively845
nx_axioms.nxfoundational axioms as sealed substrate constants.1922
nx_axisvar.nxDOES THIS JUDGE'S AXIS ACTUALLY VARY? A per-axis distribution census over a whole26510
nx_backend_audit_test.nxself-host substrate audit, written IN1799
nx_backend_probe.nxprobe the plain-HTTP library backend (:8095) on both the365
nx_backtrace.nxframe-pointer-based stack walker.1844
nx_backward_subsume_test.nxbackward subsumption smoke.1503
nx_balance.nxper-account balance cache for the ledger.2618
nx_ballistics.nxSimulates projectile motion with and without air drag for ballistic trajectory visualization.14324
nx_bam.nxBAM binary record serialiser (SAMv1 §4).2784
nx_bam_file_compose_test.nxend-to-end .bam stream composition.1011
nx_bam_test.nxKAT for BAM 4-bit seq + cigar packing.3061
nx_bandwidth_ladder.nxGENEALOGIST physics grade, 3rd axis: MEMORY BANDWIDTH (for streaming ops).684
nx_bandwidth_meter.nxper-session bandwidth + RTT observation.20510
nx_barfresh.nxCLI over nx_barfresh_lib: is every bar on a /compare board the CURRENT MONTH'S, or attested this month1235
nx_barfresh_gate.nxGATE for the bar-age ruler (nx_barfresh_lib), driven IN-PROCESS on planted plan rows with the2194
nx_barfresh_lib.nxTHE ONE RULER FOR BAR AGE ON A /compare BOARD: a bar is the CURRENT MONTH'S, or it is refused.40322
nx_base32.nxRFC 4648 base32 encoder + decoder.2257
nx_base58.nxBitcoin / IPFS base58 encoder + decoder.1887
nx_base64.nxRFC 4648 base64 encoder + decoder.1796
nx_basic_auth.nxHTTP Basic Authentication (RFC 7617).2014
nx_batch_audit_sidecar.nxREAD-ONLY observability sidecar for2658
nx_batch_audit_sidecar_test.nxend-to-end live-fire shape.1691
nx_batch_infer.nxWORKER MESH BACKEND: a sovereign FUSED-BATCH inference kernel that gives the real throughput1395
nx_batch_scheduler.nxH2 continuous batching (bits-up).36916
nx_batch_scheduler_test.nxsmoke for H2 continuous batching.1641
nx_batched_gate.nxMEASURED gate for BATCHED MULTI-SEQUENCE decode2886
nx_batched_tput.nxAGGREGATE THROUGHPUT of batched multi-sequence1494
nx_batchscale_kat.nxIS THE MATMUL PATH AMORTISING ACROSS m? The decisive perf question, answered1364
nx_battery_research_fetch.nxthe Nishi RESEARCHER expanded into LITHIUM-ION BATTERY RECLAMATION as a SAFE1235
nx_battery_safety.nxBMS substrate (Captain Moroni Phase M2).2226
nx_battery_safety_test.nxsmoke for nx_battery_safety.601
nx_bck_elide.nxLN7 SOUND BOUNDS-CHECK ELISION (bck_elide_dominated).99446
nx_bck_elide_gate.nxTHE ELISION PROOF GATE for LN7 (bck_elide_dominated).3637
nx_bck_iv_gate.nxTHE ELISION PROOF GATE for LN7b (bck_elide_induction) and for the compiler's2617
nx_beach_beta_registry_probe_t47.nx121
nx_beach_contact_before_placement_t316.nxBEACH GROUND CONTACT: every body path that can leave feet under the77520
nx_beach_contact_candidate.nxThe tested adapter is now owned by the native craft controller.20
nx_beach_contact_gate.nxBEACH GROUND CONTACT: every body path that can leave feet under the77520
nx_beach_contact_sweep.nxAxis-aligned body sweep. Bounds and units belong to the caller's body contract.725
nx_beach_contact_sweep_gate.nx682
nx_beach_controller_contact_gate.nx922
nx_beach_facing_gate_t109.nxPrivate qualification of the existing native facing owner.1472
nx_beach_facing_policy_gate_t108.nx331
nx_beach_ground_probe.nx211
nx_beach_npc_origin_contact_gate_t43.nxORIGINAL. Exact observed shoreline NPC root coordinates; private native diagnostic.351
nx_beach_npc_residency_canonical_gate_t44.nxORIGINAL. Real Beach terrain, same source owner, signed entity save roundtrip.802
nx_beach_npc_residency_gate_t44.nxORIGINAL. Real Beach terrain, same source owner, signed entity save roundtrip.802
nx_beach_overhang_gate.nx541
nx_beach_pair_layout_gate_t46.nxValidates and enforces agreement between plain and shared memory layouts in a game pair using cryptographic checks and runtime verification.611
nx_beach_pose_pair_gate_t123.nxPrivate qualification of the existing native facing owner.1452
nx_beach_release_recipe.nxBeach release fixture recipe. Native scene data; no page-side geometry.120
nx_beach_release_recipe_dunes_t70.nxBeach release fixture recipe. Native scene data; no page-side geometry.180
nx_beach_release_recipe_move_t72.nxBeach release fixture recipe. Native scene data; no page-side geometry.280
nx_beach_release_recipe_relief_t140.nxBeach release fixture recipe. Native scene data; no page-side geometry.280
nx_beach_wasm_residency_gate_t45.nxORIGINAL. Actual plain/shared module residency calls and existing pair contract.442
nx_beach_water_surface.nxContinuous still-water geometry; Q8 coordinates and Q16 ray parameters.231
nx_beach_water_surface_gate.nx711
nx_beach_workspace_scripts_gate_t48.nx302
nx_beach_zone.nxspecialized water-land transition generator.3057
nx_bearer_auth.nxextract Bearer tokens from Authorization header.1335
nx_beauty_score.nxS-class composite proportion scorer.1473
nx_beauty_score_test.nx662
nx_bed_mesh.nxslicer-side per-XY Z compensation from a probed2074
nx_bed_mesh_adversarial_test.nxPhase A6 of S-class hardening.771
nx_bed_mesh_test.nxverify bilinear interp + layer taper for1082
nx_bedmesh_emit_test.nxprove that slicer-side bed-mesh1143
nx_beerqa_fetch.nxfetch the BeerQA dev split (Stanford, beerqa.github.io) SOVEREIGNLY. BeerQA UNIFIES271
nx_behaveprobe.nxpaired workload observations for reviewed promotion evidence.24120
nx_behaveprobe_evidence_candidate_t297.nxpaired workload observations for reviewed promotion evidence.24120
nx_behaveprobe_gate.nxTHE REFEREE FOR THE PROMOTE RULER'S SUFFICIENCY HALF: A LIVE PROBE MUST READ A SIGNAL1659
nx_behaveprobe_review_candidate_t371.nxpaired workload observations for reviewed promotion evidence.25121
nx_behavior_evidence_gate_t297.nxTests behavior evidence gate with various execution and capture scenarios.691
nx_behavior_fixture_a_t297.nx222
nx_behavior_fixture_b_t297.nx222
nx_behavior_review_capture_gate_t371.nxTests behavior evidence gate with various execution and capture scenarios.851
nx_beir_arms_lib.nxTHE ONE CHOOSER of the arm the BRIGHT sweep writes into search.leaderboard (search R0f, 2026-09-16).644
nx_bench_census_gate.nxgates the benchmark-coverage census on in-memory fixtures (no file I/O):463
nx_bench_census_lib.nxecosystem BENCHMARK-COVERAGE census (the anti-navel-gazing engine scaled to1268
nx_bench_collatz.nxNishiLang twin of bench/xlang/collatz.c (branch-heavy).572
nx_bench_companion.nxsubstrate-honest measurement primitive for2127
nx_bench_companion_test.nxsmoke for the bench-capture primitive.1501
nx_bench_companion_timed.nxwall-clock-wrapped substrate measurement.1075
nx_bench_companion_timed_test.nxsmoke for wall-clock bench wrapper.841
nx_bench_companion_tsv.nxemit NxBenchReport as TSV row to a3047
nx_bench_companion_tsv_parse.nxread bench TSV rows back from bytes.2246
nx_bench_companion_tsv_parse_test.nxroundtrip smoke for TSV parser.1801
nx_bench_companion_tsv_test.nxsmoke for TSV emitter.1351
nx_bench_core.nxB1 second stone of NISHI_PERFORMANCE_2123
nx_bench_core_test.nxKAT for B1 bench harness.1721
nx_bench_dist_emit_test.nx10-run distribution measurement.2046
nx_bench_dist_persist_test.nxrun distribution + persist to disk.1973
nx_bench_divpow2.nxNishiLang twin of bench/xlang/divpow2.c. Signed572
nx_bench_emit.nxstream workload through OUR primitives, emit numbers to stdout.1125
nx_bench_fannkuch.nxNishiLang twin of bench/xlang/fannkuch.c872
nx_bench_fnv.nxNishiLang twin of bench/xlang/fnv.c. FNV-1a over an LCG byte522
nx_bench_harness.nxthe bits-up search leaderboard engine.2666
nx_bench_harness_test.nxKAT for the leaderboard engine.861
nx_bench_hll_throughput.nxhead-to-head HLL throughput bench.1153
nx_bench_hll_vs_cpc.nxhead-to-head workload runner.851
nx_bench_hll_vs_cpcd.nxHLL_8 vs CPC DENSE at matched accuracy.801
nx_bench_hll_vs_datasketches.nxhonest head-to-head.1903
nx_bench_intent.nxintent/facet-aware retrieval metrics, bits-up.2547
nx_bench_intent_test.nxKAT for intent/facet-aware metrics.765
nx_bench_matmul.nxNishiLang twin of bench/xlang/matmul.c. Memory-bound692
nx_bench_metrics.nxsovereign retrieval-quality metric kernels.20711
nx_bench_metrics_test.nxKAT for the retrieval-quality kernels.1062
nx_bench_multiseed.nx20-workload accuracy averaging for OUR HLL + CPC.1576
nx_bench_popcount.nxmicrobenchmark for nx_popcount64.961
nx_bench_receipt_lib.nxTHE ONE READER, ONE VERDICT AND ONE SERIALISER for a /compare <dom>.bench receipt31819
nx_bench_scale_dist_emit_test.nxdistribution measurement at 3 scales.1978
nx_bench_scale_test.nxsubstrate scaling under increasing workload.1684
nx_bench_spectral.nxNishiLang twin of bench/xlang/spectral.c (spectral-norm,1247
nx_bench_stats.nxmin/max/mean/p50/p95 stats over an i64 sample array.19211
nx_bench_stats_test.nxsmoke for the distribution-stats primitive.1571
nx_bench_stress_autoreg_test.nx10-iteration REAL transformer1451
nx_bench_stress_emit_test.nxruns the stress workload AND emits1411
nx_bench_tsv_persist.nxwrite bench TSV rows to a real file on disk.1086
nx_bench_tsv_persist_test.nxsmoke: write rows + read back + verify.1411
nx_bench_v1_vs_v2_test.nxfirst paired substrate measurement.1912
nx_benchmark_harness.nxhead-to-head perf verdict primitive.3488
nx_benchmark_harness_test.nxsmoke for head-to-head perf verdict. 1352
nx_benchmark_release_candidate_t179.nxTRUE competitive benchmarking, not cherry-picking (operator: a recurring flaw --16714
nx_benchmark_release_gate_t179.nx331
nx_benchtools_research.nxTHIN structured BENCHMARK-TOOLS research source organ (the real speed/capability251
nx_bencode.nxbencoding parser (bits-up), the BitTorrent keystone.1347
nx_bencode_test.nxKAT for the bencode parser on real .torrent structure.592
nx_beneish_gate.nxBENEISH M-SCORE GATE (forensic manipulation detection).975
nx_beneish_lib.nxBENEISH M-SCORE: forensic detection of earnings manipulation, integer-exact.563
nx_bert_ce_lib.nxSOVEREIGN BERT cross-encoder (BertForSequenceClassification with one logit) composed from34613
nx_bezier_patch.nxPARAMETRIC SPLINE SURFACE: a bicubic Bezier tensor-product patch (the non-rational core of763
nx_bfsk.nxBinary Frequency Shift Keying modem. Apparatus1625
nx_bgzf.nxBGZF (Blocked GZIP Format) container per SAMv1 §4.1.1512
nx_bgzf_test.nxKAT for BGZF stored-block writer + EOF marker.1411
nx_bigfloat120.nxME3 rung 1: SOVEREIGN fixed-120-bit binary float, pure Nishi.36015
nx_bigfloat120_atan.nxSOVEREIGN atan oracle on the 120-bit bigfloat.1413
nx_bigfloat120_div.nxfull 120-bit division (separate file: mul+div quirk law).561
nx_bigfloat120_erfc.nxME2-ERF-002 FOUNDATION rung: the SOVEREIGN 120-bit erfc1484
nx_bigfloat120_exp.nxSOVEREIGN exp oracle: binary64-in, binary64-out, all1252
nx_bigfloat120_gamma.nxSOVEREIGN gamma oracle on the 120-bit bigfloat2895
nx_bigfloat120_ln.nxSOVEREIGN ln oracle: binary64-in, binary64-out, 120-bit1412
nx_bigfloat120_pow.nxSOVEREIGN pow oracle: binary64 pair in, binary64 out,2394
nx_bigfloat120_sinh.nxSOVEREIGN sinh/cosh oracle on the 120-bit bigfloat.1135
nx_bigfloat120_tan.nxSOVEREIGN tan oracle on the 120-bit bigfloat:582
nx_bigfloat120_trig.nxSOVEREIGN trig oracle on the 120-bit bigfloat: pi by2187
nx_bigint.nxKAT GATE for the multi-precision integer primitives (nx_syscalls import chain).391
nx_bigint_lib.nxmulti-precision integer PRIMITIVES (unsigned), the IMPORTABLE library.17410
nx_bigint_modexp.nxmodular reduction + modular exponentiation on nx_bigint (the missing keystone).968
nx_bigread_test.nxisolate the >64MB fault: does sys_read fill a 177MB buffer, and is far access ok?732
nx_billing.nxNishi Office TIME & BILLING CLI/MCP organ: self-verifying demo over491
nx_billing_gate.nxINDEPENDENT gate for time & billing (imports the SAME shipped1402
nx_billing_lib.nxNishi Office: TIME & BILLING (F506-adjacent) core lib. Billable time953
nx_bills.nxR1 of THE NISHI SITUATION-MANAGEMENT arc: the recurring BILLS / OBLIGATIONS register625
nx_bills_entry.nxthe BILL-ENTRY data path: turns a person's submitted bill form (a urlencoded POST504
nx_bills_entry_gate.nxproves the bill-entry data path: a urlencoded form body -> be_record -> a stored874
nx_bills_gate.nxR1 GATE: proves the bills register computes exact cadence-normalized monthly totals,625
nx_bills_store.nxper-respondent BILL STORE so the climb-out runs on the person's REAL recurring bills,915
nx_bills_store_gate.nxproves the per-respondent BILL STORE: add bills -> they persist + round-trip,834
nx_binary_search.nxcanonical binary search on a sorted nx_int array.482
nx_binary_search_test.nxcanonical exercise of search + lower_bound.491
nx_bindings_delivery_gate.nxComplete native HTTPS and staged Compare adapter delivery evidence.26211
nx_bindings_openapi_capture_gate.nx141
nx_binomial.nxC(n, k) iterative, overflow-safe.301
nx_binomial_test.nx171
nx_biome_classifier.nxWhittaker / Holdridge biome classifier.3364
nx_bip39_wordlist.nxthe 2048-word BIP39 English wordlist (bitcoin/bips bip-0039).13965
nx_biquad.nxdirect-form-II transposed biquad filter in Q14.2405
nx_bit.nxlow-level bit primitives.20016
nx_bit_provenance.nxbit-provenance ledger (silicon-to-death tracking).18210
nx_bit_provenance_pipeline_test.nxBP-2 proof: bit-provenance971
nx_bitio.nxMSB-first bit-level writer/reader over a byte buffer.513
nx_bitops.nx64-bit bitwise helpers (gold-standard reference).1224
nx_bits.nxbit-manipulation primitives, dispatching to hardware33531
nx_bits_test.nxsmoke for nx_bits primitives.731
nx_bitset.nxpacked bit array with O(1) get / set / clear.19111
nx_bitstream.nxbit-level reader for packed-binary formats.31211
nx_bki_alias_gate.nxPure action identity checks; actual runner cache behavior requires integration evidence.373
nx_blake2b.nxRFC 7693 BLAKE2b-512 hash (variable output length).69614
nx_blake2b_long.nxRFC 9106 sec 3.4 variable-length BLAKE2b H'.1924
nx_blake2b_long_test.nxinternal-consistency smoke for H'.1552
nx_blake2b_test.nxRFC 7693 Appendix A KAT smoke for BLAKE2b-512.1444
nx_blas_i64.nxBLAS Level-1/2/3 reference kernels on i64+Q10.2388
nx_blkprofile.nxTHE BURST PROFILER for the D-state admission witness. Rung DG1, /compare/degradation.4559
nx_blob.nxlargest connected skin region (R2-refine). Fixes localization:1483
nx_blob_gate.nxREFEREE for R2-refine (nx_blob largest connected blob).1257
nx_blob_store.nxcontent-addressed blob store (L0 storage substrate).31413
nx_blob_store_mcu.nxMCU-tier variant of blob_store class.26412
nx_blob_store_mcu_test.nxsmoke for MCU-tier blob_store variant.1582
nx_blob_store_test.nxsmoke for nx_blob_store ST-1 MVP.1882
nx_block_density.nxBOILERPLATE BLOCK SCORING for HTML: the /compare/webscraping R6 contract58627
nx_block_density_cli.nxCLI over nx_block_density (the /compare/webscraping R6 lib): the calibration715
nx_block_density_gate.nxGATE for nx_block_density (the /compare/webscraping R6 contract bd_fit_text).1595
nx_block_quant_h2h_gate.nxwork the BEHIND scorecard line (quantization) with a real technique:899
nx_blocked_matmul.nxattack the MEMORY-BANDWIDTH roof the AVX2 arc exposed: CACHE BLOCKING.1126
nx_blockfloat_block_gate.nxBLOCK-FLOAT weights through the REAL no-float TRANSFORMER BLOCK. Composes the17811
nx_blockfloat_ddp_gate.nxTHE CONVERGENCE: block-float weights inside DETERMINISTIC DISTRIBUTED training.14613
nx_blockfloat_generate_gate.nxR2 of the model-assembly arc: AUTOREGRESSIVE GENERATION on block-float weights.24218
nx_blockfloat_lm_gate.nxFULL LM FORWARD with block-float weights: the first rung of the model-assembly arc.20315
nx_blockfloat_mha_gate.nxBLOCK-FLOAT weights through REAL MULTI-HEAD attention. Composes the existing17413
nx_blockfloat_stack_gate.nxBLOCK-FLOAT weights through a STACKED (multi-block) transformer -- the step18813
nx_blocklist_audit.nxVERIFIABILITY for the do-not-recover blocklist: no blind trust. Prints every entry's full561
nx_blocklist_seed_demo.nxintake one clearly-labeled EXAMPLE pending entry into the PRODUCTION blocklist, so the181
nx_blocklist_store.nxthe do-not-recover blocklist on the sovereign seg_store (NOT a TSV). Modeled on10313
nx_blocklist_store_gate.nxproves the SUPERVISED blocklist on the real seg_store (test prefix, production662
nx_blocklist_view.nxrenders the supervised blocklist (from seg_store) as a VIEWABLE HTML page: every entry with693
nx_blocklist_view_gate.nxproves the viewable page renders the supervised blocklist correctly and writes a live482
nx_blockmax_wand.nxLIB: block-max top-k pruning (block-max-WAND / MaxScore family) = the QUERY-SPEED lever for a797
nx_blockmax_wand_gate.nxproves block-max pruning returns the EXACT top-k as exhaustive scoring while SCORING605
nx_bloom.nxBloom filter (Burton Howard Bloom, 1970). 1457
nx_bloom_capacity.nxFPR-profile constructor on top of nx_bloom.846
nx_bloom_capacity_test.nxsmoke for FPR-profile bloom construction.481
nx_bluenoise.nxSOVEREIGN BLUE-NOISE MASK GENERATOR (Ulichney void-and-cluster, integer-exact).47513
nx_bm25.nxproduction-grade ranked retrieval: Okapi BM25 (Robertson & Sparck Jones), integer-only.15710
nx_bm25_gate.nxINDEPENDENT GATE: integer BM25 + Reciprocal Rank Fusion, on real clause text.1141
nx_bm25_lib.nxBM25 lexical retrieval + RECIPROCAL RANK FUSION, in pure integer fixed point.23215
nx_bmp.nxsovereign 24-bit BMP writer, so detector output is VIEWABLE783
nx_bmp_decode.nxsovereign BMP READER (the 1990s Windows workhorse; the tree had only the1384
nx_bmp_header.nxparse Windows BMP/DIB image headers.1536
nx_board_contract_gate.nxTHE REFEREE FOR BUILD CONTRACTS ON THE COMPARE BOARDS (2026-09-03).85031
nx_board_idref_gate.nxTHE COMPARE BOARD'S REFERENTIAL INTEGRITY REFEREE (2026-09-04).3617
nx_boardcontra.nxTWO BOARDS, ONE SYMBOL, OPPOSITE CLAIMS (2026-09-04)23212
nx_body_anchors.nxper-body anchor-feature data (Olympus Mons,2924
nx_body_artifact_identity_t60.nx192
nx_body_figure.nxANATOMICAL BODY FIGURE for the synthetic-character sandbox (/charlab, the VaM-class adult423
nx_body_flush.nxbody-wide flush + mottle-pattern detector.1802
nx_body_gen_skin_candidate_t345.nx★THE PRODUCT: a SOVEREIGN PROCEDURAL human body, generated from the first byte up.130428
nx_body_gen_winding_candidate_t365.nx★THE PRODUCT: a SOVEREIGN PROCEDURAL human body, generated from the first byte up.131830
nx_body_head_profile_gate_t366.nx282
nx_body_matched_serving_probe_t345.nx192
nx_body_measurement_extract.nxsilhouette + scale -> BodyDimensions.2708
nx_body_measurement_extract_test.nxsmoke for body-from-silhouette.1502
nx_body_pointer_abi_gate_t345.nx21
nx_body_proc_boundary_candidate_t345.nx★SOVEREIGN PROCEDURAL BODY-CANON GENERATOR (Infinigen-style). Infinigen is the CAPABILITY111041
nx_body_proc_semantic_candidate_t345.nx★SOVEREIGN PROCEDURAL BODY-CANON GENERATOR (Infinigen-style). Infinigen is the CAPABILITY110440
nx_body_proc_semantic_gate_t345.nx222
nx_body_profile_winding_candidate_t366.nx★THE PRODUCT: a SOVEREIGN PROCEDURAL human body, generated from the first byte up.133330
nx_body_rest_frame_candidate_t345.nxSegment rest registration. Input joints retain source units; caller declares units per metre and frame axes.403
nx_body_rest_frame_gate_t345.nx291
nx_body_rest_registration.nxVersioned full-XYZ rest registration over nx_skelgen J rows. Legacy consumers unchanged.876
nx_body_rest_registration_candidate_t345.nxVersioned full-XYZ rest registration over nx_skelgen J rows. Legacy consumers unchanged.876
nx_body_rest_registration_gate_t345.nx563
nx_body_semantic_canonical_gate_t345.nx302
nx_body_semantic_mesh_gate_t345.nx232
nx_body_skin_artifact_gate_t345.nx397
nx_body_skin_boundary_gate_t345.nx274
nx_body_skin_cut.nxVersioned attachment consumer for the existing body loft. Source positions remain in its emitted world frame.8810
nx_body_skin_cut_consumer_t345.nxVersioned attachment consumer for the existing body loft. Source positions remain in its emitted world frame.899
nx_body_skin_junction.nxExisting body loft's versioned skin-port composition. Coordinates and indices remain caller-owned.585
nx_body_skin_junction_candidate_t345.nxExisting body loft's versioned skin-port composition. Coordinates and indices remain caller-owned.585
nx_body_skin_junction_gate_t345.nx353
nx_body_winding_gate_t365.nx493
nx_bodyatlas.nx★HOLISTIC ANATOMICAL BEING (operator 2026-07-10, ref zygotebody.com + sloyd.ai/3d-human-model-generator):72939
nx_bodybind.nxREGION-TO-BONE BINDING (Elara bar E4): a soft-body region rides a skeleton bone -- the486
nx_bodydensity_gate.nxTHE TESSELLATION RATCHET: adding triangles to a surface that has no1676
nx_bodyfit.nxTHE LOOP: a GENOME becomes a FITNESS by generating a body, rendering it, and70119
nx_bodyfit_canon_gate.nxDOES CANON MODE ACTUALLY TRANSFORM THE CANON, AND DOES IT REFUSE WHEN THE25514
nx_bodypose.nxSKIN THE MANNEQUIN (swap+motion S-ladder, toward S6): pose the CONTINUOUS SDF body from1055
nx_bom.nxLIB: component library + supply-chain BILL OF MATERIALS, as a digital twin of real procurement.1859
nx_bom_rt.nxGO-TO-MARKET / BILL OF MATERIALS engine. The first hardware1588
nx_bom_test.nxsmoke for nx_bom. Proves the part catalog, the wate351
nx_bond_gate.nxFIXED-INCOME VALUATION GATE.1115
nx_bond_lib.nxFIXED-INCOME VALUATION: bond price, yield-to-maturity, duration. Integer-exact.1106
nx_boneheat.nxSOVEREIGN AUTO-WEIGHTS CLI: geodesic bone-heat skin weights for a rigged NXA (Blender Automatic311
nx_boneheat_gate.nxTHE REFEREE FOR THE SOVEREIGN AUTO-WEIGHTS: a geodesic solve must BLEND at a joint, must NOT32912
nx_boneheat_lib.nxSOVEREIGN AUTO-WEIGHTS: geodesic bone-heat skin weights over the VOXELISED VOLUME of a mesh.82431
nx_book.nxfamily ledger / operator-visible log.20812
nx_book_mojibake_gate.nxliar-kill gate for the library mojibake fix (nx_charset_repair_utf8).804
nx_book_test.nxsmoke for nx_book.521
nx_boolean_evaluation_probe_t365.nx42
nx_bounds_bad_r.nxOOB constant READ on a fixed array -> must be a COMPILE ERROR (fixed-array index >= size).81
nx_bounds_bad_w.nxOOB constant WRITE on a fixed array -> must be a COMPILE ERROR (fixed-array index >= size).81
nx_bounds_ok.nxin-bounds fixed-array access + runtime index must still build+run. Expect BOUNDS_OK.141
nx_bounds_perf.nxthe COST side of the spatial-safety rung.401
nx_boundscheck.nxLN3 RAW-POINTER PROVENANCE fixture organ (lang.plan rung LN3, watch2288
nx_boundscheck_constidx.nxSTANDING WITNESS for the COMPILE-TIME leg of LN3 raw-pointer201
nx_boundscheck_gate.nxGATE for LN3 raw-pointer provenance (lang.plan rung LN3, symbol2557
nx_box.nxNishi Box (F503) CLI/MCP organ: self-verifying demo over nx_box_lib.431
nx_box_gate.nxINDEPENDENT gate for Nishi Box (imports the SAME shipped nx_box_lib =852
nx_box_lib.nxNishi Box (F503): matter-scoped LEGAL DMS on the immutable CID plane.1073
nx_boyer_moore.nxBoyer-Moore string search (bad-character heuristic).812
nx_boyer_moore_test.nxexercise Boyer-Moore search edge cases.531
nx_bpe.nxByte-Pair Encoding tokenizer.49512
nx_bprov_chain.nxergonomic wrappers over nx_bit_provenance.1006
nx_bracedparam_probe.nxminimal repro for ${param} inside a @macro body (v8 T5 shape).272
nx_brand_apply_enforced.nxthe "gorgeous-by-default" ENFORCEMENT gate (operationalizes nx_emitter_bench).987
nx_brand_exceed_research_fetch.nxthe Nishi RESEARCHER's sovereign LIVE fetch for "how do the remaining PRESENT935
nx_brand_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch for THE S-CLASS BRAND / UX / CX arc.1035
nx_brane.nxcapability-token cell membrane.2409
nx_brane_test.nxsmoke for nx_brane.671
nx_breast_aesthetic_composite.nxcomposite breast-aesthetic verdict.1111
nx_breast_aesthetic_composite_test.nx621
nx_breast_drape_pose.nxpose-aware breast gravity-drape validator.1324
nx_breast_drape_pose_test.nx421
nx_breast_localize.nxfind left/right breast sub-regions in torso.1291
nx_bright_prep.nxBRIGHT (huggingface xlangai/BRIGHT, cc-by-4.0) reshaped into the BEIR layout nx_beir_eval reads3469
nx_bright_prep_gate.nxGATE for nx_bright_prep (BRIGHT reshaped into the BEIR layout), driven IN-PROCESS through2009
nx_bright_reasoned_import.nxREFEREE-REPLAY IMPORTER for a published reasoned-query set (search R0l, 2026-09-16).45020
nx_bright_reasoned_import_gate.nxGATE for nx_bright_reasoned_import (the referee-replay importer), driven27917
nx_bright_rewrite_gate.nxthe referee for nx_bright_rewrite_lib (search R0l, 2026-09-16): the remote engine2398
nx_bright_rewrite_lib.nxR0l: the SOVEREIGN reasoning-rewrite run for BRIGHT as a LIBRARY (search R0l, 2026-09-16).61231
nx_bright_rewrite_run.nxR0l-d: the SOVEREIGN reasoning-rewrite run for BRIGHT (search R0l, 2026-09-16).1512
nx_browse_text.nxproduction-shaped browser fetch entry point.1846
nx_browse_text_test.nxfork-loopback proof that nx_browse_text1266
nx_browser_buyguard.nxthe Nishi BROWSER's "before you buy" pass, on REAL page HTML (operator: "part1366
nx_browser_buyguard_gate.nxproves the browser "before you buy" pass works on REAL page HTML via the1128
nx_browser_demo_42.nxvisible end-to-end demo program. Paints492
nx_browser_demo_hello.nxvisible demo program. Paints572
nx_browser_demo_html.nxend-to-end HTML-input demo. Tokenizes1062
nx_browser_demo_html_nishi.nxend-to-end demo rendering992
nx_browser_demo_lowercase.nxrenders the lowercase pangram862
nx_browser_demo_multiline.nxvisible demo proving newline-aware532
nx_browser_demo_pangram.nxdemo program rendering the classic872
nx_browser_demo_styled.nxthe closing demo of the day. Renders1502
nx_browser_demo_test.nxSession 3 of bits-up browser arc.5837
nx_browser_gate.nxTHE BROWSER GATE: one command re-proves the69420
nx_browser_image_demo_test.nxTHE end-to-end image milestone.1212
nx_browser_local_test.nxend-to-end "browser is up" demo.16910
nx_browser_own_site_live_test.nxPhase-5 keystone row: LIVE1432
nx_browser_page_demo_test.nxthe browser renders a REAL webpage.1553
nx_browser_profile_store.nxthe Nishi browser's PERSISTENT PROFILE STORE (lib, no main).726
nx_browser_render_own_test.nxPhase-5 render row: take the HTML1912
nx_browser_struct_col_gate.nxthe BR2 structural-exactness column, proven IN PROCESS.2187
nx_browser_struct_col_lib.nxBR2: THE CSS-ON STRUCTURAL-EXACTNESS COLUMN OF THE BROWSER CENSUS.26316
nx_bspfacts.nxCLI: BodySlide preset structural facts. nx_bspfacts probe|decode <preset.xml>967
nx_bspfacts_gate.nxBITE-PROOF for the BodySlide preset dialect, both directions.27413
nx_bspfacts_lib.nxBODYSLIDE PRESET FACT EXTRACTION CORE (the Bethesda body-preset dialect;1885
nx_bt_v2_merkle.nxLIB: BitTorrent v2 (BEP 52) style SHA-256 MERKLE piece tree + INCLUSION PROOFS. Upgrades our606
nx_bt_v2_merkle_gate.nxproves the BitTorrent v2 SHA-256 merkle tree + inclusion proofs: build a root over 4575
nx_budget.nxdeclared resource ceiling per cell.2176
nx_budget_alloc.nxbits-up sovereign memory-ceiling enforcement.1765
nx_budget_alloc_test.nxsmoke for sovereign ceiling enforcement.1291
nx_budget_test.nxsmoke for nx_budget.651
nx_buf.nxbounded append-only byte buffer with overflow detection.23812
nx_buf_dyn.nxdynamic growable byte buffer.24815
nx_buf_dyn_owned_candidate_t218.nxdynamic growable byte buffer.24815
nx_buf_owned_gate_t218.nx482
nx_build_canon_input_gate.nxParser and resource-verdict fixtures only; does not prove runner integration.694
nx_build_canon_input_lib.nxPure build admission input validation. No allocation, I/O, or hardware writes.1435
nx_build_doc.nxrender a single .md document into final HTML.2228
nx_build_firsttry_gate.nxCE2 (codeeffectiveness ce_build_firsttry): the build pillar's two rates read from a18612
nx_build_firsttry_lib.nxCE2 (codeeffectiveness ce_build_firsttry): THE BUILD PILLAR'S TWO RATES, READ FROM THE28120
nx_build_key_identity_gate.nxPure action identity checks; actual runner cache behavior requires integration evidence.373
nx_build_key_identity_lib.nxDebug artifacts contain logical source paths. Content identity alone cannot key them.241
nx_build_place.nxSOVEREIGN VISUAL ENGINE rung V3: the BUILD-AND-PLACE board.493
nx_build_place_test.nxKAT gate for the build-and-place board emitter.575
nx_build_plan.nxmulti-part / multi-printer / multi-process2414
nx_build_plan_sim.nxsimulator for the multi-process build plan.1272
nx_build_plan_sim_test.nxverify build_plan simulator second841
nx_build_plan_test.nxverify multi-process schedule solver.1181
nx_build_site.nxbits-up site builder. Replaces54614
nx_buildecho.nxREAD WHAT THE BUILDER SAID IT COMPILED (2026-08-07).1083
nx_buildecho_gate.nxBITE-PROVE THE CROSS-TARGET GUARD, BOTH WAYS (2026-08-07, debt 1786128134).1225
nx_buildmode_lib.nxTHE COMPILE MODE THE BUILD LANE USES, AS DATA (LN44, 2026-09-03).1737
nx_buildpath_gate.nxPROVES nx_buildpath_lib AGREES WITH THE BUILDER THAT ACTUALLY RAN.1205
nx_buildpath_lib.nxTHE ONE ANSWER TO "WHERE DID THE BUILDER PUT THE ARTIFACT?"12711
nx_buildrun_verdict_lib.nxTHE ONE RULE for "did this buildrun produce the artifact on disk?" (2026-09-05).504
nx_bundle_gen.nxpure-NishiLang shard-bundle generator.47313
nx_bundle_ingest.nxCOMMUNITY BUNDLE TO A TYPED MANIFEST (/compare/modding MD1 bundle_ingest, 2026-09-06). Walks a ZIP or49525
nx_bundle_ingest_cli_candidate_t144.nxCOMMUNITY BUNDLE TO A TYPED MANIFEST (/compare/modding MD1 bundle_ingest, 2026-09-06). Walks a ZIP or49525
nx_bundle_ingest_gate.nxTHE BUNDLE WALKER GATE (/compare/modding MD1, 2026-09-06). The fixture is BUILT AT RUNTIME with2947
nx_bundle_ingest_lib.nxTHE COMMUNITY BUNDLE WALKER (/compare/modding MD1 bundle_ingest, 2026-09-06): a ZIP from a rip33714
nx_bundle_ingest_selected_candidate_t144.nxTHE COMMUNITY BUNDLE WALKER (/compare/modding MD1 bundle_ingest, 2026-09-06): a ZIP from a rip33714
nx_bundle_ingest_selected_gate_t144.nxTHE BUNDLE WALKER GATE (/compare/modding MD1, 2026-09-06). The fixture is BUILT AT RUNTIME with2947
nx_bundleadjust.nxPOSE REFINEMENT / bundle-adjustment (cadtwin P1, the named fix for the fixed-point1405
nx_bvh.nxaxis-aligned bounding volume hierarchy on NxMesh33317
nx_bvh_empty_hstr_fixture_t284.nx291
nx_bvh_lib.nxSHARED BVH (BioVision Hierarchy) PARSING SUBSTRATE.37113
nx_bvh_nearest_asset_gate_t284.nxNative representative asset evaluator, using shared NXA admission and NxBvh.1102
nx_bvh_nearest_candidate_t284.nxNearest-surface query arithmetic for existing NxBvh/NxMesh.1099
nx_bvh_nearest_math_gate_t284.nx412
nx_bvh_nearest_precision_gate_t284.nx121
nx_bvh_nearest_query_gate_t284.nx212
nx_bvh_test.nxexercise BVH build on tetrahedron mesh in both821
nx_bvhfk.nxBVH FORWARD KINEMATICS: joint tree + channel rotations -> WORLD-SPACE positions.41810
nx_bvhfk_lib.nxSHARED BVH FORWARD-KINEMATICS CORE (fk_eval + integer matrix substrate).1869
nx_bvhmotion.nxBVH MOTION CAPTURE CENSUS (thin CLI over nx_bvh_lib).2127
nx_bwe.nxSOVEREIGN bandwidth estimator (the "adapt to the pipe" rung). BENCHMARK: WebRTC's GCC736
nx_byteload_debug.nxConverts the ASCII value of the first byte of the string "GET" to an integer and returns it.81
nx_bytes_fmt.nxhuman-readable byte-size formatter.1315
nx_cache_control.nxparse HTTP Cache-Control header.2706
nx_cachewatch.nxIS THE WRITE CACHE ACTUALLY CACHING? The axis nothing in the estate measured.30611
nx_cachewatch_gate.nxTHE GATE FOR THE WRITE-CACHE AXIS, 2026-09-03.2298
nx_cad.nxparametric solid modeling (AutoCAD / Fusion / Siemens-class), the1404
nx_cad_exceed.nxMEASURED head-to-head census for Nishi CAD vs incumbent CAD1638
nx_cad_exceed_gate.nxliar-kill gate for the MEASURED CAD exceed census.605
nx_cad_nas_probe.nxREAD-ONLY NAS diagnostic over sovereign SSH (vault auth).494
nx_cad_page.nxEMIT the live nishifamily.com/cad page for Nishi CAD.2646
nx_cad_prims2_test.nxKAT gate for two more primitives: parametric CONE (direct1287
nx_cad_test.nxKAT gate for parametric sketch->extrude solid modeling.1217
nx_cad_verify_gate.nxSOVEREIGN live verifier for nishifamily.com/cad/. Does a906
nx_cadtwin_research.nxSOTA research bank for the CAR DIGITAL-TWIN / CAD-SCAN pipeline (operator1035
nx_cadtwin_research2.nxFRESH 2025-2026 SOTA bank for the CAD car-twin reconstruction frontier (operator915
nx_calc.nxsymbolic calculus engine.14714
nx_calc_advanced_test.nxexercise Series + Solve engines.1399
nx_calc_chem_test.nxexercise integrate engine + extended chem.18212
nx_calc_integrate.nxsymbolic integration engine.1713
nx_calc_series.nxTaylor / Maclaurin series expansion engine.833
nx_calc_solve.nxsymbolic Solve for linear and quadratic.843
nx_calibrate.nxlmbench-class empirical cost-model builder.42010
nx_calibrate_test.nxsmoke for nx_calibrate SA-2 MVP.811
nx_calibration.nxstatistical calibration of predicted confidences.3358
nx_calibration_drift_monitor.nxscheduled re-characterization + drift alerts.2239
nx_call.nx1:1 audio + chat call.21818
nx_callsig.nxsovereign CALL SIGNALING state machine: a telephone-style ring/accept/reject flow so the424
nx_callui_research_fetch.nxGROUND the video-CALL UI/UX bar (operator 2026-07-03: "our ui and all362
nx_cam.nxcamera + homography primitives (V9).2028
nx_cam_chaturbate.nx/compare/mediaingest R9 (lr_watch) SITE ADAPTER: Chaturbate.48526
nx_cam_chaturbate_gate.nxREFEREE for nx_cam_chaturbate (/compare/mediaingest R9 lr_watch, site half).2295
nx_cam_chaturbate_probe.nxthe NETWORK DRIVER for nx_cam_chaturbate (/compare/mediaingest R9).2839
nx_cam_test.nxsmoke for V9 camera primitives. 1061
nx_camera_q14.nxcamera + projection + 4x4 matrix math in Q14.66218
nx_campaign.nxWRITING arc, rung W-CAMP-1: the D&D CAMPAIGN structure model.21212
nx_campaign_verify.nxDID THAT CAMPAIGN ACTUALLY DO WHAT IT CLAIMED, FOR EVERY ROW?37411
nx_canary_test.nxend-to-end smoke for nx_canary_value.1711
nx_canary_value.nxknown-value tokens detecting silent tampering.3359
nx_canon_cid.nxPART B of the sovereign storage substrate rung 12009
nx_canon_proportions.nxS-class anatomical canon as data table.1954
nx_canon_proportions_test.nx391
nx_canon_solver.nx★B1a of the published plan (/world/procgen): the CANON → CONSTRAINT bridge, i.e.1985
nx_canon_solver_gate.nxGATE for the canon→constraint bridge (B1a, /world/procgen plan). Fixtures are2056
nx_cap.nxcapability-based security primitives.1475
nx_cap_census.nxTHE NISHI CAPABILITY DRIVER (unified, measurement-first). ONE engine measures how SOTA63927
nx_cap_census_gate.nxproves the unified capability driver: (1) LIAR-KILL grounding cannot be fooled,694
nx_cap_grant_e2e_gate.nxTHE CAPSTONE: proves the ENTIRE production MCP-grant path end-to-end, offline, with a20111
nx_cap_invoke_gate.nxproves R2: MCP tools/call over R0 is CAPABILITY-SCOPED. Drives ta_handle_pfx in-process894
nx_cap_issue_gate.nxproves the self-service DELEGATION endpoint (POST /api/cap/issue) over R0's ta_handle:1016
nx_cap_keygen.nxprovision the capability-token SIGNING SECRET on the machine that will verify it (the NAS).765
nx_cap_keygen_gate.nxproves nx_cap_keygen provisions a REAL CSPRNG signing secret that (a) is 256-bit hex,675
nx_cap_mint.nxCLI to MINT a capability token for R0's tools/call (R2 live). Reads the HMAC secret from a keyfile919
nx_cap_mint_candidate_t186.nxCLI to MINT a capability token for R0's tools/call (R2 live). Reads the HMAC secret from a keyfile919
nx_cap_mint_gate.nxproves the root minter cm_mint (a) issues a capability that grants exactly the listed452
nx_cap_revoke_gate.nxproves REVOCATION over R0's ta_handle: a valid cap invokes; after POST /api/cap/revoke606
nx_cap_token.nxsovereign CAPABILITY TOKEN: the "beyond MCP" security primitive for tool invocation.18114
nx_cap_token_candidate_t186.nxsovereign CAPABILITY TOKEN: the "beyond MCP" security primitive for tool invocation.18114
nx_cap_token_gate.nxproves the capability token is the BEYOND-MCP security primitive: authority-in-the-token,562
nx_capabilities_test.nxexercise registry + units + calc + linalg25312
nx_capability_triage.nxCLI of the intelligent catch / gap-analysis loop (07-15).905
nx_capability_triage_core.nxthe INTELLIGENT CATCH with ANTI-NAVEL-GAZING + OPERATOR-PROPOSAL19811
nx_capability_triage_gate.nxliar-killed GATE for the intelligent-catch kernel v2.1125
nx_capcensus.nxTHE PICKED-CAP CENSUS: is a capacity bound DERIVED, or PICKED by an author?87120
nx_capcensus_gate.nxTHE GATE FOR THE PICKED-CAP CENSUS.2725
nx_capcliff_recovery_20260912.nxREADER-CAP CLIFF DETECTOR for append-only ledgers, WITH THE REMEDY CENSUS (DI13).61930
nx_caplab_cities.nxCapitalism Lab R6: cities + retail presence (the MAP).613
nx_caplab_cities_test.nxgate for Capitalism Lab R6 (cities + the map).884
nx_caplab_compete.nxCapitalism Lab R1: multi-firm price competition.984
nx_caplab_compete_test.nxgate for Capitalism Lab R1 (competition).1123
nx_caplab_finance.nxCapitalism Lab R7: firm finances (loans/debt/interest/625
nx_caplab_finance_test.nxgate for Capitalism Lab R7 (finances).793
nx_caplab_market.nxCapitalism Lab R0: the single-firm market atom.675
nx_caplab_market_test.nxgate for Capitalism Lab R0 (the market atom).833
nx_caplab_products.nxCapitalism Lab R5: multiple products + categories.473
nx_caplab_products_test.nxgate for Capitalism Lab R5 (products + categories).954
nx_caplab_quality.nxCapitalism Lab R4: demand driven by PRICE + QUALITY +843
nx_caplab_quality_test.nxgate for Capitalism Lab R4 (quality + brand demand).1084
nx_caplab_sim.nxCapitalism Lab R3: the simulation TICK LOOP (it becomes a784
nx_caplab_sim_test.nxgate for Capitalism Lab R3 (the tick-loop engine).1003
nx_caplab_supply.nxCapitalism Lab R2: production / supply chains.562
nx_caplab_supply_test.nxgate for Capitalism Lab R2 (production/supply).1023
nx_capreach.nxWHEN A TOOL IS DENIED, WHAT ELSE REACHES ITS FUNCTION? (2026-09-04)1418
nx_capres.nxCLI for the CAPTURE-RESOLUTION RULER (core = nx_capres_lib, gate = nx_capres_gate).1928
nx_capres_gate.nxTHE GATE FOR THE CAPTURE-RESOLUTION RULER (subject: nx_capres / nx_capres_lib).3088
nx_capres_lib.nxCAPTURE-RESOLUTION RULER core (LIB, no main).31110
nx_caps.nxhigh-level capability combinators on memcap.2177
nx_capsweep.nxCR1 of /compare/capregistry. ONE ROW PER UNIT, AND A RECONCILIATION THAT REFUSES.3447
nx_captable_gate.nxINDEPENDENT GATE: cap table arithmetic and corporate-authority limits.661
nx_captable_lib.nxENTITY MANAGEMENT: capitalisation table arithmetic and corporate-authority limits.10811
nx_captain_moroni_compose_test.nxdoctrine bound end-to-end.1191
nx_caption_emit.nxcaption-format output for downstream consumers.33813
nx_caption_emit_test.nxfull HTML-paste -> first-person caption smoke.2041
nx_capture_append_gate.nx151
nx_capture_append_lib.nxAtomic immutable capture append: row, count and retry fingerprint in one segment commit.764
nx_capture_fixture_t218.nx141
nx_capture_owned_gate_expanded_t218.nxR0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem3983195
nx_capture_owned_gate_t218.nx262
nx_capture_trace.nxWHERE THE INFLATION CAPTURE HAPPENS. Consumers paid more; this traces WHO actually received27415
nx_card_adversary_gate.nxthe CRITIC + ADVERSARY pass on the rewards-vs-interest ruler. Per the sovereign945
nx_card_import_gate.nxthe REFEREE for companionchat CC2 (ccm_card_import in nx_card_compile.nx): a Tavern V2 PNG card1818
nx_card_rewards.nxthe REWARDS-vs-INTEREST engine (R2+R3 of the credit-card arm). Answers the operator's838
nx_card_rewards_gate.nxproves the rewards-vs-interest engine on REAL, hand-computed scenarios.904
nx_career.nxCAREER / OPPORTUNITIES (the jobs ring of the Nishi Relationship OS). Operator 2026-07-09:21712
nx_career_fair.nxFAIRNESS BY CONSTRUCTION for the career matcher (career ring rung 3; the number-one1164
nx_career_parse.nxPOSTING / RESUME -> SKILLS (career ring rung 2; frontier momentum 91). Turns real job1827
nx_carflip_roi.nxR6 ROI-scorer organ for the Car-Flip lane.1115
nx_casc_bench.nxin-substrate honest bench: discount vs otter on1959
nx_casc_runner_test.nxrun the substrate against the TPTP-Easy2152
nx_cascade_demo.nx101
nx_cascade_test.nxregression test for the parallel-copy1031
nx_cast_affine_compute_t38.nxPrivate additive compute implementation for the existing cast shader owner.41
nx_cast_affine_emit_gate_t38.nx81
nx_cast_aperture_artifact_expanded_t207.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3771274
nx_cast_aperture_artifact_gate_t207.nx144
nx_cast_aperture_artifact_group_expanded_t207.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3771274
nx_cast_aperture_artifact_group_gate_t207.nx144
nx_cast_aperture_candidate_t207.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1260127
nx_cast_aperture_expanded_t207.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3771274
nx_cast_attachment_gate_t131.nx371
nx_cast_canonical_capture_t181.nx21
nx_cast_control_gate_t181.nx21
nx_cast_depth_build_t195.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1159115
nx_cast_eye_t138.nx642
nx_cast_face_mask_gate_t163.nx373
nx_cast_hair_guide_lookup_t263.nxAdditive compact-guide shader expressions for existing cast source.505
nx_cast_hair_guides_candidate_t263.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1318129
nx_cast_hair_transport_gate_t284.nx242
nx_cast_hair_transport_t284.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3776275
nx_cast_inspection_gate_t165.nx283
nx_cast_lbs_gate_t181.nx21
nx_cast_lit_expanded_t181.nxTHE SHADER IR: ONE source of truth, N dialect backends.3776275
nx_cast_lit_gate_t181.nx21
nx_cast_lit_material_candidate_t181.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1316129
nx_cast_lit_stable_expanded_t181.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3776275
nx_cast_lit_surface_expanded_t181.nxTHE SHADER IR: ONE source of truth, N dialect backends.3776275
nx_cast_material_candidate_t181.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1245122
nx_cast_material_gate_t181.nx21
nx_cast_normal_gate_t133.nx272
nx_cast_projection_capture_gate_t234.nx272
nx_cast_projection_capture_t235.nxProjection metadata is consumed only at line boundaries in the same pinned shader capture.503
nx_cast_projection_cli_gate_t290.nx332
nx_cast_projection_consumer_gate_t235.nx301
nx_cast_projection_contract_t234.nxProjection contract for the existing character shader producer. Values retain its current scene-unit policy.9111
nx_cast_projection_expanded_t234.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3776275
nx_cast_projection_gate_t234.nx342
nx_cast_projection_integration_gate_t290.nx462
nx_cast_scene_light_candidate_t364.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1436141
nx_cast_scene_light_capture_t364.nx21
nx_cast_scene_light_gate_t364.nx211
nx_cast_scope_capture_expanded_t181.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3771274
nx_cast_shader_authored_t55.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1083112
nx_cast_shader_lbs_candidate_t181.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1208118
nx_cast_shader_skin_t138.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1137114
nx_cast_shader_src.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1436141
nx_cast_shader_static_t335.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1424136
nx_cast_skin_wrap_gate_t261.nx352
nx_cast_skin_wrap_t261.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3776275
nx_cast_static_canonical_gate_t335.nx262
nx_cast_static_capture_t335.nx21
nx_cast_static_emit_gate_t335.nx262
nx_cast_surface_adapter_candidate_t181.nxPrivate stage adapter: reuse canonical cast deformation IR without duplicating skinning arithmetic.1137
nx_cast_surface_candidate_t130.nxPrivate stage adapter: reuse canonical cast deformation IR without duplicating skinning arithmetic.1006
nx_cast_surface_canonical_gate_t140.nx281
nx_cast_surface_gate_t130.nx231
nx_cast_surface_normal_t133.nxPrivate stage adapter: reuse canonical cast deformation IR without duplicating skinning arithmetic.1137
nx_cast_surface_scope_candidate_t181.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).1260127
nx_cast_surface_scope_expanded_t181.nxTHE CHARACTER CAST VERTEX STAGE, WRITTEN ONCE (gameengine S12c, 2026-09-05).3771274
nx_cast_surface_src.nxPrivate stage adapter: reuse canonical cast deformation IR without duplicating skinning arithmetic.1147
nx_cast_trace_diagnostic_t290.nx292
nx_castle_quality.nxper-kind grader for nx_castle_layout output.1403
nx_castview.nxrender a mesh3 by RAY-CASTING into (textured image, EXACT depth map).1065
nx_cat.nxsovereign file print (retires cat / Get-Content). Reads <path> and writes it to stdout. Usage:131
nx_catalog.nxTHE GOD-UP CAPABILITY CATALOGUE: one call answers "is <name> there, and is it WIRED?"2526
nx_catalog_adopt_t75.nxTHE GOD-UP CAPABILITY CATALOGUE: one call answers "is <name> there, and is it WIRED?"2526
nx_catalog_call_gate_20260909.nxVerifies CATALOG-CALL fixtures and checks live journal entries for specific completion statuses.302
nx_catalog_coverage_adopt_t75.nxTests journaling behavior by writing and reading structured data to a file in the Nishi ecosystem.783
nx_catalog_coverage_gate_t75.nxTests journal file handling with coverage tracking and validation of record completeness and state transitions.783
nx_catalog_dispatch_t66.nxTHE GOD-UP CAPABILITY CATALOGUE: one call answers "is <name> there, and is it WIRED?"2294
nx_catalog_id_lookup.nxstring-id <-> sealed-enum bridge.2906
nx_catalog_lib.nxTHE ONE ADOPTION-LADDER CLASSIFIER, extracted from nx_catalog (2026-08-23, compare CE2).100640
nx_catalog_lib_t75.nxTHE ONE ADOPTION-LADDER CLASSIFIER, extracted from nx_catalog (2026-08-23, compare CE2).100640
nx_catalog_t75.nxTHE GOD-UP CAPABILITY CATALOGUE: one call answers "is <name> there, and is it WIRED?"2526
nx_catalogue_script_safe_gate_t328.nx61
nx_catn_kat_gate.nxTHE NUMBER FORMATTER RENDERS NEGATIVES. PROVEN, NOT EDITED-AND-ASSUMED.792
nx_catnlaw_gate.nxHOW DOES EVERY NUMBER FORMATTER IN THE ESTATE RENDER A NEGATIVE?1935
nx_cbor.nxRFC 8949 Concise Binary Object Representation, minimal2269
nx_cbor_decode.nxRFC 8949 decoder, inverse of nx_cbor.nx.2187
nx_cbor_decode_test.nxencoder/decoder roundtrip + spec patterns.1351
nx_cbor_test.nxRFC 8949 encoder shape verification.1451
nx_cc_datahost_probe.nxprove the CC DATA host (data.commoncrawl.org -- the bulk WARC/WET CDN, distinct from333
nx_cc_equiv_gate.nxCOMPILER DIFFERENTIAL-BEHAVIOR ORACLE: miscompile-detection for the sovereign toolchain (EMI-style baseline-vs-challenger build + stdout byte-equal + self-host 67515
nx_cc_guardian.nxSOVEREIGN AUTONOMOUS compiler-health guardian.1487
nx_cc_health.nxSELF-HEALING COMPILER HEALTH WITNESS (the IMMUNIZE step + a machine-target the autonomy795
nx_cc_probe.nxsovereign compiler A/B LOOP-DETECTOR (no shell).844
nx_cc_record_fetch.nxTHE CC INGEST KEYSTONE: pull ONE real Common Crawl record end-to-end over our TLS,1186
nx_cc_splice_bisect.nxPER-FUNCTION COMPILER-CODEGEN BISECTOR.30511
nx_ccbuild_lib.nxLIB: COMPILE A SOURCE WITH A NAMED COMPILER, THEN RUN IT.1567
nx_ccgate_lib.nxTHE ONE compiler-gate driver: fork/exec a toolchain compiler on a fixture with24412
nx_ccheck.nxsovereign COMPILE-CHECK for the WRITING HUB. Operator 2026-07-01: "build into the nishi483
nx_cdc_gate.nxIN-PROCESS gate over nx_cdc_lib (/compare/dataio DI5 cp_cdc_gear): content-defined chunking must1573
nx_cdc_lib.nxCONTENT-DEFINED CHUNKING (FastCDC gear, normalized) as a LIBRARY (/compare/dataio DI5, 2026-09-05).17210
nx_cdmap_export.nxEXPORT A COMPARE PAGE'S POSITION MAP AS A STANDALONE SVG AND A PNG (datavis DV6, 2026-09-15).937
nx_cdmap_lib.nxTHE ONE centrality/distinctiveness ruler for every /compare board (2026-09-15).85959
nx_cdmap_pixjudge.nxthe position map's PIXEL REFEREE as a program (datavis DV2, 2026-09-15). Reads an emitted1766
nx_cdmap_pixjudge_lib.nxthe position map's PIXEL REFEREE (datavis DV2, 2026-09-15): the emitted cdmap SVG is re-drawn43018
nx_cdmap_raster_lib.nxTHE SOVEREIGN RASTERISER FOR THE POSITION MAP (datavis DV6 export, 2026-09-15).94047
nx_cdmap_referee.nxthe position map's SECOND RULER as a program (datavis DV2a, 2026-09-15). Reads an emitted compare1165
nx_cdmap_referee_lib.nxTHE SECOND RULER for the position map (datavis DV2a, 2026-09-15): re-derives the readability29818
nx_cdnaccess_research_fetch.nxSOVEREIGN researcher for POLITE CDN/anti-bot ACCESS techniques (operator725
nx_cdx_parse.nxLIB: parse Wayback / Common-Crawl CDX index rows into temporal-index inputs. A CDX row is513
nx_cdx_parse_gate.nxGREEN/RED gate: feed REAL-SHAPED page3.com CDX rows (as pulled live from web.archive.org)775
nx_cell.nxTHE base computational unit.26414
nx_cell_anatomy_compose_test.nxcomplete cell anatomy demo.1321
nx_cell_lib.nxORGANISATION AND PLACE CELLS AS ROWS (shared lib, 2026-08-24).15710
nx_cell_test.nxsmoke for nx_cell.881
nx_census_completeness.nxTHE COMPLETENESS ADVERSARY (operator 2026-07-14: "you missed readability on a mobile887
nx_census_report.nxthe honest S-class scorecard. Runs the census grader (nx_printer_census) over every1154
nx_cert_autorenew.nxSOVEREIGN AUTO-RENEWAL for the per-domain wildcard TLS certs.36018
nx_cert_autorenew_lib.nxPURE mapping + threshold logic for the per-domain wildcard TLS809
nx_cert_debug.nxdebug why nx_cert_monitor misparsed the real fullchain cert. Prints x509_parse's524
nx_cert_monitor.nxCERT-EXPIRY MONITOR (closes hosting_research gap #3 "cert-expiry-monitor", 3/0889
nx_cert_monitor_gate.nxKAT for the cert-expiry monitor. Hand-builds a validity field (two UTCTime562
nx_cf_access_probe.nxneutrality/access diagnostic: can OUR sovereign crawler reach the adult-media656
nx_cgmp.nxGTM SUITE / 21 CFR 111 cGMP READINESS rung. Deepens the23615
nx_cgmp_test.nxgate for the 21 CFR 111 cGMP readiness checklist.1923
nx_cgroup_v2_probe.nxLinux cgroups v2 host detection.1644
nx_cgroup_v2_probe_test.nxsmoke for cgroups v2 host detection.691
nx_ch_census_race_gate.nxthe REFEREE for the CH-census autonomy race (Referee=SCORE,2428
nx_ch_census_race_stage.nxNEUTRAL input stager for the CH-census autonomy race873
nx_chacha20.nxRFC 8439 ChaCha20 stream cipher. 39215
nx_chacha20_poly1305.nxAEAD per RFC 8439 §2.8.25911
nx_chacha20_poly1305_pure.nxarena-based AEAD per RFC 8439 §2.8.1295
nx_chacha20_poly1305_test.nxRFC 8439 §2.8.2 AEAD KAT.1851
nx_chacha20_poly1305_wasm.nxChaCha20-Poly1305 AEAD (RFC 7539 §2.8).46815
nx_chacha20_pure.nxarchitecture-neutral ChaCha20 (arena-based).2157
nx_chacha20_test.nxRFC 8439 §2.3.2 KAT + round-trip for ChaCha20.961
nx_chacha20_wasm.nxChaCha20 stream cipher (RFC 7539) for WAT target.1917
nx_chain_full_real_test.nxverify ALL 4 cert pairs of the real1255
nx_chain_pair_leaf_real_test.nxfocused diagnostic for just923
nx_chain_pair_real_diag_test.nxper-pair verify diagnostic1004
nx_chain_pipeline_real_test.nxdiagnose cert pipeline against1685
nx_chain_selfref_adversary.nxT10 class: the SELF-REFERENTIAL chain-fusion625
nx_chan.nxVyukov MPMC bounded lock-free queue (i64 messages).2578
nx_chan_mpmc_test.nxprove Vyukov MPMC channel under real1513
nx_channel.nxtyped message-passing primitive (Phase M1 seed).1248
nx_chaos.nxSimulates chaotic behavior using integer arithmetic to demonstrate deterministic chaos and sensitive dependence on initial conditions.8716
nx_char_asset.nxthe CONSENT-GATED, LAYERED character pipeline (operator: "license a nude model, add layers646
nx_char_asset_material_candidate_t340.nxthe CONSENT-GATED, LAYERED character pipeline (operator: "license a nude model, add layers646
nx_char_layers.nxthe LAYER STACK (operator: "a nude base + add layers of armor/clothing/makeup/other stuff").1319
nx_char_verify.nxsovereign recursive grep over the Elder AI platform tree to VERIFY the real character11910
nx_character.nxA CHARACTER IS DATA (the keystone under beat-HS2 rung 1 [mind-wire] AND rung 3 [creator]:647
nx_character_prepared_label_candidate_t345.nxShared prepared-character consumer. Host supplies the existing GPU, native world and inspection context.51
nx_character_prepared_runtime.nxShared prepared-character consumer. Host supplies the existing GPU, native world and inspection context.51
nx_character_prepared_scene_light_candidate_t364.nxShared prepared-character consumer. Host supplies the existing GPU, native world and inspection context.51
nx_character_prepared_status_candidate_t345.nxShared prepared-character consumer. Host supplies the existing GPU, native world and inspection context.51
nx_chargen_param_gate.nxCHARACTER-GEN-PARAMETRIC: a parameter vector becomes a DISTINCT,2567
nx_charjudge_census.nxTHE CHARACTER REFEREE AS A STANDING INSTRUMENT: judge an ENTIRE named corpus in157628
nx_charjudge_lib.nxCHARACTER-IMAGE JUDGE v2 core (operator 2026-08-04: "eat the debt and build to65311
nx_charmem.nxSOVEREIGN CHARACTER MEMORY (the Nomi/Replika-class relationship state, in Nishi).49021
nx_charset.nxcharset detection + transcode-to-UTF-8 for the sovereign23310
nx_charset_test.nxcharset transcode + detect + sniff(meta) + render KAT.5802
nx_chartlay_lib.nxTHE ONE chart-layout ruler for every SVG chart the compare emitters draw (datavis DV1, 2026-09-15).38733
nx_chat_demo_api.nxthe SAFE public front for a testable persistent-chat UI backed by C1's store.43025
nx_chat_demo_api_gate.nxREFEREE for the SAFE public chat front (nx_chat_demo_api). Forks the1484
nx_chat_demo_unicode_t59.nxthe SAFE public front for a testable persistent-chat UI backed by C1's store.45828
nx_chat_ring.nxbounded-ring chat buffer with sealed message slots.1907
nx_chat_session.nxconcrete chat-session subtype.14013
nx_chat_store.nxC1 of the comms lane: durable STORE-AND-FORWARD chat history on the sovereign102533
nx_chat_store_gate.nxREFEREE for C1 (nx_chat_store, contract cs_store_forward). END-TO-END:5047
nx_chat_swipe_gate.nxthe REFEREE for companionchat CC4 (the swipe loop in nx_companion_persona.nx): the chat log stays1668
nx_chat_unicode_store_t60.nxthe SAFE public front for a testable persistent-chat UI backed by C1's store.45828
nx_chat_warmcache.nxprefix-cache win WIRED into the LIVE engine (serving census Q3, end-to-end). A multi-turn1738
nx_chatmsg.nxsovereign chat message state ladder: the delivery/read-receipt spine of an S-class chat223
nx_chatmut.nxsovereign POLITE, TRANSPARENT message mutation for an S-class chat that helps relationships stay315
nx_checked_arith.nxLN1 CHECKED INTEGER ARITHMETIC fixture organ (lang.plan rung LN1, watch14014
nx_checked_arith_const.nxSTANDING WITNESS for the COMPILE-TIME leg of LN1 checked171
nx_checked_arith_wrap.nxLN1 wrap-by-intent witness (sibling of nx_checked_arith.nx).437
nx_checkers.nxC1 of the bootstrap-to-generative trajectory.83227
nx_checkers_render.nxbits-up HTML rendering + event dispatch for /checkers.37916
nx_checkers_test.nxC1a substrate smoke.6101
nx_checkpoint.nxatomic high-water-mark file for resumable jobs.1499
nx_checkpoint_test.nxsmoke for atomic resumable checkpoint.431
nx_cheek_localize.nxderive cheek bbox from face bbox via Loomis canon.621
nx_chem.nxchemistry primitives (atomic table + stoichiometry).1537
nx_chem_adulterant_charge_test.nxgate for the seq651 fix: charge-state1314
nx_chem_adulterant_db.nxC4.0 milestone: first usable supplement-arc122316
nx_chem_adulterant_db_test.nxC4.0 KAT + END-TO-END lab demo.46817
nx_chem_descriptors.nxC2.7 milestone: drug-likeness descriptors.37710
nx_chem_descriptors_test.nxC2.7 KAT for HBD/HBA/rotatable30816
nx_chem_extended.nxperiodic table 1..36 + binary reaction balancer.2199
nx_chem_fingerprint.nxC2.6 milestone: ECFP-style Morgan34411
nx_chem_fingerprint_test.nxC2.6 KAT for ECFP-style Morgan24012
nx_chem_isotope_pattern.nxC2.8b milestone: isotopologue M+1/M+21463
nx_chem_isotope_pattern_test.nxC2.8b KAT.23913
nx_chem_mass.nxC2.8a milestone: monoisotopic mass + ion m/z1246
nx_chem_mass_test.nxC2.8a KAT for monoisotopic mass + ion m/z.25112
nx_chem_molecule.nxC2.0 milestone: molecule graph primitive.33012
nx_chem_molecule_test.nxC2.0 KAT for MolGraph struct + builder.27913
nx_chem_morgan.nxC2.3c milestone: Morgan extended-connectivity3799
nx_chem_morgan_test.nxC2.3c KAT for Morgan canonical ranking27413
nx_chem_peak_list.nxC5.0 milestone: text-format peak list parser.40410
nx_chem_peak_list_test.nxC5.0 KAT + integrated lab-pipeline demo.47415
nx_chem_periodic.nxC1 milestone: periodic table 1..118 +5914
nx_chem_periodic_test.nxC1 KAT for the full 1..118 periodic table33411
nx_chem_report_csv.nxC6.1: CSV output format for lab analysts1665
nx_chem_report_csv_test.nxC6.1 KAT.1727
nx_chem_report_json.nxC6.0 milestone: structured JSON report3129
nx_chem_report_json_test.nxC6.0 KAT + end-to-end JSON demo.24810
nx_chem_sildenafil_probe_test.nxone-off SMILES parser probe.1141
nx_chem_smiles.nxC2.1 + C2.2 milestones: basic SMILES parser.94112
nx_chem_smiles_emit.nxC2.3b milestone: SMILES emit from MolGraph.94517
nx_chem_smiles_emit_test.nxC2.3b KAT for SMILES emit.28917
nx_chem_smiles_test.nxC2.1 KAT for the basic SMILES parser.65324
nx_chem_solution.nxFOOD-SCIENCE SUITE / SOLUTION CHEMISTRY rung. The798
nx_chem_solution_test.nxsmoke for nx_chem_solution. Proves331
nx_chem_stereo_test.nxC2.3d KAT: stereo emit (@/@@ for atoms + /\45414
nx_chem_tadalafil_probe_test.nxSMILES parser probe.1151
nx_chem_valence.nxC2.3a milestone: implicit-H valence inference2046
nx_chem_valence_test.nxC2.3a KAT for implicit-H + molecular weight.36116
nx_chemical_dispenser.nxcontrolled-bolus chemical output (scent / pheromone / dose).2108
nx_chemotaxis.nxservice discovery via signal gradient.826
nx_chemotaxis_test.nxsmoke for nx_chemotaxis.661
nx_chip8.nxImplements a CHIP-8 interpreter with framebuffer, input, timers, and memory management in a single binary.26116
nx_chip8_font_gate.nxproves the CHIP-8 fontset + FX29 (set I = digit*5) + drawing a font glyph.694
nx_chip8_gate.nxNATIVE correctness gate for nx_chip8 (R0.3). Runs a hand-assembled program that854
nx_chirp_ss.nxChirp Spread Spectrum modulation, re-derived1814
nx_chk_bits_up_e2e.nxREAL bits-up end-to-end test driving the971
nx_chkarith_gate.nxGATE for LN1 checked integer arithmetic (lang.plan rung LN1, symbol1691
nx_chkarith_jo_gate.nxTHE PROOF GATE for LN18 (x86ctx_ovf_fuse): checked integer arithmetic at2157
nx_choker.nxBitTorrent choke algorithm: tit-for-tat + optimistic unchoke (deterministic).1004
nx_choker_test.nxKAT for the choke algorithm (tit-for-tat + optimistic unchoke).801
nx_chord_grade.nxINSTRUMENT-LEARN-GAME rung LG-4: CHORD-AWARE grading.792
nx_chord_grade_gate.nxREFEREE for LG-4 chord-aware grading (nx_chord_grade).1819
nx_christus_integration_test.nxPhase B2 of S-class hardening.1463
nx_chromatin.nxbackup cell state (germline replication).1906
nx_chromatin_test.nxsmoke for nx_chromatin.851
nx_chrome_fetch_probe.nxLIVE proof of R2f-A: fetch a URL using the CHROME-JA3 ClientHello (run_chrome) and624
nx_chunk_paginate.nxflash-streamed world chunks.21312
nx_chunk_paginate_test.nxsmoke for nx_chunk_paginate.581
nx_cidr_smoke.nxIPv4 CIDR (RFC 4632) parser + match.1075
nx_cigar.nxCIGAR run-length compression + ASCII serialiser.2256
nx_cigar_test.nxKAT for CIGAR compression + ASCII serialiser.1741
nx_cine_sexy_test.nx821
nx_cinematographer.nxBest Cinematography axis: lens + aperture + palette + composition.2174
nx_circadian.nxdistributed clock sync + scheduling (NTP/cron class).1329
nx_circadian_test.nxsmoke for nx_circadian.961
nx_circuit_breaker.nx3-state circuit breaker (Hystrix pattern).2307
nx_circulation.nxreliable byte stream with flow control (TCP class).867
nx_circulation_test.nxsmoke for nx_circulation.641
nx_citator_gate.nxF995 INDEPENDENT GATE: citation treatment signals + the composed safety check.1213
nx_citator_lib.nxF995: CITATION TREATMENT SIGNALS (Shepard's / KeyCite analog), on the CID plane.2177
nx_cite.nxWRITING arc, rung W-CITE-1: the CITATION manager (papers cluster).1366
nx_cite_gate.nxF993 INDEPENDENT GATE: the anti-hallucination tooth on real-shaped legal text.1135
nx_cite_lib.nxF993 CITE-OR-ABSTAIN: deterministic citation verification, the legal flagship.1598
nx_cite_redline_gate.nxF993 PRODUCT SURFACE: document-level citation redline.1163
nx_civic_fetch_test.nxrule-2 verify: does nx_https_fetch_follow_best (Chrome-JA3 ladder) reach a Socrata312
nx_civicmap.nxthe VERBS of the civic quality-of-life map. All judgement lives in3935
nx_civicmap_gate.nxGATE for the civic quality-of-life map: CM1 admission, CM2 county join,5005
nx_civicmap_lib.nxTHE CIVIC QUALITY-OF-LIFE MAP, all of its judgement and none of its plumbing.106940
nx_civil_date.nxGregorian civil date from unix seconds.1615
nx_claim_audit.nxsubstrate scanner verifying claim-vs-implementation.2555
nx_claim_binding_gate.nxCE4: does a board effectiveness claim get re-read against the LIVE artifact?1072
nx_claim_check.nxCLI for session claims (coordination rung 1; core = nx_claim_core.nx).601
nx_claim_check_gate.nxgate for session claims (coordination rung 1).942
nx_claim_core.nxSESSION CLAIMS over the deploy-leash store (coordination rung 1,38415
nx_claim_metric_audit.nxTHE CLAIM-METRIC ALIGNMENT axis of the SOVEREIGN SOTA auditor (2026-07-04).41616
nx_claim_verify.nxAUTONOMOUS, GENERAL, sovereign claim verifier: the wired form of the evidence-grounded885
nx_claim_verify_core.nximportable CORE of the sovereign claim verifier (logic extracted from nx_claim_verify.nx,586
nx_classical.nxclassical-logic axioms.524
nx_classical_unpatented.nx10 classical unpatented public-domain21510
nx_classical_unpatented_2.nx8 more classical unpatented algorithms.1658
nx_classical_unpatented_2_test.nxumbrella smoke for batch 2.921
nx_classical_unpatented_3.nxbatch 3 of unpatented algorithms:1788
nx_classical_unpatented_3_test.nxumbrella smoke for batch 3.1011
nx_classical_unpatented_test.nxumbrella smoke for the 10 classical961
nx_claude_bridge.nxthe CLAUDE <-> NISHI bridge (the "works with you" gap): a sovereign command16310
nx_claude_harvest_gate.nxEND-TO-END gate for the outside-reliance miner: forks the SUBJECT ARTIFACT and813
nx_clause_components.nxvariable-disjoint clause components.1696
nx_clause_components_test.nxAVATAR-style component analysis smoke.1173
nx_clause_gate.nxINDEPENDENT GATE: contract-text retrieval, redline drift, playbook risk.941
nx_clause_lib.nxCONTRACT TEXT REASONING: clause retrieval, redline deviation, playbook risk.23114
nx_clause_weight_test.nxclause weight + best-first pick smoke.1184
nx_cli_meet.nxterminal-only conferencing consumer.1124
nx_climbout.nxR5 of THE NISHI SITUATION-MANAGEMENT arc: the CLIMB-OUT PLAN engine -- the capstone that663
nx_climbout_docs.nxR5c: feed REAL documents into the climb-out plan. Composes the doc-intelligence291
nx_climbout_docs_gate.nxR5c GATE: proves a real bill DOCUMENT flows into the climb-out plan. A bill's504
nx_climbout_gate.nxR5 GATE: proves the climb-out plan engine fuses the arc into ONE prioritized plan825
nx_climbout_progress.nxR7 of THE NISHI SITUATION-MANAGEMENT arc: TRACK THE CLIMB. As a person888
nx_climbout_progress_gate.nxR7 GATE: proves the climb is tracked. Fresh = 0% / all steps pending;775
nx_climbout_real.nxR5b: build the climb-out plan from REAL engine outputs, not demo literals. The1212
nx_climbout_real_gate.nxR5b GATE: proves the climb-out plan is built from REAL engine outputs. Drives1485
nx_clip_depth_capture_gate.nx292
nx_clip_depth_contract_gate.nx813
nx_clipcap_lib.nxTHE TORSO-CAPSULE DEFINITION (shared ruler geometry).583
nx_clipcheck.nxTHE ANIMATION CLIPPING RULER (debt 1786578438; operator 2026-08-12: evaluate47911
nx_clipcheck_gate.nxGATE for the animation clipping ruler (debt 1786578438). A NEW DETECTOR2652
nx_clm_gate.nxF996 INDEPENDENT GATE: contract lifecycle + auto-renewal-trap detection.1113
nx_clm_lib.nxF996: CONTRACT LIFECYCLE -- obligation tracking + auto-renewal-trap detection.1206
nx_clmul_kat.nxend-to-end proof of the PCLMULQDQ pipeline (assembler `pclmulqdq`621
nx_clock.nxMONOTONIC CLOCK PRIMITIVE for the runtime layer.381
nx_clock_caps.nxTHE ONE COMMAND-SLOT CAP for the clock plane, shared by BOTH ends: 260
nx_clock_driver_boundary_ar.nxTEST ONLY: strict fixture persistence boundary, not a segment-store implementation.11112
nx_clock_driver_gate_ar.nxLocal-only V2 real-process scheduler harness. Positive closure uses production seams;37221
nx_clock_driver_sched_ar.nxRENAMED FROM nx_clock.nx 2026-07-31 (lib-reconcile). PERMANENT FIX for a151252
nx_clock_driver_subject_ar.nxthe TICKLESS driver (the sched_tickless.raw lesson: don't burn a constant tick when24812
nx_clock_driver_toolrun_ar.nxR0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem62612
nx_clock_full.nxsovereign wall-clock + monotonic time primitive.745
nx_clock_reserved_fault_native_v2_ar.nxLocal-only V2 real-process scheduler harness. Positive closure uses production seams;43921
nx_clock_reserved_native_v2_ar.nxLocal-only V2 real-process scheduler harness. Positive closure uses production seams;43921
nx_clock_reserved_pure_v2_ar.nxPure activation/service tests for the local scheduler candidate. Not a native scheduling/liveness proof.693
nx_clock_sched_reserved_fault_v2_ar.nxRENAMED FROM nx_clock.nx 2026-07-31 (lib-reconcile). PERMANENT FIX for a151352
nx_clock_sched_reserved_v2_ar.nxRENAMED FROM nx_clock.nx 2026-07-31 (lib-reconcile). PERMANENT FIX for a145448
nx_clock_test.nxverify clock primitive returns valid + monotonic times. 431
nx_clockjob.nxTHE MISSING PRODUCER for the clock's desired-state plane (2026-08-06). 55919
nx_clockjobs_gate.nxis the scheduler's registry WELL-FORMED, or is it carrying silent no-ops?1986
nx_cloexec_gate.nxproves every listening socket this tree creates is FD_CLOEXEC, so a forked+exec'd1408
nx_closed_loop.nxmeasure-adjust-rerender closed-loop primitive.2959
nx_closure_gate.nxTHE REFEREE FOR LN13b: the non-capturing function literal.1973
nx_closurehash.nxPROVENANCE AT PRODUCTION, GENERALISED FROM ONE FILE TO THE WHOLE IMPORT CLOSURE.24112
nx_closurehash_gate.nxPROVE nx_closurehash ACTUALLY READS THE CLOSURE (2026-08-07).2069
nx_cloud_capture_gate_20260910.nxPrivate qualification fixture; composes existing digest-bound capture owner. No publisher or install operation.242
nx_cloud_volume_gate.nxPG22: DOES THE CLOUD VOLUME FOLLOW THE WEATHER FIELD, AND DOES THE SHEET STILL STAND?1163
nx_cms_sanitize_probe_gate.nxisolates ONE question: what does hs_sanitize DO to the exact432
nx_cms_visual_builder.nxConverts site blueprints into editable forms and rebuilds them from posted data without client-side JavaScript.29319
nx_coa_gate.nxF982 INDEPENDENT GATE: chart of accounts + period close.1635
nx_coa_lib.nxF982: CHART OF ACCOUNTS + PERIOD CLOSE, on the sovereign ledger.1088
nx_coach.nxbalanced pro/anti-pattern coach.2387
nx_coach_markers.nx"MAKE THE DATA ACTIONABLE": the wire from the clip-analysis marker library (NXMK) +512
nx_coach_markers_gate.nxexecuted proof of the coach wire (nx_coach_markers). Synthetic NXMK marker sets803
nx_coaching_research.nxTHIN structured COACHING-LANDSCAPE research organ. Operator (2026-06-28): "coaching is401
nx_coco_ap.nxCOCO keypoint AP@[.5:.95] from per-image OKS (the top-down single-person eval: GT box given, one211
nx_coco_ap_gate.nxproof of COCO AP@[.5:.95] aggregation. expect_exit: 0393
nx_coco_eval.nxREAL industry COCO keypoint scorer (GT-bbox variant).2609
nx_coco_oks.nxthe REAL COCO industry metric OKS (Object Keypoint Similarity), replacing our self-validating532
nx_coco_oks_gate.nxproof of the COCO OKS metric: perfect->1000, a hand-computed offset, visibility handling.413
nx_code_embed_gate.nxSOVEREIGN CODE-EMBEDDING gate (2026-07-14). Grounds the jina-code-embeddings26511
nx_code_index.nxE-ARC e3 (2026-07-15): SEMANTIC ORGAN RETRIEVAL for the forge (pure core;48018
nx_code_index_cli.nxCLI for the e3 semantic organ index (core = nx_code_index.nx).661
nx_code_index_gate.nxgate for the e3 semantic organ index (core = nx_code_index.nx),1464
nx_code_index_tool_register.nxregister nx_code_index (sovereign SEMANTIC ORGAN RETRIEVAL) into252
nx_code_quality.nxqualitative + quantitative code refactor verdict.3897
nx_code_quality_test.nxsmoke for refactor-trigger primitive. 1742
nx_code_review.nxTHE SOVEREIGN AUTOMATED CODE REVIEW COORDINATOR.34016
nx_codec.nxabstract codec base class.18516
nx_codec_caps.nxthe SINGLE source of truth for what we may advertise.27915
nx_codec_caps_gate.nxproves the advertised header equals the capability.1803
nx_codec_grade.nxsealed-verdict grader card for the NishiVideo1595
nx_codec_perceptual_grader.nxcodec round-trip × perceptual-judge integration.1827
nx_codec_research_fetch.nxSOVEREIGN research round for S-CLASS AUDIO+VIDEO CODECS (operator 2026-06-23:945
nx_codegen_bench_gate.nxOBJECTIVE code-gen grader (eats the anti-navel-gazing debt, 2026-07-15).15210
nx_codegrep.nxSOVEREIGN code search (the grep-exceeding capability; operator 2026-06-17: "use the nishi26916
nx_coder_fidelity_gate.nxL3b: MEASURED coder-weights bring-up (float ref vs 100%-integer1504
nx_coder_gen_f32.nxL3b runner: F32 REFERENCE tower greedy generation on the CODER weights.1445
nx_coder_gen_nf.nxL3b runner: NO-FLOAT tower greedy generation on the CODER weights.1126
nx_coder_swap_gate.nxL3 gate: the Qwen2.5-Coder-0.5B q8_0 GGUF staged ADDITIVELY at1585
nx_codereview_tool_register.nxregister the AUTOMATED CODE REVIEW capabilities into the sovereign tool934
nx_codon.nxsmallest re-targetable IR atom (silicon emission unit).1528
nx_codon_test.nxsmoke for nx_codon.641
nx_coindex.nxCLI of the conflict-free co-edited index (R-ORCH-2). The parallel-safe way for653
nx_coindex_bench_gate.nxMEASURED concurrent-writer benchmark for the conflict-free co-index1626
nx_coindex_core.nxCONFLICT-FREE co-edited index (07-15 operator: "we can't have conflicting1818
nx_coindex_gate.nxliar-killed GATE for the conflict-free co-edited index (R-ORCH-2).816
nx_coindex_vs_git_gate.nxthe EXTERNAL 3rd-party comparator that closes the SELF-GRADED-SUSPECT1405
nx_colframe.nxSOVEREIGN ZERO-COPY COLUMNAR INTERCHANGE (arrow-interchange, F-arrow). The Arrow idea,10412
nx_colframe_gate.nxproves the zero-copy columnar interchange is REALLY zero-copy and REALLY an1062
nx_collision_aabb.nxaxis-aligned bounding box collision (Q14).1536
nx_collision_aabb_test.nxsmoke for nx_collision_aabb.731
nx_collocation.nxstatistical association metrics for word pairs.42116
nx_collocation_test.nxsmoke for collocation association metrics. 1151
nx_colonize_gate.nxPG21: DO TREES GROW BY COMPETITION FOR SPACE, AND DOES THE CANOPY MATCH THE LAYOUT?1394
nx_color.nxANSI terminal color escape sequences. 1203
nx_color_meter.nxCalculates CMYK toner coverage from an RGB bitmap and estimates remaining toner based on page yield.753
nx_color_meter_test.nxgate for per-color (CMYK) toner coverage (nx_color_meter). Pure-color KATs prove623
nx_color_palette.nxBest Art Direction axis: color palette classifier.1381
nx_color_v2.nxfull color-space transforms (V1 of vision rollout).37614
nx_color_v2_test.nxsmoke for V1 color primitives. 1271
nx_colordesc.nxCHROMA color-layout descriptor (brightness-invariant), the color complement to774
nx_colordesc_gate.nxreferee for the chroma color-layout descriptor (nx_colordesc).2059
nx_colorsci_cat_gate.nxTHE GATE FOR CHROMATIC ADAPTATION in the colour-science ruler, 2026-09-03.1864
nx_colorsci_gate.nxTHE GATE FOR THE COLOUR-SCIENCE RULER (nx_colorsci_lib + nx_fixq30_lib), 2026-08-24.4246
nx_colorsci_lib.nxCOLOUR SCIENCE AS ONE SOVEREIGN RULER (2026-08-24, phototwin PT1: cs_de2000, cs_icc_gamut).87247
nx_colorspace.nxsovereign RGB <-> YCbCr (JFIF/BT.601 full-range) + 4:2:0 chroma subsample. The video codec6911
nx_colread_lib.nxONE delimiter-separated column reader (2026-09-17). The estate keeps rows as tab columns (manifests,646
nx_commitbench.nxIS ss_commit_deferred WORTH ADOPTING? MEASURE BEFORE MIGRATING.1848
nx_commoncrawl_probe.nxF5-R1: prove LIVE Common Crawl connectivity over the sovereign TLS 1.3 stack (the first363
nx_commoncrawl_query.nxF5-R2: query the LIVE CC-Index (CDX) for a URL -> real WARC filename/offset/length (the363
nx_commons_capunit_gate.nxproves the trust-flow cap actually BINDS, using the estate's own911
nx_commons_defect_gate.nxproves, against the REAL shipped organs, that the estate's pairwise852
nx_commons_govern.nxWHO gets to change the rules, and what NO majority may change.1405
nx_commons_govern_gate.nxproves that some rules are not votable, and that this is what stops1291
nx_commons_ledger.nxthe LEDGER->STANDING bridge. Turns a plane of transfer rows into the22110
nx_commons_ledger_e2e_gate.nxPERSIST -> RELOAD -> AGGREGATE against the real seg-store.1141
nx_commons_ledger_gate.nxproves the ledger derives what the bench previously had to be TOLD,1051
nx_commons_lib.nxNETWORK standing for a neighbour commons. The replacement for the pairwise19710
nx_commons_price.nxCOMMENSURATION: how do you compare an hour of shovelling to a borrowed GPU?1077
nx_commons_price_gate.nxproves the commensuration rule, and proves that the CHOICE of base unit1081
nx_commons_store_probe_gate.nxBISECT the hang in nx_commons_ledger_e2e_gate.471
nx_commons_sybilcost.nxwhat does an attack actually COST? The sybil bound, measured.735
nx_commons_sybilcost_gate.nxmeasures the sybil bound instead of asserting it.831
nx_commons_units_gate.nxproves, against the REAL shipped nx_hypha, that a reciprocity floor922
nx_commons_witness.nxthe PRODUCER of witnessed_permil, the term nx_commons_lib leans on hardest1296
nx_commons_witness_gate.nxproves the witness producer against the rule it was matched from.1292
nx_commonsbench.nxTHE RULER for neighbour-network standing: does a reciprocity rule actually2187
nx_commonsbench_gate.nxTHE RULER for neighbour-commons standing. Scores BOTH rules on ONE2644
nx_comms_bench.nxhead-to-head benchmark harness for real-time1945
nx_comms_perf_fetch.nxTHIN structured COMMS-PERFORMANCE research source organ. COMPOSES451
nx_comms_rival_fetch.nxTHIN structured COMMS-RIVAL research source organ. COMPOSES501
nx_communitypulse.nxCOMMUNITY PULSE: an anonymous how-are-things-going pulse for a congregation, an89237
nx_communitypulse_gate.nxTHE GATE FOR THE COMMUNITY PULSE (2026-08-24).39610
nx_companion_chat.nxSHE REMEMBERS YOU. Wires nx_companion_memory into the sovereign voice: plants a fact1697
nx_companion_compose_test.nxend-to-end integration smoke proving the1991
nx_companion_memory.nxR1b of the ELDER AI companion spine: EPISODIC MEMORY. The Replika-differentiator12815
nx_companion_memory_gate.nxGATE for R1b (nx_companion_memory): episodic memory is total + recallable +833
nx_companion_mind.nxTHE MIND CONTEXT (companionchat CC0, 2026-08-30): ONE composer that puts the companion's25813
nx_companion_photo.nxthe capstone that makes the companion SHARE a grounded self-image and REMEMBER it,332
nx_companion_photo_gate.nxGATE for nx_companion_photo: the companion shares a grounded self-image AND926
nx_companion_proactive.nxSHE REACHES OUT FIRST (Replika-census P2: proactivity, the signature "thinking of898
nx_companion_recon.nxsovereign recon of the OLD Elder AI companion media-gen system: the ARC / EXPERIENCE11112
nx_companion_rel.nxR1d of the ELDER AI companion spine: RELATIONSHIP STATE. Distinct from episodic15719
nx_companion_rel_gate.nxGATE for R1d (nx_companion_rel): relationship state evolves correctly and safely.1066
nx_companion_render.nxties the visual arc to the LIVE image-gen API. The sovereign generator already11814
nx_companion_render_gate.nxGATE for nx_companion_render: the visual arc composes into a real image-gen935
nx_companion_research_fetch.nxbank the COMPANION-AI landscape (June 2026) into the Library so441
nx_companion_sota.nxF925: the COMPANION SOTA RULER, measured + LIAR-KILLED.18820
nx_companion_turn.nxR1e CAPSTONE of the ELDER AI companion spine: compose ONE turn's generation context966
nx_companion_turn_gate.nxGATE for R1e (nx_companion_turn): the whole Elder spine composes into ONE1015
nx_companion_voice.nxELARA SPEAKS through the now-working sovereign forward. Composes her PERSONA (the1316
nx_compare_beat.nxTHE CLOCK BEAT for the whole /compare surface (2026-08-08).2708
nx_compare_bindings_gate.nxIsolated native fixture; production policy and artifacts are never written.683
nx_compare_capture_integration_gate.nxSource-only reusable Compare capture integration. Actual wrapper, finite native witness.24616
nx_compare_capture_real_gate_20260907.nxSource-only reusable Compare capture integration. Actual wrapper, finite native witness.32119
nx_compare_capture_scope_gate.nxPure parser/argument tests only; no renderer execution or policy provisioning.351
nx_compare_capture_scope_lib.nxCompare capture authorization; selected scope binds one reviewed artifact and render call.996
nx_compare_cite.nxCITE A /compare ROW IN ONE PUBLISH: the ref row AND its inline mark, or neither.34515
nx_compare_feed_lib.nxTHE COMPARE FEED (ecosystem EC47, 2026-09-16): every /compare board's daily place on the54719
nx_compare_growth_json.nxCaller-buffer JSON projection reuses the existing qualified JSON writer.1047
nx_compare_growth_json_20260910.nxCaller-buffer JSON projection reuses the existing qualified JSON writer.1047
nx_compare_growth_lib.nxAdditive .plan capability-growth projection. Authored stages never become evidence verdicts.30417
nx_compare_growth_lib_20260910.nxAdditive .plan capability-growth projection. Authored stages never become evidence verdicts.26316
nx_compare_gw.nxthe /compare GATEWAY DAEMON (loopback HTTP): the compare surface behind the same35911
nx_compare_gw_gate.nxGATE for the /compare gateway decision core (nx_compare_gw_lib).2294
nx_compare_gw_lib.nxTHE PURE DECISION CORE of the /compare gateway: who may see which board.54131
nx_compare_ladder_capture.nxTest-only staged matrix capture. No source edits or index publication.925
nx_compare_ladder_capture_test_20260907.nxTest-only staged matrix capture. No source edits or index publication.1215
nx_compare_ladder_isolated_lib.nxComputes and compares rankings of nodes in a plan structure using SHA-256 hashing and string operations.37616
nx_compare_ladder_projection_gate.nxLocal-only gate candidate. Requires actual native compilation/run before any claim of correctness.942
nx_compare_openapi.nxAdded gateway helpers. Requires the nonallocating nx_json_next candidate.26810
nx_compare_openapi_gate.nx1396
nx_compare_preview_capture_t56.nxTest-only staged matrix capture. No source edits or index publication.1235
nx_compare_preview_effect_gate_t56.nxORIGINAL. Tests the private preview projection against retained real reference bytes; no publishing call.181
nx_compare_rank.nxTHE ROADMAP RANKER: priority computed from the boards, never chosen by a seat.140429
nx_compare_rank_caps_gate.nxGATE for the ranker's POPULATION HONESTY (lane F, 2026-08-23).50217
nx_compare_rank_fleet.nxPROVE THE RANKING ENGINE ON EVERY COMPARE, and publish the estate31912
nx_compare_rank_refresh_test_20260907.nxTHE ROADMAP RANKER: priority computed from the boards, never chosen by a seat.125727
nx_compare_receipt_emitter_t138.nx21
nx_compare_receipt_gate_t138.nxVerifies transaction consistency and data integrity in a receipt comparison system.1385
nx_compare_receipt_inspect_gate_t138.nxPerforms a strict parse and comparison of an intent with a journal to verify receipt and data integrity.1155
nx_compare_receipt_inspect_lib_t138.nxPrivate read-only inspection extension of the existing Compare receipt owner.37215
nx_compare_receipt_lib.nxReceipt transaction owned by nx_compare_regen.30918
nx_compare_receipt_lib_t138.nxPrivate receipt transaction for nx_compare_regen; not adopted.30918
nx_compare_refs_gate.nxTHE CITATIONS REGISTER GATE: /compare's research-paper references are 141532
nx_compare_regen.nxON-NAS regeneration of the whole Nishi Compare publish surface (operator 2026-07-09:141531
nx_compare_regen_gate_t138.nxTests integration of a receipt emitter with journaling and file system operations.774
nx_compare_regen_scoped.nxON-NAS regeneration of the whole Nishi Compare publish surface (operator 2026-07-09:117926
nx_compare_regen_t138.nxON-NAS regeneration of the whole Nishi Compare publish surface (operator 2026-07-09:117926
nx_compare_release_render_gate.nxPure selection fixtures; rendering and regeneration require separate live witnesses.622
nx_compare_results.nxCLI over nx_compare_results_lib (ecosystem EC64, 2026-09-17): a board's results in ONE place.818
nx_compare_results_gate.nxgate for a board's ONE results page and the click-to-open primitive under it (ecosystem902
nx_compare_results_lib.nxONE HOME FOR A BOARD'S RESULTS (ecosystem EC64, 2026-09-17).35214
nx_compare_scope_gate.nxPure selection fixtures only; publication integration needs a separate witness.703
nx_compare_scope_lib.nxAllocation-free validation for an explicitly selected Compare domain.863
nx_compare_sections.nxSECTION CENSUS of the published /compare surface: which <h2> sections every37715
nx_compare_serve.nxfork-exec backend for the `nishi_compare` MCP tool. v2 SINGLE-SOURCE: serves the EXACT14010
nx_compare_shared_fit_lib_20260910.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).262297
nx_compare_shared_fit_sota_20260910.nxTHE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same53315
nx_compare_staged_capture.nxTest-only staged matrix capture. No source edits or index publication.874
nx_compare_systems.nxaxis-by-axis comparison engine.1274
nx_compare_systems_test.nxrun the comparison engine vs each peer.2227
nx_compare_tool_register.nxregister the NISHI COMPARE API into the sovereign tool registry (operator 2026-07-08:544
nx_compare_unified.nxTHE UNIFIED /compare view (operator 2026-07-10: "too many formats -> consolidate to35916
nx_comparestale.nxIS EVERY PUBLISHED COMPARE PAGE STILL TRUE TO ITS SOURCE?1918
nx_comparestale_canonical_cli_gate_t138.nx272
nx_comparestale_dependency_cli_t138.nx51
nx_comparestale_dependency_gate_t138.nxVerifies ABI consistency and hashes files for dependency comparison in a sandboxed environment.1055
nx_comparestale_dependency_t138.nxIS EVERY PUBLISHED COMPARE PAGE STILL TRUE TO ITS SOURCE?35220
nx_comparestale_edge_cli_t139.nxIS EVERY PUBLISHED COMPARE PAGE STILL TRUE TO ITS SOURCE?1918
nx_comparestale_edge_lib_t139.nxConsumer and dependency artifacts must be nonempty; matching empty digests are not usable artifacts.19115
nx_comparestale_lib.nxConsumer and dependency artifacts must be nonempty; matching empty digests are not usable artifacts.19115
nx_comparetree_lib.nxTHE ONE RESOLVER FOR A /compare DATA FILE THAT LIVES IN TWO TREES.26114
nx_comparetree_lib_gate.nxthe referee for the two-tree /compare resolver (nx_comparetree_lib).101431
nx_comparewatch_census.nxTHE /compare DISTANCE-TO-100%, made a one-call sovereign measurement2637
nx_comparewatch_census_gate.nxproves the /compare watch-plane census parsers (2026-08-29).1196
nx_comparewatch_lib.nxPURE parsers for the /compare watch-plane census (2026-08-29).1547
nx_competitive_intel.nxcontinuous competitive-intelligence ledger.21112
nx_competitive_state.nxbits-up competitive-state classifier27912
nx_competitive_state_test.nxKAT for competitive-state classifier.1631
nx_compile_field_candidate_t280.nxsource-file driver for the NishiLang x86_64 backend. 6646
nx_compile_wat.nxSOVEREIGN source-file driver for the NishiLang WAT (WebAssembly) backend.1866
nx_compile_wat_call_operands_t143.nxSOVEREIGN source-file driver for the NishiLang WAT (WebAssembly) backend.1866
nx_compile_wat_scalararm.nxSOVEREIGN source-file driver for the NishiLang WAT (WebAssembly) backend.1063
nx_compile_x86.nxsource-file driver for the NishiLang x86_64 backend. 6646
nx_compiler_bounds_cli_gate.nxEnd-to-end CLI qualification of the staged compiler against a supplied incumbent.1547
nx_complex.nxcomplex numbers (a + bi).959
nx_compliance_verdict.nxsealed regulatory-compliance verdict.694
nx_compose.nxcompositional primitives (V2 of vision rollout).2115
nx_compose_test.nxsmoke for V2 composition primitives. 1591
nx_compost.nxgraceful retirement + nutrient harvest from retired primitives.23813
nx_compost_test.nxsmoke for nx_compost.1181
nx_compute_graph.nxtyped DAG container for compute nodes.2938
nx_compute_graph_test.nxtyped DAG end-to-end shape verification.2201
nx_compute_ladder.nxGENEALOGIST physics grade for COMPUTE (the AI/research-engine foundation).1046
nx_compute_mt.nxwalking up the COMPUTE wall toward physics: MULTICORE matmul (the ~20x lever).944
nx_compute_node.nxtyped compute node, foundation of the32613
nx_compute_opt2.nxcompute wall, step 2: stack the SAFE levers (cache locality + more cores).955
nx_compute_runner.nxexecutes a validated ComputeGraph.35314
nx_compute_runner_test.nxend-to-end loop closure.1821
nx_concat_probe.nxminimal @concat / @stringify repro, isolated from v7's ${$$counter} case.403
nx_concentration.nxWHY the capture is POSSIBLE: market concentration. Reads knowledge/anatomy/concentration.txt1179
nx_concept.nxtyped cross-cultural concept dictionary.1413
nx_concept_embedding.nxtyped concept manifest + storage contract.37710
nx_concept_embedding_test.nxsmoke for typed concept manifest.1242
nx_concept_test.nxsmoke for typed concept dictionary. 551
nx_cond.nxcondition variable on top of nx_mutex + futex.975
nx_conductor.nxthe Nishi CONDUCTOR: the autonomic HEARTBEAT (sovereign).1195
nx_conductor_heal.nxthe Nishi CONDUCTOR, v3: the come-alive tick that741
nx_conductor_live.nxthe Nishi CONDUCTOR, v3: the LIVE, WARDEN-GATED tick2808
nx_confdup.nxfind CONFIG FILES THAT DECLARE THE SAME CONCERN TWICE.53112
nx_conflict.nxWRITING arc, rung W-ING-5: CONTRADICTION / CONTINUITY conflict1314
nx_conflict_gate.nxREFEREE for WRITING rung W-ING-5 (nx_conflict).935
nx_conflict_owned_gate.nxREFEREE for cf_detect_owned (per-character conflicts).825
nx_conformal.nxdistribution-free prediction intervals.4006
nx_congruence_closure.nxUF (uninterpreted functions) decision1187
nx_conn_catalog.nxthe CONNECTION / TRANSPORT / CRYPTO capability catalogue.1175
nx_connect.nxBOUNDED, NON-BLOCKING TCP CONNECT. The missing primitive.1012
nx_connect_award_page.nxan AWARD-CALIBER showcase page (attacks the ABSENT creativity cells of592
nx_connect_device_client.nxCONNECT, PRIVACY-FIRST / DATA-ON-THE-ENDPOINT. The evolution of the E2E1114
nx_connect_device_client_gate.nxproves the PRIVACY-FIRST / DATA-ON-THE-ENDPOINT property on the1095
nx_connect_e2e_client.nxthe FULL-E2E CONNECT client: key AGREEMENT + sealed send + decrypting864
nx_connect_e2e_client_gate.nxproves the emitted FULL-E2E client: BOTH sovereign wasms ship, keys945
nx_connect_e2e_proof.nxLIVE-LOOP witness for the full-E2E CONNECT proof: computes the EXACT bytes795
nx_connect_gate.nxproves nx_connect_bounded actually BOUNDS a connect, and that it is a safe1565
nx_connect_lds_page.nxthe CONNECT / LDS landing, now COMPOSED FROM nx_sclass_kit (v2) instead of661
nx_connect_page.nxthe CONNECT product landing, composed from nx_sclass_kit (award-tier, ADA,981
nx_connect_reconnect_page.nxthe CONNECT reconnection surface, composed from nx_sclass_kit in a751
nx_connect_research_fetch.nxSOVEREIGN web-fetch for the CONNECT video-room exceed research965
nx_connect_seal.nxCONNECT message sealing on the REAL, RFC-8439-verified ChaCha20-Poly1305 AEAD,624
nx_connect_seal_gate.nxproves CONNECT message sealing is REAL AEAD, not the additive stand-in.947
nx_connect_youth_page.nxthe CONNECT youth-rooms page, emitted ENTIRELY by composing nx_sclass_kit.741
nx_consent.nxCONSENT, PROVENANCE & LICENSE-TIER gate for character assets. Consent is the dividing line, so746
nx_const.nxmeta source of truth for universal constants.2500
nx_consumable.nxconsumable-depletion kernel (#3 of the 4 physics kernels).1192
nx_consumable_test.nxgate for the consumable-depletion kernel.751
nx_contactsheet.nxVISUAL VALIDATION: render a whole gathered corpus as ONE tiled PNG.1966
nx_container.nxsovereign container runtime (Docker replacement).20210
nx_container_bench.nxSOVEREIGN measured-exceed scorecard: Nishi Container Host vs Docker Desktop.24012
nx_container_census.nxSOVEREIGN depth+breadth census: Nishi Container Host vs the June-2026 container landscape.17312
nx_container_compose.nxR2 of the Nishi Container Host: SOVEREIGN multi-service orchestration planner17110
nx_container_image_test.nxrootless container running a REAL IMAGE (a551
nx_container_registry.nxC2 of the Nishi Container Host: SOVEREIGN content-addressed container REGISTRY35120
nx_container_rootless_test.nxproof that nx_container runs a process in a501
nx_container_run_test.nxproof that nx_container (sovereign Docker461
nx_container_spec_emit.nxR1 of the Nishi Container Host: SPEC-DRIVEN container emit (the sovereign `docker build`).15414
nx_content_get.nxCHUNKED CONTENT DOWNLOAD SOURCE: the sovereign door for NAS->laptop bytes.30519
nx_content_get_client.nxTHE SOVEREIGN NAS->laptop DOWNLOAD CLIENT. Retires nx_content_get_client.py.38316
nx_content_get_client_gate.nxTHE GATE FOR THE SOVEREIGN DOWNLOAD CLIENT, 2026-09-04.26810
nx_content_get_gate.nxTHE GATE FOR THE NAS->LAPTOP DOOR, 2026-09-03.32610
nx_content_guard.nxextensible content-policy detector.47615
nx_content_guard_test.nxsmoke for NTR/multi-male/observer-passive guard.1532
nx_content_measure.nxMEASURED content value (SREACH R3c-a).756
nx_content_measure_test.nxKATs for the measured content-value kernel383
nx_content_put.nxCHUNKED CONTENT UPLOAD RECEIVER: the sovereign door for laptop->NAS bytes.159368
nx_content_put_client.nxTHE SOVEREIGN laptop->NAS UPLOAD CLIENT. Retires nx_content_put_client.py.92921
nx_content_put_client_gate.nxTHE GATE FOR THE SOVEREIGN UPLOAD CLIENT, 2026-09-03.2109
nx_content_put_gate.nxTHE GATE FOR THE CHUNKED UPLOAD DOOR: a real multi-MB payload round-trips93010
nx_content_ship.nxONE sovereign command for the whole CONTENT ship loop (operator 2026-07-12: "isn't this2219
nx_content_type.nxparse a Content-Type / Accept header value.1738
nx_contentdiff.nxTHE PROMOTE RULER. Answers one question: does the candidate binary still contain28714
nx_contentdiff_cli_candidate_t295.nxTHE PROMOTE RULER. Answers one question: does the candidate binary still contain27413
nx_contentdiff_cli_gate_t295.nxCompares and validates structural differences between two ELF binaries using a custom diff framework.825
nx_contentdiff_display_20260907.nxTHE PROMOTE RULER. Answers one question: does the candidate binary still contain3169
nx_contentdiff_display_candidate_t295.nx402
nx_contentdiff_display_gate.nx402
nx_contentdiff_export.nxComplete, pinned missing-string inventory. String absence is evidence, not a capability verdict.635
nx_contentdiff_iterator_candidate_t295.nxONE CONTENT RULER, TWO BUDGETS.51428
nx_contentdiff_iterator_gate_t295.nxCompares and mutates ELF files to detect content differences and structural changes.704
nx_contentdiff_sectionless_candidate_t314.nx251
nx_contentdiff_sectionless_gate_t314.nx322
nx_contentdiff_structured_candidate_t294.nxReview compatibility import; implementation adopted into the existing shared owner.20
nx_contentdiff_structured_gate_t294.nxCompares and mutates ELF files to detect structural differences and verify content integrity.704
nx_contentdiff_typed_candidate_t309.nxTHE PROMOTE RULER. Answers one question: does the candidate binary still contain28714
nx_contentdiff_typed_gate_t309.nxCompares and diffs structured content between two binary files to detect changes and classify differences.825
nx_contentput_reap.nxCENSUS of content-upload staging. IT DOES NOT DELETE, AND THAT IS A31412
nx_continuity_gate.nxREFEREE for CROSS-SCENE continuity: cf_detect_owned run825
nx_conv1d.nxthe ATOM of the neural vocoder forward (HiFi-GAN / WaveNet are conv1d stacks). Sovereign f32845
nx_conv2d.nxmulti-channel 2D convolution forward pass.5627
nx_conv2d_mt_gate.nxadversarial gate for the multi-threaded2668
nx_conv_bwd_stride_gate.nxEXACT check of nx_f32_conv2d_backward at STRIDE 2 (only stride-1 was gated before;463
nx_conv_gemm_gate.nxwire the COMPUTE LEVER into the diffusion workhorse: f32 Conv2D via im2col->GEMM.1565
nx_conv_speedup.nxTHE PAYOFF: a real 2D convolution (1024x1024, 15x15 kernel), run SERIAL then THREADED (nx_thread_pool, 8973
nx_conv_transpose1d.nxBRICK 2 of the neural vocoder forward: transposed 1-D convolution (ConvTranspose1d),836
nx_convo.nxWRITING arc, rung W-CONVO-1: the CONVERSATIONAL TUTOR core.833
nx_convo_gate.nxREFEREE for WRITING rung W-CONVO-1 (nx_convo).1195
nx_cookie.nxparse HTTP Cookie header (RFC 6265 §4.2).1916
nx_coq_dir_ingest.nxingest every Coq decl in the corpus at741
nx_coq_ingest.nxCoq stdlib + MathComp statement-level ingester (C0).2267
nx_coq_ingest_test.nxsmoke for Coq C0 statement parser. 311
nx_coq_stream_ingest.nxbridge nx_coq_ingest -> nx_ingest_runner.654
nx_coq_stream_ingest_test.nxCoq parser -> defense stack.511
nx_coreutils_test.nxsovereign COREUTILS (the CLI daily-driver gap): cat / cp / mv / rm / ls,11210
nx_cornell.nx★THE CORNELL BOX on the sovereign stack (field-evidence rung 3: the measured GI reference). A real33317
nx_corolla.nxjoy + beauty as primary first-class metric.24411
nx_corolla_test.nxsmoke for nx_corolla.1191
nx_corpus_drive.nxunified theorem-corpus ingestion driver.1438
nx_corpus_fetch.nxModelwright M1: sovereign corpus-at-scale builder.974
nx_corpus_full.nxbulk-registration of every L3 primitive we1711
nx_corpus_measure.nxdata-driven MEASURED index over a REAL crawled corpus (the honest "bigger index" step at925
nx_corpus_search.nxEND-TO-END on REAL data: index 3 REAL web pages crawled natively by nishi_fetch.exe (off-WSL)767
nx_corpus_to_meta.nxcompact-corpus -> meta.json minter.2036
nx_cors.nxbuild CORS response headers.1759
nx_cosine_similarity.nxsigned Q10 cosine between two vectors.1656
nx_cosine_similarity_test.nxsmoke for signed Q10 cosine.881
nx_cost_anatomy.nxdata-driven COST-ANATOMY + INFLATION-ATTRIBUTION engine. Generalizes nx_cost_decompose27814
nx_costest_lib.nxTHE ONE COST ESTIMATOR (2026-09-16): three-point estimates (P10, P50, P90) in the boards'67230
nx_count_negative.nxAUTO-GENERATED from shape `array_count_predicate`.271
nx_count_negative_test.nx151
nx_count_nonzero.nxAUTO-GENERATED from shape `array_count_predicate`.271
nx_count_nonzero_test.nx151
nx_count_odd.nxAUTO-GENERATED from shape `array_count_predicate`.271
nx_count_odd_test.nx151
nx_count_one.nxAUTO-GENERATED from shape `array_count_predicate`.271
nx_count_one_test.nx151
nx_count_positive.nxAUTO-GENERATED from shape `array_count_predicate`.271
nx_count_positive_test.nx151
nx_count_zero.nxAUTO-GENERATED from shape `array_count_predicate`.271
nx_count_zero_test.nx151
nx_court_ingest.nxR1a rung-2b: LIVE multi-page court-data ingester (CourtListener v4 financial-disclosures).1467
nx_court_recap.nxR1a sovereign court-data ingest parse-core (CourtListener v4 financial-disclosures).1769
nx_covenant.nxmulti-stakeholder + multi-generational consent.25112
nx_covenant_test.nxsmoke for nx_covenant.1241
nx_coverbeat.nxRUN THE COVERAGE INSTRUMENTS AND PROVE IT RAN THEM.1636
nx_cpp_calc.nxCalculates honest cost-per-page using real coverage measurements and ISO-standardized yields.555
nx_cpp_calc_test.nxgate for the cost-per-page calculator (nx_cpp_calc). Unique exit codes per invariant:342
nx_cpu_features.nxsovereign x86-64 CPU feature detection via cpuid.223
nx_cpu_features_test.nxKAT for the cpuid feature gate. Asserts the results211
nx_cr_exec_proof.nxPROVE (not assert) that code_review_gate is runnable end-to-end over the execution774
nx_cr_gate.nxthe SINGLE-ARG, /mcp-shaped code review gate. `nx_cr_gate <file>` reviews ONE file and372
nx_craft_affine_emit_t342.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_affine_fit_t342.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_before_placement_t316.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4681149
nx_craft_body_affine_alpha_emit_t361.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_body_affine_alpha_fit_t361.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_body_driver_t138.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94228
nx_craft_body_emit_t138.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_body_fit_t138.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1766
nx_craft_body_semantic_alpha_emit_t345.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_body_semantic_alpha_fit_t345.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_body_winding_alpha_emit_t365.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.314
nx_craft_body_winding_alpha_fit_t365.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26611
nx_craft_canonical_fit_t135.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1766
nx_craft_combined_emit_t28.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_combined_emit_t29.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_emit.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94428
nx_craft_emit_child_fixture.nxORIGINAL. Controlled process-status fixture. All descriptors belong to this241
nx_craft_emit_child_status_gate.nxORIGINAL. Usage: gate.elf <absolute path to own reviewed child fixture ELF>.431
nx_craft_emit_static_argv_gate.nxORIGINAL. Inspects canonical emitter's build arguments without running it.442
nx_craft_eye_emit_t138.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_eye_fit_t138.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1947
nx_craft_feedback_emit_t28.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_gait_emit_t139.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_gait_fit_t139.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1937
nx_craft_garment_emit_t132.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94228
nx_craft_garment_fit_t132.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1766
nx_craft_hair_attachment_emit_t263.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.264
nx_craft_hair_attachment_emit_t283.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_hair_attachment_fit_t263.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_hair_attachment_fit_t283.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_hair_probe_emit_t280.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.264
nx_craft_hair_probe_fit_t280.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_hq_shift_gate.nxBeach fixture: retained terrain must remain identical through cache-origin shifts.532
nx_craft_imported_emit_t262.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.254
nx_craft_imported_fit_t262.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_imported_placement_candidate_t316.nxExisting pinned live runtime plus the exact canonical placement owner; no copied engine rewrite.30
nx_craft_inspection_alpha_emit_t342.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_inspection_alpha_fit_t342.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_inspection_canonical_fit_t142.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1937
nx_craft_inspection_distance_emit_t235.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.254
nx_craft_inspection_distance_fit_t235.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_inspection_emit_t142.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_inspection_fit_t142.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1937
nx_craft_integrated_emit_t73.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94228
nx_craft_integrated_fit_t73.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1766
nx_craft_knight_emit_t25.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_length_emit_t140.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_length_fit_t140.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1967
nx_craft_lit_fit_expanded_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm5411282
nx_craft_material_body_emit_t61.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_material_body_fit_t61.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1254
nx_craft_material_emit_t55.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94228
nx_craft_material_fit_t55.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1254
nx_craft_memory_pair_gate_20260910.nxORIGINAL. Source-linked witness for existing packaging and memory admission.752
nx_craft_mip_emit_t241.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_mip_fit_t241.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_motion_emit_t328.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.264
nx_craft_motion_fit_t328.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_move_emit_t72.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94228
nx_craft_move_fit_t72.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1254
nx_craft_move_pair_gate_t72.nxPrivate qualification of the existing native facing owner.1452
nx_craft_person_alpha_emit_t343.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_person_alpha_fit_t343.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_pipeline_emit_t64.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_pipeline_fit_t64.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1003
nx_craft_placement_floor_t316.nxExact extraction from canonical nx_wasm_craft.nx; callers provide the existing world/contact owners.182
nx_craft_placement_gate_t316.nx652
nx_craft_placement_wasm_gate_t316.nxTests placement VM functionality against specified terrain and actor seat conditions.845
nx_craft_private_combined_fit_t28.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_combined_fit_t29.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_feedback_fit_t28.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_history_fit_t25.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_knight_fit_t25.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_page_fit_gate.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_pinned_fit_t24.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_recovery_fit_t23.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_support_fit_t31.nxORIGINAL. Private generated-page observation; never calls either publishing main. 923
nx_craft_private_water_fit_t31.nxORIGINAL. Private generated-page observation; never calls either publishing main. 963
nx_craft_procedural_review_emit_candidate_t333.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.294
nx_craft_procedural_review_fit_candidate_t333.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_recovery_emit_t23.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_resident_morf_gate.nxORIGINAL. Build against the reviewed canonical craft candidate, not its dated name.1413
nx_craft_rig_comparison_emit_t332.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_rig_comparison_fit_t332.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_rig_inspection_emit_t230.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_rig_inspection_fit_t230.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_rig_observation_emit_t331.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.264
nx_craft_rig_observation_fit_t331.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_rigview_host_emit_t341.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_rigview_host_fit_t341.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_rigview_workbench_emit_t342.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_rigview_workbench_fit_t342.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_scene_light_alpha_emit_t364.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.314
nx_craft_scene_light_alpha_fit_t364.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26611
nx_craft_search_emit_t53.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_search_fit_t53.nxORIGINAL. Private generated-page observation; never calls either publishing main. 963
nx_craft_skin_canonical_diag_t140.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1967
nx_craft_skin_canonical_fit_t140.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1937
nx_craft_skin_emit_t138.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_skin_fit_t138.nxORIGINAL. Private generated-page observation; never calls either publishing main. 1937
nx_craft_skin_wrap_fit_t261.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_static_emit_t338.nxCandidate page-fit composition. Existing shared page renders all scene and inspection controls.304
nx_craft_static_fit_t338.nxORIGINAL. Private generated-page observation; never calls either publishing main. 26311
nx_craft_static_resident_gate.nxORIGINAL. Build against the reviewed canonical craft candidate, not its dated name.1573
nx_craft_support_emit_t31.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_toon_region_emit_t143.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_toon_region_fit_t143.nxORIGINAL. Private generated-page observation; never calls either publishing main. 2068
nx_craft_visitors_canonical_emit_t142.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr384
nx_craft_visitors_canonical_fit_t142.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_visitors_emit_t140.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_visitors_fit_t140.nxORIGINAL. Private generated-page observation; never calls either publishing main. 2068
nx_craft_visitors_inspection_emit_t142.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_visitors_inspection_fit_t142.nxORIGINAL. Private generated-page observation; never calls either publishing main. 2068
nx_craft_visitors_lit_fit_t181.nxORIGINAL. Private generated-page observation; never calls either publishing main. 2229
nx_craft_visitors_lit_status_expanded_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm5411282
nx_craft_visitors_material_emit_t181.nxPrivate page-fit composition only; no publisher main. Presentation helpers copied exactly from existing nx_craft_integrated_emit_t73 owner. The fit supplies alr534
nx_craft_visitors_material_fit_t181.nxORIGINAL. Private generated-page observation; never calls either publishing main. 2229
nx_craft_visitors_material_schema_expanded_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm5411282
nx_craft_visitors_material_schema_precise_expanded_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm5411282
nx_craft_visitors_owned_expanded_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm5411282
nx_craft_visitors_owned_fit_t219.nxORIGINAL. Private generated-page observation; never calls either publishing main. 25411
nx_craft_workspace_emit_t48.nxTHE SOVEREIGN CRAFT SHIP LANE (retires _ops/nx_emit_game.sh's laptop/WSL94128
nx_craft_workspace_fit_t48.nxORIGINAL. Private generated-page observation; never calls either publishing main. 963
nx_crash.nxCaptures and prints instruction and fault addresses on signal crashes, then re-raises the signal.1938
nx_crashresume_census.nxONE-SHOT crash-resume census CLI (CR-R0, crash-resume->SOTA roadmap2066
nx_crashresume_census_core.nximportable CORE of the crash-resume census (CR-R0 of the16211
nx_crashresume_census_gate.nxliar-killed GATE for the crash-resume census core (CR-R0).1286
nx_crater_field.nxdeterministic crater-impact field distribution.60812
nx_crater_quality.nxper-kind grader for nx_crater_field output.2638
nx_crawl_bfs.nxautonomous link-following crawler (frontier BFS).1637
nx_crawl_doc.nxper-page processing unit for the sovereign crawler.422
nx_crawl_doc_test.nxKAT for the crawl back-half on real CONTENT.761
nx_crawl_frontier.nxoutbound-link (frontier) extraction for the crawler.1155
nx_crawl_frontier_test.nxKAT for outbound-link extraction.431
nx_crawl_https.nxthe hardened crawler on the REAL VALIDATED HTTPS web.1386
nx_crawl_main.nxthe deployable Nishi crawl+serve daemon.2568
nx_crawl_polite.nxhardened, polite crawler (don't get blacklisted).1627
nx_crawl_run.nxend-to-end crawl: fetch (real HTTP) -> extract -> dedup1096
nx_crawl_sufficiency.nxADAPTIVE STOP: "do we know enough to stop fetching?" -- the /compare/webscraping39115
nx_crawl_sufficiency_cli.nxCLI over nx_crawl_sufficiency (the /compare/webscraping R5 lib): judge a set of745
nx_crawl_sufficiency_gate.nxGATE for nx_crawl_sufficiency (the /compare/webscraping R5 contract1624
nx_crawlaudit.nxINDEPENDENT validator for the crawl outcome log. The anti-navel-gazing organ.2434
nx_crawlmine.nxMINE the crawl outcome log so the crawler improves against MEASURED loss.3078
nx_crc16.nxCRC-16 variants (CCITT, IBM, MODBUS).1155
nx_crc32.nxCRC-32 (IEEE 802.3, gzip / zlib / png polynomial).1295
nx_crc32_gate.nxthe gate for CRC-32, and the ecosystem's cleanest ORACLE-CLASS evidence.932
nx_crc32_kat.nxfunctional KAT for the hardware CRC-32C intrinsic1053
nx_crc32_v1.nxCRC-32 checksum (IEEE 802.3 + Castagnoli).974
nx_crc32c.nxfast TABLE-driven CRC-32C (Castagnoli) for per-PDU786
nx_crc32c_bench.nxMEASURED throughput of table CRC-32C vs the583
nx_crc32c_test.nx1:1 KAT for fast table CRC-32C (nx_crc32c.nx).742
nx_crdt_seq.nxSOVEREIGN SEQUENCE CRDT (RGA: Replicated Growable Array, Roh et al. 2011). The V-COLLAB rung-11069
nx_crdt_sync.nxCRDT SYNC op-log: the rung that makes two replicas MERGE instead of collide. Each edit is607
nx_creature_motion.nxUNIFY swap + motion: pose the smin SDF body from the FK rig (nx_bodypose) AND add471
nx_creaturegen.nx★SOVEREIGN INFINIGEN: procedural ANIMALS. Reuses the SAME layered-anatomy method as the47422
nx_creditcard_census.nxHONEST HAVE/PARTIAL/GAP census for the CREDIT-CARD REWARDS-vs-INTEREST domain.933
nx_crew_activity_gate_20260909.nxOriginal Nishi crew dispatch regression against the live estate registry.332
nx_crew_capability_gate.nxdoes each RACI role OWN its accountable capability, and is it an MCP API? (operator 2026-07-10:14311
nx_crew_contract_audit.nxOriginal Nishi: read-only crew admission evidence. Never dispatches an organ.1313
nx_crew_inventory_gate_20260909.nxVerifies inventory verdicts across different category combinations and reports failures.141
nx_crew_page.nxGENERATOR (not hand-authored HTML, per build-generators-not-artifacts) for the CREW CAPABILITY1379
nx_crew_roster_gate.nxTHE CREW-COMPLETENESS GUARD (operator 2026-07-10: "are you sure you have them all").12013
nx_crew_selfheal.nxthe SAFE-ACT loop: the crew doesn't just SEE a problem,1096
nx_crew_serve.nxthe ONE consolidated crew-capabilities MCP backend (operator 2026-07-10: "each role owns its raci24117
nx_crew_tool_register.nxregister the nishi_crew capability-directory API into the sovereign tool registry464
nx_crispr.nxadaptive signature memory (Tier-1 immune).2237
nx_crispr_test.nxsmoke for nx_crispr.791
nx_critic_axes.nxthe SHARED measured-quality AXES (extracted so every loop/gate scores emitted output11411
nx_critvis_lib.nxIMPORTABLE photoreal-critic scoring axes, extracted verbatim from the gate8610
nx_crm.nxPROFESSIONAL CRM PIPELINE (rung 2 of Nishi CRM/Relationships to SOTA). Operator 2026-07-08:20016
nx_crm_acl.nxUSERS + ROLES + RECORD PERMISSIONS (CRM census E7). The Salesforce-verified layered model,15310
nx_crm_flow.nxWORKFLOW AUTOMATION TRIGGERS (CRM census E8). The HubSpot/Salesforce-Flow model, sovereign +1809
nx_crm_store.nxPERSISTENCE for deals + giving (the DEPTH rung after full-presence 1000): the pipeline and28010
nx_crm_ui.nxTHE INTEGRATED RELATIONSHIP OS UI (rung: the client-facing surface). Operator 2026-07-08:832
nx_crockford32.nxCrockford Base32 encoding.2035
nx_cron.nxJOB-REGISTRY + DISPATCH-LOOP layer above the FULLY_WIRED46519
nx_cronwatch_put.nxTHE MISSING PRODUCER for the cron dead-man's-switch registry (2026-08-15).29315
nx_crosshw_census.nxmeasured HAVE/PARTIAL/GAP census for the cross-hardware perf-exceed program.943
nx_crummy_detector.nxdirect "is this world crummy?" detector.59711
nx_crypsis.nxbyte-level camouflage / polymorphism.2104
nx_crypsis_test.nxsmoke for nx_crypsis.941
nx_crypto_event_compose_test.nxcrypto facade + event-driven flow.1231
nx_crypto_hw_limit_map.nxTHE literal-hardware answer: per crypto rung, is the speed gap a PHYSICS limit (silicon444
nx_crypto_sclass_rung_census.nxhardware-up crypto/TLS s-class-EXCEED rung ladder (operator 2026-07-02: "from the725
nx_csg.nxCSG solid -> watertight mesh via marching tetrahedra over an SDF.2458
nx_csg_fillet_test.nxKAT gate for SMOOTH (filleted) SDF booleans. Proves:1267
nx_csg_rot_gate.nxGATE for per-primitive SDF ROTATION in nx_csg_scene (the hook-tilt915
nx_csg_rotxz_gate.nxcomplete the SDF rotation capability: nx_csg_scene_eval_i implements1066
nx_csg_scene.nxN-PRIMITIVE CSG. nx_csg_extract is hardwired to TWO primitives2647
nx_csg_scene_gate.nxGATE for the N-primitive CSG scene extractor (nx_csg_scene).1224
nx_csg_test.nxKAT gate for SDF + marching-tetrahedra CSG booleans.1236
nx_csg_torus_test.nxKAT gate for the torus SDF primitive (genus-1 solid).946
nx_csprng.nxcryptographically secure random via getrandom(2).1215
nx_csrf_token.nxCross-Site Request Forgery token generation.1795
nx_css_apply.nxCSS cascade for the Nishi browser. Phase 21813
nx_css_apply_test.nxsmoke for the Phase-2 cascade primitive.2103
nx_css_color_decode.nxdecode a CSS HEXCOLOR byte range into2919
nx_css_color_decode_test.nxsmoke for CSS hex color decoder.912
nx_css_dimension_to_px.nxconvert a CSS dimension (NUMBER body1644
nx_css_dimension_to_px_test.nxsmoke for dimension -> px.972
nx_css_number_parse.nxdecode a CSS NUMBER token body into a1111
nx_css_number_parse_test.nxsmoke for CSS number -> thousandths.973
nx_css_parse.nxCSS parser for the Nishi browser. Phase 2 (CSS4597
nx_css_parse_test.nxsmoke for the CSS parser Phase-2 second1313
nx_css_selector_match.nxmatch a parsed CssRule selector against1655
nx_css_selector_match_test.nxsmoke for the Phase-2 selector1253
nx_css_tokenize.nxCSS tokenizer for the Nishi browser.49913
nx_css_tokenize_test.nxsmoke for the CSS tokenizer Phase-2 seed.1883
nx_csv_v1.nxRFC 4180 comma-separated values parser.2013
nx_csv_writer.nxRFC 4180 CSV serialiser.1505
nx_ct.nxconstant-time arithmetic primitives. 1677
nx_ctlbyte_repair.nxFIND AND REPAIR CONTROL-BYTE CORRUPTION IN NishiLang SOURCES.35911
nx_ctrlbyte_gate.nxCONTROL-BYTE CORRUPTION TOOTH (debt 1785520719 / 1785521381, 2026-07-31).25911
nx_cuad_gate.nxINDEPENDENT GATE: the CUAD 41-type taxonomy, on real clause text.751
nx_cuad_lib.nxTHE CUAD CLAUSE TAXONOMY (41 types) as a typed, benchmark-aligned playbook.27511
nx_cube.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_cube_inplace.nxAUTO-GENERATED from shape `array_transform_inplace`.281
nx_cube_inplace_test.nx151
nx_cube_test.nx91
nx_cube_to_gcode_test.nxMODEL->PRINT CAPSTONE: geometry I created875
nx_curveskel.nxSOVEREIGN SKELETON-FIT CLI: extract a curve skeleton (an armature) from a BARE unrigged NXA231
nx_curveskel_gate.nxTHE REFEREE FOR SKELETON-FIT: a curve skeleton extracted from a BARE mesh must SPAN the32311
nx_curveskel_lib.nxSOVEREIGN SKELETON-FIT: extract a curve skeleton (an armature) from a BARE unrigged mesh.47616
nx_cvf_index.nxTHE CVF LIBRARY TAB COMPILER (operator 2026-08-13: "a tab in /library to25811
nx_d001census.nxSIZE THE D001 POPULATION INSTEAD OF DISCOVERING IT ONE REFUSED PROMOTE AT A TIME.2259
nx_d3d11_min.nxD0 of the D3D-game ladder: the END-TO-END SPINE. Models the D3D11 device+swapchain object model558
nx_daemon.nxcanonical sovereign detached-spawn: launch an elf as a daemon that survives the parent (new262
nx_daemon_bench.nxcontinuous, low-resource, on-device benchmark51427
nx_daemon_bench_test.nxsmoke: drive the daemon through every 1531
nx_daemon_budget_gate.nxREGRESSION PROOF for the self-retiring-daemon class (debt seq882, 2026-07-25).1318
nx_daemon_container.nxrun the nishi pulse daemon INSIDE the sovereign513
nx_daemon_gate.nxproves the sovereign detached-spawn primitive (fork + setsid) that nx_daemon's daemon_spawn401
nx_daemon_health_audit.nxsubstrate-side audit of running daemons /1806
nx_daemon_reap_gate.nxreferee for nx_daemon_reap_lib, the ONE child reaper every forking daemon1491
nx_daemon_reap_lib.nxTHE ONE CHILD REAPER for every daemon in the estate that forks.854
nx_daemon_run.nxsovereign detached LAUNCHER (no kill): spawn <elf> [args...] as a daemon that survives this201
nx_daemon_supervisor_gate.nxthe fleet supervisor's PURE helpers (nx_dsup_lib), driven in-process:1034
nx_damages_gate.nxPREJUDGMENT INTEREST GATE.1244
nx_damages_lib.nxPREJUDGMENT INTEREST / money damages over time. Integer-exact, composes nx_sol.584
nx_damerau_levenshtein.nxedit distance with adjacent transposition.1396
nx_damerau_levenshtein_test.nxsmoke for transposition-aware edit distance. 541
nx_dance_emit.nxDANCE-MOTION KEYSTONE v2: the being DANCES from REAL third-party mocap (ws=dance-motion 2026-08-10).141520
nx_dangling_else_gate.nxLN30 (lang.plan): AN `else` WITH NO `if` IS REFUSED, NEVER RUN. End-to-end over the1738
nx_dashboard.nxend-to-end batch-audit dashboard renderer.1955
nx_dashboard_test.nxend-to-end dashboard render of a synthetic581
nx_dataeng_sota_census.nxgrade the Nishi sovereign mgmt API vs the SOTA API capability union17510
nx_day_night_cycle.nxdiurnal lighting + sun position model.1897
nx_dbg.nxsovereign single-step debugger primitive.23410
nx_dbg_step.nxTHE STEPPING DEBUGGER (/compare/lang LN12, watch symbol dbg_step_over).127242
nx_dbg_step_gate.nxthe VERDICT gate for LN12 (nx_dbg_step, watch symbol dbg_step_over).64817
nx_dbtc_ppmi_probe.nx21
nx_dbtc_ppmi_probe2.nx31
nx_dbtc_probe.nx11
nx_dbthyg.nxdebt-plane hygiene organ v2 (2026-07-19, sess claude_f749ee6c; fresh name to bust /api/build name-cache). VERBS: stats (default) | stale.17513
nx_dcc_slice_probe.nxDIAGNOSTIC (not a gate): which DCC-authored geometries755
nx_dcc_slice_watertight_gate.nxREGRESSION GATE for the two slicer fixes that946
nx_dcc_to_print_test.nxDCC->PRINT CAPSTONE on AUTHORED, SCULPTED geometry.1086
nx_dcf_gate.nxDISCOUNTED CASH FLOW GATE (intrinsic valuation).1025
nx_dcf_lib.nxDISCOUNTED CASH FLOW: intrinsic valuation + margin of safety, integer-exact.847
nx_dct8.nx8x8 integer DCT-II in pure NishiLang. The universal1956
nx_de_referee_gate.nxTHE GATE FOR THE PER-REGION CIEDE2000 REFEREE, 2026-09-03.1492
nx_de_referee_lib.nxTHE PER-REGION CIEDE2000 REFEREE: rung ST1 of /compare/skintwin (2026-09-03)1283
nx_dead_letter_queue.nxmalformed-record routing for NX-INGEST.29310
nx_deadair.nxper-interval temporal-activity metric for cam-stream652
nx_deadair_gate.nxREFEREE for MEDIA-STUDIO R0 (nx_deadair).1536
nx_deadline_lib.nxREQUEST DEADLINE PROPAGATION: the CONSUMER half of X-Nishi-Deadline-Mono-Ms.1739
nx_deblock.nxin-loop deblocking filter for 8x8 block-grid1486
nx_debt.nxdebt-store intake CLI (autonomous-loop design-of-record 2026-07-18, R1).103419
nx_debt_cockpit.nxTHE CODE-DEBT COCKPIT (nx_engineer doctrine applied to code-quality debt): ONE966
nx_debt_gate.nxR4 GATE: proves debt amortization is bit-exact, detects the minimum-payment trap,854
nx_debt_payoff.nxR4 of THE NISHI FINANCIAL ECOSYSTEM: exact debt amortization + payoff strategy.1402
nx_debt_recurrence_gate.nxCE3 (codeeffectiveness ce_recurrence): recurrence per defect class, PROVEN on planted23516
nx_debt_recurrence_lib.nxCE3 (codeeffectiveness ce_recurrence): RECURRENCE PER DEFECT CLASS over the debt plane.2618
nx_debt_strategy.nxFIRST module of the comprehensive money system: a debt-payoff strategist. Given a set of1125
nx_debt_strategy_gate.nxproves the debt-payoff strategist on hand-verified fixtures: monthly interest,652
nx_debt_triple.nxTHE FEEDER THE SOVEREIGN RANKER LACKS. It maps every OPEN debt row to the4787
nx_debtlive.nxIS THIS DEBT ALREADY FIXED? A mechanical closure check for the debt ledger.44712
nx_dec_emit.nxCANONICAL non-negative i64 -> decimal ASCII.501
nx_dec_emit_test.nxKAT for nx_dec_emit_u63.1002
nx_decl_base.nxshared base struct for the #tag declarator family.1185
nx_decl_base_test.nxsmoke for the shared decl base.771
nx_decl_combat_arena.nxthird declarative #tag-style primitive.1278
nx_decl_combat_arena_test.nxsmoke for the third declarator.681
nx_decl_dungeon_floor.nxfourth declarative #tag-style primitive.17212
nx_decl_dungeon_floor_test.nxsmoke for the fourth declarator.951
nx_decl_random_environment.nxdeclarative environment generator.18010
nx_decl_random_environment_test.nxsmoke for the first851
nx_decl_reflection_test.nxverify Elm-style reflection helpers732
nx_decl_simple_scene.nxsecond declarative #tag-style primitive.1639
nx_decl_simple_scene_test.nxsmoke for the composed declarator.711
nx_decl_townscape.nxfifth declarative #tag-style primitive.1688
nx_decl_townscape_test.nxsmoke for the fifth declarator.1031
nx_decoy.nxhoneypot tripwires (aggressive-mimicry inverted).2047
nx_decoy_test.nxsmoke for nx_decoy.711
nx_decrement_inplace.nxAUTO-GENERATED from shape `array_transform_inplace`.281
nx_decrement_inplace_test.nx151
nx_dedither.nxRECOVER A 1990s DITHERED IMAGE WITHOUT TOUCHING THE ORIGINAL BYTES.83118
nx_dedup_audit.nxpure-NishiLang substrate duplicate-primitive auditor.41713
nx_deepresearch_research.nxbank the PUBLISHED deep-research SOTA (as of June 2026) into the Library so341
nx_deepresearch_research2.nxbank the CURRENT deep-research frontier (as of July 2026) into the Library:331
nx_deflate.nxRFC 1951 INFLATE (DEFLATE decompression).70114
nx_deflate_byte_diff_test.nxbyte-by-byte compare nx_deflate output1131
nx_deflate_bytes_consumed_test.nxcheck whether bytes_consumed901
nx_deflate_enc.nxSOVEREIGN DEFLATE (RFC 1951) COMPRESSOR: LZ77 + FIXED Huffman (BTYPE=01). Pure integer,1648
nx_deflate_enc_capacity_t278.nxSOVEREIGN DEFLATE (RFC 1951) COMPRESSOR: LZ77 + FIXED Huffman (BTYPE=01). Pure integer,1648
nx_deflate_huffman_test.nxregression smoke for the BTYPE=011921
nx_degmode_gate.nxTHE GATE FOR GRACEFUL DEGRADATION, 2026-09-03.1762
nx_degmode_lib.nxGRACEFUL DEGRADATION AS A DECIDABLE FUNCTION, NOT A GROUND STOP.2309
nx_demodulation.nxterm rewriting via oriented equations.1305
nx_demodulation_test.nxdemodulation smoke.1815
nx_denoise_spectral.nxsovereign SPECTRAL-SUBTRACTION denoise (the RNNoise-class direction: remove broadband352
nx_dependency_audit.nxtraces ACTUAL runtime + build deps.2015
nx_deploy_capture_selection_gate.nxSignal-free selector witness. Reads only this gate's owned child's /proc record.903
nx_deploy_guard.nxENFORCED adversarial deploy gate (census gap #1, the ratchet that makes "adversarial544
nx_deploy_leash.nxDEPLOYMENTS ON A LEASH (operator 2026-07-16: "owners take accountability...2708
nx_deploy_leash_gate.nxgate for deployments-on-a-leash (owner accountability, anti-walk-away).953
nx_deploy_listen_gate.nxTHE REFEREE FOR THE DEPLOY LISTEN CHECK (debt 1786068492).2435
nx_deploycover_gate.nxWHAT FRACTION OF THE RUNNING FLEET CAN ACTUALLY BE DEPLOYED?26912
nx_deployjrnl.nxTHE DEPLOY AUDIT THE ESTATE DID NOT HAVE.6185
nx_deployjrnl_gate.nxTHE REFEREE for the deploy-audit reconstruction.2206
nx_deployjrnl_lib.nxTHE ONE RULER for deploy history and ROLLBACK SURVIVABILITY.43321
nx_depparse.nxa DEPENDENCY PARSER for the estate (rung IM28's parse-feature lever: DLIREC, the SemEval-201453633
nx_depparse_eval.nxtrain the estate's POS tagger and dependency parser (nx_postag, nx_depparse) on a CoNLL-U551
nx_depparse_gate.nxGATE for the dependency parser (nx_depparse), driven IN-PROCESS on a planted CoNLL-U1411
nx_depstack_research.nxUSE the nishi researcher to bank the COMMERCIAL DEPENDENCY STACK that every341
nx_depth_tri.nxZ-BUFFERED triangle rasterizer: the primitive that turns a flat textured quad into a real733
nx_depthfuse.nxFUSE a plane-sweep depth map into a real nx_mesh3 TRIANGLE SURFACE.1383
nx_dequant_bench.nxpure dequant throughput measurement.350
nx_dequant_bench_test.nxthe throughput-measurement smoke.1932
nx_dequant_iter.nxper-block Q4_K dequant iterator.29710
nx_dequant_iter_bench.nxpartial-access throughput comparison.250
nx_dequant_iter_bench_test.nxiter vs whole-block bench.2015
nx_dequant_iter_test.nxsmoke for nx_dequant_iter.nx.1481
nx_derive.nxverifiable derivation chains from axioms to theorems.34213
nx_derive_test.nxsmoke for axiom + derivation primitives. 751
nx_descriptor.nxWRITING arc, rung W-ING-2: the scene -> IMAGE-GEN descriptor501
nx_descriptor_gate.nxREFEREE for WRITING rung W-ING-2 (nx_descriptor).1225
nx_descriptor_socket_gate_t209.nxNative descriptor/socket ABI regression; caller supplies a fresh test-only socket path.341
nx_desktop_breeders.nxF1105 platform-desktop-native rung 1: an INTERACTIVE WINDOWED SOVEREIGN1213
nx_desktop_craft.nxNISHI CRAFT native: the generated 3D voxel world in a real desktop window,2176
nx_desktop_game.nxthe shared NATIVE GAME SURFACE (no wasm, no JS, no third-party anything):18610
nx_det.nxdeterministic floating-point execution mode.23810
nx_determinism.nxrollback SYNC-TEST harness (GGPO "1-frame rollback704
nx_determinism_test.nx1:1 KAT for the rollback sync-test harness803
nx_dev_api_build_probe.nxSOVEREIGN end-to-end proof that /api/dev/build BUILDS on the hub over the LIVE edge.15611
nx_dev_api_live_check.nxsovereign LIVE check of nishifamily.com/api/dev via our own TLS (publish-loop proof,644
nx_devpaint.nxCLI for the derived-scale deviation heatmap (2026-08-26).693
nx_devpaint_gate.nxGATE for the derived-scale deviation heatmap and the two root defects it2605
nx_devpaint_lib.nxTHE DERIVED-SCALE DEVIATION HEATMAP (2026-08-26).22811
nx_dgram_media.nxR1 of the SOVEREIGN DATAGRAM TRANSPORT (task #15; operator 2026-07-05: "pure nishi26313
nx_dht.nxSOVEREIGN DHT (BEP-5 / Kademlia) KRPC primitives (X-TORRENT-LIVE-002 R4 foundation).18515
nx_dht_announce.nxSOVEREIGN DHT announce_peer (BEP-5): make OUR seeder DISCOVERABLE for an info_hash.1397
nx_dht_get_peers.nxSOVEREIGN DHT get_peers lookup (X-TORRENT-LIVE-002 R4c): find peers for a1177
nx_dht_ping.nxLIVE DHT reachability probe (X-TORRENT-LIVE-002 R4b). Resolves real BEP-5525
nx_diag_voice_gate.nxLN27 (lang.plan, 2026-09-02): EVERY DIAGNOSTIC TEACHES IN ONE VOICE.27216
nx_diagram.nxsubstrate-native diagram primitive.2929
nx_diagram_test.nxexercise all 4 emitters on a small substrate diagram. 441
nx_dialogue.nxWRITING arc, rung W-DLG-1: the PER-TURN dialogue model and the INTENT-RESPECT meter.22111
nx_dialogue_gate.nxREFEREE for WRITING rung W-DLG-1 (nx_dialogue).1575
nx_diamond_leaf.nxISOLATED IMPORT-DEDUP PROBE, leaf of the diamond (2026-07-31).61
nx_diamond_mid.nxmiddle arm of the import-dedup diamond probe (2026-07-31).71
nx_diamond_probe.nxISOLATED IMPORT-DEDUP PROBE (2026-07-31), top of the diamond.372
nx_didyoumean.nxSEARCH RUNG F4: THE DID-YOU-MEAN LINE, BUILT FROM THE INDEX'S OWN TERM DICTIONARY (2026-09-18).31014
nx_didyoumean_gate.nxGATE for SEARCH RUNG F4, the did-you-mean line (nx_didyoumean + the seg's contract symbol3946
nx_diff.nxbyte-level binary diff (sovereign cmp / xxd | diff).1827
nx_diffusion_loop.nxN-step diffusion sampler composer.2455
nx_digest_auth.nxHTTP Digest authentication response builder.1795
nx_dimret.nxthe LAW OF DIMINISHING RETURNS (a Warden/PM team function):684
nx_diora_data.nxGENERATED (bench/gen_diora_leaderboard.py) from1335
nx_diora_dedup_demo.nxSimHash near-dup clustering on the real Diora764
nx_diora_frontend.nxHTML front-end for the bits-up search engine.31611
nx_diora_index_demo.nxproof that retrieval runs on Nishi's OWN826
nx_diora_leaderboard.nxthe bits-up search leaderboard, run on the2737
nx_diora_live_reach.nxR1 of the SREACH ladder: prove the search engine's1367
nx_diora_live_reach_guarded.nxSREACH R1, HANG-PROOF. The own-crawl ->1206
nx_diora_live_serp.nxSREACH R1+: a LIVE, RANKED, CLICKABLE search results25912
nx_dir.nxhigher-level directory walker over nx_dirent.3219
nx_dir_test.nxsmoke for nx_dir directory walker.1171
nx_director_pipeline.nxend-to-end demonstration: the substrate IS1717
nx_director_pipeline_test.nxprove the substrate end-to-end.1451
nx_directors_note.nxthe canonical "director's note" envelope.45221
nx_directors_note_test.nxsmoke for canonical director envelope. 1231
nx_dirent.nxgetdents64(2) directory iteration.1494
nx_dis.nxRV64I disassembler (machine bytes -> mnemonic).48023
nx_dis_c.nxRV64C compressed-instruction disassembler.2599
nx_discarded_outfit.nxoff-body outfit framings for body-visible scenes.1814
nx_discarded_outfit_test.nx641
nx_discount_test.nxdiscount-loop saturation strategy smoke.1162
nx_disctree.nxdiscrimination tree term index.23110
nx_disctree_test.nxdiscrimination tree smoke.1323
nx_disk_budget.nxsovereign hard-ceiling on bytes written to disk.1189
nx_disk_budget_test.nxsmoke for the hard-ceiling disk budget.501
nx_diskfree.nxTHE DISK AXIS, made callable (2026-08-28).663
nx_dispatcher.nxhardware-aware op routing.38515
nx_dispatcher_test.nxsmoke for nx_dispatcher.1231
nx_dist_serve.nxstandalone loopback HTTP server for the hub DOWNLOAD transport: GET /dist/<cid>/<name>12414
nx_dist_verify.nxverify the PUBLIC /dist download route end to end: sovereign TLS-1.3 GET of373
nx_distcal.nxSolves distortion by jointly optimizing pose, focal length, and radial lens distortion coefficient using Gauss-Newton.2336
nx_distexec.nxDISTRIBUTED EXECUTION ALGEBRA (distributed-compute, F-dist). Spark's essence is not20811
nx_distexec_gate.nxthe correctness a distributed scheduler stands on: the merged result is IDENTICAL1304
nx_distrib_embed.nxR3 rung 2 (R3b): a SOVEREIGN DISTRIBUTIONAL embedder = the Jina-Embeddings replacement,1109
nx_distributed_train_gate.nxHEADLINE EXCEED PROOF: deterministic DISTRIBUTED training.14110
nx_disturbance.nxconstructive disturbance regime per Regenerative-2649
nx_disturbance_test.nxsmoke for nx_disturbance.1211
nx_divprobe.nxDOES nx_cc STRENGTH-REDUCE DIVISION BY A CONSTANT POWER OF TWO?951
nx_dlist.nxintrusive doubly-linked list.16513
nx_dlperf_research_fetch.nxSOVEREIGN researcher for S-CLASS download PERFORMANCE + RELIABILITY (operator:675
nx_dm_research_fetch.nxSOVEREIGN multi-source web-fetch that GROUNDS the "exceed Google DeepMind,1015
nx_dmn_research_fetch.nxSOVEREIGN multi-source web-fetch to DETERMINE BEST PRACTICES for running the NISHI775
nx_dms_catalog.nxthe consent-gated media catalog (DMS spine, rung 3).1479
nx_dms_catalog_gate.nxliar-kill gate for the consent-gated catalog.681
nx_dms_catalog_store.nxdurability for the consent-gated media catalog.412
nx_dms_catalog_store_gate.nxdurability gate for the media catalog.471
nx_dms_search.nxconsent-gated search over the licensed library (DMS rung 4).1616
nx_dms_search_gate.nxliar-kill gate for consent-gated search.711
nx_dms_search_store.nxdurability for the consent-gated search index.772
nx_dms_search_store_gate.nxdurability gate for the search index.481
nx_dns.nxsovereign DNS stub-resolver primitives (RFC 1035).3448
nx_dns_a.nxminimal DNS A-record resolver on the nx_syscalls layer (X-TORRENT-LIVE-001 L1):12610
nx_dns_adversarial_test.nxPhase A4 of S-class hardening.1182
nx_dns_authoritative.nxUDP/53 authoritative DNS serve.4008
nx_dns_authoritative_test.nxsmoke for authoritative DNS.2352
nx_dns_client_probe.nxsubstrate-side UDP DNS verifier.842
nx_dns_io.nxlive UDP-composed DNS stub resolver (x86_64).1262
nx_dns_resolve_a_record.nxhostname → packed IPv4 glue function.2826
nx_dns_resolve_a_record_live_test.nxLIVE-FIRE KAT for the441
nx_dns_server_daemon.nxlive authoritative DNS daemon.991
nx_dns_test.nxKAT + self-consistency for the DNS stub resolver.931
nx_dns_txt.nxTXT + NS DNS response parsing for ACME DNS-011944
nx_doc_annotate.nxLEGAL RUNG D4: the sovereign annotation / markup overlay.21913
nx_doc_catalog.nxR2 of THE NISHI DOCUMENT-INTELLIGENCE arc: the LIBRARIAN -- CATALOG / ORGANIZE /472
nx_doc_catalog_gate.nxR2 GATE for the doc-intelligence LIBRARIAN: proves documents are cataloged as834
nx_doc_census.nxD1 stone of NISHI_DOCS_DOCTRINE_ROADMAP V2.60726
nx_doc_census_real_audit_test.nxSUBSTRATE-WIDE V2 audit binary.681
nx_doc_census_real_listing_test.nxsubstrate-wide V2 audit331
nx_doc_census_run_test.nxend-to-end bits-up docs audit binary.761
nx_doc_census_test.nxKAT for D1 docs census classifier.2021
nx_doc_classify.nxR3 of THE NISHI DOCUMENT-INTELLIGENCE arc: CLASSIFY a document by TYPE (medical583
nx_doc_classify_gate.nxR3 GATE: proves the data-driven document classifier routes documents to the956
nx_doc_dashboard.nxD23 dashboard composite.2796
nx_doc_dashboard_substrate_state_test.nxwrites substrate's911
nx_doc_dashboard_test.nxKAT + visual smoke for D23.571
nx_doc_decision.nxD20 first stone of V5 docs doctrine.1986
nx_doc_decision_test.nxKAT for D20 ADR-shape primitive.841
nx_doc_envelope.nxLEGAL RUNG D2: the e-signature ENVELOPE workflow.35519
nx_doc_extract.nxR1 of THE NISHI DOCUMENT-INTELLIGENCE arc: READ a document's text into STRUCTURED1557
nx_doc_extract_gate.nxR1 GATE for THE NISHI DOCUMENT-INTELLIGENCE arc. Proves reading an itemized815
nx_doc_func_scan.nxbits-up function-pattern extraction.1741
nx_doc_func_scan_test.nxKAT for bits-up func-pattern scanner.951
nx_doc_incumbent.nxD21 provenance tier + D22 multi-incumbent26311
nx_doc_incumbent_test.nxKAT for D21+D22 primitives.1081
nx_doc_inref.nxincoming-reference counter for substrate docs.933
nx_doc_inref_test.nxKAT for doc-reference counter.701
nx_doc_layout.nxdocument layout: text -> 8-bit GRAYSCALE page bitmap (front half of "print real1013
nx_doc_layout_test.nxgate for the grayscale document layout engine. Unique exit codes per invariant:913
nx_doc_print.nxPRINT A REAL DOCUMENT, end to end, 100% sovereign: text -> grayscale page (nx_doc_layout1465
nx_doc_render_mermaid.nxD10 first stone of V4 docs doctrine.1357
nx_doc_render_mermaid_test.nxKAT for D10 Mermaid emitter.641
nx_doc_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch for THE NISHI DOCUMENT-INTELLIGENCE1085
nx_doc_scan.nxR4 of THE NISHI DOCUMENT-INTELLIGENCE arc: the SCAN / CAPTURE leg (paper/image ->1397
nx_doc_scan_gate.nxR4 GATE for the doc-intelligence SCAN/CAPTURE leg: proves sovereign template-match947
nx_doc_seal.nxLEGAL RUNG D5: tamper-evident e-signature SEAL.1294
nx_doc_serve.nxLEGAL RUNG D3: open-the-document-in-the-app-of-choice.1478
nx_doc_to_urf.nxrender a whole text document across as many pages as needed into ONE multi-page URF.491
nx_doc_to_urf_test.nxgate for the multi-page document->URF encoder. Unique exit codes per invariant:543
nx_doc_vault.nxLEGAL RUNG D1: per-tenant document vault (retention core).1778
nx_doc_xref.nxcross-reference verification primitives.55510
nx_doc_xref_dual_audit_test.nxsubstrate-wide multi-namespace351
nx_doc_xref_real_audit_test.nxsubstrate-wide broken-ref audit.291
nx_doc_xref_test.nxKAT for cross-reference verification.1251
nx_docgen.nxNishi Office DOCUMENT ASSEMBLY (F505) CLI/MCP organ: self-verifying demo501
nx_docgen_gate.nxINDEPENDENT gate for document assembly (imports the SAME shipped771
nx_docgen_lib.nxNishi Office: DOCUMENT ASSEMBLY (F505) core lib. Data-driven clause1056
nx_docket.nxNishi Office docketing (F507) CLI/MCP organ: self-verifying demo over451
nx_docket_gate.nxINDEPENDENT gate for the docketing engine (imports the SAME shipped451
nx_docket_lib.nxNishi Office DOCKETING / deadline engine (F507, Utah URCP).815
nx_docprose.nxLIB: WHERE DOES A STORED DOCUMENT'S REAL CONTENT BEGIN?32918
nx_docpub_census.nxR2: the MEASURED S-class-exceed scoreboard for SELF-GENERATING LIVE DOCUMENTATION10110
nx_docpub_pulse.nxR3 autonomy CORE: the CONTENT-CHANGE GATE for "publish docs as we work". The memory11712
nx_docpub_render.nxthe DOC RENDER CORE for nx_docpub_site / nx_docpub_tree: turn a .nx source file33613
nx_docpub_research_fetch.nxSOVEREIGN multi-source web-fetch to RESEARCH S-CLASS DOCUMENTATION1035
nx_docpub_site.nxR1-scale: the self-generating documentation SITE. Walks a curated set of the arc's organs,903
nx_docpub_tree.nxR1-scale-2: generate the documentation site for a WHOLE DIRECTORY of organs (not a1123
nx_docstore.nxpersistent crawl content store (CAS/DV2.0 foundation).925
nx_docstore_test.nxKAT for persistent crawl store.461
nx_doctor.nxthe bits-up AUTO-FIX tool a regular user runs. Probes1959
nx_doctor_research_fetch.nxSOVEREIGN multi-source web-fetch to DESIGN the NISHI DOCTOR's965
nx_doe.nxFOOD-SCIENCE SUITE / DESIGN OF EXPERIMENTS rung. Closes the978
nx_doe_test.nxsmoke for nx_doe. Proves factorial run counts, the481
nx_dom.nxCooper-Harvey-Kennedy dominance, in NishiLang.4325
nx_dom_click.nxbits-up "click intent" extractor. Locates an1455
nx_dom_click_test.nxsmoke for nx_dom_click.nx.833
nx_dom_fn.nxdominator tree on *Function (opt.nx consumer).2856
nx_dom_oracle_gate.nxBRUTE-FORCE DOMINANCE ORACLE for dom_fn.nx.3167
nx_dom_query.nxbits-up DOM query primitives for the Nishi test40515
nx_dom_query_test.nxsmoke test for nx_dom_query.nx.1646
nx_domain_profile.nxgenerative-domain dispatcher registry.40915
nx_domtree.nxa MATERIALIZED, MUTABLE DOM tree for the sovereign browser.84055
nx_donor_texm_gate.nxTHE DONOR-SURFACE GATE: authored FBX materials carried into TEXC+TEXM1725
nx_dora_evidence_gate_t138.nxPrivate regression gate: existing owner functions, real file reader, no production writes.381
nx_dot_product.nxinteger vector inner product.251
nx_dot_product_test.nx321
nx_dot_simd_demo.nxparallel SIMD dot product demo.1659
nx_double.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_double_each.nxAUTO-GENERATED from shape `array_transform_inplace`.281
nx_double_each_test.nx151
nx_double_test.nx91
nx_download_research_fetch.nxthe Nishi RESEARCHER's sovereign fetch for DOWNLOAD ROBUSTNESS / SOTA665
nx_dp.nxdifferential privacy accounting + noise.1586
nx_dr_chain.nxthe CAPSTONE: one call runs the whole deep-research loop (DR-CHAIN).672
nx_dr_chain_cli.nxONE CALL runs the whole sovereign deep-research loop (DR-CHAIN).1616
nx_dr_chain_gate.nxKAT + neg-controls for the end-to-end deep-research chain (DR-CHAIN).1311
nx_dr_conductor.nxthe Co-Scientist async research CONDUCTOR (DR-4).752
nx_dr_conductor_cli.nxcallable MCP/API surface for the Co-Scientist conductor (DR-4).926
nx_dr_conductor_gate.nxKAT + neg-control for the Co-Scientist conductor (DR-4).811
nx_dr_corpus.nxFILE-BACKED corpus mode for the sovereign deep-research engine (DR-9).261
nx_dr_corpus_cli.nxthe sovereign deep-research engine over a REAL ON-DISK CORPUS (DR-9).1736
nx_dr_corpus_gate.nxKAT + neg-control for the file-backed corpus mode (DR-9).871
nx_dr_drbench.nxSOVEREIGN DRBench + DEER deep-research SCORER / ruler (DR-0).494
nx_dr_drbench_cli.nxcallable MCP/API surface for the DRBench+DEER scorer (DR-0).777
nx_dr_drbench_gate.nxKAT + neg-control for the DRBench+DEER scorer (DR-0).1011
nx_dr_elo.nxSOVEREIGN deterministic integer Elo TOURNAMENT ranker (DR-1).945
nx_dr_elo_cli.nxthe callable MCP/API surface for the sovereign Elo tournament816
nx_dr_elo_gate.nxKAT + neg-control for the sovereign Elo tournament ranker (DR-1).861
nx_dr_extract.nxsovereign HTML -> main-text extractor (eats the "crude tag-strip" limit1599
nx_dr_ocm.nxSOVEREIGN Opportunity-Cost Model ranker for research vectors (DR-6).1017
nx_dr_ocm_cli.nxcallable MCP/API surface for the opportunity-cost ranker (DR-6).896
nx_dr_ocm_gate.nxKAT + neg-control for the opportunity-cost research ranker (DR-6).871
nx_dr_refute.nxSOVEREIGN adversarial REFUTATION aggregator (DR-2).504
nx_dr_refute_cli.nxcallable MCP/API surface for the adversarial refutation stage (DR-2).918
nx_dr_refute_gate.nxKAT + neg-control for the adversarial refutation aggregator (DR-2).651
nx_dr_research_fetch.nxSOVEREIGN multi-source web-fetch to STUDY the S-CLASS "disaster recovery / backup /975
nx_dr_route.nxSOVEREIGN web-vs-private source ROUTER (DR-7).454
nx_dr_route_cli.nxcallable MCP/API surface for the web-vs-private router (DR-7).707
nx_dr_route_gate.nxKAT + neg-control for the web-vs-private router (DR-7).651
nx_dr_run.nxthe REAL-TEXT matching / judge stage (DR-0 rung-2).654
nx_dr_run_cli.nxcallable MCP/API surface for the real-text judge stage (DR-0 rung-2).816
nx_dr_run_gate.nxKAT + neg-control for the real-text matching/judge stage (DR-0 rung-2).921
nx_dr_verify.nxSOVEREIGN citation-entailment verification loop (DR-3).605
nx_dr_verify_cli.nxcallable MCP/API surface for the citation-entailment verifier (DR-3).798
nx_dr_verify_gate.nxKAT + neg-control for the citation-entailment verifier (DR-3).891
nx_drbench_fetch.nxR2a: fetch a PUBLIC multi-hop QA benchmark subset sovereignly (the census [BEN] axis:261
nx_drbg_hmac.nxNIST SP 800-90A HMAC-DRBG with SHA-256.2358
nx_drbg_hmac_test.nxself-consistency smoke for HMAC-DRBG.832
nx_drift_watch.nxSTANDING deploy-drift guardrail (zero-Claude, cron-run; arch-board 06:20 precedent).2296
nx_drm_audit.nxcartridge/printer DRM auditor: classify the DRM mechanism(s) in play and pair each with805
nx_drm_audit_test.nxgate for the DRM auditor (nx_drm_audit). Grounded in the researcher's cited cases.512
nx_drone_doctrine.nxsealed defensive-only purposes (Phase M3).2076
nx_drone_doctrine_test.nxsmoke for nx_drone_doctrine.561
nx_drug_pathway.nxGTM SUITE / INVESTIGATIONAL DRUG DEVELOPMENT rung.27920
nx_drug_pathway_test.nxgate for the investigational-drug rung.1513
nx_dstate_gate.nxTHE GATE FOR nx_dstate'S ADMISSION CEILING: conf-sourced, announced, and bitten.2696
nx_dual_companion_compose_test.nxtwo-actor concurrent inference proof.2002
nx_dual_real_llm_compose_test.nxTWO v2 LLM actors concurrent on1861
nx_dual_real_llm_emit_test.nxtwo concurrent v2 LLM actors driving1412
nx_dump_file.nxsovereign `cat`: print a file's bytes to stdout (no sh/3rd-party).131
nx_dungeon_alpha_wasm.nxGenerates a dungeon crawler game with combat, movement, and rendering in WebAssembly.32621
nx_dungeon_native.nxPLAYABLE native terminal dungeon-crawler ALPHA.44230
nx_dupname_gate.nxTHE ENTRY POINT nx_janitor_dupname NEVER HAD.1241
nx_dwarf_abbrev.nxDWARF .debug_abbrev section builder.22110
nx_dwarf_addr.nxDWARF v5 .debug_addr builder.17911
nx_dwarf_aranges.nxDWARF .debug_aranges builder.18410
nx_dwarf_cfi.nxDWARF .debug_frame / .eh_frame builder.27716
nx_dwarf_info.nxDWARF .debug_info section builder.30426
nx_dwarf_line.nxDWARF v5 .debug_line section builder.41620
nx_dwarf_loc.nxDWARF location expressions (DW_OP_*).24510
nx_dwarf_loclists.nxDWARF v5 .debug_loclists builder.24715
nx_dwarf_pubnames.nxDWARF .debug_pubnames + .debug_pubtypes builder.1689
nx_dwarf_rnglists.nxDWARF v5 .debug_rnglists builder.25015
nx_dwarf_str.nxDWARF .debug_str + .debug_line_str builder.1487
nx_dwarf_str_offsets.nxDWARF v5 .debug_str_offsets builder.16810
nx_dwline_corpus_gate.nxDOES STATEMENT LINE INFO HOLD ACROSS THE REAL CORPUS, OR ONLY ON A TOY?3317
nx_dwline_e2e_gate.nxCOMPILER -> ASSEMBLER -> ELF -> DECODER, on the real toolchain.3517
nx_dwline_roundtrip_gate.nxDOES OUR DWARF ENCODER PRODUCE A TABLE OUR DECODER READS BACK?1563
nx_dwline_stmt_gate.nxDOES STATEMENT GRANULARITY ACTUALLY BEAT FUNCTION GRANULARITY?2324
nx_dxbc.nxD1 of the D3D-game ladder: a real DXBC (DirectX ByteCode) container + shader-token DECODER. A Windows8611
nx_dxbc_exec.nxD2 of the D3D-game ladder: DECODE OPERANDS + EXECUTE a real DXBC shader. A minimal SM51636
nx_dyad.nxpaired-cell side-by-side composition.2015
nx_dyad_test.nxsmoke for nx_dyad.861
nx_dyna_bind_skin.nxBIND THE XPBD SOFT-TISSUE CAGE TO SKIN VERTICES, AND MEASURE OUR OWN71521
nx_dyna_bind_skin_gate.nxTHE MOTION GATE: one tooth per NAMED failure mode, every bound READ3626
nx_dynaoracle.nxMEASURE SOFT-TISSUE DYNAMICS FROM VIDEO, IN THE SUBJECT'S OWN UNITS, WITH3909
nx_dynaoracle_gate.nxGATE for the shared ringdown estimator and the video oracle's derived5775
nx_e2e.nxsovereign END-TO-END ENCRYPTION session for private calls/messages (the "pure E2E, never on a315
nx_ecdsa_p256.nxECDSA signature verification over NIST P-256.1985
nx_ecdsa_p256_sign.nxECDSA P-256 signature generation.2394
nx_ecdsa_p256_sign_test.nxMONITOR for ECDSA P-256 SIGN.861
nx_ecdsa_p256_test.nxKAT for ECDSA signature verification.1411
nx_ecdsa_p384.nxECDSA-P384 signature verification orchestrator.1214
nx_ecdsa_p384_bisect_test.nxbisect the verify failure on2413
nx_ecdsa_p384_real_bisect_test.nxbisect ECDSA-P384 verify2867
nx_ecdsa_p384_test.nxKAT for ECDSA-P384 verify against the1101
nx_ecdsa_sig_der.nxparse DER-encoded ECDSA signatures into2366
nx_ecdsa_sig_der_384.nxparse DER-encoded ECDSA-P384 signatures1173
nx_ecdsa_sig_der_test.nxKAT for the ECDSA DER-sig parser.1511
nx_eco_graph.nxR0 graph ENGINE (brick-2) of the living ecosystem graph26716
nx_eco_research_fetch.nxthe Nishi RESEARCHER expanded into the REGENERATIVE LANDSCAPE (operator: "more than1015
nx_ecomat_requirements_gate_t120.nx381
nx_econ_game.nxSOVEREIGN VISUAL ENGINE rung V3b: build-and-PLAY tycoon.493
nx_econ_game_test.nxKAT gate for the build-and-play tycoon emitter.585
nx_econsim_app.nxPLAYABLE in-browser Capitalism Lab client for /econsim.1172
nx_econsim_page.nxEMIT the live nishifamily.com/econsim page for the2453
nx_ecosystem_compose_test.nxsilicon up to Steam partnership.1952
nx_ecotone.nxecological design at ecosystem transition zones.28611
nx_ecotone_test.nxsmoke for nx_ecotone.1311
nx_ed25519.nxEd25519 signature verification (RFC 8032). 2255
nx_ed25519_arith.nxEdwards-curve point arithmetic (RFC 8032).2357
nx_ed25519_arith_test.nxKAT for Edwards-curve arithmetic.1101
nx_ed25519_field.nxEd25519-specific extensions to the shared1998
nx_ed25519_field_test.nxKAT for Ed25519 field primitives.1061
nx_ed25519_point.nxEdwards-curve point ops (RFC 8032 §5.1.3 + §6).2454
nx_ed25519_point_test.nxKAT for Edwards-curve point decompression.1101
nx_ed25519_scalar.nxscalar reduction mod L + scalar mul.2285
nx_ed25519_scalar_test.nxKAT for scalar reduction + mul.1531
nx_ed25519_sign_bisect_test.nxbisection diagnostic for the4827
nx_ed25519_signature.nxfinal Ed25519 verify + sign (RFC 8032 §5.1).3668
nx_ed25519_signature_test.nxRFC 8032 §7.1 TEST 1 KAT.1121
nx_eda_tooling_research_fetch.nxSOVEREIGN multi-source web-fetch for the EDA / BOARD-DESIGN TOOLING765
nx_edgar_balance.nxcheck OUR arithmetic against an AUTHORITATIVE SEC filing.963
nx_edgar_gate.nxF986 INDEPENDENT GATE: SEC EDGAR extraction on a REAL banked filing.1185
nx_edgar_lib.nxF986: SEC EDGAR real-data extraction. GROUNDED, NOT MADE UP.30619
nx_edgar_submissions.nxTHE PERSON BINDING: a filer CIK -> what that filer actually IS.1606
nx_edge_daemon.nxbits-up HTTPS daemon serving nishifamily.com.2723
nx_edge_daemon_test.nxcompile + link smoke for the operator-401
nx_edge_refusal_gate.nxthe REFEREE for nx_edge_refusal_lib, and the guard that debt row EC32 named as872
nx_edge_refusal_lib.nxTHE ONE RULER FOR "may this edge refusal advise a retry?", extracted 2026-09-04422
nx_edge_repoint.nxSOVEREIGN edge repoint: make the sovereign edge (sites.elf :8443) win WAN :443.543
nx_edge_serve_static.nxsubstrate primitive that turns a1124
nx_edge_serve_static_test.nxprove the operator-facing1722
nx_edgeprobe_diag.nxONE-SHOT diagnostic. v2: send a MODERN TLS 1.3 ClientHello (supported_versions615
nx_ediscovery_gate.nxF994 INDEPENDENT GATE: the production screen.1345
nx_ediscovery_lib.nxF994: E-DISCOVERY PRODUCTION SCREEN (EDRM review -> produce), on the CID plane.876
nx_edit_test.nxsovereign EDITOR engine (the editor tool gap): a line buffer + edit ops9210
nx_editdist.nxINTEGER bounded Levenshtein for the typo/did-you-mean rung. Classic two-row DP over641
nx_editstack_gate.nxthe gate for nx_editstack_lib (/compare/dcc DC1 and DC2).2246
nx_editstack_lib.nxTHE NON-DESTRUCTIVE OPERATION STACK: record, undo, redo, replay, re-evaluate.31626
nx_effbench_research_fetch.nxSOVEREIGN researcher: GROUND the "are we S-class EXCEED vs Unsloth & friends"795
nx_effect.nxtyped effects tracking (phase A: runtime log).1207
nx_efile_gate.nxINDEPENDENT GATE: e-filing submission vs acceptance vs rejection.571
nx_efile_lib.nxCOURT E-FILING: submission, acceptance, rejection, and relation back.988
nx_eink_tone.nxPERCEPTUAL TONE QUANTIZER for e-ink-style rendering. Integer-exact, no float.67412
nx_elara_memory.nxLONG-TERM RELATIONSHIP MEMORY for the companion (F920/F925 memory axis).31717
nx_elara_state.nxF975 rung 1: the COMPANION STATE-COHERENCE ENGINE.74030
nx_elder_registry.nxElder AI service registry (bits-up).33719
nx_elder_registry_test.nxsmoke for Elder AI service registry.1211
nx_elder_seed.nxseed Elder AI's REAL character into the sovereign visual store (nx_visual_arc), with a854
nx_elder_supervisor_main.nxsubstrate-side Elder AI supervisor.1827
nx_elder_ui.nxthe SOVEREIGN Elder AI companion FRONT PAGE, INTIMATE aesthetic (v2). The old frontend is a655
nx_electrical.nxMonitors electrical circuits for overload, voltage anomalies, and ground faults to ensure safety and accurate energy measurement.1452
nx_electrical_test.nxgate for the electrical-health kernel (#5).991
nx_elf_exec.nxexecutable ELF writer.2928
nx_elf_inspect.nxSOVEREIGN ELF inspector: answers "is this binary truly sovereign?" = statically linked1097
nx_elf_read.nxread & parse ELF64 binaries we produce.23411
nx_elf_writer.nxsovereign ELF64 binary writer.1598
nx_elifprobe.nxseq358 witness: MULTILINE `else if` chains must parse correctly and the333
nx_em_experiment.nxsubstrate primitive that turns Tesla-class1766
nx_email_addr.nxRFC 5322 addr-spec validator (practical subset).2466
nx_email_auth.nxEMAIL RUNG R5: sender authentication / anti-spoof.22110
nx_email_dns.nxEMAIL DEPLOY: emit the DNS zone records for a domain.472
nx_email_mailbox.nxEMAIL RUNG R3: additive-only mailbox store.15212
nx_email_mime.nxEMAIL RUNG R2: RFC 5322 message + MIME codec.32216
nx_email_mta.nxEMAIL RUNG R7: receiving MTA (SMTP server logic).1347
nx_email_mta_io.nxEMAIL LIVE LAYER: SMTP server over a real socket.1654
nx_email_mx.nxEMAIL RUNG R0: MX-record resolution (RFC 5321 §5.1).2715
nx_email_retrieve.nxEMAIL RUNG R4: POP3 + IMAP retrieval codec.17311
nx_email_send.nxEMAIL OUTBOUND: compose + DKIM-sign a message.1447
nx_email_submit.nxEMAIL RUNG R6: authenticated submission over TLS.1569
nx_email_tool_register.nxregister the EMAIL PROVISIONING PLANE into the sovereign tool registry624
nx_email_webmail.nxEMAIL LIVE LAYER: web UI to manage a mailbox.20910
nx_embed_gpu_live_gate.nxe4 LIVE gate: the deployed :8033 daemon's /embed must return the853
nx_embed_live_gate.nxLIVE probe of the RUNNING no-float serve (E-arc e1): proves the /embed1596
nx_embedding.nxtoken-ID -> embedding-vector lookup.2914
nx_embfeat_gate.nxGATE for the embedding-feature library (nx_embfeat_lib), driven IN-PROCESS on a PLANTED pair of991
nx_embfeat_lib.nxDENSE EMBEDDING FEATURES for a hashed linear sequence model: the ONE library reader of the estate's16014
nx_embodiment_bus.nxTHE KEYSTONE for substrate independence (embodiment census R1). Elara's behavior is a1016
nx_emit.nxWRITING arc, rung W-ING-4: turn extracted scene DATA into the two1387
nx_emit_gate.nxREFEREE for WRITING rung W-ING-4 (nx_emit): the END-TO-END1287
nx_emit_journal.nxappend-only audit log of substrate emits.1448
nx_emit_journal_test.nxsmoke for the append-only audit journal.391
nx_emitmap.nxEMISSION PROVENANCE: which function emits this text, and which constant bounds this buffer.39516
nx_emitmap_gate.nxreferee for nx_emitmap (emission provenance: which function emits this text, which2277
nx_emitted_substrate.nxPhase 5 (Reproduce) substrate emission.47212
nx_emitted_substrate_test.nxsmoke for Phase 5 substrate2176
nx_emitter_bench.nxBENCHMARK the autonomous UI emitters on their ACTUAL emitted output.1149
nx_emotion_authenticity.nxBest Acting axis: micro-expression authenticity.1442
nx_empty_lit_probe.nxWITNESS for the empty-string-literal codegen bug (2026-07-16).241
nx_emu_arm64.nxsovereign aarch64 (A64) interpreter (NX-EMU).42514
nx_emu_arm64_main.nxCLI for NX-EMU aarch64: load + run a static A64 ELF.231
nx_emu_armv7a.nxsovereign ARMv7-A (32-bit ARM) interpreter (NX-EMU).49617
nx_emu_cortexm.nxsovereign ARMv7-M / Cortex-M (Thumb-2) interpreter (NX-EMU).85212
nx_emu_loongarch64.nxsovereign LoongArch64 (LA64) interpreter (NX-EMU).53216
nx_emu_loongarch64_main.nxCLI for NX-EMU loongarch64: load + run a171
nx_emu_mips64.nxsovereign MIPS64 (n64, big-endian) interpreter (NX-EMU).1569
nx_emu_mips64_main.nxCLI for NX-EMU mips64: load + run a static MIPS64161
nx_emu_ppc64le.nxsovereign PowerPC64 little-endian interpreter (NX-EMU).1485
nx_emu_ppc64le_main.nxCLI for NX-EMU ppc64le: load + run a static171
nx_emu_probe.nx11013
nx_emu_probe_gate.nxNATIVE correctness KAT for nx_emu_probe (R0.0).633
nx_emu_riscv32.nxsovereign RV32IM interpreter (NX-EMU, 32-bit XLEN).1385
nx_emu_rv64.nxsovereign RV64 interpreter (NX-EMU). Decodes +36311
nx_emu_rv64_main.nxCLI for NX-EMU: load + run a static RV64 ELF.231
nx_emu_rv64_test.nxprove the sovereign RV64 interpreter runs real682
nx_emu_s390x.nxsovereign IBM Z (s390x) interpreter (NX-EMU).40313
nx_emu_sparc64.nxsovereign SPARC V9 (sparc64) interpreter (NX-EMU).49717
nx_emu_sparc64_main.nxCLI for NX-EMU sparc64: load + run a static181
nx_emu_x86_real16_test.nxx86 ladder R9 rung-3: REALLY BOOT THE REAL IMAGE on the sovereign emu.795
nx_emu_x86_stage2_test.nxx86 ladder R9 rung-4: a REAL MULTI-STAGE LOADER, executed end-to-end.1325
nx_emulator_research_fetch.nxbank the EMULATOR/VIRTUALIZATION field (operator: "make sure we also have SOTA502
nx_emulsion.nxFOOD-SCIENCE SUITE / COLLOID & EMULSION rung. Designs907
nx_emulsion_test.nxsmoke for nx_emulsion. Proves HLB lookup, blend351
nx_endgame.nxendgame last-piece racing for the fork-per-peer download model.1066
nx_endgame_gate.nxKAT + negative controls for endgame last-piece racing.1043
nx_engine_dispatch.nxES3 of /compare/engineshift: THE DISPATCHER. ONE verb sends a task to the cheapest76825
nx_engine_dispatch_gate.nxthe REFEREE for nx_engine_dispatch (ES3 + ES16 of /compare/engineshift, 2026-09-02).3778
nx_engineer.nxthe Nishi engineer's clear-view cockpit (sovereign,1566
nx_enginelab.nxTHE DRIVER: attach the sovereign engine instrument to a REAL renderer.53418
nx_enginelab_analysis.nxEL2 replay, EL4 shader binding, EL5 stack sampling, EL6 call tree.31112
nx_enginelab_analysis_gate.nxproves EL2 replay, EL4 shader binding, EL5 sampling, EL6 call tree.2099
nx_enginelab_driver_gate.nxEND-TO-END gate for nx_enginelab, THE DRIVER.40321
nx_enginelab_gate.nxEND-TO-END gate for the sovereign engine instrument.61917
nx_enginelab_golden.nxGOLDEN-IMAGE REGRESSION for the engine instrument (the O3DE class).561
nx_enginelab_lib.nxTHE SOVEREIGN ENGINE INSTRUMENT (library half).125350
nx_enginelab_store.nxEL1: PERSIST A CAPTURE AND REOPEN IT, for the engine instrument.1474
nx_engram.nxshort-term memory / cache (hippocampal-class).1308
nx_engram_test.nxsmoke for nx_engram.671
nx_entity_discover.nxSREACH R3b: CRAWLER-DRIVEN ENTITY DISCOVERY.25013
nx_entity_dossier.nxENTITY DOSSIER: a superior-to-Google entity landing page, composed 100% from the LIVE57934
nx_entity_lib.nxENTITY MANAGEMENT: capitalisation table arithmetic and corporate-authority limits.10811
nx_entity_media.nxMULTI-IMAGE entity media gather.48120
nx_entity_pin.nxENTITY PIN PROJECTION, the program (S11, 2026-09-17). See nx_entity_pin_lib.nx for the why.462
nx_entity_pin_gate.nxthe entity pin projection is proven on fixture dossiers (S11, 2026-09-17).1116
nx_entity_pin_lib.nxENTITY PIN PROJECTION (S11, 2026-09-17): the decision core nx_entity_pin and its gate share.31917
nx_entity_seeds.nxSEED DISCOVERY: turn one entity page into the list of OTHER pages about that entity.37417
nx_entropy.nxthe team's CSPRNG organ (security ladder rung: random IV/salt + secret422
nx_env.nxenvironment variable lookup over the System V envp.1164
nx_env_sample.nxenvironmental sensor sample container.1414
nx_env_v1.nxparse .env / dotenv-style configuration files.2597
nx_epose.nxESSENTIAL MATRIX -> RELATIVE POSE (R, t) decomposition (cadtwin P1, completes photo->pose->3D).24616
nx_eq_factor.nxequality factoring (Bachmair-Ganzinger 1994).1112
nx_eq_factor_test.nxequality factoring smoke.1443
nx_eqparse_gate.nxcan a typed equation be read correctly, and are the things outside scope REFUSED?673
nx_eqparse_lib.nxREAD AN EQUATION A PERSON ACTUALLY TYPED, AND NORMALISE IT.1333
nx_eqprobe.nxMINIMAL REPRO for the suspected `if v == CONST` compiling as `if v > CONST`664
nx_eqsat.nxequality-saturation framework (egg/SpEC family).220156
nx_eqsat_test.nxproof-of-life + correctness GATE for the equality-903
nx_eqsat_vs_gcc_battery_test.nxFAIR apples-to-apples op-count battery1787
nx_eqsat_wire_probe.nxLN8 WIRING WITNESS (lang.plan rung LN8, symbol opt_eqsat_pass).323
nx_erotica_census.nxthe MEASURED, HONEST census for EROTICA-writing craft (operator 2026-07-01: "erotica1019
nx_erotica_craft.nxR2/R2b GATE (thin): proves nx_erotica_craft_lib.ec_eval discriminates gorgeous from434
nx_erotica_craft_lib.nxthe erotica craft SCORER as a shared lib (no main; Rule 15) so BOTH the gate15010
nx_erotica_loop.nxR5: the AUTONOMOUS erotica keep/discard loop. Scores candidate prose via605
nx_erotica_research_fetch.nxSOVEREIGN nishi-researcher round for the EROTICA arc (operator 2026-07-01:895
nx_erotica_store.nxSEED the erotica craft DATA into the sovereign nx_seg_store, IDIOMATICALLY:385
nx_eroticism_ladder.nx10-rank typed eroticism scale + arousal validator.2344
nx_eroticism_ladder_test.nx781
nx_escl.nxsovereign eSCL (AirScan / Mopria Scan) protocol layer -- R-SCAN R0, the "scan from ANY1086
nx_escl_probe.nxLIVE, READ-ONLY eSCL probe: does the real Brother speak the open scan standard?943
nx_escl_test.nxoffline gate for the eSCL scan protocol layer (nx_escl). Unique exit codes per invariant:633
nx_escrow_hold.nxmulti-party escrow primitive composing nx_ledger.36510
nx_esign_eidas_gate.nxINDEPENDENT GATE: the eIDAS SES/AES/QES ladder + the Certificate of Completion.1236
nx_esign_gate.nxINDEPENDENT GATE: the ESIGN/UETA four-element test (core teeth).1156
nx_esign_lib.nxE-SIGNATURE LEGAL VALIDITY: the ESIGN/UETA four-element test + the eIDAS tier26832
nx_esign_probe.nxcost probe: how long do N esign registry ops actually take?543
nx_esign_probe_test.nxcost probe: how long do N esign registry ops actually take?543
nx_esign_pure_gate.nxINDEPENDENT GATE over the PURE DECISION CORE of nx_esign_lib.1031
nx_essential3d.nxESSENTIAL MATRIX estimation (8-point algorithm), the piece that recovers relative camera21710
nx_essentials.nxthe gajillion tiny reused functions.40841
nx_essentials_test.nxsmoke for the 25-micro-primitives batch.1471
nx_estate_path.nxTHE one act every estate organ performs before reading an artifact:1906
nx_estimate.nxpre-print operator visibility (filament + time).1492
nx_estimate_test.nxpre-print estimate sanity checks against951
nx_estimator_diagnostics.nxsubstrate primitive for bias-variance1834
nx_estimator_diagnostics_test.nxsmoke for bias-variance primitive. 761
nx_etag.nxgenerate + compare HTTP ETag headers (RFC 7232).1617
nx_etg.nxEmpirical-Truth Gamification substrate primitive.2899
nx_etg_byzantine.nxE2.5 Byzantine M-of-N outcome agreement.1262
nx_etg_byzantine_test.nxKAT for E2.5 Byzantine M-of-N agreement.1241
nx_etg_probe_cpu.nxE3 first real CPU-tier ETG probe.3367
nx_etg_probe_cpu_test.nxKAT for E3 first real CPU probe.1831
nx_etg_test.nxKAT for nx_etg.nx Empirical-Truth Gamification1661
nx_etg_tournament.nxmultivariate tournament selector.1362
nx_etg_tournament_test.nxKAT for E2 tournament selector.1231
nx_eval_landscape_research.nxTHIN research organ: what Unsloth + the standard eval tools RECOMMEND TESTING,301
nx_eval_queue.nxTHE REPORT -> LOG-NEXT BRIDGE of the autonomy loop: turn an evaluator/scanner finding22514
nx_evattest.nxSIGNED EVIDENCE ATTESTATIONS, shared. Closes seq1367: the human leg of the evidence law2086
nx_event_queue.nxsubstrate-level event dispatch primitive.1649
nx_event_queue_test.nxsmoke for nx_event_queue.671
nx_eventfd.nxLinux eventfd(2) wrapper.1055
nx_evict_journal.nxappend-only eviction visibility log.1545
nx_evict_journal_test.nxsmoke for nx_evict_journal.601
nx_evidence_audit.nxTHE FLEET GROUNDING AUDIT: walk knowledge/compare/, and for EVERY head-to-head census1267
nx_evidence_fleet.nxexisting Compare fleet evidence collector.41021
nx_evidence_fleet_canonical_gate_t138.nx212
nx_evidence_fleet_gate.nxproves the census-of-censuses honesty rollup counts correctly on the REAL574
nx_evidence_fleet_gate_t138.nx212
nx_evidence_fleet_run_t138.nx21
nx_evidence_fleet_t138.nxTHE CENSUS-OF-CENSUSES HONESTY ROLLUP (operator 2026-07-10: "review again everything41121
nx_evidence_profile_gate.nxthe referee for the /compare EVIDENCE PROFILE.6289
nx_evidence_research_fetch.nxthe Nishi RESEARCHER's sovereign fetch on TEST-EVIDENCE state of the645
nx_evidence_snapshot_canonical_gate_t138.nx622
nx_evidence_snapshot_gate_t138.nx622
nx_evidence_tier.nxsealed scientific-evidence-tier verdict.804
nx_evidence_verdict.nxTHE EVIDENCE LAW, shared. Operator directive 2026-07-30: "we dont have evidence23912
nx_evidence_verify_gate.nxEVIDENCE-GROUNDED claim verification: the SOTA upgrade for the research/census/1369
nx_evoracle.nxTHE INDEPENDENCE LAW. Sibling of nx_evidence_verdict.nx (which grades what a claim's28614
nx_evoracle_emit.nxTHE MISSING PRODUCER for EV_CLASS_ORACLE (closes M3).1688
nx_evprofile_lib.nxTHE ONE VOCABULARY AND THE ONE READER for the /compare EVIDENCE PROFILE.58334
nx_exceed_scoreboard_gate.nxthe STANDING, self-measuring s-class-exceed scoreboard for the sovereign1286
nx_exec_engine.nxAUTONOMY BOOTSTRAP (tutor-authored SEED, the mechanism the team lacks): an autonomous764
nx_execsurface.nxWHICH SURFACE RUNS THIS PROGRAM? The execution-surface census for PROMOTED organs81326
nx_execsurface_gate.nxreferee for nx_execsurface (2026-08-23, compare CE2).55917
nx_exefmt_research.nxTHIN structured EXECUTABLE-FORMAT research source organ (ground the sovereign NXE format271
nx_exit42.nxtrivial container entrypoint: exits 42 (proves the61
nx_exp.nxexp(x) primitive in Q10 fixed point.1944
nx_exp_ab.nxsame-process A/B of the exp hot path: the OLD software793
nx_explode3d.nxR2 of the CAD car-twin ladder: the 3D EXPLODED-VIEW ENGINE (LIB, no main; gated by28314
nx_explodelab_meshes.nxGENERATED by nx_explodelab_meshgen (do not hand-edit): the REAL 53/53333430
nx_explodelab_tree.nxDefines a tree structure with 18 nodes, each having type, depth, and coordinate data for assembly.1939
nx_exploop_test.nxdoes nx_f32_exp misbehave in a loop / on far-negative inputs (as softmax feeds)?251
nx_explore.nxTHE NISHI EXPLORE TEAM, RUNG R4 "MAP": query -> conclusion map. The SOVEREIGN18911
nx_explore_census.nxTHE NISHI EXPLORE TEAM: capability census + living map (operator 2026-06-23:1127
nx_explore_grow.nxTHE NISHI EXPLORE TEAM, RUNG R5 "GROW": self-discovers its own capability1128
nx_extended_gcd.nxextended Euclidean: gcd + Bezout coefficients.451
nx_extended_gcd_test.nx291
nx_external_path_audit.nxNR-1.5 of NISHI_ROUTER_CONTROL_ROADMAP.1889
nx_external_reach_probe.nxcontinuously probe an external endpoint for3028
nx_external_reach_probe_test.nxsmoke test for the graduated711
nx_extllm.nxTHE EGRESS WARDEN: the front door every external-model call must pass.2268
nx_extllm_call.nxRUNG XL3: the ONLY door through which estate bytes may reach an external model.45515
nx_extllm_lib.nxTHE EGRESS DECISION LIBRARY: may THESE BYTES leave, to THIS PROVIDER, for THIS USE?29220
nx_extllm_publish_guard.nxRUNG XL8: what we may SAY about a provider we are allowed to USE.32311
nx_extllm_spent_cli_gate_20260910.nxRegression gate: runs the actual staged CLI; no provider call or live installation.473
nx_eye_aperture_gate_t203.nx181
nx_eye_aperture_reuse_expanded_t206.nxTHE SHADER IR: ONE source of truth, N dialect backends.3788271
nx_eye_aperture_reuse_gate_t206.nx322
nx_eye_detect.nxiris/eye-pair detection wrapping nx_geom_hough_circle_r.2414
nx_eye_detect_test.nxInline-in-main smoke for nx_eye_detect algorithm. The wrapper-call822
nx_eye_rim_artifact_t207.nx193
nx_eye_rim_probe_t207.nx131
nx_eye_surface_probe_t207.nx101
nx_f16.nxIEEE 754 binary16 (half-precision float) bits-up.30012
nx_f16_kat.nxregression KAT for nx_f16_to_f32, guarding the subnormal fix (nx_f32_cvt.nx: f32_exp was454
nx_f16_test.nxsmoke + IEEE 754 conformance for nx_f16.nx.881
nx_f32.nxIEEE 754 binary32 (single-precision float) bits-up.62818
nx_f32_activations.nxbits-up f32 ML activation functions.673
nx_f32_activations_test.nxsmoke for nx_f32_activations.nx.752
nx_f32_adaln.nxsoftware-f32 adaptive LayerNorm (adaLN / adaLN-Zero) modulation, the DiT-specific brick.1083
nx_f32_attention.nxsoftware-f32 multi-token scaled-dot-product attention (single head), the first1042
nx_f32_attn_cached.nxbits-up f32 multi-head attention with KV cache.1512
nx_f32_attn_cached_test.nxsmoke for nx_f32_attn_cached.nx.1021
nx_f32_attn_multi.nxbits-up f32 multi-token attention kernel.1372
nx_f32_attn_multi_test.nxsmoke for nx_f32_attn_multi.nx.902
nx_f32_attn_paged.nxPAGED-KV attention: the paged twin of1001
nx_f32_bn_fold.nxfold inference BatchNorm into the PRECEDING conv's weights + bias (offline), so a ResNet/291
nx_f32_bn_fold_gate.nxproof of BN-fold: exact folded W'/b', AND functional equivalence foldedconv(in) ==603
nx_f32_bpe_load.nxload BPE tokenizer vocabulary from GGUF.1824
nx_f32_bpe_load_test.nxsmoke for nx_f32_bpe_load.nx.1242
nx_f32_conv2d.nxsoftware-f32 multi-channel 2D convolution (NCHW), the R3 vision-op re-tier.1292
nx_f32_conv2d_backward.nxthe GRADIENT of the software-f32 2D convolution: the backward of891
nx_f32_conv2d_backward_fast.nxFAST conv2d backward via im2col + the fork-parallel nx_f32_matmul_t, the1091
nx_f32_conv2d_backward_fast_gate.nxproves nx_f32_conv2d_backward_fast == nx_f32_conv2d_backward (bit-exact on555
nx_f32_conv2d_backward_gate.nxEXACT gradient check of nx_f32_conv2d_backward. Integer-valued inputs/weights783
nx_f32_conv2d_fast.nxFAST software-f32 conv2d (NCHW) via im2col + the FORK-PARALLEL nx_f32_matmul_t. The781
nx_f32_conv2d_fast_gate.nxproves nx_f32_conv2d_fast == nx_f32_conv2d_forward (bit-exact on integer values,564
nx_f32_conv2d_grouped.nxsoftware-f32 GROUPED 2D convolution (NCHW), generalizing nx_f32_conv2d with a811
nx_f32_conv2d_grouped_gate.nxexact proof of grouped conv: depthwise (groups=C_in), a 2-group case, dense633
nx_f32_conv_train_gate.nxproves the SOVEREIGN conv TRAINING LOOP converges end-to-end: forward1083
nx_f32_conv_transpose2d.nxsoftware-f32 2D TRANSPOSED convolution / deconv (NCHW), a STANDARD vision op the861
nx_f32_conv_transpose2d_gate.nxexact proof of transposed conv: kernel-spread of a single pixel, stride-2533
nx_f32_cvt.nxIEEE 754 binary32 conversions (bits-up).3048
nx_f32_cvt_test.nxsmoke for nx_f32_cvt.nx.611
nx_f32_dit_block_linear.nxSANA-style DiT block using LINEAR attention (the efficient Z-Image DiT unit).1917
nx_f32_dit_block_simd.nxSANA-DiT block with SIMD (__f32x8_dot) projections: the end-to-end fast unit.2078
nx_f32_dit_block_tiny.nxfirst sovereign f32 DiT (Diffusion Transformer) BLOCK, assembled from the1694
nx_f32_div.nxIEEE 754 binary32 division (standalone).1211
nx_f32_div_test.nxsmoke for nx_f32_div.nx.291
nx_f32_encode.nxthe ENCODE half of f32: integer value -> IEEE-754 single432
nx_f32_encode_test.nxKAT gate: integer -> IEEE-754 single bit pattern,414
nx_f32_exp.nxIEEE 754 binary32 exp(x) bits-up.1773
nx_f32_exp_test.nxsmoke for nx_f32_exp.nx.562
nx_f32_ffn_path_gate.nxISOLATED, host-noise-immune proof that the1186
nx_f32_gelu.nxsoftware-f32 EXACT GELU (erf-based, matching PyTorch nn.GELU default / HF "gelu"), the one1126
nx_f32_gelu_gate.nxproof of exact GELU vs known PyTorch values (tolerance 1e-3). expect_exit: 0413
nx_f32_gqa_attention.nxsoftware-f32 Grouped-Query multi-head attention (Ainslie 2023 GQA).1032
nx_f32_groupnorm.nxsoftware-f32 Group Normalisation (Wu & He 2018), the R3 vision-op re-tier.1463
nx_f32_hw.nxHARDWARE IEEE-754 f32 for NishiLang via the __f32_* compiler intrinsics12817
nx_f32_image_to_bmp.nxsovereign 24-bit BMP writer: f32 CHW RGB [0,1] -> a Windows-viewable .bmp file.1283
nx_f32_kv_cache.nxbits-up f32 KV cache substrate.1628
nx_f32_kv_cache_test.nxsmoke for nx_f32_kv_cache.nx.1181
nx_f32_layernorm.nxclean importable flat-array software-f32 LayerNorm (per-row normalize over `dim`, then632
nx_f32_layernorm_lib_gate.nxproof of the flat LayerNorm vs hand-computed values + affine + 2-row. expect_exit: 0553
nx_f32_lazy_weight.nxformat-tagged weight tensor + matmul dispatcher.88630
nx_f32_lazy_weight_test.nxsmoke for nx_f32_lazy_weight.nx.1292
nx_f32_linear_attention.nxsovereign O(n) linear attention (SANA-style), the DiT VRAM/speed lever.1034
nx_f32_linear_simd.nxSIMD f32 linear (__f32x8_dot) for the SANA-DiT projections, vs scalar: verify+speed.1304
nx_f32_llama_block.nxbits-up Llama-class transformer block2383
nx_f32_llama_block_test.nxsmoke for nx_f32_llama_block.nx.1291
nx_f32_llama_block_v4.nxper-layer forward with lazy weights.38912
nx_f32_llama_block_v4_test.nxsmoke for nx_f32_llama_block_v4.nx.1011
nx_f32_llama_layer_lazy_load.nxbind one layer's 9 tensors into3235
nx_f32_llama_layer_lazy_load_test.nxsmoke for the lazy-aware681
nx_f32_llama_layer_load.nxbind one layer's 9 GGUF tensors into NxF32LlamaLayer.1924
nx_f32_llama_layer_load_test.nxsmoke for nx_f32_llama_layer_load.nx.681
nx_f32_llama_stack.nxmulti-block transformer stack forward.1212
nx_f32_llama_stack_test.nxsmoke for nx_f32_llama_stack.nx.1202
nx_f32_llama_stack_v4.nxN-layer transformer stack using v4 lazy layers.962
nx_f32_llama_stack_v4_test.nxsmoke for v4 stack.1032
nx_f32_llama_v4b.nxBATCHED MULTI-SEQUENCE decode twins: one forward3443
nx_f32_llama_v4p.nxPAGED-KV twins of the v4 forward chain: block /3483
nx_f32_llm.nxfull Llama-class model forward pass.1584
nx_f32_llm_bench_test.nxparked LIVE-FIRE perf harness for real Qwen2.5.1772
nx_f32_llm_chat_test.nxSOVEREIGN CHAT HARNESS: the decisive coherence test. Qwen2.5-Instruct is trained1285
nx_f32_llm_cohere_test.nxSOVEREIGN COHERENCE HARNESS: the tool that answers "is the engine actually1183
nx_f32_llm_diag_test.nxenumerate all tensor ggml_types in1372
nx_f32_llm_dim_dump_test.nxdump attn_k.weight tensor dimensions1012
nx_f32_llm_e2e_test.nxend-to-end bits-up text-to-text smoke.1051
nx_f32_llm_embed_diag_test.nxcheck Q5_0-dequanted embed values951
nx_f32_llm_live_dims_test.nxLIVE FIRE on the real Qwen2.5-0.5B-Instruct.621
nx_f32_llm_live_gen_test.nxLIVE-FIRE TEXT GENERATION from real1161
nx_f32_llm_live_load_only_test.nxLIVE-FIRE structural load851
nx_f32_llm_live_load_test.nxLIVE-FIRE structural proof.1451
nx_f32_llm_load.nxmodel-level GGUF binder.1292
nx_f32_llm_load_test.nxsmoke for nx_f32_llm_load.nx.921
nx_f32_llm_probe.nxSOVEREIGN FORWARD PROBE: the tool that turns "why is the LLM forward garbage?"1675
nx_f32_llm_read_dims.nxread model dims from GGUF metadata.2365
nx_f32_llm_read_dims_test.nxsmoke for nx_f32_llm_read_dims.nx.1693
nx_f32_llm_run.nxautoregressive generation loop runner.1552
nx_f32_llm_run_test.nxsmoke for nx_f32_llm_run.nx.1111
nx_f32_llm_run_v2.nxproduction runner with full sampler config.2155
nx_f32_llm_run_v2_test.nxsmoke for nx_f32_llm_run_v2.nx.1031
nx_f32_llm_run_v3.nxlazy-aware autoregressive runner.1894
nx_f32_llm_run_v3_test.nxsmoke for lazy runner v3.631
nx_f32_llm_serve.nxthe SOVEREIGN LLM generation SEAT. Loads real Qwen2.5-0.5B GGUF ONCE at startup, binds35112
nx_f32_llm_special_tokens.nxread BOS/EOS/PAD token ids from GGUF.744
nx_f32_llm_special_tokens_test.nxsmoke for nx_f32_llm_special_tokens.nx.1022
nx_f32_llm_test.nxsmoke for nx_f32_llm.nx.1522
nx_f32_llm_v4.nxlazy-aware model binder + LLM forward.2885
nx_f32_llm_v4_test.nxsmoke for the lazy LLM forward.891
nx_f32_log.nxIEEE 754 binary32 natural-log log(x) bits-up.1101
nx_f32_log_test.nxsmoke for nx_f32_log.nx.602
nx_f32_lora_linear.nxsovereign LoRA-adapted linear (the Aligned-LoRA / fine-tune-fewer-images lever).983
nx_f32_matmul.nxbits-up f32 dot product + GEMM kernel.783
nx_f32_matmul_t.nxmatmul where B is laid out per ggml convention (B[k,j] at B[k + j*K]).3349
nx_f32_matmul_t_test.nxKAT for column-major-B matmul.451
nx_f32_matmul_test.nxsmoke for nx_f32_matmul.nx.1022
nx_f32_maxpool2d.nxsoftware-f32 2D max-pooling (NCHW), a STANDARD vision op the f32 tower lacked. Almost every611
nx_f32_maxpool2d_gate.nxexact proof of nx_f32_maxpool2d on an integer-f32 4x4 map. expect_exit: 0523
nx_f32_mha.nxbits-up f32 multi-head attention with GQA.1442
nx_f32_mha_multi.nxbits-up f32 multi-head + multi-token attention.1402
nx_f32_mha_multi_test.nxsmoke for nx_f32_mha_multi.nx.911
nx_f32_mha_test.nxsmoke for nx_f32_mha.nx.921
nx_f32_parity.nxdifferential-parity measurement organ: the MEASURED-EXCEED engine for the702
nx_f32_q14_encode_test.nxKAT gate for f32_from_q14, the EXACT Q14->IEEE-754756
nx_f32_q4k_matmul.nxlazy-dequant matmul, B is Q4_K bytes. C[m,n] = A[m,k] @ dequant(B[k,n]).71624
nx_f32_q4k_matmul_test.nxsmoke for nx_f32_q4k_matmul.nx.1413
nx_f32_qwen_capital_gate.nxLIVE-FIRE TEXT GENERATION from real1191
nx_f32_qwen_encoder.nxstack the sovereign Qwen layer into the FULL encoder forward.2333
nx_f32_qwen_layer.nxa FULL sovereign f32 Qwen transformer layer (the Z-Image text-encoder + companion2446
nx_f32_rectflow_denoise.nxsoftware-f32 rectified-flow (flow-matching) Euler denoise loop.1112
nx_f32_resblock.nxsoftware-f32 ResBlock (GroupNorm->SiLU->Conv 3x3, twice, + residual), R3/R7 rung.1023
nx_f32_rmsnorm.nxbits-up f32 RMSNorm.862
nx_f32_rmsnorm_test.nxsmoke for nx_f32_rmsnorm.nx.872
nx_f32_rope.nxbits-up f32 RoPE (Rotary Position Embedding).1865
nx_f32_rope_test.nxsmoke for nx_f32_rope.nx.802
nx_f32_sampler.nxtemperature + top-k sampler for LLM logits.3449
nx_f32_sampler_test.nxsmoke for nx_f32_sampler.nx.1851
nx_f32_sincos.nxIEEE 754 binary32 sin(x) + cos(x) bits-up.1917
nx_f32_sincos_test.nxsmoke for nx_f32_sincos.nx.502
nx_f32_softmax.nxbits-up f32 numerically-stable softmax.1154
nx_f32_softmax_test.nxsmoke for nx_f32_softmax.nx.742
nx_f32_test.nxsmoke + IEEE 754 conformance for nx_f32.nx.1611
nx_f32_train_ops.nxthe small reusable software-f32 TRAINING ops that close the conv training loop, composing474
nx_f32_transformer.nxbits-up f32 Llama-class transformer block1892
nx_f32_transformer_test.nxintegration smoke.1011
nx_f32_upsample.nxsoftware-f32 nearest-neighbour Nx upsample (NCHW), VAE-decode brick.752
nx_f32_upsample_bilinear.nxsoftware-f32 BILINEAR upsample (NCHW, integer scale, align_corners=FALSE to match801
nx_f32_upsample_bilinear_gate.nxexact proof of bilinear upsample (align_corners=False) vs hand-computed483
nx_f32_vae_decode_tiny.nxfirst end-to-end sovereign f32 VAE-DECODE (latent -> RGB), the R4/R71183
nx_f32prim_test.nxsanity-check the f32 primitives the SDPA organ newly uses (exp, sqrt, lt-on-negs).342
nx_f32x4_matmul_gate.nxPROVES the packed-SIMD compute lever end-to-end.1266
nx_f32x4_mt_matmul.nxSTACK the two proven compute levers toward physics: PACKED SIMD x MULTICORE.1296
nx_f32x8_dot_bench.nxx86 f32 SIMD dot (__f32x8_dot, AVX vmulps) vs scalar: verify + speedup.1002
nx_f32x8_matmul_gate.nxPROVES the AVX2 8-wide lever past SSE 4-wide.1287
nx_f32x8_mt_matmul.nxthe FULL sovereign compute stack toward physics: AVX2 8-wide x MULTICORE.1116
nx_f32x8_probe.nxtest the x86 f32 SIMD primitive __f32x8_dot on nx_cc_known_good.301
nx_f32x8_range_gate.nxvalidate a VECTOR-ACCUMULATOR range dot1276
nx_f64.nxIEEE 754 binary64 (double-precision float) bits-up.43616
nx_f64_adversary.nxT12 class: hardware f64 (IEEE-754 binary64) codegen.401
nx_f64_cvt.nxconversions to/from IEEE 754 binary64.1564
nx_f64_div.nxIEEE 754 binary64 division (standalone file).961
nx_f64_exp.nxbinary64 exponential, bits-up (ME1 rung 1, DLMF ch.4).781
nx_f64_gate.nxLN16 "WORKING f64 ARITHMETIC": the x86_64 backend's IEEE-75480152
nx_f64_oracle_sov.nxSOVEREIGN f64 oracle: pure-Nishi independent recompute37314
nx_f64_sqrt.nxIEEE 754 binary64 square root (standalone file).941
nx_f6_gate.nxsovereign replacement for bench/f6_gate.sh.2906
nx_fabric_cc.nxR2 of the SkyHammer fabric exceed ladder: CONGESTION CONTROL +1642
nx_fabric_cc_gate.nxLIVE GATE for R2 (congestion control + telemetry over RTT).1256
nx_fabric_census.nxthe SkyHammer fabric exceed LIVING MAP (the "reviewed by the team" artifact).1749
nx_fabric_collective.nxR4 of the SkyHammer fabric exceed ladder: COLLECTIVE COMMUNICATION1834
nx_fabric_collective_gate.nxLIVE GATE for R4 (collective communication: ring all-reduce).1296
nx_fabric_fair_gate.nxR2.5 of the SkyHammer fabric exceed ladder: MULTI-FLOW2258
nx_fabric_flow.nxR1 of the SkyHammer scale-up-fabric exceed ladder1472
nx_fabric_flow_gate.nxLIVE GATE for R1 of the SkyHammer fabric exceed ladder.1376
nx_fabric_research_fetch.nxSOVEREIGN web-fetch for the SCALE-UP AI-FABRIC / INTERCONNECT exceed885
nx_face_count.nxface-cardinality detector.1712
nx_face_count_test.nxsmoke for face-count detector (simplified to isolate). 493
nx_face_feature_diag_t367.nxdiagnostic candidate; no publication or serving registration.392
nx_face_feature_diag_t368.nxsecond-stage native diagnosis for face feature gate.352
nx_face_feature_gate_t367.nxreusable feature-preservation referee for the canonical procedural face.421
nx_face_feature_gate_t367r1.nxcorrected reusable feature-preservation referee.451
nx_face_feature_gate_t367r2.nxreusable face feature referee.411
nx_face_feature_gate_t367r3.nxreusable face feature referee.371
nx_face_feature_gate_t367r4.nxinstrumented reusable face feature referee.552
nx_face_feature_gate_t367r5.nxexact native buffer reuse pattern with contract checks.352
nx_face_novelty.nxMEASURED face-diversity / repetition meter over the951
nx_face_novelty_gate.nxREFEREE for nx_face_novelty's metric machinery.581
nx_face_probe.nxRule-2 verify: does the existing nx_face_count detect a564
nx_face_support_capture_t239.nxControlled recombination: add explicitly selected existing anatstack support ellipsoids561
nx_faceanat.nx★INSIDE-OUT face (operator 2026-07-08: "get the skeleton then muscles then skin, not114239
nx_faceanat_neutral_capture_t239.nx121
nx_faceanat_scale_gate.nxTHE REFEREE FOR THE FACE MODEL'S SCALE (aesthetictwin AT17, 2026-09-02).1734
nx_facefind.nxCLI over nx_facefind_lib (aesthetictwin AT30, 2026-09-16): the face box and both eye boxes of a895
nx_facefind_gate.nxthe referee for the sovereign cascade engine and its loader (aesthetictwin AT30, 2026-09-16).2069
nx_facefind_lib.nxFACE AND EYE BOXES from a gray plane (aesthetictwin AT30, 2026-09-16): the loaded cascades2036
nx_facet_classify.nxSREACH R2: the bits-up FACET CLASSIFIER.20510
nx_facet_filter.nxFACETED SEARCH for the onsite-search arc (closes its "facet" worklist gap). The1175
nx_facet_gate.nxSREACH R2 GATE: the bits-up facet classifier vs the1146
nx_factorial.nxn! for nx_int.291
nx_factorial_test.nx141
nx_failclass.nxCLASSIFY THE ESTATE'S OWN FAILURE RECORD AGAINST A PUBLISHED TAXONOMY.71824
nx_failover_compose_test.nxransomware-judo failover end-to-end.1491
nx_family_hub.nxEMIT nishifamily.com/hub, AUTO-GENERATED from the sovereign1187
nx_fasta.nxFASTA single-record stream parser + strip-whitespace.1644
nx_fasta_test.nxKAT for FASTA single-record parser + strip helper.1771
nx_fastq.nxFASTQ single-record stream parser.1472
nx_fastq_test.nxKAT for FASTQ single-record stream parser.1601
nx_fb.nxsovereign FRAMEBUFFER library (the kernel's pixel/draw layer for the NishiOS GUI).9011
nx_fb_1bpp.nx1-bit-per-pixel framebuffer.1838
nx_fb_1bpp_test.nxsmoke for nx_fb_1bpp.681
nx_fb_perceptual.nxper-perceptual-profile gamut packer.2316
nx_fb_perceptual_test.nxKAT for nx_fb_perceptual.nx.771
nx_fbench_negctl.nxNEGATIVE CONTROL v2 (output-level) for the forge gap-bench judge.173
nx_fbench_probe.nxFORGE gap-bench: runtime-verifies every syntax fact taught by the876
nx_fbench_t1a.nx340
nx_fbench_t1a2.nx781
nx_fbench_t1b.nx624
nx_fbench_t1f.nx596
nx_fbench_t2a.nx420
nx_fbench_t2b.nx877
nx_fbench_t2f.nx727
nx_fbench_t3a.nx460
nx_fbench_t3b.nx1216
nx_fbench_t3f.nx694
nx_fbench_t3s.nxT3 rewritten ON the sovereign stdlib (nx_lib_std): the language-growth451
nx_fbo_s1.nxCalculates the 10th Fibonacci number and the sum of the first 100 Fibonacci numbers using iterative methods.281
nx_fbo_s2.nxCalculates Fibonacci numbers and demonstrates syscall usage for system interaction.61
nx_fbo_s3.nxCalculates the 10th Fibonacci number and the sum of the first 10 Fibonacci numbers.241
nx_fbx2nxa.nxbinary FBX GEOMETRY -> NXANIM01 (VERT + TRIS). The missing first half of the2243
nx_fbx2nxa_gate.nxTHE FBX IMPORTER GATE: the unit factor is MEASURED, ANNOUNCED, APPLIED,2257
nx_fbx_affine_gate_t32.nxReal original Knight affine qualification; no asset or page mutation.371
nx_fbx_affine_math_gate_t32.nx211
nx_fbx_affine_t32.nxPrivate affine qualification in the existing FBX/NXA animation ownership chain.23514
nx_fbx_bind.nxBind-pose geometry conversion for skinned binary FBX assets.50116
nx_fbx_bind_scratch_candidate_t181.nxBind-pose geometry conversion for skinned binary FBX assets.51117
nx_fbx_bind_scratch_ready_t181.nxBind-pose geometry conversion for skinned binary FBX assets.50116
nx_fbx_clip.nxAuthored AnimationStack reachability for the existing NXA animation importer.1225
nx_fbx_clip_t30.nxAuthored AnimationStack reachability for the existing NXA animation importer.1225
nx_fbx_compose_oom_gate_t181.nx92
nx_fbx_compose_scratch_gate_t181.nx236
nx_fbx_core.nxshared binary-FBX FORMAT knowledge. One place that knows how a Kaydara file is27013
nx_fbx_import.nxbinary FBX GEOMETRY extraction. Format knowledge lives in nx_fbx_core; this1562
nx_fbx_mapping_lifecycle_gate_t181.nx53
nx_fbx_measure.nxSOVEREIGN body-mesh measurement organ (replaces the node instrument).52010
nx_fbx_probe.nxread a binary FBX and report what actually came out.46212
nx_fbx_rig.nxRIG SURVEY: verified-facts instrument for the SKEL/SKIN/ANIM fill.1826
nx_fbx_texm.nxAUTHORED FBX MATERIALS -> TEXC + TEXM. The donor half of the clay fix.130124
nx_fca_t1.nxOutputs "FLGATE hello=7" followed by a newline and exits.111
nx_fca_t2.nxPrints "FLGATE hello=7" followed by a newline and exits.131
nx_fcntl.nxfcntl(2) + open-flag constants.16610
nx_fcntl_probe.nxwhich syscall number actually reaches fcntl on this target?493
nx_fcntlprobe.nxis nx_fcntl actually working on this target?474
nx_fd_f32.nxFD v2: Frequent Directions in f32 (the cliff fix; the SIMD-substrate-serves-VRAM-math synthesis).42534
nx_fd_hygiene.nxfd-leak hygiene primitive (2026-07-17). A long-lived supervisor/launcher that forks+execs231
nx_fd_hygiene_gate.nxprove nx_fd_scrub_inherited() closes inherited fds >= 3 while PRESERVING stdio.483
nx_featassert.nxprove a feature is IN THE BUILT ARTIFACT, not just in the source you meant to edit.1085
nx_featmatch.nxTHE FEATURE-MATCH WIRE: two images in, CORRESPONDENCES out, with nothing hand-supplied.1304
nx_features.nxpure-math classical computer-vision features.44310
nx_features_test.nxsmoke for image + feature primitives. 1941
nx_fec_gf256.nxthe FEC CEILING: Reed-Solomon erasure coding over1737
nx_fec_gf256_test.nx1:1 KAT for Reed-Solomon GF(256) erasure coding783
nx_fec_stripe.nxFEC-COMPLEMENTARY striping: the exceed beyond plain343
nx_fec_stripe_test.nx1:1 KAT for FEC-complementary striping951
nx_fec_xor.nxsovereign XOR forward-error-correction (FlexFEC family,1638
nx_fec_xor_test.nx1:1 KAT for sovereign XOR FEC (nx_fec_xor.nx).904
nx_feg_t1.nxOutputs "FLGATE hello=7" followed by a newline and exits.111
nx_feg_t2.nxOutputs "FLGATE hello=7" followed by a newline and exits.111
nx_feg_t3.nxOutputs "FLGATE hello=7" followed by a newline and exits.131
nx_ferment_cultures.nxR6b: the CONVERGENCE rung. Binds the R41537
nx_ferment_cultures_test.nxsmoke for nx_ferment_cultures (R6b).671
nx_ferment_flavor.nxCAPSTONE: the CONVERGENCE of the fermentation734
nx_ferment_flavor_test.nxsmoke for nx_ferment_flavor (CAPSTONE).411
nx_ferment_invent.nxR5 of the FERMENTATION ladder: GENERATIVE design.721
nx_ferment_invent_test.nxsmoke for nx_ferment_invent (R5).501
nx_ferment_kinetics.nxR3 science rung: predictive fermentation model.1204
nx_ferment_kinetics_test.nxsmoke for nx_ferment_kinetics (R3).521
nx_ferment_process.nxR2 process rung: the ferment state machine.1918
nx_ferment_process_test.nxsmoke for nx_ferment_process (R2).711
nx_ferment_recipes.nxR4 of the FERMENTATION ladder: the RECIPE1272
nx_ferment_recipes_test.nxsmoke for nx_ferment_recipes (R4).411
nx_ferment_safety.nxNEVER-POISON substrate (Global Rule 26 recast).2967
nx_ferment_safety_test.nxsmoke for nx_ferment_safety.981
nx_ferment_thermal.nxR1 hardware rung: vessel temperature hold.794
nx_ferment_thermal_test.nxsmoke for nx_ferment_thermal (R1).751
nx_fetch.nxTHE sovereign manifest-driven research fetcher. MERGES the N copy-pasted one-time22112
nx_fetch_any.nxEAT THE FETCH DEBT (operator 2026-07-14): the ONE intelligent fetch DISPATCHER the19314
nx_fetch_any_gate.nxteeth for the intelligent fetch dispatcher (operator 2026-07-14: researcher/census/1142
nx_fetch_bounded.nxbounded + timed streaming fetch drain (RES-R7).1464
nx_fetch_capacity_gate_t253.nxNative replay of retained real gzip plus capacity and corruption boundaries.382
nx_fetch_deadline_candidate_t314.nxbounded + timed streaming fetch drain (RES-R7).1957
nx_fetch_decode_capture_t253.nx222
nx_fetch_default_decode_gate_t253.nxExercise the shared default decoded API; caller supplies admitted output budget.161
nx_fetch_dump.nxdiagnostic: fetch a URL over validated TLS and dump the raw body to a file,283
nx_fetch_jellyfin_test.nxX-CENSUS-003 live-incumbent-surface fetch.1162
nx_fetch_probe.nxGENERAL fetch-reachability diagnostic: nx_fetch_probe <url>. Reports, for any URL, what613
nx_fetch_rights.nxrights-status policy for acquisition, modelled on how1078
nx_fetch_rights_gate.nxliar-kill gate for the acquisition rights policy.511
nx_fetch_status_boundary_gate_t252.nx432
nx_fetch_status_live_gate_t252.nxLive transport witness: consume raw native HTTPS bytes through the shared status boundary.192
nx_fetch_to_file.nxfetch an arbitrary (unknown-size) URL body into RAM via sovereign TLS (redirect-following)395
nx_fetch_unit.nxthe SHARED staged-fetch unit (Rule #15: this logic lived1777
nx_fetchclean.nxREMOVE OUR OWN FETCH LANE'S DIAGNOSTIC PREAMBLE FROM A DOWNLOADED ASSET.19410
nx_fetchfail.nxWIRES THE CONTENT AXIS TO A PLANE. It adds NO ruler of its own.62811
nx_fetchfail_gate.nxteeth for the CONTENT axis and the plane that carries it.2313
nx_fetchprobea.nxBISECT: does importing nothing extra (control) break the fetch path? 384
nx_fetchprobeb.nxBISECT: does importing nx_gzip_wrap break the fetch path? 384
nx_fetchprobec.nxBISECT: does importing nx_lib_search + store + openalex break the fetch path? 404
nx_fetchprobed.nxBISECT: does importing nx_sha256 break the fetch path? 384
nx_fetchprobew.nxBISECT: does importing nothing extra (control) break the fetch path? 384
nx_fetchwall_gate.nxTHE GATE FOR THE FETCH-WALL CLASSIFIER, 2026-09-03.1673
nx_fetchwall_lib.nxIS THIS FETCHED BODY CONTENT, OR A WALL WEARING A 200? (2026-09-03)19010
nx_ff_cookies.nxSOVEREIGN Firefox/Waterfox cookies.sqlite reader (X-TORRENT-SPOOF R1).1288
nx_fft.nxR0 of the transform ladder: a sovereign no-float radix-2 FFT (Cooley-Tukey, DIT, in-place).22711
nx_fft_f32.nxf32 radix-2 FFT + f32 FNet 2D-DFT token mixer. The bridge that lets the sub-quadratic FNet1175
nx_fft_test.nxsmoke for V7 FFT primitives. 1521
nx_fgt_demo.nxforge gate fixture candidate: computes the answer (no banned literal in source)121
nx_fgt_model.nxOutputs a confirmation message and exits the forge-m process.91
nx_fgt_t1.nxforge gate fixture candidate: correct program (T1)91
nx_fgt_t2.nxforge gate fixture candidate: builds GREEN, runs exit 0, but prints EXTRA bytes (judge negctl)101
nx_fgt_t3.nxforge gate fixture candidate: computes the answer (no banned literal in source)121
nx_fgt_t4.nxforge gate fixture candidate: the repaired second attempt (T4)91
nx_fgt_t5.nxmust fail the142
nx_fhe.nxfully homomorphic encryption scaffold.1668
nx_fidelity.nxCalculates segmental SNR as a deci-dB fidelity metric for audio reconstruction quality.863
nx_fidelity_gate.nxREFEREE for the fidelity metric (nx_segsnr).1287
nx_field_beat.nxTHE OFF-PEAK FIELD BEAT (/compare/fieldwatch FW4, 2026-09-05): re-runs nx_field_discover for every1626
nx_field_beat_gate.nxTHE GATE FOR THE FIELD BEAT'S DECISIONS (nx_field_beat_lib, /compare/fieldwatch FW4).1564
nx_field_beat_lib.nxTHE DECISION CORE OF THE FIELD BEAT (/compare/fieldwatch FW4, 2026-09-05). Pure functions19318
nx_field_discover.nxDISCOVER THE FIELD FOR ONE /compare DOMAIN (/compare/fieldwatch FW1, 2026-09-05): the thin28014
nx_field_gate.nxTHE GATE FOR THE FIELD DISCOVERY CORE (nx_field_lib, /compare/fieldwatch FW1).1895
nx_field_lib.nxTHE FIELD DISCOVERY CORE (/compare/fieldwatch FW1, 2026-09-05): the industry's own lists,40526
nx_field_of_struct_gate.nxLN29 (lang.plan, 2026-09-02): A FIELD NAME MUST BELONG TO THE STRUCT IT IS1168
nx_field_seedgen.nxDERIVE A DOMAIN'S SEEDS FROM ITS OWN BOARD (/compare/fieldwatch fleet campaign, 2026-09-05).1486
nx_field_seedgen_gate.nxTHE GATE FOR THE SEED GENERATOR'S DECISIONS (nx_field_seedgen_lib, fieldwatch fleet campaign).1666
nx_field_seedgen_lib.nxTHE DECISION CORE OF THE SEED GENERATOR (/compare/fieldwatch fleet campaign, 2026-09-05).28117
nx_field_type_gate_t280.nx543
nx_fieldfit_gate.nxTHE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER1938
nx_fieldfit_lib.nxFIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew51924
nx_fieldfit_verified_candidate_t333.nxFIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew47822
nx_fieldfit_verified_canonical_gate_t333.nxTHE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER29213
nx_fieldfit_verified_gate_t333.nxTHE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER23110
nx_fieldfit_verified_r2_gate_t333.nxTHE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER25212
nx_fieldfit_verified_r2_t333.nxFIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew50022
nx_fieldfit_verified_r3_gate_t333.nxTHE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER26412
nx_fieldfit_verified_r3_t333.nxFIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew50322
nx_fieldfit_verified_r4_gate_t333.nxTHE FIELD-FIT MACHINERY (nx_fieldfit_lib) ON A SYNTHETIC ORACLE WITH A KNOWN ANSWER29213
nx_fieldfit_verified_r4_t333.nxFIT A PARAMETRIC IMPLICIT FIELD TO A SCANNED ORACLE. The machinery nx_skullsdf's `tune` grew51524
nx_fieldtypeprobe.nxMINIMAL REPRO for the type-check failure blocking the compiler build.404
nx_figure_render.nxthe ELARA RIG (17-joint humanoid skeleton, bones-as-data) + a fast software renderer2409
nx_figuregen.nx★SOVEREIGN INFINIGEN: a full-body HUMAN FIGURE via the SAME layered anatomy (nx_anatstack:1205
nx_file_install.nxRecoverable file installation. An immutable, checksummed intent identifies41326
nx_file_install.pre-toolchain-20260910.nxRecoverable file installation. An immutable, checksummed intent identifies30918
nx_file_result.nxResult-wrapped file read.562
nx_file_result_test.nxsmoke for Result-wrapped file read.321
nx_filecopy.nxA COPY THAT PROVES IT COPIED (2026-08-07; STREAMING 2026-08-13).1687
nx_filehash_gate.nxTHE GATE FOR THE IDENTITY RULER. Every content pin in every /compare .refs register on this1614
nx_fileop.nxsovereign file-op CLI (retires Remove-Item / mv). Composes the canonical nx_fio + nx_syscalls's778
nx_fileop.pre-intent-20260910.nxsovereign file-op CLI (retires Remove-Item / mv). Composes the canonical nx_fio + nx_syscalls's383
nx_fileop_gate.nxproves sovereign file ops on a real scratch file: create -> exists, mv (old gone + new401
nx_fin_advstats.nxadvanced backtest statistics (the Lopez de Prado rigor that separates a real edge from504
nx_fin_advstats_gate.nxGATE for the deflated-Sharpe / multiple-testing suite, hand-computed. The headline:422
nx_fin_assets.nxmulti-asset FORWARD pricing, closing the loop on the operator's original ask ("trade264
nx_fin_assets_gate.nxGATE for multi-asset forward pricing (tolerance, since exp is approximate).443
nx_fin_audit.nxR5 of THE NISHI FINANCIAL ECOSYSTEM: medical-bill OVERBILLING / anomaly audit.1095
nx_fin_audit_gate.nxR5 GATE: proves the medical-overbilling audit is exact + data-driven, on a1105
nx_fin_backtest.nxR2 of the trading stack: the TRUTH ENGINE. Given OHLCV bars (from nx_fin_marketdata) +1032
nx_fin_backtest_gate.nxR2 GATE: proves the backtester on KNOWN bars + a KNOWN signal, with EVERY metric592
nx_fin_bs.nxOPTIONS pricing (Black-Scholes) in integer fixed-point (scale 1e6 = "micro"), the hard939
nx_fin_bs_gate.nxGATE for the fixed-point Black-Scholes suite. Approximations, so checked within a522
nx_fin_census.nxHONEST HAVE-vs-GAP census for the NISHI MARKETS-INVESTING / TRADING stack (the "finmkt"763
nx_fin_competitor_census.nxS-CLASS-EXCEED census: measure the Nishi trading+tax+grants stack against the813
nx_fin_dashboard.nxemit the static nishifamily.com/finance dashboard to the staging media dir, so283
nx_fin_dashboard_gate.nxGATE for the finance dashboard: proves the page is SOVEREIGN zero-JS (no1275
nx_fin_datasource.nxthe DATA-ACQUISITION doctrine as verified logic: how to get raw financial data LEGALLY445
nx_fin_datasource_gate.nxGATE for the data-acquisition doctrine: free classification, cheapest-legal502
nx_fin_dispute.nxR8 (fail-safe execute) of THE NISHI FINANCIAL ECOSYSTEM: turn audit findings into957
nx_fin_dispute_gate.nxR8 GATE: proves the audit findings (R5) flow into a correct, complete medical-1137
nx_fin_edgar_fetch.nxFREE_RAW in action: pull REAL company fundamentals straight from SEC EDGAR977
nx_fin_extract.nxRUNG 2 of THE NISHI FINANCIAL ECOSYSTEM researcher: EXTRACT stage.1446
nx_fin_finance.nxR7 (financing-cost optimizer) of THE NISHI FINANCIAL ECOSYSTEM: find AFFORDABLE866
nx_fin_finance_gate.nxR7 GATE: proves the financing-cost optimizer ranks REAL options by TRUE total985
nx_fin_fund_research_fetch.nxthe Nishi RESEARCHER's sovereign fetch for AFFORDABLE / ALTERNATIVE /865
nx_fin_grant.nxR8 (Nishi Grants): pull in NON-DILUTIVE cash. Eligibility screening for SBIR/STTR (US515
nx_fin_grant_gate.nxGATE for the grants arm: SBIR/STTR eligibility (pass + each failing condition),422
nx_fin_ledger.nxR2 of THE NISHI FINANCIAL ECOSYSTEM: the content-addressed, append-only,40117
nx_fin_ledger_gate.nxR2 GATE: proves the double-entry ledger is exact, append-only, idempotent,1344
nx_fin_liquidity.nxthe market-IMPACT model: finer than R1's flat ADV cap. Uses the square-root impact law303
nx_fin_liquidity_gate.nxGATE for the square-root market-impact model: impact scales with sqrt(size),352
nx_fin_marketdata.nxR1 of the trading stack: the PRICE + LIQUIDITY sensor's CORE. Pure, deterministic1108
nx_fin_marketdata_fetch.nxMAKE IT REAL: the live ingestion adapter + end-to-end demo. Fetches a symbol's1728
nx_fin_marketdata_gate.nxR1 GATE: proves the OHLCV parser + ADV/capacity math on KNOWN bytes (no network,482
nx_fin_md_probe.nxground-truth probe: is the finance dashboard actually LIVE on the public edge?394
nx_fin_metrics.nxrisk-adjusted performance metrics, i64 fixed-point, NO floats. Provides the integer477
nx_fin_metrics_gate.nxGATE for the risk-adjusted metrics on a hand-computed returns series (bps):442
nx_fin_mgmt_grade.nxR-MKT5 of the MARKETS-INVESTING arc: GRADE THE PEOPLE running a company (operator:552
nx_fin_mgmt_grade_gate.nxproves the management-stewardship grader ("handicap the team"): each of the 8684
nx_fin_microcap.nxthe 1000-MICROCAP FUNNEL: screen a universe of small names down to the few worth432
nx_fin_microcap_gate.nxGATE for the microcap funnel: one PASS plus each reject gate fired in isolation,442
nx_fin_optimizer.nxportfolio OPTIMIZATION, analytic (no matrix inverse needed): the closed-form604
nx_fin_optimizer_gate.nxGATE for the analytic mean-variance optimizer, hand-computed. Exits 0 iff all pass.532
nx_fin_paper.nxR5: PAPER / forward simulation = the OVERFIT CHECK before any capital. Splits the bar383
nx_fin_paper_gate.nxR5 GATE: proves the in-sample/out-of-sample split, the OOS-only backtest run, and the522
nx_fin_pbo.nxProbability of Backtest Overfitting (Bailey/Lopez de Prado CSCV). Completes the overfit-483
nx_fin_pbo_gate.nxGATE for PBO/CSCV, hand-computed. 3 strategies x 4 groups: strategy 0 is the OVERFIT412
nx_fin_portfolio.nxportfolio construction / DIVERSIFICATION: allocate across many names so NO single516
nx_fin_portfolio_gate.nxGATE for portfolio construction: equal/score weighting with concentration caps,512
nx_fin_reality_check.nxBRUTALLY HONEST competitive standing. The 720/760-permille census measured a NARROW814
nx_fin_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch for THE NISHI FINANCIAL ECOSYSTEM arc.2775
nx_fin_risk_engine.nxR4: POSITION SIZING + drawdown circuit breaker = the real answer to "don't blow up".526
nx_fin_risk_engine_gate.nxR4 GATE: proves the sizers + circuit breaker on hand-computed values (no432
nx_fin_route_gate.nxproves nishifamily.com/finance is correctly served BEHIND THE OPAQUE WALL.1668
nx_fin_rules.nxR6 of THE NISHI FINANCIAL ECOSYSTEM: the SOVEREIGN RULE-PACK STORE. This is what745
nx_fin_rules_gate.nxR6 GATE: proves the audit rule packs round-trip through the sovereign seg-store1335
nx_fin_serve.nxstandalone loopback HTTP server for the finance dashboard. Composes nx_http_server10810
nx_fin_spine_gate.nxTHE FINANCE SPINE WITNESS. One organ that re-proves the load-bearing1586
nx_fin_stack_page.nxSURFACE the sovereign financial stack in a gorgeous, S-class page (composes981
nx_fin_strategy.nxR3: the SIGNAL generator (produces the long/flat signals the R2 backtester consumes).886
nx_fin_strategy_gate.nxR3 GATE: proves the SMA signal generator on known bars, then runs the FULL LOOP722
nx_fin_taxlot.nxR7 (Nishi Accounting): tax-lot accounting = the machinery to PARK gains legally. Exact576
nx_fin_taxlot_gate.nxGATE for tax-lot accounting: exact holding-period days across a leap year, short/long432
nx_fin_taxopt.nxR7 tax-OPTIMIZATION / entity modeling = "park gains like the big companies", LEGALLY.487
nx_fin_taxopt_gate.nxGATE for tax optimization: §1202 QSBS exclusion (floor vs 10x-basis, holding-period382
nx_fin_universe.nxthe UNIVERSE-SELECTION brain: given a scored candidate set (one row per symbol, each443
nx_fin_universe_gate.nxGATE for the universe-selection brain. 4 candidates: c0 passes all gates, c1 has542
nx_fin_zscore.nxR-MKT1 of the MARKETS-INVESTING finance arc: the ALTMAN Z-SCORE, a distress/bankruptcy412
nx_fin_zscore_gate.nxproves the Altman Z-score engine: exact x1000 score from raw figures + correct624
nx_final_quality.nxtop-level scene quality verdict composing all axis families.1121
nx_final_quality_test.nx561
nx_finance_svc.nxFINANCE SERVICE FACADE. One agentic MCP tool over the sovereign finance stack.2059
nx_finance_web.nxthe SOVEREIGN, ZERO-JAVASCRIPT nishifamily.com/finance dashboard renderer.3929
nx_find.nxS5 stone of NISHI_SHELL_REPLACEMENT_ROADMAP.md.2207
nx_find_first_negative.nxAUTO-GENERATED from shape `array_find_index`.261
nx_find_first_negative_test.nx151
nx_find_first_positive.nxAUTO-GENERATED from shape `array_find_index`.261
nx_find_first_positive_test.nx151
nx_find_first_zero.nxAUTO-GENERATED from shape `array_find_index`.261
nx_find_first_zero_test.nx151
nx_find_test.nxKAT for S5 bits-up file-tree filter primitive.1801
nx_finger_count.nxTier 6 anatomical-coherence finger-counter.2674
nx_finhealth_gate.nxCOMPOSITE FINANCIAL HEALTH GATE.1196
nx_finhealth_lib.nxCOMPOSITE FINANCIAL HEALTH: one verdict from the whole grounded pipeline.563
nx_fio.nxcanonical sovereign file operations: unlink (delete) + existence check. Importable (no main).41021
nx_fio_region_gate.nx57817
nx_fio_write_gate.nxReal-kernel controls for the shared write/sync/close boundary.482
nx_firstbyte.nxFIRST-BYTE-UP ANALYSIS FOR /compare: what does a rung REST ON, where does its54812
nx_firstbyte_gate.nxthe first-byte-up analysis is DERIVED, its cap axis is MEASURED, its2777
nx_five_systems_test.nxverify all five source adapters work 831
nx_fix_putn.nxAUTO-FIXER for the propagating leaky-putn anti-pattern (per-character sys_mmap(1) inside a1167
nx_fixq30_lib.nxQ30 FIXED-POINT MATH: exact multiply and divide, sqrt, CORDIC sin/cos/atan2, exp, ln,33526
nx_fixshot_lib.nxRETRIEVAL FEW-SHOTS for the autonomous fix loop (bugforge-swe-scale rung 2,1404
nx_flac.nxFLAC lossless audio decoder core.25612
nx_flac_frame.nxFLAC frame and subframe decoding.3117
nx_flac_frame_gate.nxproves FLAC frame + subframe decoding.1823
nx_flac_gate.nxproves the FLAC decoder core.1662
nx_flash_attention.nxtiled IO-aware attention (Dao 2022).2735
nx_flash_attention_test.nxtiled-attention equivalence + memory win.1211
nx_flash_byte_exact_gate.nxTWO-PASS BYTE-EXACT flash attention: the determinism+memory exceed.21010
nx_flash_test.nxsovereign IMAGE FLASHER (S-class vs dd/Rufus/Etcher). A flasher should never909
nx_flashattn_scale.nxSOVEREIGN general-n FlashAttention, verified vs direct softmax on synthetic data.1262
nx_flatstore_flip.nxthe GENERIC store-law flip primitive (operator: "we arent supposed to be using .tsv").1075
nx_flatstore_flip_gate.nxproves the GENERIC store-law flip primitive (nx_flatstore_flip) works on a planted675
nx_flavor_chem.nxT3 of the TASTE-SCIENCE ladder: FLAVOR CHEMISTRY.13314
nx_flavor_chem_test.nxsmoke for nx_flavor_chem (T3).391
nx_flavor_design.nxT5 of the TASTE-SCIENCE ladder: GENERATIVE1277
nx_flavor_design_test.nxsmoke for nx_flavor_design (T5).771
nx_flavor_integrate.nxT2 of the TASTE-SCIENCE ladder: MULTIMODAL794
nx_flavor_integrate_test.nxsmoke for nx_flavor_integrate (T2).391
nx_flavor_pairing.nxT4 of the TASTE-SCIENCE ladder: the FLAVOR1047
nx_flavor_pairing_test.nxsmoke for nx_flavor_pairing (T4).531
nx_fleet_doctor.nxthe self-healing fleet capstone. Extends the local673
nx_flg_mpt1.nxComputes Fibonacci numbers and sums specific values to generate a benchmark result.282
nx_flg_mpt2.nxCounts vowels in the string "sovereign forge" and prints the result using standard output functions.211
nx_flg_mpt3.nxCalculates and prints the sum of several constants and a flagged value, then exits.181
nx_flg_t1.nxCalculates Fibonacci numbers and their sum, then outputs results to standard output.191
nx_flg_t2.nxCounts vowels in the string "sovereign forge" and outputs the result along with a benchmark message.131
nx_flg_t3.nx160
nx_flock.nxBSD-style file locking via flock(2).876
nx_flow_state.nxF1 first stone of NISHI_FLOW_DOCTRINE_ROADMAP.md.2848
nx_flow_state_test.nxKAT for F1 flow classifier.2481
nx_flpg_t1.nxOutputs "FLGATE hello=7" followed by a newline and exits.111
nx_flpg_t2.nxOutputs "FLGATE hello=7" followed by a newline and exits.131
nx_flpg_t3.nxOutputs "FLGATE hello=7" followed by a newline and exits.131
nx_flpl_t1s05.nxforge gate fixture candidate: computes the answer (no banned literal in source)121
nx_flpl_t2s05.nx20
nx_flpl_t2s05d.nx30
nx_fluid.nx★R6 of the Infinigen ladder: FLUID SIMULATION (their FLIP-fluids axis). A height-field WAVE19013
nx_fluid_seal.nxfluid/seal-integrity kernel (#4 of 4 -- COMPLETES the1212
nx_fluid_seal_test.nxgate for the fluid/seal-integrity kernel (#4).841
nx_fma_matmul_gate.nxPROVES the FMA vector-accumulate kernel beats per-chunk-hsum AVX2.1327
nx_fma_unroll_matmul_gate.nxunlock the FMA throughput win: MULTIPLE independent accumulators.1507
nx_fmb.nxFinite Model Building.30910
nx_fmb_test.nxFinite Model Building smoke.1033
nx_fmt.nxshared LEAK-FREE integer/string formatters. Import this instead of copying the per-call344
nx_fmt_test.nxKAT for nx_fmt (the shared leak-free formatter). Expect: 0 / 42 / -12345 / 1000000 / 9223372036854775807101
nx_fn_ptr_assign_test.nxexercise fn-address typed signature567
nx_fn_ptr_test.nxexercise first-class function pointers.649
nx_fn_ptr_typed_test.nxexercise TY_FN signature + arity check.709
nx_fnet_mix.nxFNET-001: SUB-QUADRATIC Fourier token-mixer (FNet, Lee-Thorp/Ainslie/Eckstein/Ontanon 2021).2046
nx_fnptr_arity_probe.nxARITY PROBE for struct-field function pointers.928
nx_fnptr_kat.nxKAT for stage 1 (func type + function-address). Expect: AMP_OK / BARE_OK / SAME_OK.232
nx_fnptr_slot_probe.nxDECISIVE probe: does a struct with MORE THAN ONE function-pointer field828
nx_fnres_offset_probe.nxproves the FNRES offset desync is fixed (debt 1785521219).765
nx_fnv.nxFNV-1a non-cryptographic hash (Fowler-Noll-Vo).995
nx_fof.nxTPTP FOF (First-Order Form) formula tree.1005
nx_fof_cnf.nxFOF -> CNF conversion pipeline.40414
nx_fof_cnf_test.nxFOF -> CNF pipeline smoke + end-to-end1703
nx_fof_parse.nxTPTP FOF formula parser.34015
nx_fof_parse_test.nxFOF parser smoke covering each connective +1334
nx_fof_tseitin.nxlinear-size FOF -> CNF via Tseitin encoding.20411
nx_fof_tseitin_test.nxTseitin transformation smoke.1463
nx_folkgame_ai_lib.nxTHE OPPONENT, as a shared lib so there is exactly ONE of it.1014
nx_folkgame_align_gate.nxGATE for the align family of nx_folkgame_lib.2344
nx_folkgame_lib.nxTHE LUDEME SUBSTRATE: one shared board-game core that reads a game as113350
nx_folkgame_play.nxNATIVE terminal player for any align-family folk game. THE POINT OF THIS2898
nx_folkgame_race_gate.nxGATE for the race (track) family of nx_folkgame_race_lib.1672
nx_folkgame_race_lib.nxTHE RACE FAMILY: a track, a randomiser, entry, bearing off, hitting26720
nx_folkgame_sow_gate.nxGATE for the sow (mancala) family of nx_folkgame_sow_lib.1594
nx_folkgame_sow_lib.nxTHE SOW (MANCALA) FAMILY: pits, seeds, laps and capture.28618
nx_follicle_gate.nxTHE GATE FOR FOLLICLE STATE, 2026-09-03.1712
nx_follicle_lib.nxA PORE THAT GROWS: FOLLICLE STATE AND WHAT IT LOOKS LIKE (2026-09-03)1416
nx_font.nxRUNG 4 of the sovereign font BUILDER: the FONT ENGINE. A char -> its stroke-composition (in158854
nx_font8x8.nxsovereign 8x8 ASCII bitmap font (printable 0x20..0x7E). Pure glyph DATA (like an1706
nx_font_1bpp.nxbitmap font (caller-supplied glyph data).1157
nx_font_1bpp_test.nxsmoke for nx_font_1bpp.601
nx_font_bitmap_5x7.nx5x7 bitmap font for the Nishi browser.10191
nx_font_bitmap_5x7_test.nxsmoke for the 5x7 bitmap font lookup.821
nx_font_census.nxR0 of the SOVEREIGN FONT ladder (our own typeface, hardware-rung-up). Honest maturity map,856
nx_font_cjk.nxFIRST CJK / ASIAN rung: prove the stroke generator extends to Han (Chinese/Japanese/Korean).30316
nx_font_curve.nxthe CURVED-stroke primitive (last stroke type): real TrueType quadratic Beziers via27819
nx_font_device_ladder.nxthe "works on ANYTHING, beautifully" KEYSTONE: a data-driven DEGRADATION SELECTOR20615
nx_font_diag.nxDIAGONAL-STROKE generator upgrade (the capability multiplier). Adds integer isqrt + add_seg:29718
nx_font_full.nxthe COMPLETE accessible sovereign typeface: space + digits 0-9 (SLASHED zero for 0/O44533
nx_font_gen.nxthe GEN-AXES rung: a PARAMETRIC font GENERATOR (not one font). Glyphs are defined ONCE as23818
nx_font_gen_census.nxwhat does "S-CLASS EXCEED" mean for a FONT GENERATOR + ALL LANGUAGES? (operator asked876
nx_font_gen_research_fetch.nxthe Nishi RESEARCHER's sovereign LIVE fetch to DEFINE what "s-class exceed"725
nx_font_latin.nxFULL UPPERCASE LATIN A-Z: makes the sovereign font USABLE (real English words), composed27522
nx_font_legib_census.nxwhat S-CLASS-EXCEED means for LEGIBILITY + ACCESSIBILITY (ADA / dyslexia / low-vision)545
nx_font_legib_research_fetch.nxNishi RESEARCHER: ground an S-CLASS-EXCEED bar for LEGIBILITY + ACCESSIBILITY655
nx_font_research_fetch.nxthe Nishi RESEARCHER's sovereign LIVE fetch to ground a SOVEREIGN FONT capability735
nx_font_ttf_emit.nxR2 of the sovereign-font ladder (the KEYSTONE): serialize the R1 glyph outline model23118
nx_font_universal.nx"all languages in ONE font": a single sovereign .ttf carrying THREE scripts generated30219
nx_font_variants.nxVARIATION SYSTEM: one glyph definition -> N visibly-distinct fonts via a STYLE VECTOR27123
nx_font_web_embed.nxR3 of the sovereign-font ladder: read web_assets/nishi.ttf (from R2), base64-encode it,764
nx_food_chem_react.nxFOOD-SCIENCE SUITE / COOKING CHEMISTRY rung.1317
nx_food_chem_react_test.nxsmoke for nx_food_chem_react. Proves the631
nx_food_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch for THE FOOD-SCIENCE branch1095
nx_foodsci2_research_fetch.nxthe Nishi RESEARCHER grounding the FINAL825
nx_foodsci3_research_fetch.nxNishi RESEARCHER grounding the depth635
nx_foodsci_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch855
nx_for_probe.nxminimal @for repro. Isolates range expansion from everything else in v5.232
nx_force.nx3D force vector primitive. Layer 1 physics15310
nx_force_test.nx3D force vector ops verified against hand-1022
nx_forecast.nxtime-series forecasting primitives.1519
nx_forecast_test.nxsmoke for time-series forecasters. 961
nx_forest_layout.nxspecialized forest generator (NOT FBM noise).79411
nx_forest_quality.nxper-kind grader for nx_forest_layout output.3628
nx_forge.nxFORGE F3 rung 1: the autonomous-coding DRIVER core (pure lib, no main; CLI =3275
nx_forge_bestof.nxBEST-OF-N sampling on fbench T1 with the 1.5B coder + mini-pack (quality lever #2,2695
nx_forge_cascade.nxTHE CASCADE CONSUMER (dossier M4 consumer + M5 capture, 2026-07-16).932
nx_forge_cascade_gate.nxgate for the cascade consumer + M5 capture. Deterministic, no model.381
nx_forge_ctx.nxFORGE F2: the context-pack EMITTER core (pure lib, no main; CLI =52715
nx_forge_ctx_emit.nxCLI wrapper for the F2 pack emitter core (nx_forge_ctx.nx).261
nx_forge_ctx_gate.nxgate for the F2 pack emitter (nx_forge_ctx.nx). Teeth:1882
nx_forge_curves.nxPASS@N CURVE HARNESS (dossier N3's remaining adversary: "per-tier803
nx_forge_engine.nxTHE ASSEMBLED AUTONOMOUS-CODING ENGINE v1 (pure core; CLI =1402
nx_forge_engine_gate.nxgate for the assembled autonomous-coding engine. Deterministic,1816
nx_forge_engine_run.nxCLI for the assembled autonomous-coding engine (nx_forge_engine).471
nx_forge_evidence_gate_t274.nx371
nx_forge_evidence_t274.nxAdditive structured evaluation for synthetic release-evidence reasoning.1016
nx_forge_gate.nxgate for the F3 forge driver (nx_forge.nx). Teeth (fixture specs in821
nx_forge_judge.nxFORGE-as-MCP: the DETERMINISTIC CHECKER exposed as a callable tool.1743
nx_forge_judge_trial_t274.nxFORGE-as-MCP: the DETERMINISTIC CHECKER exposed as a callable tool.1743
nx_forge_local_bench.nxL4 judge phase: tally the local Coder-0.5B fbench result. Runs the372
nx_forge_local_gen.nxL4 generation phase: the LOCAL Coder-0.5B (integer no-float tower)2416
nx_forge_loop.nxFORGE A1: the CLOSED maker-checker loop (the little-coder +18% retry lever).2724
nx_forge_loop_gate.nxgate for the A1 closed maker-checker loop (nx_forge_loop).1836
nx_forge_loop_run.nxCLI for the A1 closed maker-checker loop (nx_forge_loop core).421
nx_forge_model.nxFORGE F3 rung 2: the MODEL BACKEND for the driver. Turns a model serve's2858
nx_forge_model_fetch.nxL3: sovereign BIG-FILE downloader (Range loop) for model weights.2063
nx_forge_model_gate.nxgate for the F3 rung-2 model backend (nx_forge_model.nx). Proves the1542
nx_forge_mp_bench.nxjudge the MINI-PACK arm candidates (cand_mpT*.nx) through the SAME gate-proven302
nx_forge_os_readiness.nxFORGE-ON-NISHIOS READINESS CENSUS (operator 2026-07-16: "get our1374
nx_forge_rag.nxaugment the coding pack with the TOP-K semantically-retrieved verified2295
nx_forge_rag_ab.nxTHE RAG VALUE A/B (2026-07-17): base-pack vs rag-augmented-pack on the1366
nx_forge_repair.nxthe REPAIR CYCLE for the local coder (2026-07-16): take the best failed candidate2265
nx_forge_req_gate.nxFORGE requirements dossier gate (the adversary/critic tooth).2887
nx_forge_run.nxCLI for the F3 forge driver core (nx_forge.nx).241
nx_forkfresh_gate.nxTHE REFEREE FOR FORK FRESHNESS (nx_forkfresh_lib), 2026-08-31.2223
nx_forkfresh_lib.nxFORK FRESHNESS: is the binary an organ is ABOUT TO FORK the same bytes as the21210
nx_forkgrade_gate.nxCE8 (codeeffectiveness fg_trend): does the fork census leave a TRAJECTORY, and only where it should?18814
nx_forlist_probe.nxminimal @for VALUE-LIST repro, isolated from v8's nested/@concat cases.232
nx_format_census.nxthe NISHI SOVEREIGN FORMAT DOCTRINE census (operator 2026-07-01: "a full nishi ecosystem606
nx_formatlaw.nxthe SOURCE-LAW CLI over nx_formatlaw_lib: scan sources for durable legacy-format literals2459
nx_formatlaw_gate.nxthe referee for nx_formatlaw_lib: does the source-law scanner fire on every planted class,1465
nx_formatlaw_lib.nxTHE SOURCE-LAW SCANNER (operator 2026-09-02: "these are estate wide things that need21214
nx_fp32_q14.nxIEEE 754 binary32 bit pattern -> Q14 fixed-point1122
nx_fp32_q14_test.nxIEEE 754 binary32 -> Q14 conversion against601
nx_fpsmeter.nxsovereign rolling FPS meter: count the frame timestamps within the last 1000 ms. The call363
nx_fragility_analysis.nxgeneric dependency-graph fragility primitive.2498
nx_fragment_depth_gate_t192.nx534
nx_frame_hash.nxper-frame simulation-state hash for desync detection.1956
nx_frame_pacing_gate.nxTHE PACING REFEREE (gameengine GE15 pf_referee + GE32 perf_frame, 2026-09-02).1852
nx_frame_pacing_lib.nxTHE NATIVE HALF OF THE FRAME-BUDGET RULER: one conf reader, one plane reader, one32419
nx_frame_raw_ingest_gate.nx402
nx_frame_raw_wasm_gate.nx311
nx_frameab.nxTHE FIRST REAL A/B ON THE ESTATE: two frametrace windows, three axes, one corrected verdict.37214
nx_frameab_gate.nxTHE REFEREE FOR THE FRAMETRACE A/B WIRING (nx_frameab).1612
nx_framebuffer.nxu32 pixel buffer + z-buffer foundation.21313
nx_framed_append.nxWMS-R0: the ATOMIC FRAMED-APPEND collision floor.1316
nx_framed_append_gate.nxthe REFEREE for WMS-R0 (atomic framed-append).2938
nx_freshness.nxLIB: adaptive RE-CRAWL scheduling = index freshness without wasting crawl budget. Per URL the293
nx_freshness_gate.nxproves adaptive re-crawl: changing pages crawled sooner, static pages back off, important481
nx_friend_video_caller.nxbits-up NishiLang FRIEND who joins a38815
nx_friend_video_caller_test.nxKAT for nx_friend envelopes +932
nx_frontier_research_fetch.nx★FRONTIER-WATCH researcher (operator 2026-07-08). Ingest CURRENT (2024-2026)462
nx_frontier_review_gate_t346.nx231
nx_frontier_scan.nxTHE AUTONOMOUS FRONTIER-NOTICER for a /compare domain.165944
nx_frontier_scan_gate.nxthe referee for the autonomous frontier-noticer (nx_frontier_scan).3098
nx_frontier_scan_review_candidate_t346.nxTHE AUTONOMOUS FRONTIER-NOTICER for a /compare domain.170347
nx_frontier_watch.nxthe DAILY FRONTIER WATCH. For each topic in knowledge/registry/harvest_topics.conf it1126
nx_frontmatter.nxsplits "---\n<yaml>\n---\n<body>" into YAML992
nx_frp_t1.nxCalculates Fibonacci numbers and sums specific values for benchmarking purposes.232
nx_fruiting.nxcontent-addressed many-to-many broadcast (mushroom33415
nx_fruiting_test.nxsmoke for nx_fruiting.1621
nx_fs_create_boundary_gate_t247.nx241
nx_fs_create_lib.nxExclusive host artifact creation: sync complete bytes before RENAME_NOREPLACE.321
nx_fsops.nxCLI half of the consolidated filesystem tool (MCP name: nx_fs, tool #4 of the 15).1683
nx_fsops_conditional_gate_t77.nxImplements conditional gate operations for file system scanning and data validation in the Nishi ecosystem.1124
nx_fsops_dynamic_edit_gate_t145.nx442
nx_fsops_gate.nxgates the consolidated fs tool on synthetic fixtures, asserting RETURN VALUES:2935
nx_fsops_lib.nxCONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half.96736
nx_fsops_lib_combined_t150.nxCONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half.96736
nx_fsops_lib_dynamic_edit_t145.nxCONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half.96836
nx_fsops_lib_t77.nxCONSOLIDATED filesystem tool (MCP name: nx_fs, tool #4 of the 15), LIBRARY half.116245
nx_fsops_outline.nxOUTLINE verb for the consolidated fs tool (MCP name: nx_fs). Sibling of953
nx_fsops_outline_t77.nxOUTLINE verb for the consolidated fs tool (MCP name: nx_fs). Sibling of1013
nx_fsops_t77.nxCLI half of the consolidated filesystem tool (MCP name: nx_fs, tool #4 of the 15).1803
nx_fsops_tool_register.nxregister the consolidated filesystem tools into the discovery registry:453
nx_fsops_write.nxWRITE-CLASS CLI of the consolidated fs tool (tools-api name: nx_fs_write).60525
nx_fsops_write_candidate_t190.nxWRITE-CLASS CLI of the consolidated fs tool (tools-api name: nx_fs_write).57824
nx_fsops_write_combined_t150.nxWRITE-CLASS CLI of the consolidated fs tool (tools-api name: nx_fs_write).50622
nx_fsops_write_dynamic_t145.nxWRITE-CLASS CLI of the consolidated fs tool (tools-api name: nx_fs_write).50622
nx_fsops_write_gate.nxEND-TO-END gate for the estate's WRITE PATH (the binary behind the nx_fs_write tool).2098
nx_ftp2.nxcloser repro. My first probe (2 params) REFUTED the field-misalignment theory.566
nx_func_extract.nxfunction-body extraction + normalization + hashing.3315
nx_funcheck.nxSOVEREIGN FUNCTIONAL HEALTH MONITOR (synthetic-transaction checks). Operator 2026-06-29:38517
nx_fuzz.nxmutational input fuzzer.32918
nx_fuzzy_match.nxsovereign SAFE text matcher for the live-sourced census.505
nx_fuzzy_match_test.nxKAT gate for nx_fuzzy_match.392
nx_fwddiff_equiv_gate.nxTHE ARITHMETIC CORE OF THE FORWARD-DIFFERENCED CONIC EVALUATION,2164
nx_fx.nxdeterministic Q16.16 fixed-point math.25515
nx_fx_f64_const.nxLN39 fixture: `const NAME: f64 = EXPR` folds at compile time to the SAME bits the242
nx_fx_f64_elide.nxChecks if a mapped memory region contains a non-zero value at index 1 when index 0 is zero.91
nx_fx_f64_lit.nxLN36 + LN40 fixture: decimal exponent literals and long literals pack to the SAME bits252
nx_fx_f64_nan.nxLN38 fixture: IEEE-754 unordered compares. Every ordered predicate on a NaN operand is233
nx_fx_gate.nxF984 INDEPENDENT GATE: exact multi-currency conversion.1165
nx_fx_int_overflow_refused.nxLN40 planted REFUSAL: this program must NOT compile. The integer literal81
nx_fx_lib.nxF984: EXACT MULTI-CURRENCY on the sovereign ledger.996
nx_g17_probe.nxemits ONE provable div (masked -> nonneg) and ONE123
nx_g1_bridge_kat.nxreusable register-survival KAT for codegen changes.494
nx_g22_adversary.nxG22 bias-via-cmov FLAG-RIDE adversary (T9 class).554
nx_g2p.nxConverts lowercase ASCII text to a sequence of phoneme IDs for speech synthesis.1783
nx_g2p_gate.nxREFEREE for the text->phoneme front-end (nx_g2p).1165
nx_gait_contact_gate_t139.nxValidates and initializes gait contact data for a robotic system using SHA-256 and NXA format.1061
nx_gait_engine_gate_t139.nxValidates and initializes a gait engine using a binary file's SHA256 digest and structured data sections.1851
nx_gait_turn_gate_t139.nxValidates and initializes a gait animation asset with specific SHA256 checksum and configuration parameters.3091
nx_gallery_auth_research_fetch.nxSOVEREIGN onsite-search WORLD-CLASS research fetch.1415
nx_galx_durindex.nxbuild the per-recording DURATION index so the gallery can SORT BY RUNTIME for14410
nx_galx_idx_backfill.nxSOVEREIGN background indexer: build a NXVI index1057
nx_galx_index.nxSOVEREIGN gallery index builder (replaces the bash build_view_index.sh; all logic1488
nx_galx_lora_export.nxSOVEREIGN LoRA dataset export. Reads the favorite flag set (galx_fav.log,1789
nx_galx_media_census.nxSOVEREIGN media-delivery census for the gallery (operator 2026-06-23:15312
nx_galx_models.nxSOVEREIGN "who is who" index for recordings. The cam archive is foldered by person1126
nx_galx_monitor.nxSOVEREIGN media CONSISTENCY monitor (operator 2026-06-23: "the system still acts1467
nx_galx_saveimg.nxingest ONE media file into the gallery so it SHOWS in the grid and SERVES1185
nx_galx_search_index.nxSOVEREIGN search-index builder. For each ingested image it reads the PNG's1629
nx_galx_seek_test.nxSOVEREIGN HTTP test client for the gallery daemon (replaces curl).647
nx_galx_thumb.nxSOVEREIGN gallery THUMBNAIL generator. Composes the existing sovereign codecs2129
nx_galx_thumb_gate.nxreferee for /compare/mediaingest R3 (th_decode_any). Forks the LIVE nx_galx_thumb.elf1396
nx_galx_thumb_heal.nxSELF-HEALING DELIVERY for the gallery (operator 2026-06-23 msg#1: "get our15511
nx_galx_thumb_migrate.nxSOVEREIGN move of the thumbnail cache from local disk to the NAS, so the1049
nx_galx_upscale.nxSOVEREIGN gallery image UPSCALER. Composes the existing sovereign codecs1176
nx_galx_vid_audit.nxSOVEREIGN audit of the gallery's VIDEO delivery (operator 2026-06-23: "majority12710
nx_galx_vidindex.nxSOVEREIGN recordings index. Recursively scans the cam-recording archive18111
nx_galx_vidindex_nas.nxNAS-NATIVE recordings reindex (operator 2026-06-23: "investigate and resolve").937
nx_galx_vidoff.nxSOVEREIGN O(1) line-offset index for galx_vid_paths.tsv.484
nx_galx_vidoff_nas.nxNAS-native rebuild of galx_vid_off.bin (the id->byte-offset index) so the364
nx_game_affine_emit_gate_t38.nx71
nx_game_affine_emit_gate_t39.nx71
nx_game_affine_emit_t38.nxPrivate bridge emitter composed by the existing game-page owner. Deformation executes only in GPU compute.163
nx_game_affine_emit_t39.nxPrivate versioned GPU observer composed by the existing game-page owner.163
nx_game_asset_prepare_canonical_t135.nxEmits the browser orchestration boundary; binding mathematics stays in native Wasm.151
nx_game_asset_prepare_emit.nxEmits the browser orchestration boundary; binding mathematics stays in native Wasm.151
nx_game_asset_prepare_t132.nxEmits the browser orchestration boundary; binding mathematics stays in native Wasm.151
nx_game_asset_research_fetch.nxSOVEREIGN researcher grounding the AUTONOMOUS GAME-BUILDING asset-gen775
nx_game_chat.nxC12 of the comms lane: TURN-BASED MULTIPLAYER + CHAT over the C1 store. Contract80824
nx_game_chat_gate.nxREFEREE for C12 (nx_game_chat, contract gc_room_wire). END-TO-END: builds2735
nx_game_demand_lifecycle_gate_t98.nx141
nx_game_engine_compose_test.nxthe full game-loop scaffold.1311
nx_game_engine_lib.nxthe GENERIC Nishi dungeon-crawler ENGINE (reusable library).43232
nx_game_harness.nxfd-99 capture mechanism for the bits-up test773
nx_game_manifest.nxsovereign game-update manifest generator48116
nx_game_normal_encoding_emit.nxBrowser binding adapter. Encoding identities and admission belong to the native contract.111
nx_game_page_affine_candidate_t361.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm212971
nx_game_page_artifact_gate.nx2395
nx_game_page_artifact_lib.nxNative packaging by artifact reference; no publication or engine-acceptance claim.81040
nx_game_page_authored_material_t54.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm181253
nx_game_page_body_t138.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm199860
nx_game_page_canonical_t135.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm202060
nx_game_page_catwalk_lighting_candidate_t316.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm202770
nx_game_page_emit.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm181053
nx_game_page_emit_sand_review.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm182653
nx_game_page_eye_t138.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm201162
nx_game_page_gait_candidate_t139.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm198460
nx_game_page_garment_t132.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm202060
nx_game_page_gpu_timing_current_candidate.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm177051
nx_game_page_gpu_timing_pool_candidate.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm176651
nx_game_page_hair_attachment_candidate_t263.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm207270
nx_game_page_hair_attachment_t283.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm206070
nx_game_page_hair_guides_candidate_t263.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm207770
nx_game_page_hair_t138.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm199760
nx_game_page_host_candidate_t341.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm212971
nx_game_page_identity_candidate.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm177051
nx_game_page_imported_body_t45.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm180853
nx_game_page_imported_t262.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm210470
nx_game_page_inspection_distance_t235.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm210870
nx_game_page_inspection_t142.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm198260
nx_game_page_integrated_t73.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm200971
nx_game_page_knight_bind_t25.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm180753
nx_game_page_knight_feedback_t28.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm180753
nx_game_page_knight_feedback_t29.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm180753
nx_game_page_knight_support_t31.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm180753
nx_game_page_knight_support_t31_before_t44.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm180753
nx_game_page_length_diag_t140.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm199560
nx_game_page_lit_candidate_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm204063
nx_game_page_material_body_t61.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm190559
nx_game_page_material_candidate_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm204863
nx_game_page_material_compose_t55.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm189659
nx_game_page_material_schema_candidate_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm210470
nx_game_page_metadata_candidate_t220.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm210570
nx_game_page_mip_candidate_t241.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm210670
nx_game_page_motion_candidate_t328.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm201071
nx_game_page_motion_inventory_candidate_t330.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm201071
nx_game_page_move_t72.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm190359
nx_game_page_owned_candidate_t181.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm204666
nx_game_page_pipeline_t64.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm183654
nx_game_page_pre_inspection_t142.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm198460
nx_game_page_pre_toon_region_t143.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm198260
nx_game_page_procedural_review_candidate_t333.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm200971
nx_game_page_recovery_feedback_t28.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm180753
nx_game_page_recovery_t23.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm180753
nx_game_page_rig_comparison_t332.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm200971
nx_game_page_rig_inspection_t230.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm210570
nx_game_page_rig_observation_candidate_t331.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm201071
nx_game_page_scene_light_candidate_t364.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm216072
nx_game_page_search_t53.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm181253
nx_game_page_shared_candidate_t340.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm212971
nx_game_page_sink_gate_t221.nxORIGINAL proprietary. In-bounds primitive tests only; no old-writer capacity reproduction.938
nx_game_page_sink_t221.nxORIGINAL proprietary. Owned serialization dependency for the existing game-page emitter.15317
nx_game_page_skin_t138.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm199560
nx_game_page_static_candidate_t338.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm199571
nx_game_page_toon_region_candidate_t143.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm198260
nx_game_page_visitors_inspection_t142.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm198260
nx_game_page_visitors_t140.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm198460
nx_game_page_workbench_candidate_t342.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm216072
nx_game_page_workspace_body_t49.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm181453
nx_game_page_workspace_body_t59.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm181453
nx_game_page_workspace_t48.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm181253
nx_game_pair_layout_gate.nx551
nx_game_pair_layout_lib.nxVerifies agreement between two game page artifacts using shared memory and payload constraints.625
nx_game_research_fetch.nxthe SOVEREIGN half of the MASSIVE game-engine research drive toward S-class1536
nx_game_rig_comparison_candidate_t332.nxShared character inspection adapter; all pose and hierarchy mathematics comes from native preparation.41
nx_game_rig_inspection_emit_gate_t230.nx82
nx_game_rig_inspection_emit_t230.nxShared character inspection adapter; all pose and hierarchy mathematics comes from native preparation.41
nx_game_rig_inspection_motion_candidate_t328.nxShared character inspection adapter; all pose and hierarchy mathematics comes from native preparation.41
nx_game_rig_observation_candidate_t331.nxShared character inspection adapter; all pose and hierarchy mathematics comes from native preparation.41
nx_game_runtime_compose_test.nxgame-runtime end-to-end.1411
nx_game_save.nxSOVEREIGN SAVE / LOAD for game state. Built because the gamebench ruler ranks905
nx_game_shader_backend_gate.nx161
nx_game_shader_backend_lib.nxOne shader-capture owner for normal and explicitly selected staged builds.694
nx_game_shader_backend_owned_candidate_t218.nxOne shader-capture owner for normal and explicitly selected staged builds.11410
nx_game_shader_backend_selected_t55.nxOne shader-capture owner for normal and explicitly selected staged builds.11410
nx_game_shader_backend_t35.nxOne shader-capture owner for normal and explicitly selected staged builds.694
nx_game_shader_roundtrip_canonical_t35.nx191
nx_game_shader_roundtrip_t35.nx191
nx_game_shader_selection_fixed_t35.nx131
nx_game_shader_selection_gate_t35.nx131
nx_game_surface_compatibility_t207.nx232
nx_game_surface_prepare.nx232
nx_game_surface_prepare_t132.nx222
nx_game_surface_source_gate_t132.nx171
nx_game_texture_mip_emit_t241.nx162
nx_game_world.nxthe sovereign GAME WORLD layer: procedural terrain + entity geometry, both emitted1706
nx_games_js.nxLIB (no main): the /games portal's shared emit helpers plus the whole client1234
nx_games_page.nxEMIT the live nishifamily.com/games portal page.3562
nx_games_page_gate.nxproves the /games + /world/games EMITTER adopted the estate's design-token2598
nx_games_publish.nxsovereign emitter: content/games.cards ->1896
nx_games_url_check.nxsovereign live check of the GAMES URLs via our own TLS client. Fetches each, stores624
nx_gap_junction.nxdirect private channel (VPN/tunnel class).977
nx_gap_junction_test.nxsmoke for nx_gap_junction.541
nx_gapledger_gate.nxTHE GAP LEDGER IS CITED, RECONCILED, AND ITERATION-SAFE.2615
nx_gaps_pass_gate.nxGATE for gaps_pass (ecosystem EC38): the ONE renderer of the record census feed1285
nx_garment_attachment_gate_t131.nx351
nx_garment_boundary_candidate_t128.nxCONFORMING GARMENT MESHES GENERATED FROM THE BODY SURFACE (2026-08-30,155550
nx_garment_boundary_gate_t128.nx402
nx_garment_boundary_t138.nxCONFORMING GARMENT MESHES GENERATED FROM THE BODY SURFACE (2026-08-30,153953
nx_garment_canonical_gate_t135.nx351
nx_garment_canonical_prepare_t135.nx150650
nx_garment_extract_measurements.nxproduct photo -> GarmentDimensions.29010
nx_garment_extract_measurements_test.nxsmoke for product-photo extractor.1512
nx_garment_fit_match.nxreal-measurement garment-vs-body fit verdict.3395
nx_garment_fit_match_test.nxsmoke for garment-vs-body fit verdict.1203
nx_garment_gen.nxTHE GARMENT MESH GENERATOR (2026-08-30): grows conforming garment shells for every802
nx_garment_gen_gate.nxTHE GATE FOR THE GARMENT MESH GENERATOR (2026-08-30). In-process: it imports1472
nx_garment_gen_lib.nxGenerates conforming garment meshes from body surfaces with offsetting, hemming, binding, and strap attachments.150750
nx_garment_pack_canonical_gate_t135.nxValidates garment packing policies and checks coordinate validity in a shared memory environment.843
nx_garment_polygon_gate_t129.nxClips and validates polygonal garment boundaries using barycentric coordinates and geometric checks.552
nx_garment_provenance_t128.nxPrivate provenance and boundary-influence observation; no asset or product writes.511
nx_garment_strap_gate_t138.nx323
nx_garment_twin.nxTHE GARMENT PREVIEW: a print placed on a lit, procedurally knitted cotton front (2026-08-24,1869
nx_garment_twin_gate.nxTHE GATE FOR THE FLAT-FRONT GARMENT PREVIEW (nx_garment_twin forked for real), 2026-08-24.1568
nx_gassim.nxSimulates elastic collisions and motion of particles in a 2D box to demonstrate kinetic theory and thermalization.13318
nx_gate.nxcanonical gate I/O. ONE definition of the gate stdout helpers (gw/gn/gwb), replacing the ~23 ad-hoc233
nx_gate_always_red.nxNEGATIVE CONTROL: a gate that always FAILS (exit 1). Used only to prove the deploy-guard81
nx_gate_bite_gate.nxTHE GATE FOR THE MUTATION HARNESS ITSELF (2026-08-25).2499
nx_gate_discover.nxSOVEREIGN gate discovery (NishiLang, no .sh, no grep).2677
nx_gate_discover_test.nxGATE + proof for nx_gate_discover (the dynamic feed1375
nx_gate_green.nxshared LAST-VERDICT-LINE judging (the Examiner pattern1006
nx_gate_green_test.nxKATs for the shared last-verdict-line judge (GATE).824
nx_gate_lib.nxTHE SHARED BASE FOR GATE ORGANS (gl_*), authored 2026-07-25 to eat debt seq938.19713
nx_gate_rig_motion_20260909.nxNative real-asset gate; admission oracle copied unchanged from nx_nxa_retarget 2026-09-09.86524
nx_gate_rig_motion_context_t140.nxNative real-asset gate; admission oracle copied unchanged from nx_nxa_retarget 2026-09-09.108226
nx_gate_rig_motion_palette_t140.nxNative real-asset gate; admission oracle copied unchanged from nx_nxa_retarget 2026-09-09.95426
nx_gate_rig_motion_stream_t140.nxNative real-asset gate; admission oracle copied unchanged from nx_nxa_retarget 2026-09-09.100126
nx_gate_run.nxSOVEREIGN gate runner: build an organ through the sovereign lane, run it, and check its1015
nx_gate_runner.nxSOVEREIGN gate runner (NishiLang, no .sh, no grep).2947
nx_gate_total_scan.nxscans *_gate.nx sources for the DUPLICATED tooth-total magic number.1849
nx_gate_verdict.nxTHE canonical gate-AUTHORING verdict lib (D001 first rung, 2026-07-18).90640
nx_gate_verdict_plan_gate.nxQualification of named test-plan completeness, independent of publisher behavior.291
nx_gateaddr.nxCAN THIS GATE'S SUBJECT BE SUBSTITUTED BY A MUTATION HARNESS?2837
nx_gateemit_gate.nxWHAT FRACTION OF PROMOTED GATES CAN BE READ BY A RULER?2148
nx_gatefresh.nx"I just ran that gate and it said GREEN. Can I believe it?" ONE target, cheap, now.2056
nx_gatelaw.nxTHE SESSION'S LAWS, MADE EXECUTABLE AND POINTED AT EVERY GATE IN THE ESTATE.2265
nx_gatelaw_gate.nxTHE SESSION'S LAWS, MADE EXECUTABLE AND POINTED AT EVERY GATE IN THE ESTATE.59514
nx_gatemigrate_sweep.nxSCALE THE D001 MIGRATION THAT IS NOW PROVEN ON ONE GATE (2026-08-07).2198
nx_gaterun.nxsovereign build/test ORCHESTRATOR: run N gates through the sovereign toolchain and print ONE clean492
nx_gaterun_fixture_test.nxFIXTURE ORGAN for nx_mgmt_gaterun_gate (lane J, 2026-08-23). NOT a563
nx_gather_compost.nxprior-arc knowledge recycling.17110
nx_gather_compost_test.nxsmoke for nx_gather_compost.521
nx_gather_journal.nxappend-only event ring for gather events.1549
nx_gather_journal_test.nxsmoke for nx_gather_journal + session-audit.791
nx_gatherer.nxinward-axis compounding primitive.29614
nx_gatherer_test.nxsmoke for nx_gatherer.631
nx_gauge_gate.nxCE9 (codeeffectiveness sm_gauge_alarm): the gauge-heartbeat ruler proven on planted stamps.1114
nx_gauge_lib.nxCE9 (codeeffectiveness sm_gauge_alarm): THE ONE RULER for a GAUGE HEARTBEAT -- written by the beat1618
nx_gcd.nxEuclid's algorithm for greatest common divisor.321
nx_gcd_test.nx161
nx_gcode_arc_test.nxverify arc-fit detection + G2/G3 emission.1032
nx_gcode_brim_test.nxverify brim emission appears when792
nx_gcode_emit.nxcompose every P0-P2 primitive into actual73824
nx_gcode_emit_test.nxend-to-end compose: hand-built unit1112
nx_gcode_extrude.nxextrusion-distance math for FDM G-code.1425
nx_gcode_extrude_test.nxextrusion math hand-verified against882
nx_gcode_manifest.nxper-print provenance manifest emitted as19511
nx_gcode_manifest_test.nxexercise manifest emit + finalize1242
nx_gdbstub.nxGDB REMOTE SERIAL PROTOCOL stub over the sovereign RV64 emulator (rv64im_min_sim).86844
nx_ge_research_fetch.nxSOVEREIGN multi-source web-fetch for the 5-PILLAR hardware-rung-up1165
nx_gelu.nxGaussian Error Linear Unit activation.2014
nx_gen3d_sota_fetch.nxDEEP SOTA for GENERATIVE 3D (operator 2026-07-04: the ecosystem must EMIT the775
nx_gen_adaln_gate_verify.nxSOVEREIGN adaLN gated residual join, verified vs the oracle.1442
nx_gen_archprobe.nxprint a DiT's architecture as READ FROM THE MODEL FILE.532
nx_gen_blockbench.nxSOVEREIGN runner for the whole gen verification suite. NO SHELL.2368
nx_gen_blockrun.nxrun a WHOLE DiT block sovereignly, end to end, and grade the output.3301
nx_gen_content.nx★R5 of the Infinigen ladder: the UNIFIED SOVEREIGN GENERATOR (their V2 bet = ProcFunc, a1048
nx_gen_dispatch_gate.nxthe REFEREE for gen G17 (dispatch honesty) on the CHAT path: a planted SLOW worker (listens,35517
nx_gen_ditchain.nxchain N sovereign DiT blocks, weights read straight from the GGUF. 1922
nx_gen_ditfull.nxthe COMPLETE sovereign Z-Image DiT forward, weights from the GGUF. 3793
nx_gen_embed_verify.nxSOVEREIGN F16 linear-with-bias (an embedder), verified vs the oracle.1152
nx_gen_hll_bias_nx.nxgenerate HLL bias table by running OUR HLL.2066
nx_gen_http_verify.nxTest-only fixed-origin /gen verifier. LOCAL CANDIDATE; root must review identity before any live run.23314
nx_gen_inpaint_gate.nxthe REFEREE for gen G7 (gw_inpaint_mask): mask inpaint as a NishiLang verb over the975
nx_gen_linear_verify.nxSOVEREIGN linear projection (matmul), verified vs a reference.4153
nx_gen_lora_repr.nxDECIDE the adapter representation by measuring it, not by arguing it. 1793
nx_gen_lora_verify.nxprove the sovereign LoRA fold against an EXACT f64 reference. 1222
nx_gen_mind_gate.nxthe REFEREE for companionchat CC0 (go_mind_context in nx_companion_mind.nx).1014
nx_gen_modelid.nxidentify ANY model file: container, family, role. The front door of a994
nx_gen_pipecheck.nxthe front door. Read a pipeline descriptor, VERIFY every declared part1776
nx_gen_prenorm_mod_verify.nxSOVEREIGN DiT pre-norm + adaLN modulate, verified vs the oracle.1612
nx_gen_promptweight_gate.nxthe REFEREE for gen G13 (cw_prompt_weight): prompt weighting as DATA on the shared1839
nx_gen_qknorm_verify.nxSOVEREIGN per-head QK-RMSNorm over a PACKED qkv, verified vs oracle.1482
nx_gen_rmsnorm_verify.nxSOVEREIGN RMSNorm, verified vs the oracle.1322
nx_gen_rope_verify.nxSOVEREIGN interleaved RoPE, verified vs the oracle.1322
nx_gen_sdpa_verify.nxSOVEREIGN scaled dot-product attention, verified vs the oracle.1862
nx_gen_sw_emit_test_20260907.nxWrites the contents of the GGW_SW_JS buffer to standard output until completion.121
nx_gen_swiglu_verify.nxSOVEREIGN SwiGLU feed-forward activation, verified vs the oracle.1061
nx_gen_taedec.nxSOVEREIGN TAESD (tiny VAE) decoder: latent -> RGB pixels.36013
nx_gen_ui_emit.nxEMITS the /gen companion app page (elara_ui.html) from DATA (knowledge/gen_ui.conf).31710
nx_gen_ui_emit_lifecycle_test_20260907.nxEMITS the /gen companion app page (elara_ui.html) from DATA (knowledge/gen_ui.conf).31710
nx_gen_ui_gate.nxthe REFEREE for gen G19 (nx_gen_ui_emit): the /gen companion page is EMITTED from data,1577
nx_gen_unified.nx★R5 of the Infinigen ladder: the UNIFIED SOVEREIGN GENERATOR (their V2 bet = ProcFunc, a1068
nx_gen_zoo.nxwalk a model directory, identify every file, and report which PIPELINES are 1958
nx_genarch.nxderive a DiT's architecture FROM THE MODEL FILE, so parts are hot-swappable.1515
nx_genblock.nxshared DiT block primitives for the sovereign gen engine.66521
nx_gendiff.nxthe GENERATION DIFF that nx_plane_repair names and does not have.1776
nx_genealogist_gapscan.nxthe Nishi GENEALOGIST's gap-scanner (FamilySearch-for-code:1889
nx_genealogy.nxsubstrate-primitive genealogy ledger.1679
nx_genfix.nxshared loader for image-generation oracle fixtures. MODEL-AGNOSTIC.21010
nx_genlora.nxapply LoRA adapters to a base weight. Sovereign, model-agnostic LoRA support.2429
nx_genome.nx★CREATURE GENOME (operator 2026-07-12: "the humans look awful clay monsters with no anatomy13612
nx_genp_allow_dunes_t70.nxTHE ONE GEN-TIME RECIPE ALLOWLIST (2026-09-04).984
nx_genp_allow_lib.nxTHE ONE GEN-TIME RECIPE ALLOWLIST (2026-09-04).1035
nx_genpass.nxgenerate 32 CSPRNG bytes -> 64 hex chars -> a 0600 file (default /tmp/nxsecret.in), for282
nx_genpipe.nxa DECLARED generation pipeline: parse it, then prove every claim against the 2295
nx_genrole.nxTHE single answer to "what is this file". One classifier, three consumers.1838
nx_gensota.nxTHE per-generation SOTA rollup instrument (2026-08-01, gensota ws).41417
nx_gensota_gate.nxexecutable proof for the per-generation rollup instrument.461
nx_genui_sota_fetch.nxGEN-AI PRODUCT-UI SOTA (operator 2026-07-05: creativefabrica 3d-print-generator +765
nx_genui_tool_register.nxregister the GEN capabilities (image + 3D + companion) into the sovereign tool734
nx_genver.nxshared differential-verification reporting for the sovereign gen migration.1216
nx_genweights.nxread model weights straight from a GGUF. The engine's weight source.29012
nx_geo_wasm.nxGEO-024h: sovereign Web-Mercator projection compiled to WASM for the Nishi Maps635
nx_geom.nxgeometric primitives (V4 of vision rollout).4054
nx_geom_test.nxsmoke for V4 geometric primitives. 1441
nx_getpid_const_probe.nxdiscriminator for the emit_syscall CONST-PATH bug on getpid(39):183
nx_gfx_gates_beat.nxTHE ROSTER BEAT for the 2026-08-12 graphics/procgen gate set (the wiring half of1025
nx_gfx_iso.nxRenders isometric diamond tiles with shaded gradients and dynamic lighting on a provided framebuffer.31328
nx_gfx_research.nxTHIN structured GRAPHICS/EXECUTION research source organ (ground the better-than-DirectX311
nx_gfxpapers_extract.nxTURN THE MIRRORED GRAPHICS LISTINGS INTO A CITABLE PAPER INDEX.2908
nx_gfxpapers_ingest.nxMIRROR THE GRAPHICS PAPER INDEX INTO THE ESTATE LIBRARY SO IT CANNOT ROT.43911
nx_gguf.nxGGUF v3 model-file structural parser.4266
nx_gguf_dequant_kat_gate.nxKATs for the DEBT-EATEN quant family (2026-07-15): every newly added1804
nx_gguf_fixture_tiny.nxreusable tiny-Llama GGUF fixture builder.2977
nx_gguf_fixture_tiny_test.nxsmoke for the fixture builder.711
nx_gguf_load.nxGGUF tensor lookup + dequantize composer.74718
nx_gguf_load_block.nxper-layer Llama-class weight bundle loader.3254
nx_gguf_load_block_test.nxsmoke for nx_gguf_load_block.nx.1722
nx_gguf_load_f32.nxload a GGUF tensor and dequantize to f32 bits.1102
nx_gguf_load_f32_test.nxsmoke for nx_gguf_load_f32.nx.891
nx_gguf_load_lazy.nxPhase B of conductor arc.1192
nx_gguf_load_lazy_test.nxsmoke for nx_gguf_load_lazy.nx +1581
nx_gguf_load_model.nxtop-level model-tensor loader.1472
nx_gguf_load_model_test.nxsmoke for nx_gguf_load_model.nx.1852
nx_gguf_load_q4k_test.nxfocused smoke for Q4_K dequant.1461
nx_gguf_load_test.nxsmoke for nx_gguf_load.nx.1641
nx_gguf_meta.nxGGUF metadata key-value walker + typed readers.23818
nx_gguf_meta_test.nxsmoke for nx_gguf_meta.nx.1592
nx_gguf_type_census_gate.nxFACTS FIRST for the dequant-debt rung (2026-07-15): enumerate every674
nx_gguf_typecensus.nxtally the real model's tensors by ggml_type,451
nx_ghash.nxGF(2^128) multiplication and GHASH accumulator.23114
nx_ghash_bench.nxthroughput: bit-by-bit GF(2^128) reference vs the PCLMULQDQ backend.563
nx_ghash_clmul.nxhardware PCLMULQDQ backend for GF(2^128) multiply (GHASH core).18610
nx_ghash_clmul_gate.nxKAT-equality gate: the PCLMULQDQ GHASH backend926
nx_ghash_kat_test.nxcanonical KAT for the GHASH primitive822
nx_ghfetch.nxsovereign GitHub API fetch WITH auth. LangIntel oracle throughput lever: unlocks the974
nx_gi_path.nxTHE BEAUTY TIER'S FIRST BYTE: a sovereign INTEGER PATH TRACER over the procgen heightfield.1262
nx_gi_path_gate.nxTHE TEETH OF THE BEAUTY TIER'S FIRST BYTE (graphics GR42 / GR10). In-process over1563
nx_gi_path_lib.nxTHE BEAUTY TIER'S FIRST BYTE (LIBRARY: every function of the sovereign path tracer; nx_gi_path.nx is the CLI, nx_gi_path_gate.nx the teeth): a sovereign INTEGER31614
nx_gif_animation_gate_t139.nxGenerates and hashes a 4x4 interlaced GIF image with a predefined color palette.1536
nx_gif_boundary_gate_t139.nxGenerates a 4x4 GIF image with a hashed pixel sequence and verifies its SHA-256 digest against expected values.1205
nx_gif_consumer_gate_t139.nx564
nx_gif_decode.nxsovereign GIF87a/89a decoder (LZW). Core decodes to palette INDICES with1814
nx_gif_decode_gate.nxGREEN/RED gate: decode the REAL page3.com mast3.gif (fetched by nx_archive_media_fetch)1084
nx_gif_decode_t139.nxbounded GIF87a/89a image and sequential animation decoder.29921
nx_gif_legacy_gate_t139.nxGREEN/RED gate: decode the REAL page3.com mast3.gif (fetched by nx_archive_media_fetch)1084
nx_glbnorm_gate.nxproves that every NORMAL nx_gltf_export writes is a UNIT vector per glTF 2.0,59930
nx_glbnorm_lib.nxONE OWNER for EMITTING A SPEC-CORRECT UNIT NORMAL INTO A glTF NORMAL ACCESSOR.2978
nx_glob.nxPOSIX-style glob pattern matching.2213
nx_glob_v1.nxPOSIX-style glob pattern matching.1804
nx_glprobe.nxCLI over nx_glprobe_lib (the GL-context probe ruler). Holds NO table of its own: the775
nx_glprobe_gate.nxTHE REFEREE FOR THE GL-CONTEXT PROBE RULER (nx_glprobe_lib), 2026-09-02.1133
nx_glprobe_lib.nxTHE GL-CONTEXT PROBE RULER: one emitted probe, one native classifier, N page emitters.12210
nx_glsl_tok_lib.nxTHE SHADER TOKEN RULER (gameengine S12c accept-rule instrument, 2026-09-05).101343
nx_glsl_tokdiff.nxTHE SHADER TOKEN RULER, the program (gameengine S12c accept-rule instrument, 2026-09-05).1255
nx_glsl_tokdiff_gate.nxreferee for THE SHADER TOKEN RULER (nx_glsl_tok_lib), driven IN-PROCESS over planted1854
nx_gltf2mesh_normal_candidate_t337.nxGLB/VRM -> NXMSH2 mesh-oracle extractor (debt 1785902685, the D2 POSITION slice).181641
nx_gltf2mesh_preserve_t145.nxGLB/VRM -> NXMSH2 mesh-oracle extractor (debt 1785902685, the D2 POSITION slice).175339
nx_gltf2mesh_rig_gate.nxTHE GATE FOR R22, RIG-CARRYING glTF INGEST (contract g2_skin_weights).58214
nx_gltf_accessor_candidate_t181.nx★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack101841
nx_gltf_accessor_gate_t181.nx454
nx_gltf_anim.nx★SKINNED + ANIMATED glTF export: the being as a rigged, WALKING .glb (plays in any glTF viewer).2345
nx_gltf_animated_gate_t181.nx233
nx_gltf_animated_scratch_gate_t181.nx233
nx_gltf_authored_baseline_gate_t345.nx101
nx_gltf_authored_candidate_gate_t345.nx101
nx_gltf_clip_pack_t321.nxFull authored glTF tracks, not sampled palettes. Reuses native accessor/pose owners.884
nx_gltf_decimal_gate_t181.nx552
nx_gltf_export.nxexport a bestiary mesh as binary glTF (.glb), roadmap R7 / the VRM foundation. glTF 2.034917
nx_gltf_export_material_candidate_t340.nxexport a bestiary mesh as binary glTF (.glb), roadmap R7 / the VRM foundation. glTF 2.028212
nx_gltf_export_multipart_candidate_t345.nxexport a bestiary mesh as binary glTF (.glb), roadmap R7 / the VRM foundation. glTF 2.034917
nx_gltf_fullclip_bounds_gate_t321.nxArbitrary-time native reference for full authored clip evaluator qualification.392
nx_gltf_fullclip_pose_gate_t321.nxArbitrary-time native reference for full authored clip evaluator qualification.382
nx_gltf_hierarchy_gate_t181.nx274
nx_gltf_inventory_actual_t180.nx211
nx_gltf_inventory_candidate_t180.nxGLB/VRM -> NXMSH2 mesh-oracle extractor (debt 1785902685, the D2 POSITION slice).181541
nx_gltf_inventory_gate_t180.nx453
nx_gltf_inverse_contract_t374.nxnx_gltf_inverse_contract_t374.nx503
nx_gltf_load.nx★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack93535
nx_gltf_load_inventory_t180.nx★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack93535
nx_gltf_load_preserve_t145.nx★sovereign glTF (.glb) LOADER: parse a binary glTF back into nx_trimesh buffers, so the Nishi stack80930
nx_gltf_mesh.nx★F6 ASSET IO (graphics foundation ladder): export the current nx_trimesh mesh as a standard binary15411
nx_gltf_multipart_gate_t345.nxProcesses and validates GLB files for material and geometry consistency across multiple rendering contexts.712
nx_gltf_normal_descriptor_gate_t281.nx492
nx_gltf_pose_bounds_gate_t316.nx141
nx_gltf_pose_broad_gate_t316.nx131
nx_gltf_pose_candidate_t181.nxProvides high-precision quaternion interpolation and fixed-point number conversion for GLTF pose data.17514
nx_gltf_pose_fixture_emit_t316.nx433
nx_gltf_pose_gate_t181.nx133
nx_gltf_pose_integrated_gate_t230.nx101
nx_gltf_pose_joints_candidate_t230.nxCandidate additive pose observation; fold into existing pose writer after review.251
nx_gltf_pose_joints_gate_t230.nx101
nx_gltf_pose_math_t316.nxWASM-safe arithmetic extracted byte-for-byte from existing glTF pose and FBX bind owners.904
nx_gltf_pose_packet_gate_t316.nx332
nx_gltf_pose_packet_t316.nxAuthored glTF track adapter: caller-owned storage, original hierarchy and world*IBM palette.12612
nx_gltf_pose_scratch_candidate_t181.nxImplements high-precision quaternion interpolation and fixed-point number conversion for GLTF pose data.17514
nx_gltf_pose_source_gate_t230.nx313
nx_gltf_preserve_canonical_gate_t145.nx493
nx_gltf_preserve_gate_t145.nx493
nx_gltf_quaternion_witness_t181.nx575
nx_gltf_render_descriptor_before_material_t218.nx10012
nx_gltf_render_descriptor_before_static_t338.nxGenerates a normal map descriptor with texture, image, and encoding details for GLTF rendering.18116
nx_gltf_render_descriptor_candidate_t181.nxGenerates a normal map descriptor with texture, image, and encoding details for GLTF rendering.24820
nx_gltf_render_descriptor_gate_candidate_t217.nxTests GLTF material loading with custom fixtures and validation checks.1556
nx_gltf_render_descriptor_gate_t181.nx101
nx_gltf_render_descriptor_integrated_t230.nx13215
nx_gltf_render_descriptor_normal_t281.nxEncodes normal maps from GLTF assets into a render descriptor with specified encoding and texture binding.18116
nx_gltf_render_material_candidate_t181.nxGenerates JSON metadata for GLTF materials using SHA-256 hashing and buffer view data.13115
nx_gltf_render_material_gate_t181.nx101
nx_gltf_render_multipart_candidate_t345.nxGenerates a normal map descriptor with texture, image, and encoding details for GLTF rendering.24820
nx_gltf_render_poses_gate_t181.nx101
nx_gltf_render_prepare_candidate_t230.nxSource descriptor and rig preservation, not automatic rig creation.504
nx_gltf_render_prepare_normal_t281.nxSource descriptor and rig preservation, not automatic rig creation.504
nx_gltf_rig_descriptor_candidate_t230.nxSource rig evidence; composes the existing descriptor writer and native pose mathematics.614
nx_gltf_rig_descriptor_gate_t230.nx332
nx_gltf_rig_descriptor_normal_t281.nxSource rig evidence; composes the existing descriptor writer and native pose mathematics.614
nx_gltf_sampler_descriptor_gate_t283.nx583
nx_gltf_scene.nx★MULTI-MESH glTF export: assemble MANY nx_trimesh meshes (one per anatomical system) into ONE .glb1765
nx_gltf_skin_bounds_pack_t321.nxGPB1: conservative influence boxes from the qualified native full-geometry packet.192
nx_gltf_skin_geometry_pack_t321.nxNative source-geometry packet for the existing authored palette evaluator.162
nx_gltf_skin_material_gate_t340.nx613
nx_gltf_skin_recipe_candidate_t340.nxIsolated composition candidate for the existing procedural generation caller.141
nx_gltf_static_descriptor_candidate_t338.nx623
nx_gltf_writer.nxShared checked two-pass glTF serialization; extracted from the existing render descriptor.165
nx_gltf_writer_candidate_t345.nxShared checked two-pass glTF serialization; extracted from the existing render descriptor.165
nx_glute_aesthetic_composite.nxscore against heart-peach-ass target.1091
nx_glute_aesthetic_composite_test.nx601
nx_glyph_stroke.nxRUNG 1 of the sovereign FONT BUILDER: the STROKE PEN. A glyph stroke is a centerline28610
nx_gm_cloth_lib.nxLIB: the PG29 cloth XPBD solver (gm_xpbd_step and its edge/area3097
nx_gm_cloth_lib_t138.nxLIB: the PG29 cloth XPBD solver (gm_xpbd_step and its edge/area40217
nx_gm_xpbd_audit_t138.nxPrivate observation gate; GREEN means defects reproduced, NOT solver acceptance.553
nx_gm_xpbd_correct_gate_t138.nxPrivate analytic correction gate, not whole-character acceptance.1043
nx_gm_xpbd_drape_t138.nxGATE for PG29's cloth solver (gm_xpbd_step in nx_nxa_garment.nx).2555
nx_goalmap.nxCLI over nx_goalmap_lib (seat-system, 2026-09-05): the estate maps an operator goal onto1175
nx_goalmap_lib.nxTHE GOAL MAPPER (seat-system, 2026-09-05). Operator: "build our mapping setup to130348
nx_goalmap_record_gate.nxEC38 RECORD GAPS proven on a PLANTED compare tree: two boards, one invoked-tool document, one1549
nx_golive.nxONE-COMMAND domain purchase->live DRIVER. Composes the proven executors25911
nx_governance_behavior.nxsealed bannable-BEHAVIOR enum.993
nx_gpe_hair_geometry_gate.nxGATE: prove /world/beach renders hair GEOMETRY that MOVES with2236
nx_gpe_marschner_gate.nxreferee for hr_marschner_lobe (graphics.matrix watch contract,1015
nx_gpu_bench.nxSOVEREIGN three-way GPU-compute benchmark harness: OURS vs CUDA vs Vulkan,2899
nx_gpu_broker.nxTHE RESOURCE-SHARING BRAIN (serving-census capstone). Admits/schedules a MIXED workload --15413
nx_gpu_capture_http_lib.nxHandles HTTP requests for GPU capture operations, mapping error codes to JSON responses and sending them via the HTTP server.414
nx_gpu_capture_lib.nxCanonical JSON tuple: ["NXGT1","epoch","world-and-cast-render-pass",[nine counters],[[frame,"start","end","duration"],...]]906
nx_gpu_capture_store_lib.nxValidated GPU capture -> immutable append-only row, composing existing capture retry/CAS storage.441
nx_gpu_choice_emit.nxReusable browser graphics control emitted by Nishi; OS preferences remain an explicit user action.21
nx_gpu_choice_workspace_t48.nxReusable browser graphics control emitted by Nishi; OS preferences remain an explicit user action.21
nx_gpu_ctl.nxSOVEREIGN GPU-provider CONTROL PLANE (Vast.ai) over our OWN TLS-1.2 stack (console.vast.ai is10210
nx_gpu_dxg_inventory_candidate_t366.nxSOVEREIGN-GPU foundation organ (R0): reach the REAL RTX 5080 through18111
nx_gpu_dxg_inventory_gate_t366.nx331
nx_gpu_embed_gate.nxE-ARC e4 (2026-07-15): the NISHILANG GPU-EMBED CLIENT, gated BIT-EXACT2319
nx_gpu_exceed_gate.nxMEASURED DirectX exceed: the sovereign graphics SUBMISSION path vs DirectX.886
nx_gpu_export.nxdump the no-float Qwen2.5-0.5B i8 caches + i32 head + output_norm gamma + freqs +1317
nx_gpu_geometry.nxGOAL-GPU-NATIVE rung-3: the 3D GEOMETRY STAGE (transform + project + hidden-surface).12412
nx_gpu_graphics_gate.nxGOAL-GPU-NATIVE rung-2: a GRAPHICS engine on the sovereign GPFIFO pipeline.17016
nx_gpu_mem_gate.nxgpu GP6 heaps and residency on the real device, driven directly through nx_gpu_mem.1211
nx_gpu_serve_gate.nx#23 KEYSTONE: the SOVEREIGN serve-side GPU client, gated byte-exact.1518
nx_gpu_sync_gate.nxthe sovereign GPU fence (nx_gpu_sync gpu_sync_fence) on the real device, driven directly.811
nx_gpu_timestamp_lib.nxLossless WebGPU timestamp transport: canonical decimal uint64, two unsigned 32-bit limbs.372
nx_gpudriver_research.nxTHIN structured UNIVERSAL-GPU-DRIVER research source organ (the open-driver path to271
nx_gpuguard.nxGPU SERVICE RESIDENCY GUARD: the DECISION, natively.47019
nx_gqa_head_map.nxH6 grouped/multi-query attention bits-up.22812
nx_gqa_head_map_test.nxsmoke for H6 GQA/MQA head map.1321
nx_grab_ext_emit.nx/compare/mediaingest R10 (contract symbol ge_emit): EMIT the browser extension51421
nx_grab_ext_emit_gate.nxREFEREE for nx_grab_ext_emit (/compare/mediaingest R10 ge_emit).2665
nx_gradient_blend.nxsmooth zone-to-zone transition primitive.2679
nx_gram_compiler_gate_t280.nx162
nx_gramdec_lib.nxNB10 GRAMMAR-CONSTRAINED DECODE (neuro-symbolic builder lane, 2026-07-20).46016
nx_grammar.nxWRITING arc, rung W-R2g: MECHANICAL grammar checks.1274
nx_grammar_gate.nxREFEREE for WRITING rung W-R2g (nx_grammar).925
nx_graph.nxfoundational graph theory primitives.1116
nx_graphalg.nxgraph algorithms (BFS + Dijkstra + topological sort).2109
nx_graphalg_test.nxsmoke for graph algorithms. 1041
nx_graphics_demo_test.nxend-to-end G1 pipeline KAT.1181
nx_greeting.nxWRITING arc, rung W-GR-1: THE THREE-BEAT GREETING.1389
nx_greeting_gate.nxREFEREE for WRITING rung W-GR-1 (nx_greeting).1515
nx_grep.nxSOVEREIGN grep in NishiLang (operator: "we want nishi lang only not .sh... same with395
nx_grep_rt.nxS1 first stone of NISHI_SHELL_REPLACEMENT_ROADMAP.md.1676
nx_grounding.nxEVIDENCE-TIER / ANTI-OVER-OPTIMISM rung. Every datum this15510
nx_grounding_test.nxgate for the anti-over-optimism rung. The tests that1563
nx_group.nxsmall finite group primitives.1164
nx_group_composite.nxaggregate N character verdicts + pair scores into one outcome.1061
nx_group_composite_test.nx771
nx_groupnorm.nxGroup Normalisation (Wu & He 2018).3245
nx_grove.nxpatient multi-generational capital substrate.17610
nx_grove_test.nxsmoke for nx_grove.1021
nx_gsplat.nx★SOVEREIGN 3D GAUSSIAN SPLATTING (the frontier rendering rep for photoreal avatars, confirmed89535
nx_gsplat4d_gate.nxGATE for the 4D spatiotemporal Gaussian core.2724
nx_gsplat4d_lib.nx★4D SPATIOTEMPORAL GAUSSIAN SPLATTING: the temporal axis the estate did not have.35627
nx_gsplat_density.nxADAPTIVE SPLAT DENSITY (split / clone / prune), rung 4 of the fitting ladder.2157
nx_gsplat_density_gate.nxADAPTIVE DENSITY: does adding primitives where the residual asks for2675
nx_gsplat_fit_aniso_gate.nxFITTING ON THE QUALITY PATH: the anisotropic surfel reconstructor.5165
nx_gsplat_fit_gate.nxTHE RECONSTRUCTOR TOOTH: can we FIT gaussians to an image, or only PLACE them?1865
nx_gsplat_perf.nxTHE SPLAT RENDER BASELINE: a number for every performance claim to beat.3616
nx_gsplat_res_gate.nxTHE VIEWPORT IS A PARAMETER, AND HERE IS THE PROOF.1876
nx_gsplat_tile_gate.nxGATE for the tiled rasterization policy.3255
nx_gsplat_tile_lib.nx★TILED RASTERIZATION: a second POLICY over the SAME three rasterizer stages,32219
nx_gtm_build.nxGO-TO-MARKET / BUILD PLAN. Turns the BOM's parts into1297
nx_gtm_build_test.nxsmoke for nx_gtm_build. Proves step durations,281
nx_gtm_svc.nxGO-TO-MARKET SERVICE FACADE. One agentic tool over the39213
nx_gtm_svc_test.nxgate for the GTM service facade. Drives the dispatcher2205
nx_guarded_run.nxthe team's HANG-HANDLING capability (operator: "make1225
nx_gunzip.nxCLI for the sovereign decompressor: gzip / zlib / raw DEFLATE -> stdout or file.1115
nx_gvar_probe.nxPROBE: can a module-level mutable slot hold a scratch buffer across calls?373
nx_gvmigrate.nxSTAGE the gv_check -> gv_check_eq migration (the edit substrate, not the judge).3679
nx_gzip_header.nxparse RFC 1952 gzip stream headers.1774
nx_gzip_inflate_kat_test.nxgzip READ path KAT (Content-Encoding: gzip).8871
nx_gzip_replay_gate_t253.nx131
nx_gzip_wrap.nxRFC 1952 gzip container (DEFLATE + magic + CRC32 + size).3815
nx_h264_bframe_probe.nxB-R0: parse the GOP STRUCTURE of an annexb H.264 stream with B-frames1043
nx_h264_bframe_reflist_gate.nxB-R1: compute POC (display order) for every frame of bframe_test.2641213
nx_h264_bframe_walk.nxB-R2: ENTROPY-WALK the first B-slice of bframe_test.264, consuming every bit3386
nx_h264_bits.nxH.264 bitstream reader + Exp-Golomb (rung 2 keystone).1066
nx_h264_bits_gate.nxREFEREE for the H.264 bit reader + Exp-Golomb keystone.893
nx_h264_bitwriter.nxMSB-first bit writer (hardware-rung primitive).585
nx_h264_block_e2e_gate.nxSINGLE 4x4 BLOCK end-to-end micro-decode.1193
nx_h264_bmb.nxH.264 B-macroblock type tables (Table 7-14 mb_type, 7-18 sub_mb_type).7411
nx_h264_brecon.nxB-R3: reconstruct the EXPLICIT-MV B macroblocks (B_L0/L1/Bi 16x16/16x8/8x16/8x8)139320
nx_h264_cabac.nxH.264 CABAC arithmetic decoding ENGINE (ITU-T H.264 clause 9.3), STEP 1 core.10011
nx_h264_cabac_ctxinc.nxH.264 CABAC I-slice ctxIdxInc DERIVATION (spec clause 9.3.3.1.1).547
nx_h264_cabac_ctxinc_gate.nxREFEREE for the H.264 CABAC ctxIdxInc derivation logic.723
nx_h264_cabac_gate.nxREFEREE for the H.264 CABAC arithmetic engine (STEP 1 core).935
nx_h264_cabac_mb.nxH.264 CABAC I-slice macroblock syntax (clauses 9.3.2.5, 9.3.3.1.1, Table 9-36).15818
nx_h264_cabac_mb_gate.nxteeth for the I-slice macroblock syntax layer.1633
nx_h264_cabac_residual.nxH.264 CABAC residual block decoding (clause 9.3.2.3 / 9.3.3.1.3).1183
nx_h264_cabac_residual_gate.nxteeth for STEP 2 residual decoding.1363
nx_h264_cavlc_enc.nxCAVLC level ENCODER (inverse of nx_h264_cavlc_level's422
nx_h264_cavlc_level.nxCAVLC level decoding (rung 4c-i, spec 9.2.2.1).674
nx_h264_cavlc_level_gate.nxREFEREE for CAVLC level decode (rung 4c-i).974
nx_h264_cavlc_rt_gate.nxSOVEREIGN round-trip oracle for CAVLC level codec.1203
nx_h264_cdc_gate.nxREFEREE for the chroma-DC coeff_token table (nC=-1).1333
nx_h264_cdc_tz_gate.nxREFEREE for chroma-DC total_zeros (2x2).833
nx_h264_chroma.nxchroma reconstruction kernels: 2x2 DC inverse Hadamard523
nx_h264_chroma_dc_gate.nxvalidate chroma DC scaling (spec 8.5.11.2).904
nx_h264_chroma_gate.nxREFEREE for chroma kernels.933
nx_h264_chroma_pred.nxIntra chroma 8x8 prediction (4:2:0), spec 8.3.4.1023
nx_h264_chroma_pred_gate.nxvalidate intra chroma 8x8 prediction (4 modes).1215
nx_h264_coeff_token.nxCAVLC coeff_token VLC (rung 4c-ii), table-driven38011
nx_h264_coeff_token_gate.nxREFEREE for coeff_token machinery (rung 4c-ii).1054
nx_h264_colmv_gate.nxverify the co-located MV-field decoder: decode the future-anchor P-slice1253
nx_h264_ctctx_gate.nxvalidate ALL coeff_token nC contexts via the dispatcher.1684
nx_h264_ctfull_gate.nxvalidate the FULL 0<=nC<2 coeff_token table.1163
nx_h264_deblock.nxH.264 in-loop deblocking, normal luma edge filter17710
nx_h264_deblock_gate.nxREFEREE for the normal luma deblocking filter.903
nx_h264_decode_frame.nxFULL-FRAME H.264 decoder (Constrained Baseline, CAVLC,92711
nx_h264_dequant.nxH.264 inverse quantization / scaling for 4x4 residual733
nx_h264_dequant_gate.nxREFEREE for H.264 dequant (rung 5 scaling) + the864
nx_h264_diag.nxNishi Teacher DIAGNOSTIC ENGINE: parse a raw log/output against the machine-readable703
nx_h264_diag_gate.nxgate the Teacher diagnostic engine: feed crafted logs with known symptoms and724
nx_h264_fdct.nxH.264 FORWARD 4x4 integer transform + forward quantization (the ENCODE counterpart of974
nx_h264_fdct_gate.nxSOVEREIGN gate for the H.264 forward transform + quant (the encoder core, R6).645
nx_h264_hadamard.nx4x4 inverse Hadamard for the Intra_16x16 luma DC block442
nx_h264_hadamard_gate.nxREFEREE for the Intra_16x16 luma DC Hadamard.884
nx_h264_idct.nxH.264 4x4 inverse integer transform (rung 5-core, built774
nx_h264_idct_gate.nxREFEREE for the H.264 4x4 inverse transform (rung 5-core).1095
nx_h264_intra.nxH.264 Intra_4x4 spatial prediction (core modes), the last1114
nx_h264_intra16.nxIntra_16x16 luma prediction (spec 8.3.3), core modes.782
nx_h264_intra16_gate.nxREFEREE for Intra_16x16 prediction (core modes).823
nx_h264_intra16plane_gate.nxvalidate Intra_16x16 Plane (mode 3).984
nx_h264_intra4_gate.nxvalidate Intra_4x4 (9 modes).1303
nx_h264_intra_gate.nxREFEREE for Intra_4x4 prediction + the FULL1124
nx_h264_intra_recon.nxH.264 INTRA luma reconstruction kernels, shared by the I-frame decoder1393
nx_h264_mb.nxH.264 I-slice macroblock type layer (rung 4d, spec 7.3.5 / 7.4.5).403
nx_h264_mb_gate.nxREFEREE for the I-slice macroblock type layer (rung 4d).884
nx_h264_mb_pred.nxI_NxN macroblock prediction layer (rung 4e, spec 7.3.5.1 +938
nx_h264_mb_pred_gate.nxREFEREE for the I_NxN prediction layer (rung 4e).1163
nx_h264_mc_luma.nxH.264 luma quarter-pel motion-compensated interpolation (spec 8.4.2.2.1).839
nx_h264_mc_luma_gate.nxgate luma quarter-pel interpolation (8.4.2.2.1).813
nx_h264_mv_recon_gate.nxP-R4a: reconstruct the per-4x4 MOTION-VECTOR FIELD of frame 1 of4517
nx_h264_mvgrid.nxH.264 per-4x4 motion-vector grid + neighbour gathering (8.4.1.3).934
nx_h264_mvpred.nxH.264 motion-vector prediction (spec 8.4.1.3 / 8.4.1.3.1).835
nx_h264_mvpred_gate.nxgate MV prediction (8.4.1.3). Hand-computed KATs.784
nx_h264_nal.nxH.264 NAL unit splitter + header decode (rung 2b).655
nx_h264_nal_gate.nxREFEREE for the H.264 NAL splitter (rung 2b).953
nx_h264_nc.nxCAVLC neighbour context nC (spec 9.2.1) + coeff_token table332
nx_h264_nc_gate.nxREFEREE for nC derivation + coeff_token table select.743
nx_h264_pframe_probe.nxP-R0: locate frame 1 (sample 1), parse its P-slice header,1284
nx_h264_pframe_recon.nxP-R4b: pixel-exact LUMA reconstruction of frame 1 (inter content).106216
nx_h264_pframe_walk.nxP-R1c: ENTROPY-WALK the entire P-frame (frame 1) of realtest.mp4.3286
nx_h264_pmb.nxP-macroblock type layer (ITU-T H.264 Tables 7-13 + 7-18).495
nx_h264_pmb_gate.nxgate the P-macroblock type layer (Tables 7-13 / 7-18).743
nx_h264_pmvfield.nxdecode a P-slice's per-4x4 L0 MOTION-VECTOR FIELD (gref/gmvx/gmvy) by the proven2434
nx_h264_poc.nxH.264 Picture Order Count (POC type 0, spec 8.2.1.1) + B-slice reference list1032
nx_h264_pps.nxH.264 Picture Parameter Set parser (rung 4b, spec 7.3.2.2).451
nx_h264_pps_gate.nxREFEREE for the H.264 PPS parser (rung 4b).753
nx_h264_residual.nxCAVLC residual 4x4 block assembler (rung 4c-v, spec 9.2).1863
nx_h264_residual_gate.nxSOVEREIGN round-trip oracle for the CAVLC residual815
nx_h264_run_before.nxCAVLC run_before VLC (rung 4c-iv), table-driven1063
nx_h264_run_before_gate.nxREFEREE for run_before VLC (rung 4c-iv).954
nx_h264_slice.nxH.264 slice header parser (rung 4a, spec 7.3.3).1112
nx_h264_slice_extract.nxlocate + parse a REAL coded slice from realtest.mp4.3394
nx_h264_sps.nxH.264 Sequence Parameter Set parser (rung 3).1123
nx_h264_sps_gate.nxREFEREE for the H.264 SPS parser (rung 3).833
nx_h264_total_zeros.nxCAVLC total_zeros VLC (rung 4c-iii), table-driven1966
nx_h264_total_zeros_gate.nxREFEREE for total_zeros VLC (rung 4c-iii).903
nx_h264_ts_probe.nxSTEP 0 decisive probe for the cam-poster build.25415
nx_h264_tzrb_gate.nxvalidate FULL total_zeros (TC 1..15) + run_before (zL 1..6,>6).1334
nx_h264_zigzag.nx4x4 inverse zig-zag scan (spec 8.5.6 / Table 8-12).191
nx_h2_client_over_tls.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under83415
nx_h2_conformance.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the48412
nx_h2_flow.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the R4-H242619
nx_h2_frame.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the R4-H258323
nx_h2_serve.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the B12482
nx_h2_serve_multi.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the B12644
nx_h2_server.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the B14727
nx_h2_stream.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the R4-H238114
nx_h2_test_leaf.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, B1 rung(6) R4-H2-009),1605
nx_haar.nxHaar-like rectangle features (R-FACE-1), evaluated in O(1) on581
nx_haar_cascade.nxViola-Jones attentional cascade EVALUATOR (R-FACE-2).33014
nx_haar_cascade_gate.nxREFEREE for R-FACE-2 (nx_haar_cascade machinery).1254
nx_haar_gate.nxREFEREE for R-FACE-1 (nx_haar).1113
nx_haar_xml.nxLOADER for a boosted Haar cascade published in the OpenCV 3+ XML schema (aesthetictwin AT30, 2026-09-16).34611
nx_haccp.nxFOOD-SCIENCE SUITE / REGULATORY (HACCP) rung. Turns the14610
nx_haccp_test.nxsmoke for nx_haccp. Proves hazard analysis, CCP511
nx_hackers_algo_compose_test.nxend-to-end composition of the1761
nx_hair_style.nxBest Makeup-Hairstyling (hair half).1482
nx_haircollide_gate.nxTHE TOOTH THE COLLIDER OWED. Subject: vm_capsule_push (nx_vecmath) and1392
nx_hairdyn_lib.nxLIB: HAIR AS A DRIVEN CHAIN ON THE ONE SOLVER, WITH ITS PLANT MEASURED55639
nx_hairdyn_pose_batch_candidate_t284.nxBatch composition over the existing posed-rest solver. Counts describe caller-owned231
nx_hairdyn_pose_batch_gate_t284.nx442
nx_hairdyn_pose_candidate_t263.nxCandidate addition to nx_hairdyn_lib. Caller supplies posed rest geometry in251
nx_hairdyn_pose_gate_t263.nxReal HSTR guide0 from SHA31778134b5167258b05b18ae9ae062c073fd03fb3f46d212e3512d28660c4fed.512
nx_hairdyn_transport_candidate_t284.nxDisplacement vectors omit dual-quaternion translation by construction.122
nx_hairdyn_transport_gate_t284.nxRetained actual CPU pose palette, 2026-09-13T17:45:20.246Z; not GPU readback.731
nx_hal.nxsubstrate Hardware Abstraction Layer.55444
nx_hal_test.nxsmoke for the substrate HAL.1631
nx_half.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_half_test.nx91
nx_hammered_zone.nxheavily-impacted terrain generator.53810
nx_hamming.nxHamming distance for equal-length byte sequences.664
nx_hamming_test.nxsmoke for Hamming distance. 501
nx_handcheck.nxTHE HAND STRUCTURE JUDGE over an NXA SKEL (operator 2026-09-01: "the hands are73423
nx_handcheck_gate.nxthe REFEREE for nx_handcheck, and it exists for one mechanical reason.291
nx_handoff_gate.nxSHARED deep-gate primitives (the DRY keystone of the sensor-gap program).24417
nx_handshake_crypto_bench.nx1:1 cost of the per-handshake public-key835
nx_hangprobe_gate.nxa gate that DELIBERATELY HANGS, to prove /api/gate_run's deadline actually fires281
nx_haptic_render.nxtemporal-vibration output rendering.1958
nx_hardship_nav.nxthe HARDSHIP / RELIEF module (operator's explicit emphasis; where sit_priority=0 routes).5512
nx_hardship_nav_gate.nxproves the hardship module on hand-verified fixtures: bankruptcy means-test512
nx_hash.nxopen-addressing hash table (linear probing, fnv-1a).2029
nx_hash_bench.nxpiece-hashing throughput benchmark (SHA-1 + SHA-256).705
nx_hash_bench_run.nxmeasures + prints our SHA-1/SHA-256 hashing throughput.393
nx_hash_bench_test.nxcorrectness KAT for the hashing benchmark (deterministic only).281
nx_hash_facade.nxunified hash interface.1457
nx_hash_facade_test.nxsmoke for nx_hash_facade.601
nx_hash_index.nxsovereign O(1) HASH INDEX library (variable-length keys), the read-path exceed,525
nx_hash_index_bench.nxIN-NISHI read-path exceed: sovereign O(1) hash index vs binary search.1288
nx_hash_index_test.nxproves the reusable nx_hash_index library on VARIABLE-LENGTH keys (what the813
nx_hashdiverge.nxCONTENT-EXACT CROSS-TREE DIVERGENCE. The comparer half of nx_treehash.32612
nx_hazard_lib.nxTHE WEAR-AND-TEAR CORE. Weibull survival in pure integer fixed point.2367
nx_hdlimp_neg_probe.nxNEGATIVE control for the resolver fix121
nx_hdlimp_probe.nxPOSITIVE probe for debt 1785608999: an entry file121
nx_headmark_lib.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).192
nx_headroom.nxS4 of the SRE program (seq1295, incident 2026-07-29): the SPAWN-TIME HEADROOM21111
nx_headroom_gate.nxliar-killed GATE for the spawn-time headroom organ (seq1295). Forks the1198
nx_heal.nxCLI half of the consolidated heal-plane tool (verb-router over nx_heal_lib).882
nx_heal_gate.nxgates the consolidated heal-plane tool on SYNTHETIC fixtures (asserts the lib's693
nx_heal_lib.nxCONSOLIDATED heal-plane tool, LIBRARY half (importable: no main; the CLI is41922
nx_heal_tool_register.nxregister nx_heal (consolidated heal-plane tool, READ-ONLY increment)393
nx_health_check.nxoverall substrate health verdict.1257
nx_health_check_test.nxsmoke for nx_health_check.621
nx_health_probe.nxSERVING health probe (closes hosting_research gap #5 "health-probe-not-liveness",24315
nx_health_probe_gate.nxloopback KAT for the serving health probe. Forks two mock servers (one that832
nx_healthhelp_site.nxM6 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: the /healthhelp PORTAL914
nx_healthhelp_site_gate.nxM6 GATE: the portal page is complete (size + structure), carries every644
nx_heap.nxbinary min-heap (priority queue).1469
nx_heartbeat_monitor.nxWMS-M1: the LIVENESS / HEARTBEAT MONITOR.2019
nx_heartbeat_monitor_gate.nxthe REFEREE for WMS-M1 (liveness / heartbeat monitor).1684
nx_heat_conduction2d.nxFOOD-SCIENCE SUITE / NUMERICAL HEAT TRANSFER.822
nx_heat_conduction2d_test.nxsmoke for nx_heat_conduction2d. Proves271
nx_heat_transfer.nxFOOD-SCIENCE SUITE / HEAT-TRANSFER PHYSICS rung.615
nx_heat_transfer_test.nxsmoke for nx_heat_transfer. Proves Fourier291
nx_heavyio_lib.nxTHE HEAVY-I/O CONCURRENCY BOUND, in the PRIMITIVE layer (runtime/) so every bulk-I/O37527
nx_hello_off_c.nxthe smallest "off C" demonstration. 181
nx_help.nxsubstrate-native S-class help / search engine.25211
nx_help_test.nxsmoke for substrate-native S-class help. 781
nx_henyey_greenstein.nxanisotropic single-scatter phase function in Q10.2655
nx_hevc_cabac.nxSOVEREIGN HEVC CABAC entropy decoder, RUNG 2 of the HEVC decoder.7912
nx_hevc_ctx.nxSOVEREIGN HEVC CABAC context-model set, RUNG 3b-1 of the HEVC decoder.446
nx_hevc_dec.nxSOVEREIGN HEVC decoder (combined), RUNG 3b-2: CABAC running on the real slice.60258
nx_hevc_idct.nxSOVEREIGN HEVC dequant + inverse transform, RUNG 5 of the HEVC decoder.11711
nx_hevc_parse.nxSOVEREIGN HEVC(H.265) bitstream parser, RUNG 1 of the sovereign HEVC decoder.989
nx_hevc_pred.nxSOVEREIGN HEVC intra prediction, RUNG 4a of the HEVC decoder (Planar + DC).898
nx_hevc_recon.nxSOVEREIGN HEVC reconstruction + frame output, RUNG 6a of the HEVC decoder.709
nx_hevc_slice.nxSOVEREIGN HEVC headers, RUNG 3a of the HEVC decoder.13912
nx_hex.nxhex + binary + byte dump helpers.1857
nx_hex_codec.nxlowercase hex encoder + decoder.1305
nx_hex_dump.nxbits-up hex+ASCII dump of a byte buffer to an fd.1335
nx_hex_dump_kat_test.nxvisual KAT for the bits-up hex dump321
nx_hexdump.nxxxd-style byte buffer dump.1374
nx_hf_file_fetch.nxthe STANDARD redirect-following, resumable, self-healing single-file HF downloader (the1358
nx_hf_probe.nxD1 of the sovereign model-download arc: prove our TLS1.3 client reaches HuggingFace1045
nx_hgw_mtls_resolve.nxR7 ENFORCEMENT wiring: the mTLS-first handle resolution the doc wall plugs in.1568
nx_hifigan_fetch.nxfetch a REAL HiFi-GAN vocoder's config + weight-index from HuggingFace over our own TLS,555
nx_hifigan_gen.nxthe HiFi-GAN GENERATOR GRAPH (composition of the verified nx_vocops atoms), configurable1089
nx_hifigan_load.nxLOAD real HiFi-GAN weights into our sovereign vocoder (Qwen pattern: 3rd-party weights =1149
nx_hifigan_run.nxrun the FULL real-weight HiFi-GAN generator at REAL dims (512ch). Loads all 158 tensors15112
nx_hifigan_stream_fetch.nxSOVEREIGN STREAMING DOWNLOAD of a large LFS model weight file. The high-level1115
nx_hifigan_verify.nxVERIFY our sovereign HiFi-GAN against the transformers oracle (Qwen-style). Reads a REAL14913
nx_hifigan_weights_fetch.nxfetch the REAL ~50MB HiFi-GAN model.safetensors from HuggingFace over our own553
nx_hkdf.nxHKDF-SHA-256 (RFC 5869).2404
nx_hkdf_sha1.nxHMAC-based Key Derivation Function with SHA-1.1554
nx_hkdf_sha256_wasm.nxHKDF-SHA-256 (RFC 5869) for WAT target.41511
nx_hkdf_sha384.nxHKDF-SHA-384 (RFC 5869).1013
nx_hkdf_sha384_wasm.nxHKDF-SHA-384 (RFC 5869) for WAT target.40814
nx_hkdf_sha512.nxHKDF-SHA-512 (RFC 5869).993
nx_hkdf_sha512_wasm.nxHKDF-SHA-512 (RFC 5869) for WAT target.39714
nx_hkdf_test.nxRFC 5869 Appendix A KAT for HKDF-SHA-256.1351
nx_hll_bias_table.nxbias table calibrated by OUR HLL on OUR streams 27357
nx_hll_bias_table_ds.nxDS Java's canonical CompositeInterpolationXTable 18697
nx_hls_get.nxX-DLP rung 2: the HLS DOWNLOAD ORCHESTRATOR. Turns an .m3u8 URL into ONE stitched24015
nx_hls_live_probe.nxX-DLP capstone: prove the WHOLE sovereign HLS download1356
nx_hls_parse.nxX-DLP rung 0: the sovereign HLS (.m3u8) manifest PARSER.18412
nx_hls_resolve.nxX-DLP rung 1: resolve an HLS segment/variant URI against the1347
nx_hmac.nxHMAC-SHA-256 (RFC 2104, FIPS 198-1). 1554
nx_hmac_candidate_t187.nxHMAC-SHA-256 (RFC 2104, FIPS 198-1). 1554
nx_hmac_drbg_wasm.nxHMAC-DRBG with SHA-256 per NIST SP 800-90A §10.1.2.45512
nx_hmac_md5.nxHMAC with MD5 (RFC 2104).1012
nx_hmac_sha1.nxHMAC with SHA-1 (RFC 2104 + FIPS 198-1).2034
nx_hmac_sha256_wasm.nxHMAC-SHA-256 (RFC 2104) for WAT target.3838
nx_hmac_sha384.nxHMAC-SHA-384 (RFC 2104 / FIPS 198-1).942
nx_hmac_sha384_wasm.nxHMAC-SHA-384 (RFC 2104 + 4231) for WAT target.33912
nx_hmac_sha512.nxHMAC-SHA-512 (RFC 2104 / FIPS 198-1).842
nx_hmac_sha512_wasm.nxHMAC-SHA-512 (RFC 2104 + 4231) for WAT target.32712
nx_hmac_workspace_adapter_t187.nx312
nx_hol_dir_ingest.nxingest every HOL Light decl in the corpus671
nx_hol_ingest.nxHOL Light statement-level ingester (H0).2157
nx_hol_ingest_test.nxsmoke for HOL Light H0 statement parser. 321
nx_hol_stream_ingest.nxHOL Light parser -> 5-defense runner.654
nx_hol_stream_ingest_test.nxHOL Light parser -> defense stack.461
nx_hold_lib.nxLEGAL HOLD / PRESERVATION (the EDRM LEFT SIDE) + the FRCP 37(e) sanction ladder.27426
nx_hold_pure_gate.nxINDEPENDENT GATE over the PURE DECISION CORE of nx_hold_lib.1011
nx_homefwd_adversary.nxSELF-CHECKING adversary KAT for G10 home-1322
nx_homeostasis.nxsteady-state monitor that triggers migration.1443
nx_homeostasis_test.nxsmoke for nx_homeostasis.951
nx_honesty_grader.nxaggregate honesty score per repo + per arc.1845
nx_hops_probe.nxPROVE THE REDIRECT-DEPTH OBSERVABLE FIRES.643
nx_hormone.nxpub/sub event bus (hormonal signaling class).965
nx_hormone_test.nxsmoke for nx_hormone.631
nx_horner.nxHorner's rule for polynomial evaluation.311
nx_horner_test.nx261
nx_host_recover.nxbring the live nishifamily host back up via the ecosystem's564
nx_host_recover2.nxrun the PROVEN root recovery (reconcile2.sh) on the NAS via1146
nx_hostctl_buildrun_gate.nxthe RED that the buildrun fix never had (2026-09-05). Drives the ONE rule in392
nx_hotlisten_gate.nxR5 proof: SO_REUSEPORT is what makes a ZERO-DOWNTIME handoff possible.691
nx_hotp_sha1.nxRFC 4226 HOTP with SHA-1.953
nx_hpack.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under the R4-H254118
nx_hr.nxNISHI HR: the S-class sovereign USER-MANAGEMENT structure (the access SSOT). Built ON the OPAQUE9616
nx_hr_access.nxthe SHARED access adapter: resolve a no-cookie SESSION TOKEN to an HR level, so EVERY gated485
nx_hr_admin.nxCUTOVER (operator: "drive the cutover" off TSV): now a THIN COMPAT-SHIM that delegates the hra_*428
nx_hr_sov.nxthe SOVEREIGN-STORED HR directory: the same access-SSOT semantics as nx_hr (cred_id-keyed,20627
nx_hsx_research_fetch.nxbank the ILLUSION-FAMILY bar (operator 2026-07-03: "make sure our charlab is382
nx_html5_raw_text_test.nxKAT for Arc B1 HTML5 tokenizer additions:1892
nx_html_decode_entities_test.nxKAT for nx_html_decode_entities (the render-side entity decoder).334
nx_html_emit.nxminimal substrate-native HTML5 writer.21821
nx_html_emit_test.nxHTML5 writer shape verification.651
nx_html_entities.nxdata-driven HTML named-entity table for the2334219
nx_html_entities_render_test.nxnamed-entity table KAT (X-HTML-ENT-0015072
nx_html_escape.nxHTML entity encoder + decoder.2876
nx_html_extract.nxminimal HTML body-text scraper (state-machine V2).6017
nx_html_extract_imgs.nxwalk a parsed HTML document, find every1432
nx_html_extract_imgs_test.nxexercise nx_html_extract_imgs943
nx_html_extract_links.nxenumerate <a href="..."> links in a1082
nx_html_links.nxLINK EXTRACTION kernel: the crawler's discovery primitive.884
nx_html_links_test.nxKATs for the link-extraction kernel (GATE).383
nx_html_render.nxtyped-context HTML render primitive.41820
nx_html_render_test.nxsmoke + XSS-attack-vector tests.2023
nx_html_to_text.nxHTML → plain text rendering for the47620
nx_html_to_text_entity_test.nxX-HTML-ENT-001 KAT: HTML character-1369
nx_html_to_text_real_test.nxbits-up render stage.341
nx_html_to_text_test.nxKATs for the sovereign browser's text-1589
nx_html_tokenizer.nxHTML tokenizer for the Nishi browser.77719
nx_http.nxHTTP/1.1 request parser (RFC 7230/9112 subset).30010
nx_http_backend_gate_t314.nxTests HTTP response parsing and body handling with various content-length and transfer-encoding scenarios.714
nx_http_cache.nxHTTP caching primitives (ETag + 304).32712
nx_http_cache_test.nxsmoke for HTTP cache primitive.1413
nx_http_client.nxsovereign HTTP/1.1 GET client.75925
nx_http_client_gate.nxTHE REQUEST BUILDER EVERY ESTATE FETCH CROSSES HAD NO GATE AT ALL.2866
nx_http_client_post_test.nxKAT for nx_http_client_build_request_post.1022
nx_http_date.nxformat + parse RFC 7231 IMF-fixdate.19512
nx_http_dechunk.nxsovereign HTTP/1.1 chunked transfer-encoding decoder.662
nx_http_dechunk_boundary_gate.nx30315
nx_http_dechunk_test.nxKATs + negative controls for the sovereign chunked decoder.615
nx_http_fetch.nxEAT THE DEBT: a plaintext HTTP (port 80, no TLS) fetch so HTTP-ONLY hosts are reachable.13214
nx_http_form.nxapplication/x-www-form-urlencoded body parser.2616
nx_http_form_test.nxsmoke for urlencoded form parser.1452
nx_http_get_ua.nxreusable HTTP/1.1 GET with a User-Agent (bits-up).684
nx_http_get_ua_test.nxKAT for the UA request builder (pure, deterministic).151
nx_http_header_find.nxcase-insensitive HTTP header search.1806
nx_http_header_find_test.nxsmoke for case-insensitive header search.1423
nx_http_health.nxprobe a live URL for REAL: HTTP 200 + a real body (+ optional expected content), via an311
nx_http_health_emit.nx/health and /ready endpoint emitter.25811
nx_http_health_test.nxsmoke for /health emitter.1143
nx_http_io.nxsovereign HTTP request/response primitives. 4382
nx_http_loopback_gate.nxgates the sovereign HTTP client with a LIVE loopback GET against :8080.763
nx_http_metrics.nxPrometheus-text /metrics endpoint emitter.33014
nx_http_metrics_test.nxsmoke for Prometheus /metrics emitter.1803
nx_http_post.nxsovereign HTTP POST probe (retires Invoke-WebRequest -Method POST for login/api flow tests).485
nx_http_post_gate.nxproves the sovereign HTTP POST path against the LIVE server (no args, no shell-quoting394
nx_http_probe.nxCLI over nx_http_probe_lib. Sovereign bounded loopback HTTP probe and dead-man1033
nx_http_probe_gate.nxTHE REFEREE FOR nx_http_probe. Hermetic, in-process, no external service.42811
nx_http_probe_lib.nxTHE BOUNDED LOOPBACK HTTP LIVENESS PROBE + DEAD-MAN HEARTBEAT STAMPER.41412
nx_http_proxy.nxHTTP upstream forwarding (replaces nginx proxy_pass).29113
nx_http_proxy_probe.nxLIVE end-to-end proof of the reverse-proxy: simulate232
nx_http_proxy_test.nxgate the wired reverse-proxy: GET request-line533
nx_http_range_req.nxADDITIVE HTTP/1.1 Range request builder (RFC 9110 Section 14.2) -- the first piece of728
nx_http_redirect.nxHTTP 3xx redirect emitter.29014
nx_http_redirect_test.nxsmoke for 3xx redirect emitter.1403
nx_http_request_adversarial_test.nxPhase A3 of S-class hardening.1292
nx_http_resolve_redirect.nxclient-side 3xx redirect Location1325
nx_http_resp.nxHTTP/1.1 response generator.2049
nx_http_response_complete_candidate_t314.nxclient-side HTTP/1.1 response parser.57021
nx_http_response_parse.nxclient-side HTTP/1.1 response parser.48719
nx_http_response_parse_candidate.nxclient-side HTTP/1.1 response parser.49418
nx_http_response_parse_test.nxKATs for HTTP/1.1 client-side27014
nx_http_router.nxmethod+path route dispatch table.1876
nx_http_router_test.nxroute dispatch shape verification.1181
nx_http_security_headers.nxEnforces secure HTTP headers for XSS, clickjacking, MIME-sniffing, and privacy by default.28914
nx_http_security_headers_test.nxsmoke for production header set.1673
nx_http_server.nxbind/listen/accept-loop HTTP/1.1 server.48715
nx_http_server_test.nxstructural smoke (no actual sockets).1142
nx_http_session.nxsession-token format + Set-Cookie/Cookie I/O.33512
nx_http_session_test.nxsmoke for session token + cookie I/O.1663
nx_http_template.nxsealed-enum context-typed HTML templates.29211
nx_http_template_test.nxsmoke for typed-context templates.1694
nx_http_tracker.nxSOVEREIGN HTTP/TCP BitTorrent tracker announce (X-TORRENT-LIVE-002 R1).14112
nx_https_cert_pipeline.nxtop-level HTTPS cert verification2975
nx_https_cert_pipeline_test.nxminimal KAT for the HTTPS1251
nx_https_client.nxHTTPS convenience wrapper (TLS+DNS glue).3496
nx_https_client_gate.nxTHE GATE FOR THE STUB HTTPS CLIENT, 2026-09-03.1061
nx_https_fetch.nxsovereign authed / extra-header HTTPS GET, REUSABLE primitive (LangIntel oracle lever).801
nx_https_fetch_file.nxSOVEREIGN LARGE-ARTIFACT FETCH: stream an https response BODY straight to a964
nx_https_fetch_follow.nxFetcher upgrade F-2: LIVE redirect-following fetch.76127
nx_https_fetch_follow_test.nxLIVE gate for fetcher F-2 (redirect-follow).494
nx_https_fetch_lib.nxthe sovereign HTTPS GET composition, as a LIBRARY.78323
nx_https_fetch_lib_gate.nxruntime proof for the fetch composition extracted1462
nx_https_fetch_test.nxKAT for the structured-response top-511
nx_https_get.nxTHE TOP-LEVEL USER-FACING HTTPS FETCH PRIMITIVE.2284
nx_https_get_cli.nxthe OPERATOR/MCP-facing sovereign HTTPS fetch (replaces WebFetch + curl).1816
nx_https_get_cli2.nxCANARY of the sovereign HTTPS fetch with HELLO AUTO-FALLBACK (seq759 design, finally real).36713
nx_https_get_cli2_body_gate.nx441
nx_https_get_cli2_candidate.nxCANARY of the sovereign HTTPS fetch with HELLO AUTO-FALLBACK (seq759 design, finally real).35513
nx_https_get_complete.nxstep 4 of the nx_https_client51622
nx_https_get_complete_test.nxKAT for the HTTP GET691
nx_https_get_happy_test.nxREAL fork+child happy-path KAT65723
nx_https_get_hdr.nxgeneric sovereign HTTPS GET with a CALLER-SUPPLIED request header, over the FULL754
nx_https_get_live_demo_test.nxLIVE-FIRE demo against1311
nx_https_get_live_github_test.nxLIVE external-CA regression gate for the GitHub certificate class.1015
nx_https_get_live_google_test.nxlive HTTPS fetch against1382
nx_https_get_live_real_ca_test.nxTHE final Arc A milestone.1822
nx_https_get_spoof.nxvalidated-TLS HTTPS GET that SPOOFS a real browser (X-TORRENT-SPOOF R2):1499
nx_https_get_stream.nxSTREAMING TLS GET (the M3-into-fetch piece): parse response headers, then stream the16312
nx_https_get_test.nxKAT for the top-level user-facing671
nx_https_ka_probe.nxR4 ISOLATED PROOF: HTTP/1.1 KEEP-ALIVE connection reuse over ONE TLS session.15810
nx_https_loopback_test.nxHTTPS-class fork loopback over real57035
nx_https_pipeline_e2e_test.nxTHE end-to-end happy-path KAT3668
nx_https_post_complete.nxHTTPS POST companion to1875
nx_https_post_complete_test.nxcompile + symbol-resolution gate.371
nx_https_post_lib.nxURL-LEVEL HTTPS POST WITH A BODY. The primitive that was missing.2569
nx_https_post_lib_gate.nxTHE GATE FOR URL-LEVEL HTTPS POST, 2026-09-03.2124
nx_https_redirect.nxFetcher upgrade F-1: SOVEREIGN redirect handling.452
nx_https_redirect_test.nxgate for fetcher upgrade F-1 (redirect logic).654
nx_https_truncation_gate.nxteeth for the TLS-1.3 short-body check in nx_https_get_complete.nx.1845
nx_https_url_connect.nxstep 2 of the nx_https_client2206
nx_https_url_connect_test.nxKAT for the URL+DNS+TCP step 2711
nx_https_url_for_fetch.nxstep 1 of the HTTPS fetch1224
nx_https_url_for_fetch_test.nxKAT for the HTTPS URL1212
nx_hub_emit.nxsovereign emitter: content/hub.cards -> dist/hub/index.html1896
nx_hub_research.nxTHIN structured PERSONAL-HUB / BLOG / ORGANIZER / CALENDAR / VIDEO-SHARING research401
nx_hub_verify_gate.nxSOVEREIGN live verifier for nishifamily.com/hub/.876
nx_huffman.nxcanonical Huffman decoder.3045
nx_hull_mesh.nxTHE JOIN: silhouettes -> carved SDF field -> triangle mesh -> rendered PNG.2199
nx_hunt_evidence.nxcontent-addressed kill receipts.1177
nx_hunt_evidence_test.nxsmoke for nx_hunt_evidence.461
nx_hunt_journal.nxappend-only event ring for hunt events.1056
nx_hunt_journal_test.nxsmoke for nx_hunt_journal.471
nx_hunt_partition.nxcrew role assignment for hunts.1629
nx_hunt_partition_test.nxsmoke for nx_hunt_partition.491
nx_hunter.nxoutward-axis collection primitive.29715
nx_hunter_test.nxsmoke for nx_hunter.681
nx_hvac_efficiency.nxINDEPENDENT HVAC efficiency verdict from2304
nx_hvac_efficiency_test.nxgate for the independent HVAC efficiency1441
nx_hw.nxruntime hardware probes (CPU count, cache line, page).1516
nx_hw_simd_caps.nxruntime SIMD capability detection.20112
nx_hw_simd_caps_test.nxexercise all 6 probe entry points.302
nx_hwagnostic_research.nxTHIN structured HARDWARE-AGNOSTIC-GPU research source organ. COMPOSES471
nx_hwmodel_research_fetch.nxbank the HARDWARE-MODEL field for NishiOS rung 7 (the 3 hardware-gated OS gaps,472
nx_hwprobe.nxsubstrate-native hardware enumeration.32211
nx_hybrid_moe_cascade_gate.nxTHE SYSTEM-LEVEL MoE the operator actually wants (2026-07-15): NOT a1943
nx_hydrology.nxwatershed water cycle + intervention design.22411
nx_hydrology_test.nxsmoke for nx_hydrology.1051
nx_hygiene_prims.nxfoundational primitives for the35118
nx_hyperres.nxN-electron hyperresolution.1262
nx_hyperres_test.nxN-electron hyperresolution smoke.1614
nx_hypha.nxbidirectional peer share + receive (point-to-point37513
nx_hypha_test.nxsmoke for nx_hypha.1611
nx_hyphen.nxLIANG HYPHENATION (the algorithm behind TeX's \hyphenation), integer-exact.28510
nx_hypnosis_research_fetch.nxSOVEREIGN research round for S-CLASS HYPNOSIS HELP (operator 2026-06-23:815
nx_i128.nxminimum-viable signed 128-bit integer primitive.28212
nx_i128_test.nxsmoke test for nx_i128.nx. 471
nx_i256.nx256-bit signed integer (N3 in numeric tier ladder).26711
nx_i256_test.nxsmoke for the N3 tier (256-bit integer). 781
nx_i2mesh.nxsovereign IMAGE-to-MESH v0 (generator-path R3, operator: "z image be able to be ingested1388
nx_i32store_probe_gate.nxpins nx_cc *i32 subscript STORE + LOAD semantics. REWRITTEN 2026-07-10 for443
nx_i8dot32_kat.nxKAT for the new __f32_i8dot32 SSE intrinsic.562
nx_i8dot32a_kat.nxKAT for the AVX2 __f32_i8dot32a intrinsic.572
nx_i8dot_ab.nxsame-process kernel A/B: SSE __f32_i8dot32 vs AVX2503
nx_i8fma32_kat.nxKAT for __f32_i8fma32 (deferred-hsum FMA block).543
nx_icbrt.nxbits-up integer cube root + Q14 fixed-point wrapper.982
nx_icbrt_test.nxverify integer cube root + Q14 wrapper.841
nx_ice.nxSOVEREIGN ICE (RFC 8445) primitives, NishiLang from the first byte up, composing nx_stun.16614
nx_ice_agent.nxSOVEREIGN ICE AGENT state machine (RFC 8445 6), NishiLang, composing nx_ice.14417
nx_ice_agent_gate.nxproves the sovereign ICE agent orchestration: candidate pairing (component-matched),944
nx_ice_check_gate.nxproves the ICE connectivity-CHECK EXCHANGE end to end:1474
nx_ice_distribution.nxTHE CRYSTAL SIZE DISTRIBUTION, and the coupling35515
nx_ice_distribution_test.nxgate for the derived geometric coupling.2154
nx_ice_gate.nxKAT the sovereign ICE primitives against RFC 8445 (priority) + RFC 5769 (2.1 sample988
nx_ice_recrystal.nxHOW FROZEN DESSERT ACTUALLY DIES.30515
nx_ice_recrystal_test.nxgate for ice recrystallisation.1914
nx_ice_scale.nxPERSONAL TO INDUSTRIAL: what changes when you make more,29923
nx_ice_scale_gate.nxgate for the personal-to-industrial ladder.19217
nx_ice_stabiliser.nxTHE HYDROCOLLOID TERM, and the reason it is much34724
nx_ice_stabiliser_gate.nxgate for the hydrocolloid term.19218
nx_icecream.nxFOOD-SCIENCE SUITE / FROZEN DESSERT rung. Computes what56848
nx_icecream_balance.nxFOOD-SCIENCE SUITE / MIX BALANCING rung.1988
nx_icecream_balance_test.nxgate for nx_icecream_balance. The core1923
nx_icecream_bench.nxTHE RULER. Score a frozen dessert against Ben &53844
nx_icecream_bench_gate.nxgate for the frozen-dessert RULER.25522
nx_icecream_test.nxgate for nx_icecream. The freezing-curve tests2564
nx_ico.nxICO/CUR icon container: a COMPLETE format, writer and reader.20813
nx_ico_decode.nxWindows ICO/CUR reader. The one legacy format with1675
nx_ico_gate.nxproves the ICO writer/reader pair by ROUND-TRIP.1903
nx_ico_header.nxparse Windows ICO / CUR icon container headers.1675
nx_id.nxmonotonic IDs and 128-bit content addresses.1947
nx_id_concurrent_canonical_gate_t190.nx362
nx_id_concurrent_gate_t190.nx362
nx_id_epoch_prepare_gate_t293.nxTests id epoch preparation and resolution under various crash and failure scenarios.1645
nx_id_evidence_canonical_gate_t190.nx403
nx_id_evidence_gate_t190.nx403
nx_id_evidence_gate_t190b.nx403
nx_id_handler_canonical_gate_t190.nx533
nx_id_handler_gate_t190.nx493
nx_id_handler_gate_t190b.nx493
nx_id_handler_gate_t190c.nx533
nx_id_help_gate_t190.nx272
nx_id_ledger_audit_t190.nxAnalyzes ledger metadata to count rows with formatting issues and validate schema compliance.772
nx_id_ledger_claim_audit_t219.nxVerifies and splits claim evidence from legacy rows into hexadecimal and file path components.1469
nx_id_ledger_existing_keys_audit_t219.nxAudits existing ledger keys by checking their presence in job files and generating hash-based evidence.20612
nx_id_ledger_provenance_audit_t219.nxAnalyzes legacy data rows to detect anomalies and generate cryptographic hashes for audit purposes.836
nx_id_legacy_reconcile_gate_t219.nx614
nx_id_palette.nxTHE CORRELATED IDENTITY PALETTE. /compare/procgen C33, symbol876
nx_id_param_core.nxTHE PURE IDENTITY-PARAMETER CORE. /compare/procgen C36, symbol20014
nx_id_param_gate.nxTHE IDENTITY-PARAMETER CORE AND ITS FIRST CONSUMER, GATED.45911
nx_idam_research_fetch.nxSOVEREIGN multi-source web-fetch to RESEARCH an S-CLASS, HR-GOVERNED,1015
nx_ide_compile.nxsovereign compile-and-run pipeline.26318
nx_idea_coverage.nxthe ATTRIBUTION COVERAGE census for the idea genealogy.23110
nx_idea_genealogist.nxthe IDEA/ATTRIBUTION genealogist (top-down): records WHO/WHAT/WHERE/38712
nx_idea_tree.nxthe ANCESTRY view of the idea genealogy (genealogist criterion 5).1609
nx_idemp.nxIS THIS GATE IDEMPOTENT? RUN IT TWICE AND COMPARE. No heuristic, no grep.31010
nx_idemp_negctl_gate.nxA GATE THAT IS NON-IDEMPOTENT BY CONSTRUCTION. The negative control721
nx_idempotent_key.nxcontent-addressed dedup keys for NX-INGEST.2425
nx_ident.nxARTIFACT IDENTITY ORACLE: "which binary is ACTUALLY running,2238
nx_ident_len_gate.nxthe 63/64 identifier-length boundary in lex_ident_or_kw (debt 1785521184).533
nx_identity_persist.nxSOVEREIGN identity-persistence drift-catcher. The #1 old-system failure (census889
nx_identity_persist_gate.nxGATE for nx_identity_persist: the sovereign drift-catcher rejects a624
nx_identity_space_gate.nxTHE REFEREE FOR THE CORRELATED IDENTITY DRAW (graphics GR24, clauses 1-3).1883
nx_identity_space_lib.nxTHE CORRELATED IDENTITY DRAW (graphics GR24), as a pure core a gate can drive.1756
nx_ifc.nxInformation Flow Control labels (DIFC / Jif lineage).2689
nx_ignored_host_reach.nxSREACH R3a-seed: IGNORED-HOST REACH CENSUS.20010
nx_ik.nxCCD INVERSE KINEMATICS on nx_skeleton (Elara bar E5: "grab a wrist, the arm follows"; the same823
nx_image.nxpure-math image primitives. 42820
nx_image_access.nxACCESS POLICY for the search-by-image realm: OPERATOR-ONLY, deny-by-default.302
nx_image_access_gate.nxreferee for the search-by-image OPERATOR-ONLY access policy.585
nx_image_clarity.nxphotographic vs image-level clarity.1131
nx_image_e2e_gate.nxEND-TO-END referee for search-by-image on REAL images.19917
nx_image_feature_extract.nxfixed-length feature vector emitter.1612
nx_image_feature_extract_test.nxsmoke for feature-vector emitter.811
nx_image_grade_cli.nxsubstrate's image-grading CLI binary.2418
nx_image_grade_v0.nxminimum-trigger image grading composer.4577
nx_image_grade_v1.nxskin-localized image grading composer.4885
nx_image_grade_v2.nxlandmark-aware image grading composer.5435
nx_image_gray.nxSHARED: decode an encoded image file -> row-major u8 Rec.709 grayscale.741
nx_image_index.nxREAL-CORPUS reverse-image INGESTOR.965
nx_image_index_gate.nxreferee for the REAL-CORPUS ingestor (nx_image_index).20615
nx_image_load_raw.nxload real images via raw-binary header + pixels.1183
nx_image_load_raw_test.nxSmoke for the raw-bytes image bridge. Round-trip: allocate Image,621
nx_image_search.nxREUSABLE per-site SEARCH-BY-IMAGE (reverse-image) CLIENT.2209
nx_image_search_gate.nxthe engineer's re-runnable instrument for the REUSABLE search-by-image26316
nx_img_adapt_gate.nxunit-tests channel adaptation (nx_img_to_rgb) for711
nx_img_bytes_to_rgb.nxdecode an IN-MEMORY encoded image buffer -> interleaved 8-bit RGB (w*h*3,2262
nx_img_bytes_to_rgb_gif_t139.nxdecode an IN-MEMORY encoded image buffer -> interleaved 8-bit RGB (w*h*3,2504
nx_img_convert.nxsovereign image CONVERT (resize -> encode), end-to-end.482
nx_img_convert_loop_gate.nxfull sovereign convert loop, gated.791
nx_img_core.nxR1 of the SOVEREIGN scanning stack (hardware rung up): raw bytes -> pixels. A sovereign image1119
nx_img_core_gate.nxproves R1 (bytes -> pixels): decode a P2 (ASCII) PGM and a P5 (binary) PGM into the pixel662
nx_img_decode_gate.nxreferee for JPEG wired into the shared decode path (nx_img_to_gray /19610
nx_img_dims.nxread an image's pixel WIDTH/HEIGHT straight from its header bytes (no decode). Powers the857
nx_img_dims_gate.nxKAT for the header dimension reader against hand-built PNG/GIF/JPEG headers with KNOWN666
nx_img_extract_demo.nxshow the parser finding media (image URLs) in HTML.304
nx_img_place.nxplace a decoded image onto a grayscale print page: luminance conversion + aspect-fit763
nx_img_place_test.nxgate for image luminance + aspect-fit + scale-blit (no PNG dependency; uses a612
nx_img_print.nxPRINT A DOCUMENT WITH AN IMAGE, end to end sovereign: generate/Decode a PNG ->1664
nx_img_resample.nxselectable-model image resampler (the "easily1234
nx_img_resample_gate.nxKAT gate for the selectable-model resampler.691
nx_img_scale.nxsovereign image resampler, hardware-rung-up.913
nx_img_scale_diff.nxmeasured-exceed harness, step 3 (diff).481
nx_img_scale_emit.nxmeasured-exceed harness, step 1 (emit).361
nx_img_scale_gate.nxKAT gate for the sovereign bilinear resampler.801
nx_img_segment.nxR3 of the sovereign scanning stack: binary image -> connected components (glyph boxes).747
nx_img_segment_gate.nxproves R3 (connected-component segmentation) on a 5x5 binary image with TWO separate592
nx_img_threshold.nxR2 of the sovereign scanning stack: grayscale -> binary (ink/paper). Otsu's method finds523
nx_img_threshold_gate.nxproves R2 (Otsu threshold + binarize) on hand-computed images:463
nx_img_to_rgb.nxdecode an encoded image FILE -> interleaved 8-bit RGB (w*h*3, row-major). Thin PATH131
nx_img_to_rgb_gate.nxreferee for the RGB decode path (nx_img_to_rgb) AND the color descriptors1729
nx_imgattr_lib.nxTHE ONE PLACE THAT DECIDES HOW AN <img> IS WRITTEN, AND THE ONE PLACE THAT48119
nx_imgattr_lib_gate.nxthe gate for nx_imgattr_lib. IN-PROCESS: it imports the lib and calls it26013
nx_imgbench.nxTHE REVERSE-IMAGE RULER. Answers, by measurement rather than opinion, the only2877
nx_imgcorpus.nxDETERMINISTIC SYNTHETIC IMAGE CORPUS for reverse-image measurement.895
nx_imgfacts.nxper-asset DIMENSIONS + bytes for a gathered corpus, and a real GALLERY page.1758
nx_imgkp.nxLOCAL FEATURES: FAST corners + BRIEF binary descriptors, integer, deterministic.40817
nx_imgorient.nxDIHEDRAL (D4) ORIENTATION-INVARIANT perceptual matching.16910
nx_imgprov.nxPROVENANCE FOR REVERSE IMAGE SEARCH: turn the media ledger into an nx_imgsearch33911
nx_imgprov_gate.nxgate for the reverse-image PROVENANCE manifest builder.1377
nx_imgquery.nxHYBRID reverse-image query: two complementary tiers over one corpus.512
nx_imgquery_e2e_gate.nxEND-TO-END referee for hybrid reverse-image query on REAL decoded PNGs.23612
nx_imgransac.nxGEOMETRIC VERIFICATION by translation consensus (integer RANSAC).1013
nx_imgsearch.nxTHE REVERSE-IMAGE SERVICE ORGAN: the MCP/API face of the multi-tier engine.83435
nx_imgsearch_engine.nxTHE MULTI-TIER REVERSE-IMAGE QUERY ENGINE.47622
nx_imgsearch_engine_gate.nxreferee for the multi-tier reverse-image engine.3796
nx_imgsearch_tier.nxTHE REVERSE-IMAGE TIER BASE CLASS (vtable OOP).37032
nx_imgsig.nxUNIFIED visual-appearance signature = nx_visdesc (structure/tone, 80-dim) concatenated343
nx_imgsig_gate.nxreferee for the unified visual signature (nx_imgsig = visdesc + colordesc).1799
nx_imgxform.nxDETERMINISTIC IMAGE-TRANSFORMATION BATTERY: the adversary set a reverse-image3038
nx_immune.nxTier-2 colony-level adaptive immune coordinator.28811
nx_immune_test.nxsmoke for nx_immune.931
nx_import.nxsovereign import preprocessor (replaces main.c logic).134141
nx_import_qualified_gate.nxLN14 QUALIFIED IMPORTS: the referee for66513
nx_import_scan.nxR0-brick-1 of the LIVING ECOSYSTEM GRAPH ([[project-nishi-living-ecosystem-graph-2026-07-15]]):783
nx_importcensus.nxIMPORTER REACH PER SOURCE FILE, as a flat, stamped artifact (2026-08-23, compare CE2).1719
nx_importcensus_gate.nxreferee for nx_importcensus (2026-08-23, compare CE2).1917
nx_imported_body_craft_gate_t137.nxValidates imported body memory layout and interaction behavior in the Nishi ecosystem.682
nx_imported_body_craft_gate_t262.nxValidates imported body memory layout and interaction behavior in the Nishi ecosystem.682
nx_imported_body_craft_gate_t43.nx332
nx_imported_body_diagnostic_candidate_t363.nx271
nx_imported_body_domain_gate_t342.nxActual compiled plain/shared body API and movement execution through the existing sovereign VM.982
nx_imported_body_factor_gate_t361.nxActual compiled plain/shared body API and movement execution through the existing sovereign VM.802
nx_imported_body_motion_candidate_t325.nx271
nx_imported_body_page_gate_t45.nx121
nx_imported_body_page_gate_t49.nx121
nx_imported_body_page_gate_t50.nx101
nx_imported_body_page_gate_t59.nx101
nx_imported_body_page_t262.nx271
nx_imported_body_page_toggle_t275.nx271
nx_imported_body_pair_gate_t137.nxExisting layout-aware pair gate with current body artifacts.511
nx_imported_body_placement_gate_t316.nxActual compiled plain/shared body API and movement execution through the existing sovereign VM.802
nx_imported_body_registry_gate_t40.nxTests the bounded registry's upsert, read, and conflict resolution behavior for imported body data.785
nx_imported_body_registry_gate_t43.nxTests the bounded registry's upsert behavior under various revision and shape modification scenarios.835
nx_imported_body_registry_t40.nxPrivate imported-body component registry. Composes existing identity and contact owners.13911
nx_imported_body_vm_bounds_20260912.nxActual compiled plain/shared body API and movement execution through the existing sovereign VM.802
nx_imported_body_wasm_gate_t137.nxActual compiled plain/shared body API and movement execution through the existing sovereign VM.802
nx_imported_body_wasm_gate_t262.nxActual compiled plain/shared body API and movement execution through the existing sovereign VM.802
nx_imported_body_wasm_gate_t44.nxActual compiled plain/shared body API and movement execution through the existing sovereign VM.612
nx_imported_body_wasm_gate_t49.nxActual compiled plain/shared body API and movement execution through the existing sovereign VM.772
nx_imported_current_exports_t262.nx81
nx_imported_gait_gate_t262.nxValidates and initializes a gait engine using a binary file's SHA256 digest and structured data sections.1851
nx_imported_inspection_gate_t262.nxValidates inspection gate functionality and ensures consistent state during gameplay.1184
nx_inc_compile.nxLN10: THE PER-MODULE INCREMENTAL BUILD CACHE.125050
nx_inc_compile_gate.nxVERDICT gate for rung LN10 of /compare/lang: the per-module incremental build45519
nx_incclosure_lib.nxONE OWNER for import-closure NAME->PATH resolution (2026-08-25, rung LN10).1296
nx_increment_inplace.nxAUTO-GENERATED from shape `array_transform_inplace`.281
nx_increment_inplace_test.nx151
nx_incumbent_gate.nxGATE for the incumbents ruler (nx_incumbent_lib, engineshift ES28), driven IN-PROCESS on a2695
nx_incumbent_lib.nxTHE ONE RULER FOR A RUNG CONTRACT'S INCUMBENTS AND THE RECORD'S REJECTIONS (engineshift ES28).142752
nx_incumbents.nxCLI over nx_incumbent_lib (engineshift ES28): build the incumbent index, or answer a board's rung1244
nx_index_migrate_gate.nxTHE MIGRATION-PROOF gate (operator headline: "migratable to bigger + more sophisticated12510
nx_index_scale_census.nxHONEST census of our INDEX SCALE / PERFORMANCE / MIGRATABILITY capabilities for the433
nx_index_wr_decouple.nxLIB: WRITE-READ DECOUPLING (LSM/Lucene near-real-time model). The ingest (WRITE) path153
nx_index_wr_decouple_gate.nxproves write-read decoupling: a reader pinned to a generation is UNAFFECTED by532
nx_indexed_subsume_test.nxdiscrim-tree-backed forward subsumption.1076
nx_indirect_kat.nxKAT for stage 2 (indirect calls fp(args)). Expect: IND1_OK / IND3_OK / VAR_OK.243
nx_indoor.nx★R8 of the Infinigen ladder: INDOOR scenes (their CVPR'24 Infinigen-Indoors track). A room24518
nx_indoorgen.nxCLI: solve every shipped room archetype x variant by constraint (GR6, the873
nx_indoorgen_data.nxNX-DERIVED: regenerated artefact, not authored source.1075
nx_indoorgen_gate.nxGATE for the constraint-solved room generator (GR6, /compare/graphics1471
nx_indoorgen_lib.nxGR6 INDOOR ROOMS BY CONSTRAINT SOLVE (the Infinigen 2.0 expansion,42819
nx_inet_pton.nxIPv4 / IPv6 address text <-> binary conversions.1514
nx_infill.nxscan-line infill pattern generator for closed2244
nx_infill_test.nxscan-line infill on a unit-mm CCW square at1315
nx_infinigen_page.nxTHE PROCGEN VALIDATION SURFACE (/infinigen, operator 2026-08-27:54918
nx_infinigen_research_fetch.nx★GROUND TRUTH for the Infinigen census (operator 2026-07-10: "make sure we352
nx_inflate.nxSOVEREIGN DEFLATE DECOMPRESSION (RFC 1951) + gzip (1952) + zlib (1950).3488
nx_inflate_kat_test.nxR4-CMP-001: consolidated DEFLATE inflate KAT5721
nx_infomgmt_research.nxTHIN structured INFORMATION-MANAGEMENT research source organ. COMPOSES481
nx_infra_sota_fetch.nxDEEP SOTA for the INFRASTRUCTURE domains (operator 2026-07-04: measure our HOSTING,695
nx_ingest.nxMLIB-004 (CALLOUT-012). The INGESTION SOURCE-ADAPTER FRAMEWORK.13811
nx_ingest_admit.nxINGEST ADMISSION CONTROL (/compare/mediaingest R2; contract symbol ig_disk_floor).815
nx_ingest_admit_gate.nxGATE for nx_ingest_admit (/compare/mediaingest R2, ig_disk_floor). No filesystem is752
nx_ingest_at_scale.nxread a large MetaMath corpus file and1171
nx_ingest_audit.nxTHE MECHANIZED INGEST AUDIT (ladder + facts, one call per artifact).2249
nx_ingest_batch.nxthe actual ingestion SYSTEM.4376
nx_ingest_batch_test.nxsmoke for the bits-up ingestion SYSTEM.863
nx_ingest_bulk_test.nxbulk ingest smoke against gbif_bulk/.863
nx_ingest_cli.nxCLI driver for the paste-HTML -> POV-caption pipeline.2984
nx_ingest_gate.nxREFEREE for WRITING rung W-ING-1 (nx_ingest).1295
nx_ingest_pipeline.nxorchestrate: ingest -> QED-db -> auto-verify.2439
nx_ingest_pipeline_test.nxend-to-end cross-corpus ingestion smoke. 801
nx_ingest_runner.nxcomposition primitive for autonomous ingest.14814
nx_ingest_runner_test.nxend-to-end stress of the 5-defense runner.872
nx_ingest_scene.nxALIAS STUB (2026-08-19).190
nx_ini.nxparse INI-style configuration files.2337
nx_ini_writer.nxserialise INI-style config.1106
nx_inotify.nxLinux inotify(7) wrapper.1546
nx_input.nxterminal input primitives (line + byte read from stdin).1333
nx_input_abstract.nxSOVEREIGN device-agnostic input core (F1102, game-platform lane).23515
nx_input_alias_regression_t121.nxPhysical binding regression; real native input owner, no mock.381
nx_input_gpio.nxGPIO button input abstraction.1547
nx_input_gpio_test.nxsmoke for nx_input_gpio.541
nx_inspection_camera_bounds_gate_t181.nxVerifies camera bounds and inspection logic consistency in the game world.954
nx_inspection_camera_canonical_gate_t142.nxVerifies camera inspection functionality and state consistency in the Nishi ecosystem.724
nx_inspection_camera_gate_t142.nxVerifies camera inspection functionality and state consistency in the Nishi ecosystem.724
nx_inspection_distance_gate_t218.nxVerifies inspection distance gate functionality and rendering consistency in the Nishi ecosystem.1184
nx_inst_gen.nxinstance generation (Inst-Gen).882
nx_inst_gen_test.nxinstance generation smoke.1323
nx_install_attest.nxdefensive primitives around install_hash.1876
nx_install_attest_signed.nxEd25519-signed install attestation.1945
nx_install_attest_signed_test.nxsmoke for EM-9 Ed25519 signing.2677
nx_install_attest_test.nxsmoke for nx_install_attest helpers.2384
nx_install_hash.nxcompute install_hash from NxInstallPlan via2105
nx_install_hash_test.nxsmoke for nx_install_hash SA-7 partial.2034
nx_install_pipeline.nxend-to-end SA arc orchestrator.1904
nx_install_pipeline_test.nxsmoke for the SA arc end-to-end2185
nx_install_plan.nxselection-pipeline output record.2965
nx_install_plan_test.nxsmoke for nx_install_plan SA-6/SA-7 bridge.1954
nx_installed_census.nxINSTALLED MODE of the intelmine miner, the thin program over nx_installed_census_lib.1353
nx_installed_census_gate.nxGATE for the installed mode (/compare/intelmine IM20 ic_steam_library, IM222098
nx_installed_census_lib.nxTHE INSTALLED MODE OF THE INTELMINE MINER (/compare/intelmine IM20 ic_steam_library,66843
nx_instrument_diagnostician.nxpattern-match measurement deltas to named fixes.2408
nx_intake_form.nxR6 intake FORM: the zero-JS, accommodation-friendly survey a person fills (behind the664
nx_intake_form_gate.nxproves the intake form is a sovereign zero-JS native-POST form whose field names656
nx_intake_handler.nxR6 of THE NISHI SITUATION-MANAGEMENT arc: the INTAKE data path. Turns a person's564
nx_intake_handler_gate.nxR6 GATE: proves a submitted intake form flows into the whole system. A934
nx_intake_keep.nxkeep the public intake route ALIVE, without touching the supervisor.1368
nx_intake_profile.nxR6c: the LATEST-PROFILE loader, so the live dashboard + before-you-buy run on the726
nx_intake_profile_gate.nxR6c GATE: proves the "latest profile" loader. A submitted intake (ih_record,684
nx_integral.nxintegral image (summed-area table). R-FACE-0: the925
nx_integral_gate.nxREFEREE for R-FACE-0 (nx_integral).974
nx_integrity_signal.nxF1: judicial INTEGRITY / scrutiny signal from CourtListener financial disclosures.1388
nx_intelligence_stage.nxsealed enum 3 stages of intelligence1016
nx_intelligence_stage_test.nxsmoke for stage enum.422
nx_intelmine_lib.nxTHE PROPOSER: mined signals become candidate rows on the /compare board that owns them32620
nx_intelmine_propose.nxONE CALL from a mined title to the boards: the thin program over nx_intelmine_lib.1131
nx_intelmine_propose_gate.nxGATE for the proposer (/compare/intelmine IM3 im_propose_rows, IM24 ic_propose): a1476
nx_intent.nxper-function intent declaration (Captain Moroni Phase M1).1717
nx_intent_survival.nxdid the director's intent survive the render?2438
nx_intent_survival_test.nxsmoke for tiered survival verdict. 1221
nx_intent_test.nxsmoke for nx_intent.531
nx_inter_layer_coherence.nxcross-layer constraint checker.3637
nx_interior_geometry.nxTier 6 interior-layout consistency.38412
nx_intern.nxstring interning pool.2068
nx_interp.nxsovereign snapshot INTERPOLATION buffer: the core trick that makes a peer on a14711
nx_interpersonal_research.nxTHIN structured INTERPERSONAL / SELF-DEVELOPMENT coaching research organ. Operator411
nx_interrupt_broker.nxsub-50ms preemption between concurrent generators.29715
nx_interrupt_broker_test.nxsmoke for nx_interrupt_broker.1151
nx_interval.nxDETERMINISTIC interval arithmetic (the ideas of IEEE 1788, re-derived; not the15817
nx_intlog.nxINTEGER fixed-point base-2 logarithm (no floats anywhere -- the ecosystem's no-float927
nx_intra.nxsovereign INTRA PREDICTION (V-R7, the q/bit gap-closer). Instead of coding raw pixels-128, an433
nx_intra_pred.nxsovereign directional intra prediction for 4x4 luma blocks (DC / vertical / horizontal /684
nx_inv_bounded_gate.nxproves the inverted index works with a BOUNDED, PE/bare-metal-portable footprint535
nx_io.nxbuffered fd I/O (line-buffered stdout, full-buffered file).1727
nx_io_envelope_census.nxEVERY CAPPED READER ANNOUNCES OR DERIVES (/compare/dataio DI2, 2026-09-05).156461
nx_io_envelope_census_gate.nxEND-TO-END gate for the envelope census (/compare/dataio DI2): forks the SUBJECT733
nx_io_v1.nxepoll-based non-blocking event loop (Phase G3).1458
nx_ioadmit_gate.nxreferee for nx_ioadmit_lib, the I/O-storm admission ruler every I/O spawner4222
nx_ioadmit_lib.nxTHE I/O-STORM ADMISSION RULER, importable: ONE ruler for every process that is88633
nx_ioae_confread_test_20260907.nxTEST ONLY actual heavyio config reader; allocation seams count real 64KiB mappings.1188
nx_ioae_confread_v2_20260907.nxTEST ONLY actual heavyio config reader; allocation seams count real 64KiB mappings.1188
nx_ioae_files_test_20260907.nxLOCAL native reader integration. argv: existing absolute nonsymlink fixture parent.1605
nx_ioae_files_v2_20260907.nxLOCAL native reader integration. argv: existing absolute nonsymlink fixture parent.1605
nx_ioae_gate_test_20260907.nxLOCAL native gate: deterministic record tests + actual admission bodies with explicit fixture boundaries.1574
nx_ioae_gate_v2_20260907.nxLOCAL native gate: deterministic record tests + actual admission bodies with explicit fixture boundaries.1584
nx_ioae_lib_test_20260907.nxTHE I/O-STORM ADMISSION RULER, importable: ONE ruler for every process that is110247
nx_ioae_wiring_test_20260907.nxTEST ONLY: actual hio budget-entry body; census, width, pool and root boundaries replaced.13013
nx_ioae_wiring_v2_20260907.nxTEST ONLY: actual hio budget-entry body; census, width, pool and root boundaries replaced.13013
nx_ioconfirm.nxTHE CONFIRMED I/O-STORM LEVEL: maintained continuously, read in constant time.2908
nx_ioconfirm_checked_test_20260907.nxTHE CONFIRMED I/O-STORM LEVEL: maintained continuously, read in constant time.3168
nx_ioconfirm_integration_gate.nxLOCAL UNBUILT selective fixture harness. No production output paths are accepted.23612
nx_iot_anchor.nxstable device-identity anchor for the hub.48621
nx_iot_anchor_test.nxgate for the stable device-identity anchor.1641
nx_iot_announce.nxmulti-vendor LAN smart-device discovery.44315
nx_iot_announce_test.nxin-memory smoke for nx_iot_announce.1621
nx_iot_capability.nxper-device capability model for the hub UI.1987
nx_iot_capability_test.nxgate for the per-device capability model.671
nx_iot_classify.nxuniversal device-type probe / vendor router.1818
nx_iot_classify_test.nxgate for the universal device-type probe.721
nx_iot_clock_master.nxsingle monotonic tick source for the hub.3908
nx_iot_clock_master_test.nxend-to-end smoke for the clock-2171
nx_iot_control_page.nxemit a ZERO-JS, CROSS-BROWSER IoT CONTROL page.1609
nx_iot_control_page_gate.nxproves the IoT control page is CROSS-BROWSER + CONTROLS.631
nx_iot_dashboard.nxthe sovereign Nishi-browser IoT DASHBOARD (killer-feature rung 1).664
nx_iot_dashboard_gate.nxproves the sovereign Nishi-browser IoT dashboard:262
nx_iot_discover.nxuniversal multi-vendor device DISCOVERY brain.2318
nx_iot_discover_test.nxgate for the universal discovery brain.1802
nx_iot_hub_serve.nxthe sovereign IoT HUB HTTP server (killer-feature rung 3).1185
nx_iot_hub_serve_gate.nxproves the IoT hub server's routing + content logic without binding a432
nx_iot_hub_serve_realm.nxrung-4-LIVE: the IoT hub serve, HR-SESSION-GATED per HOUSE (realm).754
nx_iot_hub_serve_realm_gate.nxrung-4-live proof with a REAL OPAQUE session (not a mock):853
nx_iot_hub_tenant.nxper-HOUSE IoT sharding built ON THE NISHI HR SPINE (killer-feature rung 4).804
nx_iot_hub_tenant_gate.nxproves IoT multi-tenancy is the NISHI HR SPINE, not a bespoke store:682
nx_iot_kasa_probe.nxSOVEREIGN live Kasa device query.1544
nx_iot_kasa_win.nxPairs or probes Kasa bulbs via TCP/9999 using autokey-XOR encryption and credentials from a local file.15915
nx_iot_local_kasa.nxTP-Link Kasa (TP-Link Smart Home) LAN protocol.40417
nx_iot_local_kasa_test.nxgate for the TP-Link Kasa LAN driver.1471
nx_iot_local_magic_home.nxMagic Home / Flux LED LAN protocol.37812
nx_iot_local_magic_home_test.nxend-to-end smoke for the2671
nx_iot_local_tuya_v33.nxTuya v3.3 LAN wire-frame primitive.3066
nx_iot_local_tuya_v33_test.nxend-to-end smoke for the Tuya2081
nx_iot_local_wiz.nxWiZ JSON-over-UDP LAN protocol.44810
nx_iot_local_wiz_test.nxin-memory smoke for the WiZ JSON-over-2131
nx_iot_page.nxEMIT the nishifamily.com/iot hub control panel.2125
nx_iot_pair_research_fetch.nxSOVEREIGN web-fetch: HOW TUYA/Smart-Life PAIRS A DEVICE ON ANDROID725
nx_iot_provision_softap.nxthe auto-pair STATE MACHINE.49018
nx_iot_provision_softap_test.nxgate for the auto-pair state machine.2401
nx_iot_research_fetch.nxSOVEREIGN multi-source web-fetch to RESEARCH how others do SMART-HOME IoT965
nx_iot_sc_broadcast.nxSOVEREIGN ESP-Touch v1 BROADCASTER (R1b-live). Sends the U8 length905
nx_iot_sc_broadcast_gate.nxgate for the sovereign ESP-Touch broadcaster.611
nx_iot_sc_emit_a64.nxSOVEREIGN emitter: NishiLang -> aarch64 .s for the SmartConfig broadcaster1145
nx_iot_scene_sync.nxthe "lights stay in sync, self-fixing" organ.30021
nx_iot_scene_sync_test.nxgate for the lights-stay-in-sync organ.1191
nx_iot_smartconfig.nxSOVEREIGN ESP-Touch v1 (SmartConfig / EZ-mode) ENCODER. (R1b)1014
nx_iot_smartconfig_gate.nxKAT for the sovereign ESP-Touch v1 encoder.661
nx_iot_softap_discover_test.nxgate for SoftAP (pairing-mode) discovery.1171
nx_iot_watchdog.nxper-device link healer (closes the blink loop).31615
nx_iot_watchdog_test.nxgate for the per-device link healer.1471
nx_ipaddr.nxIPv4 + IPv6 address parse / format.3488
nx_ipdock_gate.nxINDEPENDENT GATE: IP docketing, and which deadlines survive being missed.741
nx_ipdock_lib.nxIP DOCKETING: patent and trademark deadlines, and which of them are survivable.12012
nx_ipfilter.nxSOVEREIGN IP blocklist (BitTorrent ip-filter): reject known-bad / anti-P2P-monitor IP426
nx_ipfilter_fetch.nxcompile a live plaintext CIDR blocklist into ipfilter.bin over sovereign TLS. Default824
nx_ipfilter_gate.nxproves the ip-filter: (1) ipf_load reads the binary + ipf_blocked correctly matches433
nx_ipfilter_seed_gate.nxEXECUTION-level proof the seeder actually rejects a blocked peer (not just that363
nx_ipp_codec.nxsovereign IPP/1.1 wire codec (RFC 8010 encoding) -- R0 keystone of the45726
nx_ipp_codec_test.nxgate for the sovereign IPP/1.1 wire codec (R0).1232
nx_ipp_submit.nxbuild IPP job-submission requests (Validate-Job / Print-Job) -- R-RASTER-1.1128
nx_ipp_submit_test.nxoffline gate for job-submission request builders (R-RASTER-1).652
nx_ipp_transport.nxsovereign IPP-over-HTTP transport (R2): talk to ANY real IPP printer.28712
nx_ipp_transport_test.nxoffline gate for IPP-over-HTTP transport (R2).1074
nx_ir.nxnxc2's SSA IR, ported to NishiLang. 1804109
nx_ir_cast_capacity_expanded_t206.nxTHE SHADER IR: ONE source of truth, N dialect backends.3788271
nx_ir_cast_capacity_t206.nx102
nx_ir_cast_identity_after_t206.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.3788271
nx_ir_cast_identity_before_t206.nxTHE SHADER IR: ONE source of truth, N dialect backends.3783271
nx_ir_cast_identity_t206.nx123
nx_ir_closure_gate_t206.nx184
nx_ir_dump.nxbits-up IR-dump primitive for self-host1554
nx_ir_eval.nxsovereign IR evaluation metrics: THE RULER for search SOTA.1398
nx_ir_eval_gate.nxKAT for nx_ir_eval (the search-SOTA ruler).631
nx_ir_substitute_pairs_candidate_t216.nx584
nx_ir_substitute_qualification_t206.nx594
nx_ir_validate.nxstructural invariants on the in-memory IR.2716
nx_ir_world_capacity_expanded_t206.nxTHE SHADER IR: ONE source of truth, N dialect backends.3787271
nx_ir_world_capacity_t206.nx102
nx_ir_world_identity_after_t206.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.3787271
nx_ir_world_identity_before_t206.nxTHE SHADER IR: ONE source of truth, N dialect backends.3784271
nx_ir_world_identity_t206.nx123
nx_is_even.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_is_even_test.nx91
nx_is_negative.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_is_negative_test.nx91
nx_is_nonneg.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_is_nonneg_test.nx91
nx_is_odd.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_is_odd_test.nx91
nx_is_one.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_is_one_test.nx91
nx_is_positive.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_is_positive_test.nx91
nx_is_zero.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_is_zero_test.nx91
nx_isa_armv7a_gate.nxTHE ARMv7-A CONFORMANCE RULER.87334
nx_isa_conform_gate.nxTHE ISA CONFORMANCE RULER.109451
nx_isa_cortexm_gate.nxTHE ARMv7-M / Cortex-M CONFORMANCE RULER.83446
nx_isa_loongarch64_gate.nxTHE LOONGARCH64 CONFORMANCE RULER.91541
nx_isa_manager.nxTHE MASTER ISA MANAGER.114825
nx_isa_s390x_gate.nxTHE s390x CONFORMANCE RULER.94537
nx_isa_sparc64_gate.nxTHE SPARC64 CONFORMANCE RULER.100743
nx_isabelle_dir_ingest.nxingest every Isabelle decl in the corpus671
nx_isabelle_ingest.nxIsabelle/HOL .thy statement-level ingester (I0).2007
nx_isabelle_ingest_test.nxsmoke for Isabelle I0 statement parser. 321
nx_isabelle_stream_ingest.nxIsabelle parser -> 5-defense runner.654
nx_isabelle_stream_ingest_test.nxIsabelle parser -> defense stack.461
nx_iso20022_gate.nxF989 INDEPENDENT GATE: ISO 20022 parse + integrity validation.964
nx_iso20022_lib.nxF989: ISO 20022 payment-message parse + integrity validation.1639
nx_iso8601.nxformat + parse ISO 8601 date-time strings.1988
nx_isosurf.nx★F0 UNIFY implicit + explicit (from the graphics foundation census): a SURFACE-NETS polygonizer that1452
nx_isosurf_orientation_candidate_t343.nx★F0 UNIFY implicit + explicit (from the graphics foundation census): a SURFACE-NETS polygonizer that1452
nx_isosurf_orientation_gate_t343.nx192
nx_isqrt.nxinteger square root, shared helper.1423
nx_iterator.nxcomposable iteration; kills the nested-loops bug class.37518
nx_iterator_test.nxsmoke for composable iteration.1231
nx_itoa_boundary_gate_t297.nx222
nx_itoa_candidate_t228.nxTHE shared integer->decimal emitter. ONE copy, so the corpus stops retyping it.795
nx_itoa_candidate_t297.nxTHE shared integer->decimal emitter. ONE copy, so the corpus stops retyping it.775
nx_itoa_gate_t228.nx402
nx_itoa_lib.nxTHE shared integer->decimal emitter. ONE copy, so the corpus stops retyping it.775
nx_itoa_lib_gate.nxgate for the shared integer->decimal emitter (nx_itoa_lib).1053
nx_itrig.nxProvides integer trigonometric functions using 5th-order Taylor series approximations for angles in rad*4096 units.282
nx_ivvbeat.nxthe IV+V beat: re-runs the estate's own verification gates and reports DRIFT.4567
nx_ivvcensus.nxderive the IV+V registry from the WHOLE estate instead of a hand-picked sample.48514
nx_ivvguard.nxthe PURE safety predicates of the IV+V beat, extracted so they can be PROVEN BEFORE33416
nx_ivvguard_gate.nxproves the IV+V beat safety predicates BEFORE any forking or deleting code is2333
nx_jam_detect.nxSOVEREIGN clog/jam detector (QIDI fix; complements311
nx_jam_detect_test.nxKAT gate for the sovereign clog/jam detector.444
nx_jam_response.nxthe JAM -> ACTION loop (auto-pause on a real jam, debounced261
nx_jam_response_test.nxKAT: the FULL jam->action loop on a simulated635
nx_jargon.nxsubstrate-native terminology bridge.30510
nx_jargon_test.nxsmoke for terminology-bridge primitive. 851
nx_jaro_winkler.nxJaro-Winkler string-similarity primitive.1604
nx_jaro_winkler_test.nxsmoke for Jaro-Winkler similarity. 1082
nx_jina_embed_gate.nxE-ARC e2: JINA-WEIGHT ORACLE gate (2026-07-15). Runs the SAME sovereign26910
nx_jitter_buffer.nxAdaptive jitter buffer for smooth video playback by reordering packets and adjusting delay based on network jitter.1277
nx_jitterbuf.nxsovereign ADAPTIVE PLAYOUT DELAY (jitter buffer) sizing for the snapshot354
nx_job_poll.nxR5 job-state tracking: poll Get-Job-Attributes for a job-id until it reaches a805
nx_job_put_error_gate.nx382
nx_jobcancel_lib.nxTHE ONE cancel path for the jobs nx_job_run launched (engineshift ES29, 2026-09-15).23316
nx_jobclaim_lib.nxONE CONTRACT shared by the _jobs claim WRITER and the _jobs claim READER.47222
nx_jobclaim_reap.nxTHE SANCTIONED WAY TO RETIRE A DEAD _jobs CLAIM.1855
nx_jobclaim_reap_gate.nxBITE-PROOF for the dead-claim reaper, both directions.2855
nx_jobfollow_lib.nxTHE ONE FOLLOWER of the tools edge's JOB-STARTED promotion.491
nx_jobfollow_parse.nxTHE PURE HALF of the job-pointer follower: parsing and buffer arithmetic,15714
nx_jobfollow_parse_gate.nxTHE GATE FOR THE JOB-POINTER PARSE, 2026-09-04.1102
nx_joblost_gate.nxWHICH ASYNC JOBS DIED, as distinct from which are still running.62311
nx_jobrun.nxsovereign DETACHED JOB LAUNCHER: the missing stable-training API (rule 27: use our APIs or1176
nx_jose.nxJOSE JWS flattened-JSON signing (RFC 7515 + RFC 8037).2308
nx_jose_es256.nxES256 (ECDSA P-256 + SHA-256) JWS flattened 1806
nx_jose_test.nxsmoke for nx_jose + nx_jwk.1662
nx_journal_log.nxhash-chained append-only event log (L1 of35611
nx_journal_log_test.nxsmoke for nx_journal_log ST-3 MVP.1952
nx_joy_session_record.nxbits-up source-of-truth for the joy_session_record18916
nx_joy_session_record_test.nxschema smoke.801
nx_jpeg_ascii.nxbridge: baseline-JPEG bytes -> luminance ASCII.3896
nx_jpeg_ascii_test.nxKAT for the JPEG -> luminance ASCII bridge.1353
nx_jpeg_census_oracle.nxper-assignment ORACLE STAGER for race 4 (JPEG marker census --1157
nx_jpeg_decode.nxtop-level baseline-JPEG decoder. The33712
nx_jpeg_decode_image.nxfull-image driver for the bits-up2347
nx_jpeg_decode_image_test.nxKAT for the top-level image1622
nx_jpeg_decode_test.nxKAT for top-level baseline-JPEG decoder.1272
nx_jpeg_decoder.nxJPEG baseline (SOF0) 8-bit decoder.9299
nx_jpeg_dequant.nxdequantization + un-zigzag composer.521
nx_jpeg_dequant_test.nxKAT for dequant + un-zigzag composer.1222
nx_jpeg_dht.nxJPEG Huffman-table (DHT) parser per ITU-T Rec.2374
nx_jpeg_dht_test.nxKAT for DHT parser + Huffman decode.1952
nx_jpeg_dqt.nxJPEG quantization-table (DQT) parser per1132
nx_jpeg_dqt_test.nxKAT for JPEG DQT parser.1362
nx_jpeg_entropy.nxbaseline-JPEG entropy-coded segment decoder.1744
nx_jpeg_entropy_test.nxKAT for baseline JPEG entropy decoder.1542
nx_jpeg_header.nxparse JPEG JFIF markers enough to extract1625
nx_jpeg_idct.nx8x8 inverse DCT for JPEG decode.2533
nx_jpeg_idct_test.nxKAT for 8x8 inverse DCT.982
nx_jpeg_marker.nxJPEG segment marker scanner. Arc C1.1 of the2186
nx_jpeg_marker_test.nxKAT for JPEG marker scanner.1882
nx_jpeg_mcu.nxbaseline-JPEG MCU walker. Per ITU-T Rec. T.811894
nx_jpeg_mcu_test.nxKAT for the MCU walker.1272
nx_jpeg_pgm_dump_test.nxPROOF dumper for the bits-up JPEG992
nx_jpeg_ppm_dump_test.nxCOLOR proof dumper for the bits-up722
nx_jpeg_probe.nxRule-2 verify: does nx_jpeg_decode_rgb decode a REAL373
nx_jpeg_progressive.nxPROGRESSIVE JPEG decode (SOF2), the eat-the-debt unblock for real web photos.3998
nx_jpeg_sof.nxJPEG Start-of-Frame parser. Per ITU-T Rec.1666
nx_jpeg_sof_test.nxKAT for SOF0 parser.1602
nx_jpeg_sos.nxJPEG Start-of-Scan header parser.1162
nx_jpeg_sos_test.nxKAT for SOS header parser.1192
nx_jpeg_tables_gate.nxthe referee for the decoder's table slots (debt 1789603770, 2026-09-16). T.81 B.2.4.2 names every1916
nx_jpeg_upsample.nxchroma upsampling for JPEG decode.871
nx_jpeg_upsample_test.nxKAT for chroma upsampling.1162
nx_jpeg_ycbcr.nxYCbCr -> RGB colour-space conversion for JPEG.793
nx_jpeg_ycbcr_test.nxKAT for YCbCr -> RGB conversion.1163
nx_jpeg_zigzag.nxinverse zig-zag scan order for JPEG 8x8 blocks.783
nx_jpeg_zigzag_test.nxKAT for inverse zig-zag. Uses the852
nx_jpegmem_gate.nxTHE JPEG DECODE MEMORY GATE: repeated decodes are FLAT-RSS and overrun-free.1563
nx_jpegmem_probe.nxINSTRUMENT: does nx_jpeg_decode_rgb overrun/leak per call?956
nx_jpegprobe.nxDIAGNOSTIC: why does the image indexer skip real web JPEGs?1444
nx_jrnl_archive.nx"archive it deliberately", as a verb (2026-08-23, lane L).211
nx_jrnl_archive_gate.nxGATE for nx_jrnl_archive (lib composed in-process, nothing forked).1487
nx_jrnl_archive_gate_t138.nxGATE for nx_jrnl_archive (lib composed in-process, nothing forked).31910
nx_jrnl_archive_lib.nxTHE SANCTIONED "ARCHIVE IT DELIBERATELY" VERB for an append-only17513
nx_jrnl_archive_lib_t138.nxPrivate archive qualification: cooperating writers must hold journal+".lock" before opening28521
nx_js_conformance.nxWB-JS-001 conformance HARNESS (test262-lite, no-wave2339
nx_js_eval.nxR-JS-EVAL (WB-JS-001 rung 2): the ECMAScript tree-walking4641268
nx_js_f64.nxJS Number (f64) <-> i64 / decimal-string converters for the sovereign JS engine.1365
nx_js_f64_test.nxgate for the f64 converter library nx_js_f64.nx (R-JS-F64-0/1).836
nx_js_lex.nxR-JS-LEX (WB-JS-001 rung 0): the ECMAScript TOKENIZER, the66230
nx_js_parse.nxR-JS-PARSE (WB-JS-001 rung 1): the ECMAScript PARSER, riding2531106
nx_js_urlfold.nxSOVEREIGN JS constant/template URL folder (operator 2026-07-08: "get to state of the art25811
nx_jsbalance.nxDOES THE EMITTED JAVASCRIPT EVEN LEX? A structural balance check over a page2083
nx_jslogic_census.nxTHE RULER for the JS/HTML-INTEROP-ONLY law (operator standing order4137
nx_jslogic_census_gate.nxTHE REFEREE for nx_jslogic_census, the ruler that enforces the1936
nx_json.nxJSON tokenizer (RFC 8259 subset).2675
nx_json_adversarial_test.nxPhase A5 of S-class hardening.992
nx_json_auth_read_t1.nxminimal SOVEREIGN JSON field reader (no jq, no shell, no 3rd-party). Built for32313
nx_json_complete_gate.nx583
nx_json_emit.nxTHE canonical tiny JSON emitter (eats json-emit-dup, tranche 1).387
nx_json_test.nxexercise both the tokenizer (nx_json.nx) and the1141
nx_json_v1.nxpull-style JSON parser (Phase G12, RFC 8259).2337
nx_jsonl_writer.nxstreaming JSONL output primitive.2048
nx_jsscope.nxSTATIC SCOPE RESOLUTION over nx_js_parse's AST: does every identifier a script44519
nx_jwk.nxJSON Web Key serialization (RFC 7517 + RFC 8037).1387
nx_jwk_ec.nxEC P-256 public-key JWK (RFC 7518 §6.2) + RFC 76381015
nx_jwt.nxJSON Web Token sign + verify (HS256 only).2355
nx_ka_engine_test.nxR4 engine-integration test: does rf_fetch_bank (now pooled) reuse the connection across a researcher's fetches?181
nx_kalman.nxKalman filter (scalar + 2D constant-velocity).1708
nx_kalman_test.nxsmoke for nx_kalman primitives. 1061
nx_kat_add7.nxtiny KAT canary: computes 3+4 and exits the result (7).61
nx_kda.nxKDA LANE SUPPORT: the KDA:MLA interleave schedule. Deliberately does NOT reimplement the573
nx_kda_gate.nxtwo things nx_nofloat_kda_gate does NOT cover:1715
nx_kdf_lib.nxTHE shared KDF + wire base class for the comms crypto lane (C7/C8/C9).14816
nx_kernel_sched_test.nxx86 ladder R-kernel rung-1: a SCHEDULER (the heart of an OS).1028
nx_kernel_v2.nxSEMANTIC proof kernel. Real verification, not72534
nx_kernel_v2_discharge_test.nxASSUMPTION + IMP_INTRO + NOT_INTRO 1521
nx_kernel_v2_test.nxexercise the semantic kernel.1041
nx_keyness.nxsubstrate-native keyword extraction.2227
nx_keyness_test.nxexercise keyness extraction primitive.941
nx_keystone.nxanti-displacement; operator structurally embedded2349
nx_keystone_test.nxsmoke for nx_keystone.1601
nx_kfloor_lib.nxHIERARCHICAL k-ANONYMITY RELEASE WITH COMPLEMENTARY SUPPRESSION (shared lib, 2026-08-24).1426
nx_kinddedupe.nxkeep-first prune of AGREEING duplicate data rows in organ_kind.conf (2026-08-29).23510
nx_kinetics.nxSimulates chemical reaction kinetics with three modes: first-order decay, reversible reactions, and zero-order control.8015
nx_kkfacts.nxCLI: Koikatsu card structural facts. nx_kkfacts probe <card.png>956
nx_kkfacts_lib.nxKOIKATSU CARD FACT EXTRACTION CORE (the Honey Select / Koikatsu card1698
nx_kkslider_stats.nxSLIDER-SEMANTICS MEASUREMENT for the card lane (2026-08-19, the2468
nx_klipper_gcode_validator.nxPhase B1 of S-class hardening.2675
nx_klipper_gcode_validator_test.nxexercise the Klipper grammar1092
nx_kmp_search.nxKnuth-Morris-Pratt string search.792
nx_kmp_search_test.nx161
nx_knight_bind_t24.nxIsolated real-asset bind qualification. Fixed source and output fixture; no serving writes.684
nx_knn.nxk-Nearest-Neighbors classifier.3466
nx_kp_break.nxKNUTH-PLASS OPTIMAL LINE BREAKING, integer-exact.37914
nx_kubelka_gate.nxTHE GATE FOR THE KUBELKA-MUNK CHROMOPHORE SUBSTRATE, 2026-09-03.1503
nx_kubelka_lib.nxKUBELKA-MUNK TWO-FLUX REFLECTANCE, THE CHROMOPHORE SUBSTRATE (2026-09-03)744
nx_kv.nxkey=value (.env / dotenv-style) parser.2195
nx_kv_arena.nxPagedAttention page pool (bits-up).34215
nx_kv_arena_test.nxsmoke for PagedAttention page pool.2061
nx_kv_cache.nxautoregressive attention KV cache.24810
nx_kv_cache_test.nxincremental autoregressive verification.2171
nx_kv_store.nxProvides an append-only key-value store with linear-scan index for session and config persistence.34919
nx_kv_store_test.nxsmoke for append-only KV store.1332
nx_kvcache.nxsovereign PAGED KV-CACHE (census OPPORTUNITY axis27313
nx_kyber_msg_codec_wasm.nx1-bit message <-> polynomial codec.1036
nx_kyber_ntt_wasm.nxNTT in Z_q (q = 3329) for FIPS 203 ML-KEM.2059
nx_kyber_poly_basemul_acc_wasm.nxfull-polynomial basemul accumulate.1178
nx_kyber_poly_tomont_wasm.nxConvert polynomial to Montgomery form.614
nx_kyber_poly_wasm.nxK-PKE polynomial helpers for FIPS 203 ML-KEM-768.23916
nx_kyber_sample_ntt_wasm.nxFIPS 203 §4.2.1 SampleNTT (rejection sampling).742
nx_l_system.nxLindenmayer system rewrite-rule expansion.2487
nx_l_system_test.nxsmoke for procgen L4. 831
nx_lab_from_rgb.nxsRGB u8 -> CIELab Q10 in pure i64 fixed-point.2694
nx_labsci_svc.nxLAB-SCIENCE SERVICE FACADE. The second organ built on54113
nx_labsci_svc_test.nxgate for the lab-science facade. Proves the SAME3345
nx_ladder.nxCLI over nx_ladder_lib: does this board say what best-in-class and the frontier are (dated), and what1925
nx_ladder_gate.nxGATE for the ladder ruler (nx_ladder_lib), driven IN-PROCESS on planted plan rows: a fully1724
nx_ladder_lib.nxTHE ONE RULER FOR A BOARD'S LADDER TO SOTA: every rung says what it is FOR, and the board says38815
nx_lagcomp.nxSERVER-SIDE LAG COMPENSATION. The authoritative server keeps a ring of recent entity positions (~1s202
nx_lamport_clock.nxLamport logical clock (Leslie Lamport 1978): causal ordering across actors, the id source235
nx_landmark_anatomy.nxheuristic anatomy-region labeler.41910
nx_lane_conf.nxshared hot-read key/value conf getter (rule 11: thresholds, limits, timeouts884
nx_lang_h2h.nxTHE HEAD-TO-HEAD COMPILER BENCHMARK, SOVEREIGN AND RECEIPTED (2026-09-01).65925
nx_lang_h2h_gate.nxTHE REFEREE for the /compare/lang head-to-head receipt (2026-09-01).1435
nx_lang_sota_census.nxHONEST, prove-not-assert census of NishiLang against the SOTA-language bug-class752
nx_langcensus.nxTHE WHOLE-POPULATION COMPILER CENSUS: compile EVERY top-level program in the tree with 55414
nx_langdiag_gate.nxTHE LANGUAGE-DIAGNOSTIC PROBE CORPUS, RUN NATIVELY (2026-08-14).1676
nx_langintel_trustgate.nxthe real LI9 trust fence is _hdl_build/nx_langintel_trustfence.nx (must co-locate with40
nx_langsem_gate.nxTHE EXECUTABLE RECORD OF NISHILANG'S OWN SEMANTICS.1551
nx_langsem_lib.nxthe OTHER MODULE for nx_langsem_gate. It exists so the gate can ask a294
nx_langspec.nxTHE CONFORMANCE RUNNER for the written NishiLang specification.76724
nx_langspec_gate.nxTHE REFEREE for lang.plan rung LR5 (written specification plus conformance2144
nx_lash_transition.nxeyelid-to-lash edge gradient softness.1082
nx_lash_transition_test.nx852
nx_lattice.nx2D integer lattice primitives.995
nx_launch_zone_verdict.nxsealed chapter-launch verdict.894
nx_lawgate.nxTHE PRE-FLIGHT. Reads a PreToolUse hook envelope on stdin, matches it against the924
nx_lawgate_gate.nxproves the law pre-flight fires on the hazards it was seeded from AND STAYS1443
nx_lawgate_lib.nxTHE LAW MATCHER. One ruler over knowledge/lawgate.conf, so the pre-flight and any30620
nx_layer_verdict.nxpolymorphic per-layer grader verdict.34911
nx_layernorm.nxLayer Normalisation (Ba/Kiros/Hinton 2016).3155
nx_layout_block.nxnormal-flow block layout for the Nishi273463
nx_layout_block_horizontal_test.nxsmoke for the Phase-31802
nx_layout_block_test.nxsmoke for the Phase-3 block-layout1432
nx_layout_box.nxLayoutBox tree foundation for the Nishi2417
nx_layout_box_test.nxsmoke for the layout-box tree primitive.1231
nx_layout_default_display.nxmap an HTML element tag name to24510
nx_layout_default_display_test.nxsmoke for HTML tag -> default1073
nx_layout_example_com_real_test.nxlay out the REAL example.com2293
nx_layout_from_dom.nxbuild a LayoutBox tree from an HTML byte63025
nx_layout_from_dom_test.nxend-to-end smoke proving HTML token1412
nx_layout_metadata_gate_t220.nxValidates and retains metadata for layout objects in the Nishi sovereign ecosystem.844
nx_lazy.nxone-shot lazy initialisation primitive (pthread_once1135
nx_lbclimb.nxCLI over nx_lbclimb_lib (search R0d, ecosystem EC62, 2026-09-17): the estate answers "what ladder28512
nx_lbclimb_gate.nxGATE for the climb ruler (nx_lbclimb_lib), driven IN-PROCESS on a planted leaderboard (four1764
nx_lbclimb_lib.nxTHE ONE climb ruler (search R0d, ecosystem EC62, 2026-09-17): does a board's DECLARED ladder3208
nx_lbp.nxSOVEREIGN face-descriptor RUNG 1 GATE (hardware-up, integer-only). Proves the LBP operator +583
nx_lbp_batch.nxSOVEREIGN face-descriptor RUNG 5: batch descriptor builder over the corpus. Walks the853
nx_lbp_cluster.nxSOVEREIGN face-descriptor RUNG 4 GATE: greedy chi-square clustering of descriptors582
nx_lbp_core.nxshared SOVEREIGN LBP descriptor primitives (NO main). Hardware-up, integer-only,13015
nx_lbp_faceindex.nxSOVEREIGN face-descriptor RUNG 6: cluster the corpus descriptor store into people.1085
nx_lbp_grid.nxSOVEREIGN face-descriptor RUNG 3 GATE: spatial-grid LBP descriptor. Splits a normalized585
nx_lbp_img.nxSOVEREIGN face-descriptor RUNG 2 GATE: bridge the LBP descriptor to REAL pixels.422
nx_lbp_imgio.nxshared SOVEREIGN image loader for the LBP face-descriptor arc (NO main): PNG file ->332
nx_lcg_bench.nxHONEST cross-language grounding bench (NishiLang side). SAME workload as472
nx_lcm.nxleast common multiple via Euclidean GCD.311
nx_lcm_test.nx151
nx_lds_page_grade.nxbenchmark the LDS test UI by COMPOSING the sovereign UX/CX grader.484
nx_le.nxcanonical little-endian / big-endian fixed-width24619
nx_leaderboard_lib.nxTHE ONE reader of <dom>.leaderboard (ecosystem EC44, 2026-09-15): leaderboard rows AS DATA,31219
nx_leak_check.nxFLEET LEAK-HEALTH CERTIFIER, CLI. Non-invasive (reads only /proc). Grounds every27412
nx_leak_check_gate.nxgates the leak-health certifier's REAL DATA-SCIENCE core on SYNTHETIC series1584
nx_leak_check_lib.nxFLEET LEAK-HEALTH CERTIFIER, library half. The operator's vision: the organs are27121
nx_lean_dir_ingest.nxingest every Lean decl in the corpus at871
nx_lean_ingest.nxingest Lean 4 theorem STATEMENTS (L0 phase).2926
nx_lean_ingest_test.nxsmoke for the Lean statement parser. 271
nx_lean_stream_ingest.nxbridge nx_lean_ingest -> nx_ingest_runner.654
nx_lean_stream_ingest_test.nxLean parser -> defense stack.581
nx_learn_rank.nxthe learnings-rail ranker, COMPOSED not rebuilt.42410
nx_learnmine.nxTHE LEARNING-MINING COMMAND (operator 2026-09-06: farm creators and archives for videos, transcripts and1068
nx_learnmine_gate.nxTHE LEARNING-MINING GATE (2026-09-06). An archive.org advancedsearch listing is assembled at runtime1949
nx_learnmine_lib.nxLEARNING MINING: third-party how-to material as SUPPORTING GUIDES for the /compare rungs (operator43518
nx_lease_lib.nxTHE SOVEREIGN LEASE PRIMITIVE as a LIBRARY (extracted VERBATIM from the NAS nx_lease.nx,49227
nx_leb128.nxLEB128 (Little-Endian Base 128) integer encoding.1615
nx_ledes_gate.nxINDEPENDENT GATE: UTBMS coding + LEDES entry validation + billing guidelines.741
nx_ledes_lib.nxLEGAL SPEND: UTBMS coding + LEDES 1998B validation + outside-counsel guidelines.12412
nx_ledger.nxdouble-entry bookkeeping primitive (L13 foundational).35210
nx_ledger_gate.nxF981 INDEPENDENT GATE for the sovereign double-entry ledger.1865
nx_ledger_lib.nxF981: THE SOVEREIGN DOUBLE-ENTRY LEDGER (the first byte of Nishi finance).28015
nx_ledger_scale_gate.nxF981 SCALE RUNG: prove the per-account index returns the SAME answer as1445
nx_ledger_trust_equiv_gate.nxF997 STEP 1: BEHAVIOUR-EQUIVALENCE PROOF, nx_ledger vs nx_trust.1615
nx_legacy_codec_gate.nxgate for the 1990s reader set: TGA, PCX, ICO/CUR2893
nx_legal_audit.nxalgorithmic-cleanliness + sovereignty audit.1869
nx_legal_compliance.nxLEGAL RUNG D0: the document-type -> legal-regime ->20910
nx_legal_portal.nxLEGAL RUNG D6: the Client Workspace portal request handler.35612
nx_legal_portal_boot.nxLEGAL RUNG D8: portal boot-reload (BUILT->LIVE persistence wiring).1124
nx_legal_serve.nxSERVE-WRAPPER making the LEGAL role's capability MCP-callable (operator 2026-07-10). Library-role374
nx_legal_store.nxLEGAL RUNG D7: durable persistence for the legal stores.1256
nx_legal_svc.nxLEGAL SERVICE FACADE. One agentic MCP tool over the sovereign legal-calc stack.47423
nx_legaldocs_research.nxTHIN structured LEGAL-DOCUMENT-MANAGEMENT research source organ. COMPOSES491
nx_legalsem_gate.nxINDEPENDENT GATE: concept-level (paraphrase) clause matching + POLARITY.671
nx_legalsem_lib.nxSEMANTIC clause matching: legal concept normalisation + POLARITY.1719
nx_lemma_import.nxMass-ingestion bridge for imported lemmas.23810
nx_lensdist.nxModels and corrects radial lens distortion in images using fixed-point arithmetic.19611
nx_lerp_smooth.nxsovereign per-peer render-smoothing primitive. Interpolate prev->cur by an alpha that152
nx_levenshtein.nxLevenshtein edit distance.903
nx_lex.nxcanonical lexer primitives (source-code whitespace).1044
nx_lex_kinds.nxTok record + named TokenKind constants. 2333
nx_lia.nxLinear Integer Arithmetic decision procedure.1968
nx_lia_legal_test.nxexercise LIA decision + sovereignty audit.2077
nx_lib_compact.nxcompact the library seg_store: merge the many small403
nx_lib_e2e_test.nxEND-TO-END gate for the sovereign library read path.852
nx_lib_fetch.nxsovereign HTTPS fetch for the library ingest (retires903
nx_lib_fetch_cookie.nxsovereign HTTPS GET with a browser UA + Cookie1345
nx_lib_fetch_ingest.nxthe FULL sovereign ingest: fetch a work URL over181
nx_lib_fetch_probe.nxproves nx_lib_fetch compiles/links against the full433
nx_lib_gbif.nxingest the library's REAL data: GBIF backbone-taxonomy1214
nx_lib_gbif_bulk.nxSCALE: ingest the full GBIF bulk taxonomy (~16K taxa)475
nx_lib_gbif_probe.nxingest the REAL library GBIF data from disk into745
nx_lib_http.nxPURE HTTP routing/response for the sovereign library API.1746
nx_lib_http_test.nxgate for the sovereign library HTTP router.1052
nx_lib_httpd.nxsovereign HTTP DAEMON for the nishi-library read API.1416
nx_lib_index.nxPERSISTED inverted index for the library search (the1423
nx_lib_index_test.nxgate for the PERSISTED inverted-index search.722
nx_lib_ingest.nxSOVEREIGN local-file ingest into the Nishi research library. Reads a source file and384
nx_lib_ingest_json.nxthe deterministic tail of the sovereign ingest:381
nx_lib_ingest_json_test.nxgate the deterministic ingest tail:552
nx_lib_ingest_tsv.nxsovereign WRITE/INGEST path for the nishi-library catalog.542
nx_lib_openalex.nxingest REAL works from the OpenAlex API JSON into30411
nx_lib_openalex_probe.nxLIVE: fetch real works from OpenAlex over905
nx_lib_page.nxsovereign ZERO-JS HTML frontend for the nishi-library.1716
nx_lib_page_test.nxgate for the sovereign zero-JS HTML frontend.742
nx_lib_parse.nxsovereign JSON -> work-record parser (retires the Python844
nx_lib_parse_test.nxgate for the sovereign JSON->work parser.562
nx_lib_pdf.nxsovereign PDF -> text for the library (retires docling).342
nx_lib_pdf_diag.nxdiagnose PDF text extraction quality on the saved514
nx_lib_pdf_probe.nxLIVE proof of the sovereign PDF axis via the library344
nx_lib_pdf_stream_diag.nxdump a decompressed CONTENT stream from the FOP685
nx_lib_pmc_fetch.nxpull the NCBI PoW interstitial + the pow.js algorithm404
nx_lib_pmc_pow.nxsolve NCBI PMC's JS proof-of-work anti-bot gate, all1559
nx_lib_pow_decomp.nxfetch the gzip'd pow.js and inflate it to readable463
nx_lib_probe.nxsovereign HTTP CLIENT that hits the live nx_lib_httpd422
nx_lib_reindex.nxisolate the full-text index build over the durable 16K314
nx_lib_search.nxsovereign SEARCH over the nishi-library catalog store.1145
nx_lib_search_test.nxgate for the sovereign library search.742
nx_lib_semantic.nxR3b-SCALE: run the sovereign distributional embedder over the REAL banked library22211
nx_lib_serve.nxsovereign QUERY/SERVE layer for the nishi-library, on1305
nx_lib_serve_test.nxgate for the sovereign query/serve layer.804
nx_lib_std.nxTHE SOVEREIGN STANDARD LIBRARY (seed, v0 2026-07-12).13211
nx_lib_std_gate.nxgate for the sovereign stdlib seed. KATs per function + NEGATIVE1382
nx_lib_store.nxsovereign CATALOG STORE for the nishi-library, on the17413
nx_lib_store_test.nxsovereign gate for the catalog store (SQLite replacement).783
nx_lib_verify_probe.nxEND-TO-END LIVE verify of the deploy: fetch the354
nx_lib_write_test.nxgate for the sovereign WRITE endpoint (POST /api/ingest).572
nx_libcheck.nxDUPLICATE-LIBRARY DIVERGENCE DETECTOR. The instrument that would have caught BOTH3728
nx_libdata.nxTHE SELF-SUFFICIENCY DATA LIBRARY ENGINE (ws=library-datasets, 2026-07-31).147635
nx_libindex.nxCLI front door for the library discovery index (PG1, procgen.plan, 2026-08-24).544
nx_libindex_gate.nxGATE for the library discovery index (PG1, procgen.plan, 2026-08-24).1427
nx_libindex_lib.nxTHE LIBRARY DISCOVERY INDEX, function side (PG1, procgen.plan, 2026-08-24).37012
nx_librarian.nxthe DOCUMENTATION module of the Nishi Project Manager.1485
nx_librarian_audit.nxLIBRARIAN rung 1: the FORMAT-SPRAWL INSTRUMENT. The operator's charge1246
nx_librarian_audit_gate.nxLIBRARIAN rung-1 GATE + the live census console. Proves classification1836
nx_librarian_review.nxORCHESTRATION rung 1: the LIBRARIAN auto-reviews the RESEARCHER's ingested11310
nx_librarian_review_gate.nxORCHESTRATION rung-1 GATE: proves the librarian auto-reviews ingested985
nx_library_exceed.nxMEASURED exceed benchmark for the public publication library31713
nx_library_fetch.nxSOVEREIGN digital-library best-practices research fetch.1445
nx_licdetect.nxthin CLI over nx_licdetect_lib. WHICH LICENCE IS THIS FILE?764
nx_licdetect_gate.nxGATE for nx_licdetect_lib.1384
nx_licdetect_lib.nxWHICH LICENCE IS THIS TEXT? Read from the bytes, never from a declaration.2287
nx_license_check.nxLayer-3 lexical grader perspective.2239
nx_license_check_test.nxsmoke for the licensing-wall grader.872
nx_license_wall_audit.nxaudit substrate's licensing wall.1642
nx_licgate.nxthin CLI over nx_licgate_lib (the shippability verdict).3562
nx_licgate_lib.nxthe SHIPPABILITY verdict as a LIBRARY: may I SELL what this generation chain36419
nx_lichen.nxanchor to non-native substrate without harming host.24516
nx_lichen_test.nxsmoke for nx_lichen.1291
nx_licm_adv2.nxSECOND adversary: COUNT-UP over a RUNTIME length with an532
nx_licm_adversary.nxMINIMAL adversary repro for the LICM hang.482
nx_light.nxexposure / contrast / dynamic-range / direction (V3).2339
nx_light_test.nxsmoke for V3 light/exposure primitives. 1411
nx_lighting_consistency.nxsubject lighting vs environment lighting match.1713
nx_lighting_quality.nxlighting composition grader.2238
nx_likeness.nxCLI over nx_likeness_lib (aesthetictwin AT45, 2026-09-18): the image-level likeness referee. A render (or any892
nx_likeness_gate.nxthe referee for nx_likeness_lib (aesthetictwin AT45, 2026-09-18). On the real reference set (four clothed,2537
nx_likeness_lib.nxTHE IMAGE-LEVEL LIKENESS REFEREE (aesthetictwin AT45, 2026-09-18). The board had no ruler that reads a111460
nx_limb_count.nxTier 6 anatomical limb-count detector.3154
nx_linalg.nxvector + matrix engine.31518
nx_linalg_affine_domain_candidate_t342.nxPrivate additive linear-algebra extension for scale-preserving affine skinning.14010
nx_linalg_affine_domain_gate_t342.nxTests affine interval operations for 32-bit floating-point values in the Nishi sovereign ecosystem.761
nx_linalg_affine_factor_baseline_t361.nxValidates affine interval calculations for various floating-point edge cases.991
nx_linalg_affine_factor_candidate_t361.nxPrivate additive linear-algebra extension for scale-preserving affine skinning.19714
nx_linalg_affine_factor_canonical_gate_t361.nxTests affine interval calculations for various edge cases in floating-point arithmetic.1401
nx_linalg_affine_factor_gate_t361.nxTests affine factor interval calculations with various edge cases and expected outcomes.1401
nx_linalg_affine_t34.nxPrivate additive linear-algebra extension for scale-preserving affine skinning.19714
nx_linalg_chol_gate.nxTHE REFEREE FOR THE Q30 CHOLESKY (graphics GR47).2366
nx_linear_attn_bench.nxmeasure SANA linear attention O(n·d^2) vs softmax O(n^2·d) at scale.1154
nx_linear_type.nxruntime tracking for linear/affine resources.1569
nx_linecont_gate.nxLN15 FREE MULTI-LINE EXPRESSIONS: does a continuation line23110
nx_linemap.nxOUT-OF-BAND expanded-line -> (file, source-line) map.46526
nx_link_sentinel.nxLINK LIVENESS MONITOR for the nav. Probes every surface in knowledge/site/surfaces.reg37918
nx_linkqual.nxONE sovereign real-time LINK-QUALITY substrate that30522
nx_linkqual_bench.nxMEASURED hot-path performance of the link-quality953
nx_linkqual_cycles.nxCYCLE-ACCURATE hot-path measurement of the1304
nx_linkqual_test.nx1:1 KAT for the real-time link-quality substrate811
nx_linux_guest_gate.nxF103c "Linux guest lane" (os lane, critical path; deps F103a=D F103b=D 2026-07-21).2488
nx_lipsync.nxTALKING AVATAR v0 (roadmap R6, the Duix-Avatar side of the operator's ask, sovereign + no725
nx_listener_census_gate.nxPure IPv4/IPv6 parser controls plus real same-port/different-address listeners.1054
nx_litpath_quirk_test.nxminimal repro for literal-path syscall quirk.882
nx_litprobe.nxliteral-ceiling witness: does a 6000-char literal survive the chain?213
nx_litprobe2.nxescape-heavy literal witness6193
nx_live_crawl.nxLIVE crawl of a real internet host via the sovereign776
nx_live_fire_gguf.nxlive-fire end-to-end GGUF round-trip on real disk.720
nx_live_fire_gguf_test.nxthe live-fire smoke.2472
nx_live_governor.nxTHE NISHI LIVENESS GOVERNOR (grading core).492
nx_live_governor_run.nxTHE LIVE BOARD. Probe each catalogued route775
nx_live_governor_test.nxsmoke for nx_live_governor (grading core).311
nx_live_https.nxfull VALIDATED live HTTPS crawl, bits-up end to end.676
nx_live_https_reach.nxLIVE reach test of the sovereign TLS 1.3 client544
nx_livecloexec_gate.nxdoes any LIVE process hold a listening socket WITHOUT FD_CLOEXEC?44514
nx_liveness_sentinel.nxOFF-BOX liveness sentinel.56918
nx_livingviz_research.nxSCOPE the operator's dream with the nishi researcher: "watch the autonomous build421
nx_llm_argmax_probe.nxPURE-FORWARD correctness test. Bypasses run_v3's sampler + repetition-penalty:933
nx_llm_batch_serve.nxthe SOVEREIGN CONTINUOUS-BATCHING LLM SEAT.28810
nx_llm_capcheck.nxSOVEREIGN DEEP CAPABILITY CHECKER for the no-float Qwen2.5-0.5B (our own "Unsloth-style"1505
nx_llm_diff_probe.nxNUMERICAL cross-check vs the transformers oracle (same GGUF). Dumps our forward's1127
nx_llm_forward_profile.nxclean per-decode-forward timing on the1054
nx_llm_france_probe.nxDECISIVE correctness probe (post QKV-bias fix). Feeds the REAL factual prompt753
nx_llm_landscape_research.nxTHIN structured research organ for the NEXT-STEPS decision: which small271
nx_llm_layerlens_probe.nxSOVEREIGN logit-lens bisection (no external oracle). Prefills "The capital of1154
nx_llm_route.nxMIXED-LLM ROUTING (companionchat CC6, 2026-08-30): a DATA ROW can send a chat turn to a stronger1569
nx_llm_route_gate.nxthe REFEREE for companionchat CC6 (go_llm_route in nx_llm_route.nx): a route row selects a backend904
nx_llm_run.nxend-to-end LLM inference scaffold.2773
nx_llm_run_v2.nxend-to-end Llama-class inference composer (real2172
nx_llm_run_v2_test.nxend-to-end smoke for nx_llm_run_v2.nx.2433
nx_llm_sched.nxsovereign CONTINUOUS-BATCHING scheduler (Orca / vLLM1937
nx_llm_sched_gate.nxMEASURED gate for the CONTINUOUS-BATCHING2285
nx_lmexport.nxSOVEREIGN replacement for nx_landmine_export.cron.sh (2026-08-07).1396
nx_ln42_probe.nx141
nx_load_test_harness.nxN-concurrent-user capacity probe.1866
nx_loadceil.nxCLI for the build-admission load-ceiling calibrator (LV3, loadgov.plan, 2026-08-24).894
nx_loadceil_gate.nxGATE for the load-ceiling calibrator (LV3). Composes nx_loadceil_lib in-process on1635
nx_loadceil_lib.nxDERIVE THE BUILD-ADMISSION LOAD CEILING FROM THE BOX'S OWN HEALTHY-BEAT HISTORY,37016
nx_loader.nxELF segment loader for nx_rv64_sim.2095
nx_locality.nxdata-locality markers + cost estimates.1136
nx_localizers_test.nx831
nx_lock_reap.nxCLI of the sovereign stale-lock reaper (R-ORCH-2a). Reaps ONE abandoned lock613
nx_lock_reap_core.nximportable CORE of the SOVEREIGN stale-lock reaper (R-ORCH-2a; the1177
nx_lock_reap_gate.nxliar-killed GATE for the sovereign lock-reaper (R-ORCH-2a).686
nx_lockbound_gate.nxdoes ss_plane_lock REFUSE a wedged plane instead of hanging on it?1425
nx_lockwatch.nxWHO HOLDS THIS PLANE'S LOCK, AND WHAT ARE THEY DOING?32910
nx_log.nxstructured logging framework.32021
nx_log_category.nxsealed-enum log-field classification with23610
nx_log_category_test.nxsmoke for system-vs-people enforcement.1392
nx_log_chunked.nxappend-only Merkle-linked chunk log.2768
nx_log_chunked_test.nxappend-only Merkle-linked log shape.991
nx_log_gate.nxthe gate for the structured logger 32 modules import.1164
nx_log_jsonl.nxstructured JSONL log line emitter.36113
nx_log_jsonl_test.nxsmoke for structured JSONL log emitter.1773
nx_log_v1.nxstructured logging with levels.1487
nx_log_v2.nxsingle-syscall fast emit for real-time competitions.1689
nx_log_v2_test.nxcorrectness + bench for fast emit.1556
nx_logadd_gate.nxGATE for the fixed-point log-domain library (nx_logadd_lib), driven IN-PROCESS with no fixture:841
nx_logadd_lib.nxFIXED-POINT LOG-DOMAIN ARITHMETIC, no floats anywhere: the primitive a linear-chain CRF's1038
nx_login_census.nxthe MEASURED scoreboard for the LOGIN/IDENTITY system (operator 2026-06-22: "the whole1228
nx_login_e2e_probe.nxSOVEREIGN end-to-end auth proof (operator: "prove it, no bullshit loop"). Our18312
nx_login_gate.nx★NISHI LOGIN: the UNIFIED sovereign auth gate. Validates a request's credential in ANY905
nx_login_probe.nxobserve the LIVE nishifamily.com login + post-login flow with our OWN sovereign TLS-1.3675
nx_logit_lens.nxintermediate-layer interpretability for transformers.3526
nx_logtail.nxTHE shared HONEST TAIL READER for append-only logs and journals. ONE copy, so the1123
nx_loop.nxbounded-loop discipline primitive.35014
nx_loop_census.nxMEASURE THE ULTIMATE AUTONOMY LOOP (the operator's "god pattern"): is the cycle1328
nx_loop_subdiv.nxLOOP SUBDIVISION (Charles Loop, 1987): the triangle-mesh SMOOTH-LIMIT subdivision scheme.1474
nx_lora_pool.nxH9 Multi-LoRA adapter pool (bits-up).31817
nx_lora_pool_test.nxsmoke for H9 Multi-LoRA adapter pool.1401
nx_lora_screen.nxG16: contamination/integrity screen on an acquired LoRA or checkpoint file, BEFORE it may241
nx_lorebook.nxTHE LOREBOOK PLANE (companionchat CC3): keyed world entries as DATA, injected into the chat turn ONLY when2029
nx_lorebook_gate.nxthe REFEREE for companionchat CC3 (em_lorebook in nx_lorebook.nx): a keyed entry is injected only when1115
nx_lower_anatomy_test.nx1233
nx_lowrank_attn.nxM3: low-rank KV through a REAL softmax-attention forward (end-to-end quality proof).40220
nx_lowrank_kv_budget.nxthe HARDWARE PAYOFF of data-driven low-rank KV (nx_lowrank_rank_plan) on the937
nx_lowrank_kv_gate.nxMEASURED Pareto gate: low-rank KV-cache compression via Frequent Directions.22610
nx_lowrank_kv_real.nxM4c-1: is REAL Qwen2.5-0.5B KV actually low-rank? (the empirical foundation of the36618
nx_lowrank_rank_plan.nxDATA-DRIVEN per-tensor/per-layer KV rank sizing. Bridges M2 ("the optimal965
nx_lowrank_weight_spectrum.nxthe FORWARD-FREE VRAM lever: are the real model's WEIGHT matrices low-rank?18514
nx_lpc.nxLinear Predictive Coding (LPC) analysis via the1805
nx_lpc_autocorr.nxinteger-only autocorrelation R[0..p] of a822
nx_lpc_levinson.nxLevinson-Durbin recursion in Q30 fixed-point.3023
nx_lpc_synth.nxLPC synthesis filter (Arc 1 Phase A.3).1815
nx_lpo.nxLexicographic Path Ordering (LPO).1634
nx_lpo_test.nxLPO smoke covering all four verdicts + each rule.1345
nx_lru.nxLeast-Recently-Used cache.1676
nx_lsd.nxSOVEREIGN BitTorrent Local Service Discovery (BEP-14): find/announce peers on the LAN via13115
nx_lsp.nx============================================================================================175668
nx_lsp_gate.nx============================================================================================57313
nx_ltv_gate.nxINDEPENDENT GATE: PAdES levels + the three-valued verdict (crown teeth).1246
nx_ltv_lib.nxPAdES LONG-TERM VALIDATION (ETSI EN 319 142 baseline levels B-B/B-T/B-LT/B-LTA).22119
nx_ltv_pure_gate.nxINDEPENDENT GATE over the PURE DECISION CORE of nx_ltv_lib.1101
nx_lush_zone.nxspecialized lush vegetation density generator.3356
nx_lw_cache_gate.nxgate for the packed dequant-once cache in3219
nx_lysis.nxselective foreign-entity neutralization.2958
nx_lysis_test.nxsmoke for nx_lysis.891
nx_lysosome.nxcleanup / recycling queue for terminated cells.997
nx_lysosome_test.nxsmoke for nx_lysosome.421
nx_lz4_header.nxparse LZ4 frame format headers (RFC-less1715
nx_lzma_lib.nxTHE LZMA AND LZMA2 DECODER (/compare/modding MD29, 2026-09-06), written from the mirrored specification50927
nx_mac48.nxIEEE 48-bit Ethernet MAC address parse + format.1467
nx_machine_arch_test.nxverify the machine-graph + kinematics1281
nx_machine_graph.nxdata-driven printer description: build37313
nx_machine_graph_test.nxexercise the Qidi X-Max 3 factory +1071
nx_macro_argcap_probe.nxNEGATIVE CONTROL for the >8-argument macro refusal (debt 1785521154).332
nx_macro_axis_gate.nxmechanically prove the BACKEND-OWNED TARGET AXIS of the self-host11612
nx_macro_nest_gate.nxNESTED conditional chains and @elif arm selection.8613
nx_macro_test.nxexercise the new @macro preprocessor.875
nx_macro_v2_test.nxexercise multi-line {} bodies + $$ident gensym.1127
nx_macro_v3_test.nxexercise @ifdef / @ifndef / @endif.1078
nx_macro_v4_test.nxexercise auto-injected target defines + @undef.667
nx_macro_v5_test.nxexercise @for generative repetition.1166
nx_macro_v6_test.nxexercise @if(expr) + @else + @elif.11616
nx_macro_v7_test.nxexercise ${var} + @stringify + @concat.1126
nx_macro_v8_test.nxexercise @for(x in {tok, tok, tok}) value-list iteration.1126
nx_macroprobe.nxdoes @ifdef TARGET_X86_64 resolve CONSISTENTLY across imported files?304
nx_madvise_probe.nxSYSCALL-IDENTITY PROBE: does raw __syscall(28) reach x86_64 madvise(2)?653
nx_magnet.nxBEP-9 magnet-URI parser (the live-client ENTRY point: add_magnet's first step,30415
nx_magnet_discover.nxpaste a URL, get EVERY magnet on the page + info on each.1667
nx_magnet_owned_gate_t271.nx422
nx_magnet_owned_t271.nxBEP-9 magnet-URI parser (the live-client ENTRY point: add_magnet's first step,30415
nx_mailpiece.nxPHYSICAL MAIL COMPOSITION (rung 2 of Nishi Mail to SOTA). Composes a print-ready35619
nx_main.nxNishiLang-side compiler driver.902
nx_maint_action.nxR5: diagnosis -> action. Turns a kernel verdict + the19115
nx_maint_action_test.nxgate for R5 (diagnosis -> action).871
nx_maint_asset.nxthe universal maintenance SPINE: a data-driven asset/1023
nx_maint_asset_test.nxgate for the maintenance spine.1121
nx_maint_business.nxprove the BUSINESS in modeling (no IRL spend). Converts972
nx_maint_business_test.nxgate for the business-model layer.771
nx_maint_ingest.nxthe HARDWARE-facing ingest rung (R1) of the maintenance1264
nx_maint_ingest_test.nxgate for the hardware-facing ingest rung (R1).1021
nx_maint_ledger.nxR4: the additive maintenance ledger (#13, history is1377
nx_maint_ledger_test.nxgate for R4 (the additive maintenance ledger).711
nx_maint_render.nxR6: the fronts. Renders a MaintResult + ActionPlan into1488
nx_maint_render_test.nxgate for R6 (the fronts).691
nx_maint_research_fetch.nxSOVEREIGN multi-source web-fetch to RESEARCH how985
nx_maint_rul.nxremaining-useful-life (RUL) PROGNOSTICS: the learning loop's1082
nx_maint_rul_test.nxgate for RUL prognostics (the learning loop's prediction).931
nx_maint_simloop.nxthe CLOSED-LOOP DIGITAL-TWIN SIMULATOR + learning loop.982
nx_maint_simloop_test.nxgate for the closed-loop digital-twin simulator.571
nx_maint_simpage.nxthe IN-BROWSER PROOF PAGE. Composes the closed-loop1094
nx_maint_simpage_test.nxgate for the in-browser proof page (the capstone).751
nx_maint_specs.nxthe appliance/HVAC spec CATALOG (the water-heater741
nx_maint_specs_test.nxgate for the appliance/HVAC spec catalog.851
nx_maint_unify.nxR3 unify: the 5 physics kernels speak ONE health1208
nx_maint_unify_test.nxgate for R3 unify (one health language).751
nx_makeup.nxMAKEUP layer (the LT_MAKEUP layer type from nx_char_layers, operator "add layers of ... makeup").835
nx_makeup_style.nxtyped makeup classification + scene-appropriateness check.1532
nx_manga.nxWRITING arc, rung W-MANGA-1: the PAGE/PANEL SCRIPT model.1358
nx_manga_bubble.nxR2 of the mangagen lane (comparewatch- contract mangagen_mb_bubble_draw):35010
nx_manga_bubble_gate.nxREFEREE for R2 (nx_manga_bubble). END-TO-END: forks the PROMOTED elf with a1473
nx_manga_charsheet.nxR4 of the mangagen lane (comparewatch- contract mangagen_mcs_sheet_emit):32011
nx_manga_charsheet_gate.nxREFEREE for R4 (nx_manga_charsheet). END-TO-END: builds its own mesh by1775
nx_manga_gate.nxREFEREE for WRITING rung W-MANGA-1 (nx_manga).1167
nx_manga_ocr.nxMG22: FIND THE TEXT REGIONS ON A PAGE (lib; lib+gate split, no main).932
nx_manga_ocr_gate.nxREFEREE for MG22 (mo_text_regions). IN-PROCESS against nx_manga_ocr.1065
nx_manga_page.nxR1 KEYSTONE of the mangagen lane (comparewatch- contracts mangagen_mp_page_emit26410
nx_manga_page_gate.nxREFEREE for R1 (nx_manga_page), the keystone rung, gated last and owed since1905
nx_manga_rating.nxTHE CONTENT RATING PLANE for the manga lane (mangagen MG24 mr_rate_row,18512
nx_manga_rating_gate.nxREFEREE for mangagen MG24 (mr_rate_row) and MG32 (mr_depiction_legal).892
nx_manga_rating_lib.nxTHE CONTENT RATING DECISION as a shared lib (mangagen MG24 mr_rate_row,1459
nx_manga_research_fetch.nxSOVEREIGN researcher for the MANGA ACQUISITION + TRANSLATION exceed arc (operator775
nx_manga_script.nxR3 of the mangagen lane (comparewatch- contract mangagen_ms_beats):1786
nx_manga_script_gate.nxREFEREE for R3 (nx_manga_script). END-TO-END: builds its own fixture script,1654
nx_mannequin_index.nxcomposite "is this a living person or a mannequin" verdict.1442
nx_mannequin_index_test.nxSmoke for nx_mannequin_index composite scorer + the two leaf detectors1532
nx_manufacturing_posture.nxsealed manufacturing-tier verdict.785
nx_map.nxRobin-hood hashmap with FNV-1a (Phase G8).26110
nx_map_file_gate.nxgates the DEBT-EATEN file I/O floor (2026-07-15): (a) sys_read_file now sizes its963
nx_markdown_block.nxblock-level Markdown -> HTML. 35911
nx_markdown_inline.nxrender inline Markdown to HTML.2354
nx_market.nxthe NISHI MARKET RESEARCHER: sees what the team can CAPITALIZE on (operator). It13714
nx_market_ladder.nxTHE MARKET-ENTRY VERDICT CLI over nx_market_ladder_lib (2026-08-24, /compare PT6).984
nx_market_ladder_gate.nxTHE GATE FOR THE MARKET-ENTRY VERDICT (nx_market_ladder_lib + the CLI), 2026-08-24.1414
nx_market_ladder_lib.nxTHE MARKET-ENTRY VERDICT AS ONE RULER (2026-08-24, /compare PT6: ml_entry_verdict).39820
nx_market_research_fetch.nxgrounds the unit-economics organ (Wright's625
nx_market_rt.nxGO-TO-MARKET / UNIT ECONOMICS. Engineering-ready +899
nx_market_test.nxsmoke for nx_market. Proves production cost-down,381
nx_material_cast_candidate_t302.nx535
nx_material_cast_gate_t302.nx413
nx_material_normal_page_candidate_t302.nxCandidate emitted-page admission boundary; native glTF descriptor remains source parser.41
nx_material_normal_shader_candidate_t301.nxCandidate additions to existing nx_cast_shader_src.nx; not a second renderer.343
nx_material_normal_shader_gate_t301.nx402
nx_material_profile.nxdata-driven filament profile: temps,3379
nx_material_profile_test.nxexercise the Generic PLA factory +1041
nx_material_source_tangent_gate_t301.nx542
nx_math.nxcanonical pure-integer math helpers.451
nx_math_basics.nxcanonical shared integer-math basics.1069
nx_math_basics_test.nxsmoke for the shared integer-math basics.591
nx_math_games.nxentry-level math games + puzzles + riddles for13612
nx_math_games_test.nxsmoke for the pedagogy primitives.1174
nx_math_page.nxTHE /math SURFACE: a math workbench from the youngest kids to research.43911
nx_math_serve.nx/math AS A TOOL, NOT A BROCHURE.1797
nx_mathcore.nxemit an EXACT multi-precision product so an OUTSIDE arithmetic can adjudicate it.1077
nx_mathcore_gate.nxTHE MATH CORE HAD NO GATE AT ALL (measured 2026-09-03).2594
nx_mathml.nxCLI for the sovereign LaTeX-subset to MathML typesetter.503
nx_mathml_gate.nxIS THE SOVEREIGN LATEX->MATHML TYPESETTER CORRECT, AND CAN IT REFUSE?1514
nx_mathml_lib.nxLATEX SUBSET -> MATHML, THE SOVEREIGN MATH TYPESETTER.48223
nx_matmul_t_pool_gate.nxgate + MEASUREMENT for the pooled1706
nx_matmul_tile_kat.nxproves the m>1 COLUMN-TILED matmul is BIT-EXACT against the existing kernel,1197
nx_matmul_traced.nxBP-3: real ML primitive (matmul) with full1542
nx_matrix.nxgeneral matrix algebra (i64, row-major).52221
nx_matrix_eig_gate.nxAM1: DOES THE SYMMETRIC EIGENSOLVER ACTUALLY SOLVE, AND CAN IT REFUSE?2202
nx_matrix_sym_lib.nxTHE ONE READER OF A COMPARE-MATRIX ROW'S SYMBOL FIELD (field 3).16015
nx_matrix_test.nxsmoke for matrix algebra. 1481
nx_matter.nxNishi Office Matter/Client spine (F502) CLI/MCP organ: self-verifying demo421
nx_matter_gate.nxINDEPENDENT gate for the Matter/Client spine (imports the SAME692
nx_matter_intake.nxNishi Office NEW-MATTER INTAKE (F511) CLI/MCP organ: self-verifying441
nx_matter_intake_gate.nxINDEPENDENT gate for the new-matter intake composition (imports1002
nx_matter_intake_lib.nxNishi Office: NEW-MATTER INTAKE (F511 composition / logical391
nx_matter_lib.nxNishi Office: Matter/Client SPINE (F502) core lib.20111
nx_max_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_max_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_mcbench_research_fetch.nxGROUND THE REAL BAR (operator: "really use the nishi researcher and really562
nx_mccabe.nxTHIN MAIN over nx_mccabe_lib.nx. Publishes the DISTRIBUTION of cyclomatic complexity1703
nx_mccabe_gate.nxteeth for the cyclomatic-complexity census.2865
nx_mccabe_lib.nxCYCLOMATIC COMPLEXITY FOR NISHILANG. Closes seq251.35617
nx_mcp.nxTHE SOVEREIGN MCP CLIENT. Retires nishi-ops/nxmcp.py (Python) and nxfsedit.ps12499
nx_mcp_authenticated_gate.nxFresh native stdio read-only authenticated roundtrip using existing HTTPS fixture.762
nx_mcp_body_gate.nxLANE K 2026-08-23. Referee for the MCP-wire body-read root fix in40017
nx_mcp_call.nxthe SOVEREIGN MCP client: POST a JSON-RPC tools/call to /mcp over our own TLS-1.3 and PRINT27414
nx_mcp_control.nxBorrowed MCP control metadata. JSON stays at the boundary; no value tree1803
nx_mcp_control_gate.nx221
nx_mcp_coverage.nxTHE STANDING MCP/API EXPOSURE COVERAGE ORGAN (operator 2026-07-16: make2006
nx_mcp_coverage_gate.nxgate for the standing MCP/API exposure coverage organ.542
nx_mcp_edge_boundary_gate.nx442
nx_mcp_envelope.nxNative MCP envelope selection. Reuses the estate value parser.622
nx_mcp_envelope_gate.nx303
nx_mcp_http_envelope_gate.nx242
nx_mcp_http_gate.nx513
nx_mcp_http_gate_t174.nx503
nx_mcp_https_gate.nx536
nx_mcp_https_gate_t175.nx536
nx_mcp_pending.nxMCP-specific identity ownership over the generic process pool.56733
nx_mcp_pending_candidate_t230.nxMCP-specific identity ownership over the generic process pool.56733
nx_mcp_pending_http_t174.nxMCP-specific identity ownership over the generic process pool.39320
nx_mcp_queue_canonical_gate_t230.nxManages JSON-RPC request queues with cancellation, budgeting, and recovery mechanisms for MCP gateways.753
nx_mcp_queue_gate_t230.nxManages JSON-RPC request queuing, cancellation, and worker recovery in a distributed system.753
nx_mcp_queue_stdio_canonical_gate_t230.nxTests MCP queue behavior with JSON-RPC input and checks output for expected responses and error conditions.743
nx_mcp_queue_stdio_gate_t230.nxSends JSON-RPC requests to a tool lister and checks responses for expected outcomes.743
nx_mcp_queue_stdio_recheck_t236.nxTests MCP admission recheck with stdio by executing a tool and verifying output and event logs.743
nx_mcp_route.nxCredential routing is explicit configuration; the remote capability verifier remains authoritative.1277
nx_mcp_route_archive_gate_t160.nxValidates and configures route authorization policies for the Nishi sovereign ecosystem.582
nx_mcp_route_auth_read_gate_t1.nxValidates and configures route authorization policies for the Nishi sovereign ecosystem.482
nx_mcp_route_auth_read_t1.nxCredential routing is explicit configuration; the remote capability verifier remains authoritative.1277
nx_mcp_route_json_canonical_gate_t160.nxValidates and configures route authorization policies for the Nishi sovereign ecosystem.2336
nx_mcp_route_json_gate_t160.nxValidates and configures route authorization policies for the Nishi sovereign ecosystem.2336
nx_mcp_route_json_t160.nxCredential routing is explicit configuration; the remote capability verifier remains authoritative.1277
nx_mcp_sse.nxMCP response decoding belongs to the native stdio transport, before protocol output.1276
nx_mcp_sse_gate_t316.nxTests message stream decoding, HTTP parsing, chunking, and overflow handling in the Nishi sovereign ecosystem.885
nx_mcp_sse_live_gate_t316.nx321
nx_mcp_sse_pool_gate_t316.nx595
nx_mcp_stdio.nxMCP stdio to sovereign HTTPS. The server remains the authority for discovery and capability checks.4137
nx_mcp_stdio_candidate_t230.nxMCP stdio to sovereign HTTPS. The server remains the authority for discovery and capability checks.4187
nx_mcp_stdio_gate.nxlane conn, 2026-09-11.1974
nx_mcp_stdio_gate_t174.nxlane conn, 2026-09-11.1974
nx_mcp_stdio_http_t174.nxMCP stdio to sovereign HTTPS. The server remains the authority for discovery and capability checks.4036
nx_mcp_stdio_samepool_gate_t161.nxlane conn, 2026-09-11.1974
nx_mcp_stdio_sse_t316.nxMCP stdio to sovereign HTTPS. The server remains the authority for discovery and capability checks.4137
nx_mcp_transport.nxthe SOVEREIGN MCP client: POST a JSON-RPC tools/call to /mcp over our own TLS-1.3 and PRINT22316
nx_mcp_transport_gate.nx221
nx_mcu_brick.nxRule-26 reversibility classifier for persistent-state writes on MCU targets.925
nx_mcu_fit.nxdoes a model config fit a specific MCU's memory hierarchy? Pure decision logic.643
nx_mcu_fit_gate.nxpins the MCU memory-hierarchy admission decision, using the REAL esp32-ai numbers1353
nx_mcu_q4.nxthe int4-weight x int8-activation group dot product: the kernel MCU-class LLM inference1049
nx_mcu_q4_gate.nxpins the int4 x int8 MCU kernel to EXACT integer answers.1471
nx_mcu_ready.nxTHE HARDWARE-TEST CHOKEPOINT: composes the two independent questions a board must1044
nx_mcu_ready_gate.nxpins the hardware-test chokepoint, using the MEASURED esp32-ai workload on the1533
nx_md5.nxMD5 message digest (RFC 1321).24613
nx_md5_canonical.nxRFC 1321 MD5 hash.2917
nx_md_render.nxsovereign Markdown -> HTML renderer.4426
nx_mdns.nxsovereign mDNS / DNS-SD service discovery for IPP printers (RFC 6762 + RFC 6763): the R31437
nx_mdns_test.nxoffline gate for the mDNS / DNS-SD printer-discovery parser (nx_mdns).1186
nx_meal_capture.nxMAIN: preserve ONE origin recipe page into the sovereign WARC, correctly.1854
nx_meal_emit.nxMAIN: SEED the meal stores and RENDER the page. Idempotent end to end (rule 10): every1875
nx_measure.nxLebesgue measure primitives.886
nx_measurement_binding_artifact_gate.nxCapture the actual staged owner without changing its command/API contract.1866
nx_measurement_binding_capture_gate.nxCapture the actual staged owner without changing its command/API contract.1275
nx_measurement_binding_diagnostic.nxRead-only diagnosis of the complete real plan; no projection policy changes.712
nx_measurement_binding_gate.nxpure projection contract plus complete native files.1684
nx_measurement_binding_lib.nxread-only projection of authored plan contracts,34220
nx_measurement_source_binding_gate.nxRead-only pure join gate, actual declaration ruler controls; no estate writes.484
nx_mechparts.nxproper procedural MECHANICAL PRIMITIVES for the CAD car-twin viewer (cadtwin R1b-lite):1767
nx_medbill_advocacy_gate.nxM-ADV GATE: proves (1) charity-care screening reads the CURRENT HHS1004
nx_medbill_appeal.nxM-ADV2 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: INSURANCE DENIAL1038
nx_medbill_charity.nxM-ADV1 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: CHARITY-CARE /1126
nx_medbill_civic.nxADV5 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: CIVIC ESCALATION with22212
nx_medbill_civic_gate.nxADV5 GATE: issue->channel routing never guesses; expected-response1154
nx_medbill_cli.nxM1 front door: drive the medical-billing code-pack store from the command line62720
nx_medbill_codes.nxM1 of the MEDICAL BILLING & PATIENT ADVOCACY ladder (see /compare/medbilling):19711
nx_medbill_codes_gate.nxM1 GATE: proves the medical-billing code-pack store decodes REAL codes from1134
nx_medbill_nsa.nxADV3 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: classify a billing754
nx_medbill_nsa_gate.nxADV3 GATE: the situation classifier routes to the CORRECT federal875
nx_medbill_recon.nxM2 of the MEDICAL BILLING ladder (/compare/medbilling): parse an ITEMIZED BILL27512
nx_medbill_recon_gate.nxM2 GATE: proves bill/EOB TEXT parses into exact structured claim lines1135
nx_media_archive_research.nxTHIN structured MEDIA-ARCHIVE research source organ. COMPOSES521
nx_media_budget.nxMaps budget parameters to media quality settings ensuring monotonic quality and envelope-safe bitrate scaling.12114
nx_media_convert.nxthe user-facing media CONVERT: a real image FILE in,1416
nx_media_convert_jpeg_gate.nxproves the unified file converter handles412
nx_media_crypt.nxSOVEREIGN E2EE media cipher = ChaCha20 (RFC 8439), pure Nishi. Chosen over a979
nx_media_crypt_wasm.nxWASM-target entry wrappers for the ChaCha20 cipher (nx_media_crypt). The WAT143
nx_media_deepcrawl.nxthe DEEP media harvester as a REUSABLE capability (operator 2026-07-08: "harvest the19012
nx_media_env.nxSOVEREIGN, PORTABLE launch config for the media/torrent daemon.1097
nx_media_exclusion.nxLIB: the media-recovery EXCLUSION gate (safety-by-construction). BEFORE any recovered or663
nx_media_exclusion_enforce_gate.nxend-to-end proof that the exclusion gate enforces on REAL decoded media.572
nx_media_exclusion_gate.nxGREEN/RED gate for nx_media_exclusion. Proves the do-not-recover check on SYNTHETIC491
nx_media_fetch.nxbring source bytes into a MediaPool.1894
nx_media_gallery.nxEXPOSURE rung X2 (visible/usable, not just numbers).1316
nx_media_gather.nxthe ENTITY MEDIA GATHER rung (canonical case: Diora Baird, the dossier entity from23811
nx_media_grab.nx"nishi grab -> gallery" (operator 2026-07-08). Deep-harvests a page's media (nx_media_21816
nx_media_harvest.nxSUPERSET media-URL harvester (operator 2026-07-08: "how do i get my nishi browser to36818
nx_media_index.nxEXPOSURE rung X1 (library): tag a real media file by1053
nx_media_index_gate.nxREFEREE for EXPOSURE rung X1 (nx_media_index).1333
nx_media_index_run.nxEXPOSURE rung X1 (runnable tool).885
nx_media_ingest_pipeline.nxKEYSTONE (operator 2026-07-14): analysis/derivation-on-INGEST for the gallery.1038
nx_media_ingest_pipeline_gate.nxteeth for the keystone pipeline's path resolver + always-inform contract.572
nx_media_inspect.nxDEEP sovereign media inspector CLI. Thin wrapper over nx_media_deepcrawl: crawls a1259
nx_media_player.nxEXPOSURE rung X3: a privacy-respecting player/viewer.1257
nx_media_pool.nxcontainer for ingested media bytes + provenance.2117
nx_media_run.nxEXPOSURE rung X0: a real, runnable tool (not a KAT).954
nx_media_run_gate.nxREFEREE for EXPOSURE rung X0 (nx_ppm + nx_media_run).1475
nx_media_serve_research_fetch.nxSOVEREIGN Nishi researcher for MEDIA SERVING / MANAGEMENT / DELIVERY SOTA492
nx_media_session.nxabstract base for sovereign media sessions.30726
nx_media_sniff.nxdetermine media type from magic bytes / MIME / extension.120068
nx_media_transport.nxsovereign secure-datagram media transport.1279
nx_media_xrecover.nxCROSS-TEMPORAL media recovery (the Wayback-exceeding differentiator): given ONE image URL9510
nx_mediafacts.nxCLI for media fact extraction into the refcorpus measured-facts plane.25311
nx_mediafacts_lib.nxMEDIA FACT EXTRACTION CORE (R1 of the render-docs ingest program,1559
nx_mediaflow.nxaesthetictwin AT36 (2026-09-17): SUBMIT MEDIA, GET A VERIFIED REPORT, ONE CALL. The repeatable work1636
nx_mediaflow_gate.nxthe referee for nx_mediaflow_lib (aesthetictwin AT36, 2026-09-17). The library turns caller1466
nx_mediaflow_lib.nxaesthetictwin AT36 (2026-09-17): THE MEDIA WORKFLOW COMPILED TO ONE CALL. Operator: "work should27017
nx_mediaimport_research_fetch.nxground the media-importer benchmark on REAL docs of the SOTA image-464
nx_mediajudge.nxaesthetictwin AT36 (2026-09-17): the CLI over nx_mediajudge_lib. Submitted media through the beauty583
nx_mediajudge_gate.nxthe referee for nx_mediajudge_lib (aesthetictwin AT36, 2026-09-17). The fixture is the estate's own2547
nx_mediajudge_lib.nxaesthetictwin AT36 (2026-09-17): SUBMITTED MEDIA THROUGH THE BEAUTY RULERS WITH A REPORT THE46321
nx_mediapath.nxself-healing BEST-MEDIA-PATH selection: the unifier.1243
nx_mediapath_test.nx1:1 KAT for self-healing best-media-path912
nx_mediaui_research_fetch.nxSOVEREIGN multi-source web-fetch for the MEDIA-DOWNLOAD-UI / "what an945
nx_medrec.nxMEDIA-RECOVERY ADMISSION CORE: decide whether an archived capture is REALLY25413
nx_medrec_gate.nxGREEN/RED gate for the media-recovery admission core.1366
nx_membound.nxIS THE SOVEREIGN RASTERIZER MEMORY-BOUND AT HIGH RESOLUTION?1162
nx_membw.nxresolves the open question: is the decode matmul's ~5 GB/s652
nx_memcap.nxCHERI-style memory capabilities, pure software.27413
nx_memfloor.nxADMISSION CONTROL FOR A LARGE ALLOCATION, as a shared library.1389
nx_memindex_budget_gate.nxliar-killed GATE for the memindex TOTAL-size budget (the17310
nx_memindex_emit.nxsplice the DERIVED index into a curated markdown file (the MEMORY.md2877
nx_memindex_emit_gate.nxliar-killed GATE for the MEMORY.md coindex splice organ. Forks the1419
nx_memindex_put.nxthe ATOMIC, SLUG-KEYED upsert for the HAND-CURATED half of the memory index3877
nx_memindex_put_gate.nxliar-killed GATE for the atomic slug-keyed curated upsert (F826).37415
nx_memory.nxCLI half of the consolidated memory tool (#6 of the 15). READ-ONLY seg-store surface:401
nx_memory_gate.nxgates the consolidated memory tool on a REAL fixture seg-store (authored via the603
nx_memory_lib.nxCONSOLIDATED memory tool (MCP name: nx_memory, tool #6 of the 15), LIBRARY half.1139
nx_memory_tool_register.nxregister nx_memory (consolidated memory tool, READ-ONLY increment)373
nx_mergesort.nxvon-Neumann merge sort (top-down, stable).873
nx_mergesort_test.nx402
nx_meristem.nxundifferentiated growth-tip substrate for spawning new cells.19411
nx_meristem_test.nxsmoke for nx_meristem.1161
nx_mesh.nxtyped 3D mesh container.33613
nx_mesh2glb_neutral_candidate_t346.nxNXMSH2 -> INTERACTIVE .glb (operator 2026-08-05: "a picture vs the other files'96234
nx_mesh3.nxthe SHARED triangle mesh + STL interchange (real3d census's connective-tissue gap: "CAD,20516
nx_mesh_autoscale.nxWORKER MESH F3: sovereign AUTOSCALE-TO-ZERO controller (the Modal/KServe analog).22414
nx_mesh_batch.nxWORKER MESH: DYNAMIC BATCHING scheduler + request QUEUE with admission control (the Triton19613
nx_mesh_christus_probe.nxminimal repro for the christus exit=11 (mesh.n_tris != 4).432
nx_mesh_decimate.nxmesh DECIMATION by dense-grid vertex clustering (Rossignac-Borrel 1993),1032
nx_mesh_decimate_gate.nxGATE for mesh decimation (the R-exceed size rung). Decimates the1196
nx_mesh_edit.nxDCC modeling verbs on NxMesh (Blender-class), all sovereign.1605
nx_mesh_edit_test.nxKAT gate for the DCC modeling verbs. Closed-form825
nx_mesh_gen.nxWORKER MESH R2: the SOVEREIGN end-to-end actuator. Retires the curl/base64 shell from the34719
nx_mesh_hostagent.nxWORKER MESH: the AUTONOMOUS host-agent that makes autoscale HANDS-OFF. It runs on the20315
nx_mesh_lb.nxWORKER MESH: multi-worker LOAD BALANCER + HEALTH-AWARE routing (the Triton/Ray replica-routing23116
nx_mesh_mux.nxWORKER MESH: MULTI-MODEL multiplexing on one GPU (the Triton model-management analog). A single19112
nx_mesh_neutral_baseline_gate_t346.nx21
nx_mesh_neutral_gate_t346.nx332
nx_mesh_print_check.nxprintability checks on the L1 canonical1715
nx_mesh_print_check_test.nxexercise bbox + manifold check551
nx_mesh_probe.nxSHARED worker-mesh health probe (single source; consolidates the copy that lived in573
nx_mesh_qem.nxmesh decimation by QUADRIC ERROR METRICS (Garland-Heckbert 1997), pure1873
nx_mesh_qem_gate.nxMEASURED-EXCEED gate for QEM decimation vs uniform vertex clustering.715
nx_mesh_run.nxWORKER MESH CONDUCTOR: runs ONE job through the whole authorized pipeline by composing the REAL16610
nx_mesh_sculpt.nxZBrush-class curved primitive + sculpt brush, sovereign.1245
nx_mesh_sculpt_test.nxKAT gate for the ZBrush-class curved primitive +826
nx_mesh_serve.nxWORKER MESH SERVICE: the standing daemon that makes the whole mesh LIVE at a URL, now a26712
nx_mesh_stream.nxWORKER MESH: STREAMING responses (the Triton decoupled / OpenAI-stream analog). A long job16312
nx_mesh_view.nxSOVEREIGN full-detail mesh renderer: loads a .nxmesh (every vertex, every2746
nx_mesh_winding_prepare_gate_t365.nx352
nx_meshcheck.nxMESH INTEGRITY, the check nothing in this estate performed.3829
nx_meshcheck_gate.nxproves the mesh integrity sweep, in BOTH directions, per defect class.20210
nx_meshgap.nxSPATIAL COHERENCE OF A MESH: does the figure hold together, or have parts1936
nx_meshgap_gate.nxTHE COHERENCE TOOTH: does a shipped character hold together in space?1494
nx_meshgen.nxsovereign SURFACE NETS: turn ANY signed-distance FIELD into a watertight triangle MESH1767
nx_meshgen_domain_candidate_t337.nxsovereign SURFACE NETS: turn ANY signed-distance FIELD into a watertight triangle MESH1919
nx_meshgen_orientation_candidate_t336.nxsovereign SURFACE NETS: turn ANY signed-distance FIELD into a watertight triangle MESH1857
nx_meshrender.nxLIB: SOVEREIGN GENERAL TRIANGLE-MESH RENDERER (the keystone rung above nx_render_core).18712
nx_meshrig.nxTHE BINDER: a GENERATED mesh + a GENERATED skeleton -> a first-class rigged NXA.61015
nx_meshrig_gate.nxIS THE BIND REAL, OR JUST A SKIN SECTION THAT EXISTS?2669
nx_meshseg3d.nx3D PART SEGMENTATION of a triangle mesh (cadtwin P2): decompose a scanned mesh into its813
nx_meshtex.nxR4: TEXTURED emitted-mesh renderer. Two fidelity moves the critic's pinned axes need:1725
nx_meshthick.nxR5 of the CAD car-twin ladder (cadtwin P6a): MESH WALL-THICKNESS by ray-casting (the15511
nx_meshvalid_gate.nxthe gate for nx_meshvalid_lib (/compare/dcc DC3).1546
nx_meshvalid_lib.nxTHE MESH VALIDITY REFEREE: it REFUSES a broken asset instead of shipping it.36720
nx_meshview_wasm.nxR3: the sovereign general-mesh renderer EMITTED to WASM (runs in ANY browser via OUR112655
nx_message.nxtyped inter-actor message passing substrate.35118
nx_message_spam_detector.nxrate-limit + chat-spam + abuse-vector audit.1696
nx_message_test.nxsmoke for nx_message.1521
nx_meta_verdict.nxMETA "God saw it was good" composer over layer verdicts.4226
nx_metabolism.nxper-call-site profiler + tier promotion.1766
nx_metabolism_test.nxsmoke for nx_metabolism.771
nx_metainfo.nx.torrent metainfo loader (bits-up), reuses bencode + sha1.651
nx_metainfo_test.nxKAT for the .torrent metainfo loader + info-hash.371
nx_methyl.nxcryptographic self-marking (Tier-1 immune).1755
nx_methyl_test.nxsmoke for nx_methyl.571
nx_metric_ledger.nxRETURN-AND-REPORT primitive (operator 2026-07-03: "on everything we do on the1209
nx_mf_hold.nxADVANCE A SYNC WATERMARK EXCEPT WHERE IT WAS NEVER EARNED.64025
nx_mfa.nxADMIN MFA / second factor (closes hosting_research gap #12 "mfa-admin", 2/0 CONFIRMED:736
nx_mfa_gate.nxKAT for admin MFA. Proves the TOTP-SHA1 core against the RFC 6238 Appendix B official451
nx_mfrow.nxUPDATE ONE ROW OF A TREECANON MANIFEST, AND NOTHING ELSE.23910
nx_mg_mkdir_probe.nx10-line oracle: does sys_mkdir work on the May-29 native lane? (The rv64->x86121
nx_mgmt_call.nxthe mgmt-API driver forked as an MCP tool. Mints a FRESH admin session from the NAS key bundle1615
nx_mgmt_call_candidate_t189.nxthe mgmt-API driver forked as an MCP tool. Mints a FRESH admin session from the NAS key bundle1565
nx_mgmt_call_gate.nxTEETH FOR THE CONTROL-PLANE DRIVER FAILURE PATH, PROVEN WITHOUT CAUSING A FAILURE.872
nx_mgmt_client.nxSOVEREIGN CLIENT for the live control-plane mgmt API (nx_mgmt_api.nx, https://<host>/api).68923
nx_mgmt_client_gate.nxin-process referee for the sovereign mgmt-API client codec. NO socket / NO creds:1427
nx_mgmt_gaterun_gate.nxGATE for the control plane's two lane-J fixes (2026-08-23):3048
nx_mgmt_organ_capacity_gate_t180.nxActual management handler gate. Fixture registry is isolated in a unique temporary directory;876
nx_mgmt_private_canonical_gate_t189.nx443
nx_mgmt_private_connected_gate_t189.nx443
nx_mgmt_private_discovery_gate_t189.nx533
nx_mgmt_private_response.nxPrivate response handoff used by nx_mgmt_call; never emits upstream body bytes.13714
nx_mgmt_private_response_candidate_t189.nxPrivate response handoff used by nx_mgmt_call; never emits upstream body bytes.13714
nx_mgmt_private_response_gate_t189.nx512
nx_mgmt_research.nxTHIN structured ECOSYSTEM-MANAGEMENT / CONTROL-PLANE research source organ.461
nx_mgmt_session_mint.nxCLI over nx_session_mint_lib: mint an M5 no-cookie session token (the X-Nishi-Session211
nx_mgmt_session_mint_gate.nxproves the session minter: a token minted by msm_mint_raw (loading ed_priv from a903
nx_mhc.nxMHC-class auth tokens (OAuth/capability token analog).855
nx_mhc_test.nxsmoke for nx_mhc.581
nx_mhtarget.nxCLI: MakeHuman morph-target structural facts. nx_mhtarget probe|decode <f.target>866
nx_mhtarget_gate.nxBITE-PROOF for the MakeHuman target dialect, both directions.1583
nx_mhtarget_lib.nxMAKEHUMAN TARGET FACT EXTRACTION CORE (the CC0 morph-target dialect;22410
nx_micro_expression.nxTier 5b "aliveness" micro-cue detector.2794
nx_microbiome.nxloose colony of cells with collective function.19411
nx_microbiome_test.nxsmoke for nx_microbiome.781
nx_microclimate.nxhyperlocal climate sensing + prediction.22111
nx_microclimate_test.nxsmoke for nx_microclimate.1081
nx_micronutrient.nxFOOD-SCIENCE SUITE / MICRONUTRIENT rung. Adds the1406
nx_micronutrient_test.nxsmoke for nx_micronutrient. Proves DV381
nx_microscan_gate.nxTHE INVERSE MICRO-ANALYSER, GATED BY ROUND TRIP. Subject: nx_microscan_lib.4028
nx_microscan_lib.nxINVERSE MICRO-SURFACE ANALYSIS: infer a surface's micro-STRUCTURE, and its36615
nx_miller_rabin.nxMiller-Rabin probabilistic primality test.772
nx_miller_rabin_test.nx261
nx_mime.nxMIME type lookup by file extension.1254
nx_mimicry_compose_test.nxTier-1 immune + mimicry composed.1831
nx_min_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_min_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_minecraft_mcu_compose_test.nxthe session-1 vision substrate-bound.1171
nx_minimal_test.nx71
nx_mirror_live_probe.nxrung-2 LIVE PROOF that the sovereign "download a published artifact -> NAS, byte-verified"674
nx_mirror_research_fetch.nxSOVEREIGN multi-source web-fetch to STUDY the S-CLASS "download & MIRROR a985
nx_mirrorintegrity.nxTHIN MAIN over nx_mirrorintegrity_lib.nx. All judgement lives in the lib so the1171
nx_mirrorintegrity_gate.nxteeth for the mirror-completeness census.2063
nx_mirrorintegrity_lib.nxIS THE EVIDENCE WE PINNED ACTUALLY COMPLETE? 66627
nx_mise_en_scene.nxbackground-clutter detector.991
nx_mise_en_scene_test.nxsmoke for background-clutter detector. 814
nx_mizar_dir_ingest.nxingest every Mizar decl in the corpus681
nx_mizar_ingest.nxingest Mizar .miz theorem-level statements (M0).2337
nx_mizar_ingest_test.nxsmoke for Mizar M0 statement parser. 291
nx_mizar_stream_ingest.nxMizar parser -> 5-defense runner.1106
nx_mizar_stream_ingest_test.nxMizar parser -> defense stack.481
nx_mkv2fmp4.nxSOVEREIGN Matroska(.mkv) -> fragmented-MP4 remux (no re-encode, no ffmpeg).32624
nx_mkv_probe.nxSOVEREIGN Matroska/EBML structure probe (schema-first for the .mkv->fMP4 remuxer).11612
nx_ml_dsa_65.nxML-DSA-65 post-quantum digital signature.1164
nx_ml_dsa_65_wasm.nxSovereign single-WASM FIPS 204 ML-DSA-65 (foundation).234062
nx_ml_kem_768.nxML-KEM-768 post-quantum key encapsulation.1384
nx_ml_kem_768_wasm.nxProvides cryptographic operations for secure key exchange and messaging in the Nishi sovereign ecosystem.125850
nx_mlkem_kat_gate.nxFIPS-203 INTEROP KAT for the real ML-KEM-768 (nx_ml_kem_768_wasm.nx).575
nx_mlkem_verify.nxnative harness that PROVES the real ML-KEM-768 (nx_ml_kem_768_wasm.nx)343
nx_mls_group.nxC7 of the comms lane: MLS-CLASS EPOCHED GROUP RATCHET (RFC 9420 key schedule).79939
nx_mls_group_gate.nxREFEREE for C7 (nx_mls_group, contract mls_epoch_advance). END-TO-END:2605
nx_mmap_direct_lifecycle_gate_t181.nx134
nx_mmap_owner_lifecycle_gate_t181.nx53
nx_mmapbal.nxSTATIC mmap/munmap BALANCE SCANNER over the .nx corpus.132825
nx_mmapleak_gate.nxMEASURES the unfreed-mmap leak class and proves the fix, on the resource1347
nx_mmapleak_scan.nxfind UNFREED SCRATCH ALLOCATION SITES, per function, in a NishiLang source.26211
nx_mmdev.nxCLI for the millimetre surface-deviation ruler (PG4, procgen.plan, 2026-08-24).584
nx_mmdev_gate.nxGATE for the millimetre surface-deviation ruler (PG4, procgen.plan, 2026-08-24).1183
nx_mmdev_lib.nxTHE MILLIMETRE SURFACE-DEVIATION RULER (PG4, procgen.plan, 2026-08-24).3807
nx_mock_web.nxa tiny loopback "web" for end-to-end crawl testing.854
nx_mock_worker.nxa minimal stand-in GPU worker for proving the host-agent lifecycle. Binds 127.0.0.1:<port>,423
nx_mod_manifest.nxTHE SOVEREIGN MOD PACKAGE COMMAND (/compare/modding MD18 mod_manifest_emit, 2026-09-06). A thin caller1177
nx_mod_manifest_gate.nxTHE MOD PACKAGE MANIFEST GATE (/compare/modding MD18, 2026-09-06). A three-member package (an OBJ, a26011
nx_mod_manifest_lib.nxTHE SOVEREIGN MOD PACKAGE MANIFEST (/compare/modding MD18 mod_manifest_emit, 2026-09-06).48122
nx_mod_registry.nxmod manifest + hook registries.26910
nx_modality_router.nxH10 multi-modal model sharing (bits-up).44824
nx_modality_router_test.nxsmoke for H10 multi-modal sharing.1751
nx_mode.nxWRITING arc, rung W-MODE-1: the data-driven MODE / PERSONA ROUTER.1349
nx_mode_gate.nxREFEREE for WRITING rung W-MODE-1 (nx_mode).1167
nx_model_enumerate.nxthe STANDARD, reusable model-port ENUMERATE stage: fetch a HuggingFace repo's tree API744
nx_model_fetch.nxD2: SOVEREIGN model download (HF resolve -> 302 -> CDN TLS -> stream GGUF to disk).1627
nx_model_get.nxG9 mg_fetch: hash-verified model acquisition into the gen model store (/compare/gen watch G9).3959
nx_model_lane.nxCLI for the sovereign model-lane lease (core = nx_model_lane_core).731
nx_model_lane_core.nxSOVEREIGN MODEL-LANE LEASE (pure core, no main; CLI = nx_model_lane,32711
nx_model_lane_gate.nxgate for the sovereign model-lane lease. Deterministic, tiny-RAM,792
nx_model_port_registry.nxthe STANDARD sovereign MODEL-PORT registry: ONE data-driven place that maps every897
nx_model_port_registry_gate.nxexecuted proof of the standard model-port registry. Verifies count, name743
nx_model_spec.nxtyped model configuration envelope.33714
nx_modelfacts.nxCLI for 3D model fact extraction into the refcorpus measured-facts plane.25911
nx_modelfacts_lib.nx3D MODEL FACT EXTRACTION CORE (C1 of the conversion tier,18510
nx_modelprobe.nxMEASURE /v1/models. NEVER BELIEVE IT.967
nx_models_page_emit.nxTHE /world/models GALLERY IS EMITTED, NEVER HAND-WRITTEN (2026-08-23).42612
nx_models_page_emit_gate.nxthe models gallery is EMITTED FROM DATA and cannot drift from the2535
nx_modesty_profile.nxsealed-enum catalog of modesty standards.46822
nx_modinv.nxmodular multiplicative inverse via extended Euclidean.331
nx_modinv_test.nx181
nx_module_cas.nxcontent-address NishiLang source modules. 1473
nx_module_cas_test.nxsmoke: hash a tiny module, verify Merkle root. 751
nx_module_registry.nxmodular stdlib backbone.27910
nx_moe.nxsovereign MIXTURE-OF-EXPERTS sparse FFN (the last census2024
nx_moe_gate.nxMEASURED gate for the sovereign MoE sparse FFN1746
nx_moment_resolve.nxresolve an arc stage into a populated DirectorsNote.2276
nx_moment_resolve_test.nxsmoke for arc -> DirectorsNote bridge. 2291
nx_moment_trigger.nxmulti-source moment authorship + joint-trigger lifecycle.3619
nx_money.nxR1 of THE NISHI FINANCIAL ECOSYSTEM engine: the NO-FLOAT money substrate.9110
nx_money_census.nxthe COMPREHENSIVE personal-money domain, mapped honestly. The operator's vision: ONE944
nx_money_gate.nxR1 GATE: proves nx_money is exact + no-float. Asserts add/sub/neg, rounding694
nx_money_ledger.nxthe SOVEREIGN data-in path (the needle-mover the reality-check identified). Parses a1196
nx_money_ledger_gate.nxproves the sovereign data-in path end-to-end: parse a real statement CSV, sum income,532
nx_money_reality_check.nxBRUTALLY HONEST standing of the comprehensive money OS vs the REAL consumer-finance764
nx_money_situation.nxthe FOUNDATION of the comprehensive money system: a person's whole financial SITUATION8313
nx_money_situation_gate.nxproves the situation model + the priority router on three hand-computed personas:602
nx_monitor_html.nxsovereign substrate-emitted browser monitor.2612
nx_monitor_html_test.nxverify sovereign browser-monitor HTML1072
nx_monte_carlo.nxMonte Carlo verifier with statistical bounds.2875
nx_moonraker_client.nxrequest-construction layer for the27710
nx_moonraker_client_test.nxverify URL building + JSON body +1324
nx_moonraker_io.nxnetwork roundtrip layer for nx_moonraker_client.2117
nx_moonraker_io_ipv4_test.nxexercise the operator-facing842
nx_moonraker_io_test.nxREAL network roundtrip test.1092
nx_moonraker_loop_e2e_test.nxfull input-side substrate loop:1153
nx_moonraker_motion_parse_test.nxmotion_report -> Q14 fields.1163
nx_moonraker_ready_check.nxpre-print Klipper state gate.1305
nx_moonraker_ready_check_test.nxready-state classifier tests922
nx_moonraker_telemetry_parse.nxpure-substrate parser for46011
nx_moonraker_telemetry_parse_test.nxparse canonical992
nx_morf_draw_asset_gate.nxORIGINAL. Read-only real NXA witness. Usage: gate.elf <banked-asset.nxa>1393
nx_morf_draw_core.nxORIGINAL. One caller-owned pre-skinning draw view; no asset parser or mood policy.1153
nx_morf_draw_core_gate.nxORIGINAL. Canonical geometry independently fixes the expected normal direction.722
nx_morf_eval_core.nxORIGINAL. Pure MORF arithmetic extracted from the admitted mf_eval path.1445
nx_morf_eval_core_gate.nxORIGINAL. Canonical arithmetic and ownership checks; real NXA parity is a separate required run.842
nx_morph.nxMORPH TARGETS AS DATA (Elara bar E3; VAMX R4): a morph = a bank of vertex DELTAS over an13712
nx_motion.nxframe-to-frame motion (Lucas-Kanade optical flow).45912
nx_motion_gate.nxTHE /motion SURFACE'S REFEREE (2026-09-06): the ONE lib's rulers on planted inputs (typing by2485
nx_motion_lib.nxTHE /motion SURFACE'S ONE SET OF RULERS (2026-09-06): content typing by MAGIC, the multipart76744
nx_motion_neural.nxthe NEURAL-MOTION FOUNDATION (S6, MotionGPT/T2M-GPT thesis "motion as language",18612
nx_motion_rig.nxTHE JOB BEHIND /motion (2026-09-06): one upload directory in; a rigged, rendered, exported result out,29812
nx_motion_serve.nx/motion AS A TOOL, NOT A BROCHURE (2026-09-06): a visitor uploads a mesh, the sovereign auto-rig37019
nx_motion_serve_gate.nxTHE /motion SURFACE'S REFEREE (2026-09-06): the ONE lib's rulers on planted inputs (typing by2385
nx_motion_smoke.nxDIAGNOSE AND GATE THE /motion DAEMON'S LISTEN (2026-09-06, rung MO14 core).473
nx_motion_test.nxsmoke for nx_motion primitives. 751
nx_motor_unit.nxload balancing via motor-unit recruitment.715
nx_motor_unit_test.nxsmoke for nx_motor_unit.561
nx_mountain_chain.nxspecialized mountain-chain generator.4206
nx_movelib.nxMOTION AS DATA (swap+motion census SCOPE B, the operator's headline: a synthetic human wants22813
nx_movement_base_engine_t139.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4743170
nx_movement_base_library_t139.nxTHE ONE NXA CLIP EVALUATOR: channel-2 packed world-delta keys, sampled at a33717
nx_movement_base_page_t139.nxthe SOVEREIGN game-page emitter. Until now the browser page for a wasm199560
nx_mp4_demux.nxMP4/ISO-BMFF container demuxer (first rung of the real-video885
nx_mp4_demux_gate.nxREFEREE for the MP4 demuxer (real-video bridge rung 0).1228
nx_mp4_es.nxISO-BMFF -> H.264 elementary-stream helpers, the mp4 counterpart of843
nx_mp4_faststart.nxqt-faststart: relocate the moov atom to the FRONT of an mp4 so a browser <video>929
nx_mp4_faststart_gate.nxproves the qt-faststart remux is byte-correct: constructs a synthetic15012
nx_mp4_probe.nxSOVEREIGN MP4/fMP4 box-tree validator (no ffmpeg, no strings|grep). Walks the9210
nx_mp4_real_probe.nxrun the whole H.264 front-end on a REAL recording.794
nx_mp4_stbl.nxMP4 sample-table reader (real-video bridge rung 1).993
nx_mp4_stbl_gate.nxREFEREE for the MP4 sample-table reader (rung 1).11110
nx_mp_tls_probe.nxisolate whether the sovereign TLS fetch import chain still COMPILES in the current tree121
nx_mpj_t1.nxComputes Fibonacci numbers and sums specific values to generate a benchmark result.282
nx_mpj_t3.nxCalculates and prints the sum of several integers along with a specified bad value.181
nx_mqtt_sink_for_telemetry.nxMQTT sink for telemetry events.2076
nx_mrshuffle.nxthe real MapReduce SHUFFLE (closes distributed-compute's shuffle-exchange gap). The1708
nx_mrshuffle_gate.nxproves the shuffle is a CORRECT distributed dataflow: every key routes to exactly1163
nx_ms_ssim.nxMulti-Scale Structural Similarity (Wang 2003).2104
nx_mse_dh.nxMSE/PE Diffie-Hellman key exchange (BitTorrent Message Stream Encryption anti-throttle).7710
nx_mse_handshake.nxthe FULL MSE/PE obfuscated handshake over a real socket (anti-throttle keystone).1309
nx_mse_keys.nxMSE/PE key derivation: turn the DH shared secret S + info_hash SKEY into the two RC4834
nx_mse_scan_gate.nxproves mw_recv_scan (the MSE stream-sync primitive) skips an arbitrary-length pad402
nx_mse_seed_gate.nxproves the SEEDER's MSE path end-to-end: an ENCRYPTED (mse_connect) leecher pulls a964
nx_mse_wire.nxREUSABLE MSE/PE wire library: a drop-in encrypted-socket layer for the torrent transport.21822
nx_mse_wire_gate.nxloopback gate for the reusable MSE wire library (nx_mse_wire).773
nx_msg_sync.nxC2 of the comms lane: MULTI-DEVICE SYNC for nx_chat_store rooms. Contract symbol40014
nx_msg_sync_gate.nxREFEREE for C2 (nx_msg_sync, contract msy_devsync). END-TO-END: builds a2644
nx_mtls_authz.nxbind a VERIFIED client-cert identity to an access decision.1658
nx_mtls_census.nxthe MEASURED scoreboard for the mTLS (CLIENT-CERTIFICATE) no-cookie session carrier.1208
nx_mtls_ecdsa.nxECDSA-P256 OPAQUE-bound client identity cert (the guaranteed-browser-interop branch).785
nx_mtls_identity.nxOPAQUE-bound client identity: derive the mTLS keypair + cert from export_key.1648
nx_mtls_issue.nxR7 ISSUANCE: one call the login daemon makes to hand a browser its identity .p12.1055
nx_mtls_loopback_probe.nxprobe: does the mutual-auth loopback import set co-compile + the funcs interop? expect_exit: 0 license_tier: ORIGINAL321
nx_mtls_pkcs12.nxsovereign PKCS#12 (.p12 / PFX) emitter for one-time browser/OS import (RFC 7292).23016
nx_mtls_pkcs12_ecdsa.nxECDSA-P256 .p12 driver (the browser-interop-safe provisioning, rung R5c).646
nx_mtls_serve_decision.nxR7 ENFORCEMENT: turn an mTLS handshake result into a doc-serving decision.1184
nx_mul256_bench.nxHEAD-TO-HEAD speed: the fused ADX/BMI2 __mul256_wide intrinsic1125
nx_mul256_difftest.nxDIFFTEST for the fused __mul256_wide compiler intrinsic (ADX/BMI21277
nx_mul_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_mul_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_multi_body.nxcount of major skin regions (interaction-presence).831
nx_multi_body_test.nxsmoke for multi-subject presence. 673
nx_multi_bundle.nxN-character measurement holder built on N v7_bundles.767
nx_multi_fetch.nxfetch SEVERAL sources about one capability area to494
nx_multi_pair_test.nx801
nx_multical.nxJointly calibrates multiple camera views with a shared focal length and per-view poses using Gauss-Newton optimization.2174
nx_multipart.nxparse multipart/form-data bodies (RFC 7578).1993
nx_multivariate.nxmulti-axis Monte Carlo verifier with3205
nx_murmur3.nxMurmurHash3 (Austin Appleby 2008/2011).1034
nx_mushroom_overhang_test.nxPhase B2.1 of S-class hardening.1733
nx_musique_fetch.nxgrow the ladder with a HARDER multi-hop rung: MuSiQue (2-4 hop compositional, Trivedi151
nx_mutation_test.nxMUTATION testing (census gap): re-introduce a known bug into a COPY of a module, build the879
nx_mutex.nxfutex-based mutex (FUTEX_WAIT / FUTEX_WAKE).1628
nx_mutex_race_test.nxprove the mutex provides REAL mutual782
nx_mvault.nxthe vault CLI + MCP tool. Exposes the gate-proven vault67022
nx_mvault_caption.nxthe comprehensive per-item CAPTURE assembler.716
nx_mvault_caption_gate.nxproves the comprehensive per-item capture:703
nx_mvault_coll.nxthe vault's COLLECTION / PROVENANCE axis.30221
nx_mvault_coll_gate.nxproves the vault's collection/provenance axis.1182
nx_mvault_context.nxCONTEXTUAL ingestion: type from surrounding context,724
nx_mvault_context_gate.nxproves contextual ingestion.574
nx_mvault_embed.nxembedding-vector storage for the vault (seg-store blobs).464
nx_mvault_embed_gate.nxproves embedding blobs round-trip byte-identical451
nx_mvault_fetch.nxalbum/gallery ingest for the vault (a BunkrDownloader-class53120
nx_mvault_fetch_gate.nxproves the album-ingest parsing rules OFFLINE.1514
nx_mvault_ingest.nxvault classify-at-the-door: shallow faceted split,1708
nx_mvault_ingest_gate.nxproves orthogonal class x type + all types.1249
nx_mvault_layout.nxDSM-native on-disk layout for vault blobs.653
nx_mvault_layout_gate.nxproves the DSM on-disk path derivation:562
nx_mvault_measure.nxNishiCaption-grade MEASUREMENT atom for the vault's1287
nx_mvault_measure_gate.nxproves the NishiCaption-grade measurement atom:712
nx_mvault_reclaim.nxstorage VALUE / RECLAMATION engine.558
nx_mvault_reclaim_gate.nxproves the dedup + large-file reclamation math.311
nx_mvault_record.nxvault item as a CANONICAL CID RECORD on the seg-store.975
nx_mvault_record_gate.nxproves vault data lands on the SOTA plane:904
nx_mvault_reindex.nxthe per-item MIGRATE pipeline core (dry-run/commit).1123
nx_mvault_reindex_gate.nxproves the per-item migrate pipeline end-to-end1013
nx_mvault_tag.nxextensible, searchable metadata planes for vault items.1016
nx_mvault_tag_gate.nxproves the metadata schema is OPEN (any namespace),852
nx_mvault_walk.nxthe LIVE reindex DRIVER, VW02 (MV-1 bulk-migration engine).99028
nx_mycorrhiza.nxcross-substrate symbiotic resource exchange.26412
nx_mycorrhiza_test.nxsmoke for nx_mycorrhiza.1161
nx_mycorrhizal.nxpeer-mesh network topology (fungal web).21313
nx_mycorrhizal_test.nxsmoke for nx_mycorrhizal.611
nx_nack.nxSOVEREIGN NACK (negative-acknowledgement selective retransmit), the loss-recovery rung274
nx_nanoid.nxmodern URL-safe ID generator.1074
nx_narrative_ingest.nxDEPRECATED in favor of nx_text_ingest.nx.53010
nx_nas_probe.nxSOVEREIGN mount + recording-source probe (operator: "investigate and resolve ...896
nx_nas_run.nxSOVEREIGN NAS command runner (operator 2026-06-23: "use our own nishi ecosystem", no914
nx_nat_traverse.nxLIB: NAT traversal so spoke<->spoke works behind home routers (operator: "spoke to spoke").668
nx_nat_traverse_gate.nxproves the STUN reflexive-address codec (the NAT-traversal foundation): build a Binding475
nx_natbw_mt.nxMULTI-THREAD memory-bandwidth probe (native-vs-WSL2).953
nx_natbw_mt_native.nxNATIVE-build variant of nx_natbw_mt.893
nx_natbw_probe.nxNATIVE-vs-WSL2 memory-bandwidth probe.581
nx_natfile_probe.nxDIRECT native file-I/O diagnostic (isolates each bridge).363
nx_natfu_probe.nxNATIVE futex-roundtrip probe for the 11-import HAL.412
nx_native_array_sum_bench.nxmemory-bound native micro-bench.421
nx_native_config.nxordered CONFIG/POLICY storage on the NATIVE substrate, replacing borrowed TSV.12813
nx_native_contract_gate.nxF103a R-N0: THE NATIVE CONTRACT v1 GATE (on nx_gate_verdict, D001 migrate-on-touch).2398
nx_native_matmul_bench.nxmatmul-shaped native micro-bench.571
nx_native_matmul_long_bench.nxLONG matmul bench for Stabilizer signal.551
nx_native_micro_bench.nxminimal NATIVE x86_64 Nishi micro-bench.632
nx_native_rmsnorm_bench.nxLLM-relevant RMSNorm kernel.631
nx_native_rmsnorm_long_bench.nxLONG RMSNorm bench for Stabilizer.471
nx_native_softmax_bench.nxLLM-relevant softmax kernel.611
nx_native_tightloop_bench.nx201
nx_natmm_bench.nxISOLATED native Q8 matmul: serial (_st) vs fork-join (_pteam).471
nx_natpmp.nxSOVEREIGN NAT-PMP (RFC 6886) port mapping: auto-open :6881 on the router so the seeder is12711
nx_natpmp_gate.nxproves the deterministic NAT-PMP helpers: np_parse_route extracts the default-route333
nx_natq5_probe.nxdoes the Q5_0->Q8_0 repack (__q5_unpack32 SSE) run native?362
nx_natsimd_probe.nxdoes packed SSE/AVX (the blessed intrinsics) run in a native PE?382
nx_natstat.nxNATURAL-IMAGE-STATISTICS photoreal metric = the REVERSE AI JUDGE. Real photographs have a47221
nx_nav_sentinel.nxDURABLE NAS-side navigation monitor loop. Every tick: fork the proven organs19212
nx_navigation_test.nxcombined KAT for link extraction +1444
nx_neg.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_neg_test.nx91
nx_negate_inplace.nxAUTO-GENERATED from shape `array_transform_inplace`.281
nx_negate_inplace_test.nx151
nx_net.nxBSD-style socket primitives (Phase G2).26821
nx_net_chan.nxtyped i64 channel serialised over TCP.21311
nx_net_chan_blob_test.nxvariable-length frames over TCP.1525
nx_net_chan_test.nxprove typed i64 channel works over TCP1403
nx_net_diag.nxIN-PLACE network troubleshooter (operator 2026-07-04: "we need a tracert/ping type1368
nx_net_governor.nxgeneral network traffic-shaping governor (ISP-safe).705
nx_net_governor_test.nxKAT for the general network governor.331
nx_net_polite.nxINTERNET CITIZENSHIP decisions (pure, deterministic, gate-able): how the harvester658
nx_net_polite_gate.nxdeterministic gate for the citizenship decision layer (NO network/sleep): locks455
nx_netpredict.nxCLIENT-SIDE PREDICTION + SERVER RECONCILIATION, the warzone-netcode core that hides RTT. The284
nx_netprobe_ladder.nxTHE DISCRIMINATING EXPERIMENT for the shared TCP liveness probe.715
nx_netprobe_lib.nxTHE one act a caller performs to ask "is this TCP endpoint reachable?":462
nx_netquant.nxsovereign BIT-LEVEL quantized + delta player-state codec for adverse11211
nx_netscope_diag.nxthe ONE-COMMAND, EASY-FOR-ANYONE DNS diagnosis.391
nx_netscope_dissect.nxNX-NETSCOPE L4: layered PURE typed dissectors1724
nx_netscope_dissect_test.nx1:1 KAT for NX-NETSCOPE L4 pure1173
nx_netscope_dns.nxNX-NETSCOPE L0 (timeout-recv keystone) + L143613
nx_netscope_dns_test.nx1:1 KAT for NX-NETSCOPE L0+L11583
nx_netscope_heal.nxNX-NETSCOPE rung 3: goal-directed SELF-HEALING1574
nx_netscope_heal_loop.nxNX-NETSCOPE rung 3, part 2: the live MAPE-K1229
nx_netscope_heal_loop_test.nx1:1 KAT for the live MAPE-K loop safety901
nx_netscope_heal_test.nx1:1 KAT for the rung-3 self-healing decision872
nx_netscope_verdict.nxNX-NETSCOPE "easy-for-anyone" verdict layer.22915
nx_netscope_verdict_test.nx1:1 KAT for the easy-for-anyone verdict732
nx_neuraltex_research_fetch.nx★P4 NEURAL SCOPING research: bank the CURRENT frontier on neural TEXTURE292
nx_neverbrick_gate.nxproves the Rule-26 reversibility classifier actually discriminates, and that1135
nx_nexus_fetch.nxTHE NEXUS MODS API DOOR (/compare/modding MD28, 2026-09-05): the modder's OWN API key, from the51726
nx_nft_read.nxR0/R1 of the SOVEREIGN NETFILTER ("our own iptables", from the syscall rung up). READ the13910
nx_nft_read_gate.nxNative contract regression for the Linux x86-64 legacy NAT table reader.303
nx_ng_research_fetch.nxSOVEREIGN multi-source web-fetch that GROUNDS the "neural graphics / radiance1675
nx_ng_verify_live.nxverify the PUBLIC audio page is LIVE on nishifamily.com via our OWN sovereign TLS-1.3814
nx_ngram.nxn-gram extraction + frequency + dispersion.36111
nx_ngram_test.nxsmoke for n-gram extraction + frequency + dispersion.1711
nx_niche.nxsealed enum + classifier for device niche (what is this3267
nx_niche_test.nxsmoke for nx_niche.1231
nx_nif_gate.nxBITE-PROOF for the NIF structural probe + geometry leg, both directions.34913
nx_nif_lib.nxNETIMMERSE/GAMEBRYO NIF STRUCTURAL FACTS CORE (the Bethesda mesh container;40112
nx_niffacts.nxCLI: NIF container structural facts. nx_niffacts probe|blocks|geom <f.nif>1357
nx_night_fetch_test.nxSOVEREIGN night-reading research fetch.1275
nx_niosh_lift.nxNIOSH Revised Lifting Equation (RWL + LI).30911
nx_nir.nxNishiLang IR builder, in pure NishiLang.1648
nx_nir_test.nxTest full pipeline: lex -> parse -> IR build, all NishiLang.711
nx_nishi_coverage.nxthe MEASURED "use only our system" census. Reads the daily-driver tool917
nx_nishi_desktop.nxthe NISHI SYSTEM "desktop": a unified status + launcher view of the whole937
nx_nishi_font.nxthe SYSCALL-backed u8/PNG path of the sovereign Nishi stroke font. The PURE glyph core643
nx_nishi_font_core.nxthe PURE, IMPORT-FREE core of the sovereign Nishi stroke font. Contains the2148
nx_nishi_usb_desktop.nxx86 ladder R9-DESKTOP: boot the PERSISTED USB image -> SEE the desktop.26812
nx_nishi_usb_fbkernel.nxx86 ladder R9-FBKERNEL: the disk-loaded kernel DRAWS its own framebuffer.28711
nx_nishios_boot_gui.nxNishiOS KEYSTONE rung: BOOT -> GUI (the two halves fused).1199
nx_nishios_events.nxNishiOS GUI rung-3: an INPUT EVENT LOOP (interactivity).1126
nx_nishios_fb_x86.nxNishiOS GUI rung-7: the kernel draws the framebuffer with REAL x86 EXECUTION.1289
nx_nishios_germ_gate.nxNishiOS SPORE GERMINATION gate (not clones, germinated pieces).786
nx_nishios_gui.nxNishiOS GUI rung-1: the kernel DRAWS A DESKTOP into a framebuffer + exports it14110
nx_nishios_irq.nxNishiOS GUI rung-8: LIVE PS/2 IRQ1 (real interrupt-driven keyboard).17111
nx_nishios_kbd.nxNishiOS GUI rung-5: LIVE KEYBOARD INPUT + a real shell line editor.14011
nx_nishios_mode.nxNishiOS DEV/USER MODE: Claude is OPTIONAL, the sovereign ecosystem stands alone.694
nx_nishios_raster.nxGOAL-GPU-NATIVE rung-1: a sovereign SOFTWARE RASTERIZER (seed of the 3D stack).1238
nx_nishios_shell.nxNishiOS GUI rung-6: the terminal runs a REAL tool (`ls` over the real FS).14815
nx_nishios_term.nxNishiOS GUI rung-4: a TERMINAL WINDOW rendering REAL system content.976
nx_nishios_userspace.nxNishiOS rung-9: BARE-METAL USERSPACE (the kernel<->user privilege boundary).1269
nx_nishios_wm.nxNishiOS GUI rung-2: a WINDOW MANAGER / COMPOSITOR.984
nx_nishipages_serve.nxsovereign self-contained static server for32615
nx_nlex.nxNishiLang surface-syntax tokenizer, in pure NishiLang.36817
nx_nlex_test.nxTest the NishiLang-in-NishiLang tokenizer on a small program.912
nx_nm.nxsovereign nm-equivalent (list ELF symbols).1705
nx_nn.nxsovereign FIXED-POINT NEURAL INFERENCE substrate, the foundation under the neural-audio moonshot. The283
nx_nn_probe.nx42
nx_nn_train.nxsovereign FIXED-POINT TRAINING (batch gradient descent), the final piece of the neural-audio552
nx_node_beacon.nxSOVEREIGN per-node resource beacon: the swarm MONITOR keystone.32613
nx_nofloat_arch.nxARCH-CONFIGURABLE inference: read a model's dims from GGUF METADATA instead of745
nx_nofloat_arch_moe_gate.nxgates the arch-config debt eaten 2026-07-15: EXACT attention scale +1246
nx_nofloat_attention_gate.nxASSEMBLE the trio into one DETERMINISTIC transformer attention layer.16411
nx_nofloat_autograd.nxNO-FLOAT (integer Q16 fixed-point) reverse-mode TENSOR autograd: the genuine77538
nx_nofloat_autograd_ddp_gate.nxDEEPER R4->LLM: bit-reproducible data-parallel training driven by the1687
nx_nofloat_batched_forward_gate.nxTHE DECISIVE SPECULATIVE-DECODING FOUNDATION EXPERIMENT.1406
nx_nofloat_blockfloat_gate.nxBLOCK-FLOAT quant rung: per-block power-of-2-scaled integer = MXFP8's1187
nx_nofloat_blockfloat_gemm_gate.nxBLOCK-FLOAT weights through the no-float GEMM: the format earns its place1419
nx_nofloat_blockfloat_layer_gate.nxBLOCK-FLOAT weights through a real LINEAR LAYER (W.x + bias -> ReLU),14710
nx_nofloat_exceed_gate.nxthe UNIQUE Nishi exceed axis: NO-FLOAT determinism.683
nx_nofloat_gemm.nxcanonical sovereign INTEGER SIMD GEMM (vpmaddwd / __i16x16_madd):414
nx_nofloat_gemm_gate.nxthe NO-FLOAT compute lever: integer SIMD GEMM (vpmaddwd), the deterministic1033
nx_nofloat_hw_research_fetch.nxSOVEREIGN researcher: GROUND the HARDWARE-RUNG-UP exceed in REAL fetched715
nx_nofloat_layernorm_gate.nxthe THIRD no-float transformer primitive: integer rsqrt -> LayerNorm.1017
nx_nofloat_llm.nxCANONICAL sovereign no-float LLM library (ONE source of truth; no copy-paste debt).183598
nx_nofloat_mla.nxMLA (Multi-head Latent Attention, DeepSeek's marquee KV-compression) in no-float1295
nx_nofloat_mla_gate.nxMLA no-float SERVE (the census's #1 remaining July-2026 gap, 2026-07-15).1394
nx_nofloat_mm_i8_batch_gate.nxSTEP 1 of the speculative serve integration (operator-approved build):12911
nx_nofloat_moe.nxno-float Mixture-of-Experts FFN (2026-07-15, MoE rung 1: the layer MECHANISM).1222
nx_nofloat_moe_block_gate.nxgates the MoE transformer BLOCK (MoE rung 2, 2026-07-15): per-token2687
nx_nofloat_moe_gate.nxgates the no-float MoE FFN layer (MoE rung 1, 2026-07-15). The lib does2856
nx_nofloat_moe_real_gate.nxMoE rung 3 (2026-07-15): REAL MoE WEIGHTS, LAZILY. Loads a real sparse-MoE3136
nx_nofloat_multistep_gate.nxWHY no-float wins the MULTI-STEP-LOGIC arena (operator thesis 2026-06-18).625
nx_nofloat_olmoe.nxthe faithful OLMoE transformer LAYER in deterministic no-float (MoE rung 4,1852
nx_nofloat_olmoe_forward_gate.nxMoE rung 5 (2026-07-15): a COMPLETE OLMoE forward -- 16 stacked2956
nx_nofloat_olmoe_gate.nxMoE rung 4 (2026-07-15): a FAITHFUL OLMoE transformer LAYER on REAL blk.02227
nx_nofloat_prefill_gate.nxR0r (2026-09-17): the BATCHED PREFILL is bit-identical to the sequential per-token prefill it1666
nx_nofloat_prefix_cache_gate.nxproves the PREFIX-KV-CACHE speed optimization is BIT-EXACT + measures the1243
nx_nofloat_propose_chat_gate.nxPROPOSE->VERIFY rung 3 (2026-07-15): a BETTER PROPOSER on the SAME2071
nx_nofloat_propose_solve_gate.nxPROPOSE->VERIFY rung 2 (2026-07-15): SOLVE-FORMS. Rung 1 proved the2101
nx_nofloat_propose_verify_gate.nxTHE PROPOSE->VERIFY LOOP, rung 1 (2026-07-15). The sovereign no-float1801
nx_nofloat_q4k.nxLM4 RESIDENT-QUANT DECODE (2026-09-02): the 7B fits because the weights STAY Q4_K.40621
nx_nofloat_q4k_gate.nxthe REFEREE for nx_nofloat_q4k (LM4 resident-quant decode, /compare/engineshift 2026-09-02).30810
nx_nofloat_q6k_gate.nxsovereign Q6_K -> Q16 integer dequant (unlocks Qwen embeddings + LM head).1576
nx_nofloat_qgap_probe.nxTHE QUANTISATION-GAP INSTRUMENT (2026-09-17, search R0s): does the served W12A12 (i8)24913
nx_nofloat_qwen_bias_probe.nxrecon: does Qwen2.5 carry Q/K/V projection biases (a known Qwen2 detail465
nx_nofloat_qwen_config_gate.nxrung 2a: read the REAL Qwen2.5-0.5B config from GGUF metadata.976
nx_nofloat_qwen_decode_gate.nxTOKENIZER decode: token id -> text, from the real GGUF vocab.935
nx_nofloat_qwen_diag_gate.nxFAITHFULNESS LOCALIZER (memory-safe: ONE no-float forward, lazy per-layer load).1305
nx_nofloat_qwen_dqprobe_gate.nxMEASUREMENT PROBE (not a milestone gate): isolate how much of a decode step994
nx_nofloat_qwen_encode_gate.nxBPE ENCODE: text -> token ids, sovereign, from the real GGUF merges+vocab.1337
nx_nofloat_qwen_encode_prep_gate.nxENCODE foundation: the BPE merges + the reverse (string -> id) lookup.906
nx_nofloat_qwen_fastgen_gate.nxKV-cached generation with a DEQUANT-ONCE weight+head cache.1614
nx_nofloat_qwen_fastgen_i32_gate.nxStage 1 of the decode-speed arc: the dequant-once cache narrowed1594
nx_nofloat_qwen_fastgen_i8_gate.nxStage 2a of the decode-speed arc: W8A8 SIMD decode (__i16x16_madd,1634
nx_nofloat_qwen_fidelity_gate.nxFIDELITY: the library's no-float Q16 matmul vs IEEE f32 on a REAL Qwen855
nx_nofloat_qwen_forward_gate.nxCAPSTONE: a COMPLETE sovereign no-float Qwen2.5-0.5B forward.1203
nx_nofloat_qwen_gen_gate.nxGREEDY MULTI-TOKEN GENERATION through the sovereign no-float Qwen2.5-0.5B.1234
nx_nofloat_qwen_kvgen_gate.nxKV-CACHED greedy generation through the sovereign no-float Qwen2.5-0.5B.1685
nx_nofloat_qwen_rope_h2h_gate.nxARCH H2H: the library's no-float Q16 RoPE vs the reference f32 RoPE.784
nx_nofloat_qwen_stack_gate.nxSTACK real Qwen layers (lazy per-layer load), deterministic no-float.853
nx_nofloat_qwen_text_gate.nxGRAND FINALE: text -> text through the sovereign no-float Qwen2.5-0.5B.1244
nx_nofloat_qwen_tok_gate.nxTOKENIZER CHECK (fast, no forward): BPE-encode a multi-word prompt and print the1096
nx_nofloat_qwen_wload_gate.nxexercises the canonical library's by-name Q16 loader over the real model's834
nx_nofloat_scale_research_fetch.nxSOVEREIGN researcher: GROUND the "how do we AFFORDABLY + EFFICIENTLY885
nx_nofloat_serve_core.nxthe PURE CORE of the no-float LLM serve organ (2026-07-10): model session +138244
nx_nofloat_simd_dot_probe_gate.nxDECISIVE probe for Stage 2 (SIMD decode). Before rebuilding the whole1387
nx_nofloat_softmax_gate.nxa SYSTEM for the HARD no-float primitive: fixed-point exp + softmax.1076
nx_nofloat_speed_bench.nxhonest tok/s baseline for the no-float Qwen serve (the inference-speed arc's646
nx_nofloat_tok.nxcanonical sovereign BPE tokenizer library for the GGUF vocab (ONE source of truth).19611
nx_nofloat_tokdec.nxbyte-level-BPE piece decoder (GPT-2/Qwen convention): GGUF vocab pieces are UTF-8532
nx_nofloat_w12a12_gate.nxthe referee for the W12A12 decode matmul (search R0l attribution, 2026-09-16).42012
nx_nofloat_w4_gemm_gate.nxTHE DECISIVE W4A16 EXPERIMENT (de-risks the inference-speed arc before any1617
nx_nofloat_weightconv_gate.nxthe BRIDGE: load REAL BF16 model weights -> no-float Q16 integer.1024
nx_nonvacuous.nxrefuse to return success over nothing.1349
nx_nonvacuous_gate.nxliar-killed GATE for the non-vacuity primitives.1194
nx_normal_decode_candidate_t279.nx191
nx_normal_decode_gate_t279.nx591
nx_normal_encoding_contract.nxShared byte transfer contract used by the existing baker and renderer.322
nx_normal_pointer_probe_t337.nx121
nx_normal_shader_gate_t290.nx441
nx_normdiff.nxIS THIS DIFFERENCE MADE OF CODE, OR OF COSMETICS? The escalation ruler.155135
nx_note.nxAUDIO arc, INSTRUMENT-LEARN-GAME (Rocksmith-class) rung LG-0:702
nx_note_gate.nxREFEREE for instrument-learn-game rung LG-0 (nx_note).1176
nx_notebook_demo.nxsubstrate-side notebook cell evaluator demo.995
nx_noun_phrase_scan.nxbounded heuristic noun-phrase discovery.3608
nx_nparse.nxNishiLang parser in pure NishiLang.45016
nx_nparse_test.nxTest NishiLang-in-NishiLang parser on `func main() -> i64 { return 42 }`.731
nx_npc_atlas_gate.nxTHE CLAY-FIX GATE (cw_npc_atlas, charsim+graphics watch contract).1826
nx_npy_gate.nxproves the .npy parser reads what is there and REFUSES the three things that1504
nx_npy_lib.nxTHE .npy MEMBER PARSER. The first byte of the GNM / NishiGen lane (procgen PG38).28215
nx_nss_certdata_parse.nxbits-up parser for Mozilla NSS's34312
nx_nss_certdata_parse_test.nxKAT for the Mozilla NSS1562
nx_ntp.nxNTPv4 packet parser + builder (RFC 5905). 2167
nx_number_envelope_gate.nxCE6 (codeeffectiveness ce_number_envelope): the envelope primitive in the gate base391
nx_numeric.nxKahan-discipline numerical primitives.19111
nx_numeric_oracle.nxthe tool that verifies every future kernel.42913
nx_numeric_oracle_test.nxverify the verifier.1611
nx_nutrition.nxFOOD-SCIENCE SUITE / NUTRITION rung. Computes food18617
nx_nutrition_test.nxsmoke for nx_nutrition. Proves Atwater energy571
nx_nx86.nxx86_64 assembly emitter from nx_nir IR, in NishiLang.3237
nx_nx86_test.nxEnd-to-end self-host pipeline test:1121
nx_nxa.nxProvides shared identity and integrity primitives for the NXA (Nishi Animated 3D) format version 1.916
nx_nxa2glb_gate.nxTHE GATE FOR THE RIGGED EXPORT LEG: NXANIM01 (SKEL+SKIN) -> glTF skins/JOINTS_0/WEIGHTS_0/IBM.4189
nx_nxa_affine_asset_t35.nxPrivate AFM1 additive animation section; existing NXA container/skin ownership.543
nx_nxa_affine_bake_gate_t35.nxReal Knight AFM1 bake + decoded consumer qualification, private artifact.591
nx_nxa_affine_decode_gate_t36.nx171
nx_nxa_affine_palette_gate_t34.nx401
nx_nxa_affine_palette_t34.nxPrivate existing-animation consumer contract: W(t)*inverse(authored BindPose).364
nx_nxa_affine_transport_gate_t35.nxPrivate transport fixture using the existing base64 and immutable output owners.121
nx_nxa_anim.nxANIMATION IMPORTER v2: extracts the FBX's authored animation and BAKES it151915
nx_nxa_anim_bounds_gate.nxGATE for the one NXA clip evaluator (nx_nxa_anim_lib), driven IN-PROCESS on PLANTED1293
nx_nxa_anim_gait_candidate_t139.nxTHE ONE NXA CLIP EVALUATOR: channel-2 packed world-delta keys, sampled at a42720
nx_nxa_anim_gate.nxGATE for the one NXA clip evaluator (nx_nxa_anim_lib), driven IN-PROCESS on PLANTED1263
nx_nxa_anim_legacy_gate_t33.nxGATE for the one NXA clip evaluator (nx_nxa_anim_lib), driven IN-PROCESS on PLANTED1263
nx_nxa_anim_lib.nxTHE ONE NXA CLIP EVALUATOR: channel-2 packed world-delta keys, sampled at a42720
nx_nxa_anim_lookup_gate.nxGATE for the one NXA clip evaluator (nx_nxa_anim_lib), driven IN-PROCESS on PLANTED2345
nx_nxa_anim_selection_gate_t30.nxOriginal Knight stack-selection gate. No NXA artifact or live page writes.371
nx_nxa_anim_selection_gate_t33.nxOriginal Knight stack-selection gate. No NXA artifact or live page writes.371
nx_nxa_anim_t30.nxANIMATION IMPORTER v2: extracts the FBX's authored animation and BAKES it151915
nx_nxa_bind.nxRebind an existing NXA geometry stream from its matching binary FBX BindPose.38915
nx_nxa_bind_gate_t29.nxIsolated real-asset bind qualification. Fixed source and output fixture; no serving writes.694
nx_nxa_bind_second_gate_t29.nxSecond retained corpus asset; output stays in memory. No publication.271
nx_nxa_bind_t29.nxRebind an existing NXA geometry stream from its matching binary FBX BindPose.38915
nx_nxa_bounds_gate.nxNXA v1 section boundaries: malformed inputs must fail before payload access.1183
nx_nxa_check.nxthe NXA format's fsck. Validates an .nxa BEYOND the checksums nxa_find2554
nx_nxa_corner_checkpoint_candidate_t280.nx391
nx_nxa_corner_checkpoint_gate_t280.nx261
nx_nxa_corner_prepare_candidate_t280.nxPrepares candidate data for corner processing by extracting vertex and triangle information from an NXA file.1145
nx_nxa_corner_prepare_gate_t280.nx501
nx_nxa_corner_prepare_t280.nx261
nx_nxa_dyna.nxWRITE THE DYNA SECTION: per-bone soft-tissue physics DECLARED IN THE ASSET,47311
nx_nxa_fk.nxSHARED integer quaternion + FK primitives for the NXA import pipeline.1027
nx_nxa_fullskin_affine_gate_t37.nx241
nx_nxa_garment.nxFITTED GARMENT GENERATOR (SOTA garment rung): builds a dress mesh2524
nx_nxa_garment_bind_candidate_t132.nxDeterministic garment-to-body binding, shared by asset preparation and worker conversion.21012
nx_nxa_garment_bind_gate.nx783
nx_nxa_garment_bind_lib.nxDeterministic garment-to-body binding, shared by asset preparation and worker conversion.21012
nx_nxa_garment_pack_gate_t132.nxValidates garment binding policies and checks coordinate-based query responses in a shared memory environment.843
nx_nxa_gpu_gate.nxQualify native GPU geometry packing with IEEE-754 witnesses and real NXA assets.2436
nx_nxa_gpu_lib.nxNative NXA geometry conversion for GPU upload; no platform API or allocator dependency.31816
nx_nxa_gpu_wasm_gate.nxCross-backend regression: compiler data semantics plus the real NXA conversion workload.139
nx_nxa_groom.nxGENERATE THE GROOM: full-scalp procedural hair strands written into the61911
nx_nxa_groom_gate.nxTHE GROOM GATE v3: anatomical invariants on a generated groom asset.3696
nx_nxa_hair.nxHAIR MESH INGEST (SOTA rung 3): extracts the character's REAL groomed43510
nx_nxa_hierarchy_correction_candidate_t332.nxWorld-space rigid correction of an existing inverse-bind skin palette.1458
nx_nxa_hierarchy_correction_gate_t332.nxValidates affine hierarchy corrections with error checks and refusal conditions.734
nx_nxa_hierarchy_dq_fixture_t332.nxExact retained idle and transitional source captures; source DQ scale preserved.34681
nx_nxa_hierarchy_dq_gate_t332.nx663
nx_nxa_hierarchy_dq_target_t332.nxSets target values based on an index, using fixed constants and arithmetic expressions.16721
nx_nxa_hierarchy_fixture_t332.nxActual pinned resident capture actor0 tick19037; matricesQ30, model coordinates /1024.81
nx_nxa_joints.nxSOVEREIGN STRUCTURAL JOINT IDENTIFICATION over an NXA SKEL.2604
nx_nxa_morf.nxWRITE THE FACE AND MORF SECTIONS: the addressable face region and the78215
nx_nxa_morf_admit.nxORIGINAL. Allocation-free extraction of mf_eval's FACE/MORF admission.2027
nx_nxa_morf_draw_admit.nxORIGINAL. Compose the canonical MORF ingress with existing geometric normals.781
nx_nxa_morf_draw_ingress_gate.nxORIGINAL. Read-only real NXA witness. Usage: gate.elf <banked-asset.nxa>2654
nx_nxa_morf_gate.nxFACE AND MORF ARE GEOMETRY, NOT TAGS.41413
nx_nxa_morf_ingress_gate.nxORIGINAL. Read-only real NXA witness. Usage: gate.elf <banked-asset.nxa>1944
nx_nxa_morf_malformed_gate.nxdrive the promoted evaluator with checksum-valid26412
nx_nxa_morph.nxFIGURE CANON morph at BAKE level (SOTA rung 2): applies the operator's2444
nx_nxa_pect.nxGIVE THE SOFT TISSUE ITS BONES: append the lateral pectoral pair to an NXA54610
nx_nxa_play.nxTHE NXA POSE PLAYER: apply a POSE-library entry to a rigged NXA and evaluate4037
nx_nxa_play_gate.nxTHE POSE PLAYER GATE: skinning is JOINT-DRIVEN, deterministic, bounded at1475
nx_nxa_pose.nxPOSE section compiler: freezes ANIM channel-2 keyframes into the NXA2967
nx_nxa_posewrite_lib.nxTHE ONE POSE-SECTION WRITER for the NXA format (spec: knowledge/nxa_format_spec.md POSE).1704
nx_nxa_retarget.nxDONOR RETARGET: drive a rigged NXA that carries NO authored clips from a109121
nx_nxa_retarget_gate.nxTHE DONOR RETARGET GATE: handedness is DERIVED, limb length is2524
nx_nxa_rig_emit.nxSKINNED-CHARACTER viewer emitter v5: fetches an NXA (VERT/TRIS/SKEL/744
nx_nxa_rig_motion_20260909.nxCaller-owned native rig composition extracted from nx_nxa_retarget, 2026-09-09.672
nx_nxa_rig_motion_context.nxCaller-owned staging boundary for the existing native rig-motion frame evaluator.1717
nx_nxa_rig_motion_context_t140.nxCaller-owned staging boundary for the existing native rig-motion frame evaluator.1717
nx_nxa_rig_motion_stream.nxComputes motion transformations for animated entities using basis matrices and affine composition.1275
nx_nxa_rig_motion_stream_t140.nxCaller-owned native rig composition extracted from nx_nxa_retarget, 2026-09-09.1927
nx_nxa_secdump.nxTHE MISSING NXA INSPECTOR: print the section directory of an NXA asset,3057
nx_nxa_secdump_gate.nxTHE GATE FOR THE NXA SECTION INSPECTOR.2949
nx_nxa_skin.nxRIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX.10578
nx_nxa_skin_affine_compose_gate_t36.nx151
nx_nxa_skin_authored_gate_t36.nx141
nx_nxa_skin_authored_t36.nxRIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX.10488
nx_nxa_skin_authored_t37.nxRIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX.10839
nx_nxa_skin_authored_witness_t140.nxRIG IMPORTER: fills the NXA's SKEL + SKIN sections from a binary FBX.10839
nx_nxa_skin_scalar_negative_t36.nx51
nx_nxa_skin_variable_t37.nxAdditive SKV1 full-influence section; legacy SKIN stays available with its declared top-four loss.201
nx_nxa_strands.nxUSC-HairSalon STRAND GROOM INGEST (dev oracle, license-clean for2475
nx_nxa_stream_emit.nxSOVEREIGN STREAMING NXA viewer emitter. The embedded-base64 viewer654
nx_nxa_surface_anchor_boundary_candidate_t207.nx11810
nx_nxa_surface_anchor_t140.nxPrivate candidate: generic surface query composed from canonical NXA attachment validation.949
nx_nxa_surface_support_candidate_t207.nxComputes surface intersection parameters for garment attachment validation using exact rational arithmetic.14415
nx_nxa_texbake.nxCLI for the texture ladder (debt 1786546859):632
nx_nxa_texbake_decode_t279.nx★TEXTURE LADDER rungs 2b+3+4 (debt 1786546859, successor of the TEXC format rung):56220
nx_nxa_texbake_gate.nxGATE for texture-ladder rungs 2b+3+4 (debt 1786546859). Fixture ASSEMBLED AT3695
nx_nxa_texbake_lib.nx★TEXTURE LADDER rungs 2b+3+4 (debt 1786546859, successor of the TEXC format rung):54019
nx_nxa_texbake_region.nxCLI for the PER-REGION skin atlas + periodic micro-relief tile (TEXR):1344
nx_nxa_texbake_region_capacity_t278.nxPER-REGION SKIN ATLAS + PERIODIC MICRO-RELIEF TILE, written INTO the162940
nx_nxa_texbake_region_edge_t278.nxPER-REGION SKIN ATLAS + PERIODIC MICRO-RELIEF TILE, written INTO the163841
nx_nxa_texbake_region_gate.nxGATE for the per-region skin atlas + periodic micro-relief tile (TEXR),3599
nx_nxa_texbake_region_job_t278.nxCLI for the PER-REGION skin atlas + periodic micro-relief tile (TEXR):1275
nx_nxa_texbake_region_lib.nxPER-REGION SKIN ATLAS + PERIODIC MICRO-RELIEF TILE, written INTO the163841
nx_nxa_texc.nxCLI: write the TEXC (UV atlas) section into an NXA asset.191
nx_nxa_texc_gate.nxGATE for the TEXC format rung (debt 1785794796 rung 1). Fixtures are ASSEMBLED AT2443
nx_nxa_texc_lib.nx★TEXC: UV TEXTURE COORDINATES AS A FORMAT CAPABILITY (debt 1785794796 rung 1).40412
nx_nxa_texm.nxWRITE THE TEXM SECTION: the baked PBR map set carried INSIDE the asset.4968
nx_nxa_texm_gate.nxTHE GATE FOR THE TEXM WRITER.3429
nx_nxa_tier.nxTHE INGEST TIER LADDER FOR NXA ASSETS (/compare/modding MD5 ingest_tier_emit, 2026-09-05).58817
nx_nxa_tier_gate.nxTHE GATE FOR THE INGEST TIER LADDER (nx_nxa_tier, /compare/modding MD5).49319
nx_nxa_tier_gate_pre_region_t143.nxTHE GATE FOR THE INGEST TIER LADDER (nx_nxa_tier, /compare/modding MD5).41714
nx_nxa_tier_pre_region_t143.nxTHE INGEST TIER LADDER FOR NXA ASSETS (/compare/modding MD5 ingest_tier_emit, 2026-09-05).55716
nx_nxa_tier_region_candidate_t143.nxTHE INGEST TIER LADDER FOR NXA ASSETS (/compare/modding MD5 ingest_tier_emit, 2026-09-05).58817
nx_nxa_tier_region_gate_t143.nxTHE GATE FOR THE INGEST TIER LADDER (nx_nxa_tier, /compare/modding MD5).49319
nx_nxa_view_emit.nxSOVEREIGN NXA browser-viewer emitter: reads a .nxa (our animated 3D735
nx_nxa_write_append_t37.nxAdditive section append for the existing NXA writer; caller validates section semantics.171
nx_nxa_write_lib.nxTHE NXANIM01 CONTAINER WRITER AS A LIBRARY (/compare/modding MD2, 2026-09-06). The estate held three2289
nx_nxasm_main.nxCLI driver for nxasm_v2 + elf_writer.611
nx_nxasm_neutral_gate.nxDID ADDING THE FUNCTION-BOUNDS RECORDER CHANGE ONE EMITTED BYTE?1654
nx_nxc.nxthe full NishiLang sovereign-compiler driver.3032
nx_nxc_native_wrap.nxsovereign bootstrap-verification driver.1804
nx_nxe_lib.nxthe SOVEREIGN NXE writer + native VERIFY-THEN-EXECUTE loader, extracted (rule-15 DRY) so both the5810
nx_nxeconform_gate.nxNXE FORMAT CONFORMANCE (constitution A2: NXE, NOT ELF).67214
nx_nxgate_sim.nxgate-level FUNCTIONAL simulator: the VERIFIER organ's1554
nx_nxgguf.nxNishi sovereign tensor weight format.54415
nx_nxld.nxNishi sovereign linker.76023
nx_nxld_main.nxCLI driver for the sovereign linker.561
nx_nxmake.nxsovereign build driver (replaces GNU make).49824
nx_nxmesh_lib.nxTHE ONE NXMSH2 LAYOUT (2026-08-24). Extracted, never retyped.14814
nx_nxrun.nxsovereign replacement for bench/run.sh.1606
nx_nxtask.nxsovereign agent task graph (beads-equivalent).33310
nx_nxtask_main.nxCLI driver for the sovereign agent task graph.2798
nx_nxtask_store.nxpersistence layer for nxtask (beads-equivalent).3678
nx_nxvi_verify.nxis a seek index still TRUE about its file?796
nx_nxwreap.nxCLI for the leaked-write-guard-scratch reaper. All judgement lives in1352
nx_nxwreap_gate.nxBITE-PROOF for the leaked-write-guard-scratch reaper.40712
nx_nxwreap_lib.nxTHE CLASSIFIER for LEAKED WRITE-GUARD SCRATCH FILES, and the ONE place the42917
nx_oauth2_pkce.nxProof Key for Code Exchange (RFC 7636).1424
nx_obd_dtc.nxOBD-II diagnostic-trouble-code decoder (the AUTOMOTIVE1074
nx_obd_dtc_test.nxgate for the OBD-II DTC decoder (automotive).661
nx_obj_cohort_qualification_t282.nxQualification composition over existing native OBJ import, topology and normal owners.613
nx_obj_exact_gate_t284.nxValidates polygon and decimal data structures within the Nishi sovereign ecosystem.975
nx_obj_export.nxsovereign Wavefront OBJ writer for the bestiary meshes (game/DCC reuse: engines + Blender763
nx_obj_import.nxsovereign Wavefront OBJ READER. The missing half of nx_obj_export: the40515
nx_obj_import_exact_candidate_t284.nxsovereign Wavefront OBJ READER. The missing half of nx_obj_export: the40515
nx_obj_import_gate.nxliar-killed GATE for the OBJ reader.806
nx_objdump.nxsovereign objdump (read + dump ELF metadata).2748
nx_object_spec.nxper-part object-class spec catalog.69221
nx_object_spec_match.nxspec-compliance verification.3354
nx_objload.nx★sovereign Wavefront OBJ loader (the Stanford-corpus rung of the field-evidence foundation): parse1193
nx_obligation_gate.nxINDEPENDENT GATE: post-signature obligation state machine + cure periods.841
nx_obligation_lib.nxPOST-SIGNATURE OBLIGATION MANAGEMENT (the DocuSign IAM / Ironclad Jurist class).1129
nx_obs.nxobservability primitives (spans, structured logs).1456
nx_observability_graph_canonical_gate_t138.nx261
nx_observability_graph_gate_t138.nx261
nx_observatory.nxexternal watcher for paired-cell dyads.2117
nx_observatory_test.nxsmoke for nx_observatory.841
nx_ocr_assemble.nxR5 of the sovereign scanning stack: recognized glyphs -> text. Groups glyphs into lines by851
nx_ocr_assemble_gate.nxproves R5 (glyphs -> text). Glyphs fed in SCRAMBLED order (C, A, D, B): 'A','B','C' on432
nx_ocr_classify.nxR4 of the sovereign scanning stack: glyph box -> character. The recognition core: resample483
nx_ocr_classify_gate.nxproves R4 (glyph -> character). Templates for '0','1','7' on a 3x5 grid. Renders a '7'673
nx_offer_ledger.nxlicensing outreach / offer tracker. For each14610
nx_offer_ledger_gate.nxoffer state machine + the full acquisition LOOP.611
nx_offer_ledger_store.nxdurability for the outreach/offer ledger.332
nx_offer_ledger_store_gate.nxdurability gate for the offer ledger.421
nx_office_census.nxthe MEASURED, LIAR-KILLED scoreboard for the NISHI OFFICE SUITE vs the STATE OF THE ART2628
nx_office_serve.nxNISHI OFFICE v1, the PRODUCT surface over the gated format organs (operator 2026-07-09:3769126
nx_ogg.nxOgg container framing: a COMPLETE codec, reader and writer.2289
nx_ogg_gate.nxproves the Ogg framing codec, reader and writer.1683
nx_oid.nxOBJECT IDENTIFIER constants for X.509 + TLS 1.3.24829
nx_okserver.nxminimal sovereign HTTP service: binds the port given as argv[1] (default 8081) and answers every393
nx_olmoe_recon2_gate.nxrecon the NON-block tensors + tokenizer metadata for OLMoE rung 5.746
nx_olmoe_recon_gate.nxrecon: enumerate blk.0.* tensor names + dims + types in OLMoE so the rung-4654
nx_omniforge_research_fetch.nxSOVEREIGN multi-source web-fetch for the OMNIFORGE1075
nx_onset.nxINSTRUMENT-LEARN-GAME rung LG-1: ONSET / strum detection.592
nx_onset_gate.nxREFEREE for LG-1 onset detection (nx_onset).1096
nx_onsite_frontier_fetch.nxSOVEREIGN onsite-search S-CLASS FRONTIER research fetch.1506
nx_onsite_research_fetch.nxSOVEREIGN onsite-search WORLD-CLASS research fetch.1395
nx_ontology.nxsubstrate-native ontology over RDF-style triples.2397
nx_ontology_test.nxsmoke for the substrate ontology primitive.713
nx_opaque_login.nxno-cookie OPAQUE login LOGIC (the wiki's model, FULL OPAQUE / modauth, RFC 9807).1319
nx_opaque_login_gate.nxKAT for the no-cookie OPAQUE login seam. Drives the FULL over-the-wire flow642
nx_opaque_login_routes.nxthe SHARED route table for the no-cookie OPAQUE login. Builds a full HTTP18712
nx_opcode_audit.nxsovereign opcode coverage matrix.1775
nx_opennet_posture_core.nximportable CORE of the open-net security-posture ruler (S15/O2 of1057
nx_opennet_posture_gate.nxliar-killed GATE for the open-net posture ruler (S15/O2).764
nx_openpub_research_fetch.nxSOVEREIGN multi-source web-fetch to STUDY the "FULLY-OPEN / SOVEREIGN /1035
nx_operand_layout_probe_t143.nx111
nx_opt.nxfirst slice of the optimizer, in NishiLang.402479
nx_opt_eqsat_pass.nxEQUALITY SATURATION AS AN ACTUAL IR REWRITE PASS.1272
nx_opt_eqsat_wire_gate.nxGATE for LN8 "equality saturation CONSUMED by the backend"1403
nx_optenforce_gate.nxGATE for LN2 option / null enforcement (lang.plan rung LN2, symbol1391
nx_optimizer_milestone_attest.nxsubstrate-native attribution1303
nx_option_enforce.nxLN2 OPTION / NULL ENFORCEMENT fixture organ (lang.plan rung LN2, watch493
nx_option_enforce_ok.nxLN2 POSITIVE CONTROL: every narrowing idiom the mode recognises, in one10712
nx_option_enforce_reassign.nxLN2 UN-NARROWING WITNESS: a `var` pointer is checked, then323
nx_or_all.nxAUTO-GENERATED from shape `accumulator_over_array`.291
nx_or_all_test.nx161
nx_or_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_or_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_oracleband_lib.nxLIB: READ A CITED ORACLE TABLE AND JUDGE A VALUE AGAINST IT (2026-08-25).1869
nx_orchestrate_gate.nxORCH-R3 GATE: the orchestrator resolves RACI from the REAL SSOT (nishi_raci.tsv),876
nx_orchestrate_raci.nxORCHESTRATION rung 3: the CONDUCTOR / the "call the API, it calls the team,35127
nx_orchestrate_raci_canonical_gate_t161.nxConfigures and validates workflow bindings with snapshot retention and directory structure.891
nx_orchestrate_raci_evaluate_gate_t144.nxConfigures and validates a workflow evaluation process with snapshot retention and binding checks.891
nx_orchestrate_raci_evaluate_t144.nxORCHESTRATION rung 3: the CONDUCTOR / the "call the API, it calls the team,34927
nx_orchestrate_raci_observe_t144.nx151
nx_ore_deposit.nxore-vein placement via capsule SDF.4549
nx_org.nxORG / COMMUNITY / CHURCH / NONPROFIT layer (rung 3 of Nishi CRM/Relationships to SOTA).17015
nx_organ_ground_lib.nxIS THIS SYMBOL ACTUALLY IN THE ORGAN ITS ROW NAMES?852
nx_organ_ship.nxTHE SHIP LOOP AS ONE ORGAN (operator 2026-08-18: "i want all of our workflows mined95532
nx_organ_ship_gate.nxTHE SHIP LOOP MUST NOT SKIP ITS OWN PROOF STAGE.77010
nx_organ_ship_lib.nxWHICH GATE PROVES THIS TARGET? The resolver the ship loop was missing.103666
nx_organ_ship_loss_candidate_t370.nxTHE SHIP LOOP AS ONE ORGAN (operator 2026-08-18: "i want all of our workflows mined95432
nx_organ_ship_loss_canonical_gate_t370.nx574
nx_organ_ship_loss_canonical_integration_gate_t370.nx363
nx_organ_ship_loss_gate_t370.nx574
nx_organ_ship_loss_integration_gate_t370.nx363
nx_organ_ship_loss_lib_candidate_t370.nxWHICH GATE PROVES THIS TARGET? The resolver the ship loop was missing.100866
nx_organ_ship_loss_promotion_gate_t370.nxValidates and tests loss reporting logic in the Nishi ecosystem by checking report formats and error conditions.685
nx_organ_ship_review_candidate_t371.nxTHE SHIP LOOP AS ONE ORGAN (operator 2026-08-18: "i want all of our workflows mined101740
nx_organ_ship_review_lib_candidate_t371.nxWHICH GATE PROVES THIS TARGET? The resolver the ship loop was missing.110279
nx_organism.nxecosystem-wide pathway + symbiote container.34414
nx_organism_test.nxsmoke for nx_organism.1132
nx_organkind.nxWHAT KIND OF THING IS THIS ORGAN? The classifier seq1492 says both ship verbs need.22510
nx_orphan_reap.nxreap ORPHANED GATE DAEMONS that survive a killed gate, by cmdline needle.1486
nx_orphan_reap_gate.nxBITE-PROVEN guard test for nx_orphan_reap's victim-side protection.1413
nx_os_exceed_gate.nxMEASURED OS exceed harness: Nishi vs Windows/macOS/Linux, organ-graded.715
nx_os_fs.nxOS FILESYSTEM-NAMESPACE SEAM (the write-safety half; sibling of nx_os_proc.nx).362
nx_os_introspect.nxOS "OBSERVE THE RUNNING SYSTEM" library (CAP-OS-INTROSPECT / CAP-PORT-OWNER).54835
nx_os_introspect_gate.nxin-process referee for the OS-introspection lib (CAP-PORT-OWNER). Binds a REAL794
nx_os_proc.nxOS PROCESS-INTROSPECTION abstraction (the PORTABILITY SEAM). THE ONE place OS-specific33322
nx_os_research_fetch.nxSOVEREIGN researcher: GROUND the OS-capability census (Rule 4). To know where the655
nx_osattest.nxLR6: NISHIOS + NISHI BROWSER LANGUAGE-RING INHERITANCE ATTESTATION.70814
nx_osattest_gate.nxGATE for LR6 (lang.plan rung LR6, symbol nxos_lang_ring_attest).3178
nx_osboot_research_fetch.nxbank the BOOTABLE-SPORE rung field (operator 2026-07-07: NishiOS rung 4 = the652
nx_oscar_batch_test.nx1503
nx_oscompete_research.nxTHIN structured OS-COMPETE research source organ (Nishi spore vs Puppy/Ubuntu/macOS/271
nx_ot_replay.nxOpenTheory replay engine.28110
nx_ot_replay_test.nxexercise the OpenTheory replay engine.2117
nx_otp.nxHOTP (RFC 4226) + TOTP (RFC 6238) one-time passwords.1175
nx_outbuf.nxgrowable output buffer shared by code-gen backends.995
nx_outfit.nxOUTFIT SWAP (the operator's "outfit stuff"), sovereign PARAMETRIC path. The research put593
nx_outfit_coverage.nxoutfit-coverage detector.1071
nx_outfit_coverage_test.nxsmoke for outfit-coverage detector. 463
nx_outfit_sexiness.nxoutfit sexiness ladder INDEPENDENT of explicit visibility.822
nx_outfit_vocabulary.nxtyped outfit registry with multi-language phrase variants. 2713
nx_outfit_vocabulary_test.nx761
nx_overhead_control.nxuniversal overhead-management primitive.30314
nx_ownership.nxLN4 + LN5 OWNERSHIP fixture organ (lang.plan rungs LN4 own_check_move and LN5563
nx_ownership_alias.nxthe ALIAS-SWEEP witness for LN5 (nx_ownership_gate).252
nx_ownership_commitment.nxsealed mission-lock verdict.934
nx_ownership_dfree.nxthe DOUBLE-FREE witness for LN5 (nx_ownership_gate).272
nx_ownership_gate.nxGATE for LN4 ownership moves (own_check_move) and LN5 use-after-free2291
nx_ownership_ok.nxTHE POSITIVE CONTROL for LN4/LN5 ownership (nx_ownership_gate).797
nx_p256_comb.nxfixed-base windowed scalar multiplication for the1155
nx_p256_comb_bench.nxdoes the fixed-base comb (p256_scalar_mul_base, precomputed G-table) beat684
nx_p256_ecdh.nxECDH key exchange on P-256 (secp256r1) for the1445
nx_p256_ecverify_core_bench.nxSAME-RUN clean comparison of the verify's EC core (u1*G + u2*Q +714
nx_p256_field.nxNIST P-256 prime field arithmetic.16510
nx_p256_field_inv.nxP-256 prime-field modular inverse via1384
nx_p256_field_inv_test.nxKAT for P-256 modular inverse via1111
nx_p256_field_mul.nxP-256 prime field multiplication.30811
nx_p256_field_mul_oracle_test.nxvalidates the FAST Solinas965
nx_p256_field_mul_test.nxKAT for P-256 field multiplication.1931
nx_p256_field_test.nxKAT for P-256 prime field add/sub/neg.1791
nx_p256_fieldmul_3way_bench.nxDEFINITIVE single-run decomposition of the P-256 field-mul win:948
nx_p256_fieldmul_bench.nxa NON-const-foldable P-256 field-mul benchmark.431
nx_p256_fieldmul_full_bench.nxthe FULLY-optimized P-256 field multiply: fused __mul256_wide846
nx_p256_fieldmul_mulx.nxP-256 field multiply using the FUSED __mul256_wide intrinsic464
nx_p256_fieldmul_mulx_bench.nxfield-mul-level speed: production p256_field_mul (u256_mul_wide604
nx_p256_fieldmul_mulx_difftest.nxprove the fused-intrinsic P-256 field multiply is bit-exact615
nx_p256_keyshare_test.nxB4-P256-KEYSHARE gate row.1753
nx_p256_modn.nxarithmetic in Z/nZ where n is the NIST P-25638520
nx_p256_modn_test.nxKAT for arithmetic in Z/nZ where n is1381
nx_p256_point.nxNIST P-256 elliptic-curve point operations.38213
nx_p256_point_add.nxP-256 Jacobian point addition.1772
nx_p256_point_add_test.nxKAT for P-256 Jacobian point addition.1211
nx_p256_point_test.nxKAT for P-256 point operations.1331
nx_p256_pointloop_bench.nxreusable crypto perf workload for codegen A/B.331
nx_p256_scalar_mul.nxP-256 scalar multiplication k * P.1042
nx_p256_scalar_mul_test.nxKAT for P-256 scalar multiplication.1201
nx_p256_scalar_mul_wnaf.nxvariable-base scalar mult via width-4 wNAF (signed non-adjacent form).1102
nx_p256_sign_bench.nxmeasure the ACTUAL per-handshake server crypto:543
nx_p256_solinas_difftest.nxDIFFERENTIAL correctness gate for the45610
nx_p256_solinas_fast.nxa FASTER NIST P-256 Solinas reducer, bit-exact with the production1192
nx_p256_solinas_fast_bench.nxreduce-only speed: production _p256_solinas_reduce (~60 _r_addw484
nx_p256_solinas_fast_difftest.nxprove the deferred-carry _p256_solinas_reduce_fast is bit-exact545
nx_p256_solinas_timing.nxhonest FAST(Solinas) vs SLOW(bit-serial)1223
nx_p256_verify_bench.nxend-to-end ECDSA P-256 verify throughput (u1*G + u2*Q double-and-add).594
nx_p256_verify_components.nxdecompose the ECDSA verify budget so the next optimization targets664
nx_p256_verify_timing.nxend-to-end ECDSA-P256 verify timing on the1382
nx_p256_wnaf_bench.nxis wNAF-4 actually faster than generic double-and-add for variable-base524
nx_p256_wnaf_difftest.nxprove p256_scalar_mul_wnaf == p256_scalar_mul (generic double-and-add,754
nx_p2pdist_research_fetch.nxSOVEREIGN researcher for the S-CLASS P2P CONTENT-DISTRIBUTION ecosystem755
nx_p384_ecdh.nxECDH key exchange on P-384 (secp384r1) for the TLS 1.3 key_share path.1206
nx_p384_field.nxNIST P-384 field arithmetic mod p.12010
nx_p384_field_inv.nxP-384 modular inverse via Fermat's904
nx_p384_field_inv_test.nxKAT for P-384 field inverse.541
nx_p384_field_mul.nxP-384 field multiplication + squaring1166
nx_p384_field_mul_fast.nxfast P-384 field multiply (mod p) via the prime's1277
nx_p384_field_mul_fast_gate.nxpin p384_field_mul_fast: it MUST equal the755
nx_p384_field_mul_test.nxKAT for P-384 field mul.801
nx_p384_field_test.nxKAT for P-384 field add/sub/neg.771
nx_p384_modn.nxNIST P-384 scalar arithmetic mod n.22717
nx_p384_modn_test.nxKAT for P-384 scalar arithmetic mod n.681
nx_p384_point.nxNIST P-384 elliptic curve point operations.29013
nx_p384_point_add.nxJacobian point addition for P-384.1292
nx_p384_point_test.nxKAT for P-384 point operations.641
nx_p384_scalar_mul.nxscalar multiplication k * P on P-384.1003
nx_p384_scalar_mul_gate.nxDIFFERENTIAL referee: the new 4-bit windowed p384_scalar_mul MUST equal the745
nx_p384_scalar_mul_test.nxKAT for scalar_mul.481
nx_pabi.nxTHE PORTABLE SYSCALL ABI SEAM (operator 2026-07-16: "don't defer, eat our debt,26110
nx_pabi_gate.nxgate for the portable syscall-ABI seam (R1 kernel: one forge file op, two OSes).1162
nx_pabi_native_core_gate.nxF103b "pabi-native core byte-exact" (os lane, M3; dep F103a=D 2026-07-21).2166
nx_paced_fetch.nxTHE ONE PACING HOOK FOR THE CAPTURE PATH (/compare/mediaingest R0; the vault's watch1338
nx_paced_fetch_gate.nxGATE for nx_paced_fetch (the capture path's ONE pacing hook, /compare/mediaingest R0).1181
nx_pacetbl_probe.nxREAD-ONLY discriminator for the nx_crawl_pace_gate RED (debt filed 2026-09-01).1296
nx_pack_rules_vet_gate.nxTHE RULES VET GATE (compare-plane pattern for the pack rules).2515
nx_packmirror.nxTHE PACK ARCHIVE ORGAN (debt 1787064637). Walks a pCloud-publink manifest and32413
nx_packmirror_lib.nxPACK-MANIFEST PARSE + VERIFY CORE (debt 1787064637; operator 2026-08-18:2599
nx_page_dump.nxfetch a few live pages over our sovereign TLS and print454
nx_page_fetch_raw.nxfetch a page and write RAW HTML (no text-strip) to a393
nx_page_fetch_tmp.nxfetch ONE page -> strip to text -> /tmp/page.txt.433
nx_page_final_seal_gate_t364.nx432
nx_page_get_test.nxfork-loopback fetch + render.17412
nx_page_identity_gate.nx331
nx_paged_fetch_gate.nxGATE for the dynamic paged fetcher (rf_fetch_bank_paged, debt-eaten hardened form).602
nx_paged_fwd_gate.nxMEASURED gate for the PAGED forward chain2666
nx_paged_kv_gate.nxMEASURED gate for the sovereign PAGED KV-cache2228
nx_pagepub.nxONE sovereign command to publish a static site page over the mgmt API (2026-07-09; retires885
nx_pagerank.nxLIB: sovereign PageRank over a web-graph edge list. The authority signal weak indie indexes573
nx_pagerank_gate.nxproves nx_pagerank on synthetic graphs with KNOWN ranks (deterministic KAT; no network, no562
nx_pageref_gate.nxthe IN-PROCESS referee for nx_pageref_lib: the asset-reference vocabulary and the2013
nx_pageref_lib.nxTHE ASSET-REFERENCE VOCABULARY: which attributes on a page name an artifact the21913
nx_pagerender_lib.nxRENDER ONE PUBLISHED PAGE THROUGH THE SOVEREIGN PAINT SUBSTRATE, as a LIB.1745
nx_pages_config.nxD1.6 of NISHI_DEPLOY_ROADMAP. Loads vhost map2086
nx_pages_config_test.nxKAT for D1.6 config-file parser.662
nx_pages_daemon.nxD1.2 of NISHI_DEPLOY_ROADMAP. Composes2044
nx_pages_http_redirect.nxD1.4 of NISHI_DEPLOY_ROADMAP.1535
nx_pages_https_daemon.nxD1.3 of NISHI_DEPLOY_ROADMAP. Composes3596
nx_pages_static.nxstatic-file serving over nx_http_server.41118
nx_pages_static_test.nxstructural smoke for nx_pages_static.1172
nx_pages_vhost.nxmulti-virtual-host routing primitive. D1.1 of2398
nx_pages_vhost_debug.nxisolate failures step-by-step via distinct exit codes.611
nx_pages_vhost_test.nxKAT for the D1.1 multi-vhost router.983
nx_paint_blend.nxalpha-compositing rect fill into a Framebuffer1172
nx_paint_blend_test.nxsmoke for alpha-blending rect fill.1241
nx_paint_box_borders.nxpaint a box's 4 borders (top / right /3387
nx_paint_box_borders_test.nxsmoke for the 4-side border2602
nx_paint_fb_ascii_dump.nxdump a Framebuffer to ASCII-art bytes883
nx_paint_fb_ascii_dump_test.nxsmoke for ASCII-art framebuffer971
nx_paint_solid_rect.nxfill a rectangle of pixels in a1414
nx_paint_solid_rect_test.nxsmoke for the Phase-4 paint seed.1161
nx_paint_text.nxrasterize an ASCII text string into a2596
nx_paint_text_test.nxsmoke for the 5x7 text rasterizer.1302
nx_paint_walk_layout.nxwalk a laid-out LayoutBox tree and66524
nx_paint_walk_layout_test.nxend-to-end integration smoke for1782
nx_paint_walk_layout_text_test.nxsmoke for the integrated1402
nx_pair_synchrony.nxpair-relation scoring for multi-character scenes.1736
nx_palette.nxsub-byte voxel/pixel palette encoder.1775
nx_palette_test.nxsmoke for nx_palette.901
nx_pamp.nxPathogen-Associated Molecular Pattern recognition.2635
nx_pamp_meta.nxFALSE-pattern detection (deepest layer).2408
nx_pamp_meta_test.nxsmoke for nx_pamp_meta.621
nx_pamp_test.nxsmoke for nx_pamp.781
nx_panic.nxenterprise panic handler.903
nx_panic_fire_test.nxexercise nx_panic_ctx's fail path. 281
nx_paper_audit.nxRESOLVE every citation in a manuscript against its ledger (AS-3).2048
nx_paper_audit_cli.nxcallable MCP/API surface for citation resolution (AS-3).1727
nx_paper_audit_gate.nxKAT + neg-controls for citation RESOLUTION (AS-3).1461
nx_paper_beat.nxTHE NATIVE-LIBRARY CONVERSION BEAT (operator 2026-08-13: no third-party20110
nx_paper_beat_all.nxTHE CLOCK-RUNNABLE FACE of the native paper library (2026-08-14).1339
nx_paper_forge.nxSOVEREIGN arXiv-shaped MANUSCRIPT COMPILER, engine half (AS-1).1356
nx_paper_forge_cli.nxcallable surface for the manuscript compiler (AS-1).1645
nx_paper_forge_gate.nxKAT + neg-controls for the manuscript compiler (AS-1).1441
nx_paper_native.nxPAPERS AS NATIVE NISHI DOCS, NOT PDF (operator 2026-08-13: "i dont want85522
nx_paperbench.nxSOVEREIGN deterministic MANUSCRIPT GRADER (AS-0: the ruler).24812
nx_paperbench_cli.nxcallable MCP/API surface for the sovereign manuscript grader (AS-0).20713
nx_paperbench_gate.nxKAT + neg-controls for the sovereign manuscript grader (AS-0).1941
nx_par_matmul.nxSOVEREIGN CPU parallelism: matmul across all cores via fork + shared memory, NO 3rd964
nx_par_pool.nxSOVEREIGN persistent worker POOL via PIPES (robust fix; busy-spin deadlocked on LICM,1475
nx_par_pull.nxPARALLEL concurrent download (the max-speed S-class gap): fork one worker per file, each1207
nx_par_pull_nas.nxPARALLEL concurrent download proven ON THE NAS (the max-speed gap WSL could not run: its1117
nx_paradigm_explorer_gate.nxTHE special sauce (operator 2026-06-18): when a paradigm hits a CEILING,814
nx_paradigm_fusion_gate.nxFUSE explorer + verified-self-improvement into the full ugly-hard-real-science834
nx_paradigm_neuromorphic_gate.nxhonest cycle on the NEUROMORPHIC/spiking paradigm (next surfaced target).663
nx_paradigm_neurosymbolic_gate.nxhonest cycle on NEUROSYMBOLIC (dismissed GOFAI returning), map #3.755
nx_parallel.nxparallel_for / parallel_map / parallel_reduce.37114
nx_parallel_simd_reduce.nxproof of L7 x L8 composition.942
nx_parallel_test.nxlarger-scale parallel primitive stress.994
nx_parallelism_census.nxthe PARALLELIZATION WORKLIST: walk the tree and flag COMPUTE-HEAVY organs (deep1117
nx_parallelism_probe.nxTHE CODEC-CATCH: measure whether a program actually uses multiple cores, so a1125
nx_paramodulation.nxparamodulation rule for equational reasoning.2112
nx_paramodulation_test.nxparamodulation smoke.1755
nx_paramplumb.nxFIND PARAMETERS THAT WERE ADDED BUT NEVER PLUMBED THROUGH.3555
nx_pardemo_heavy.nxcompute-heavy parallel_for via the (now-buildable) thread_pool: 4 workers, 32 indices, each a 2e6 LCG loop.232
nx_parexec.nxACTUAL PARALLEL multi-core execution (closes distributed-compute's last blocked half).2098
nx_parexec_gate.nxproves the PARALLEL executor is CORRECT: forking one worker per partition over773
nx_parquet.nxTHE PARQUET CLI over nx_parquet_lib (search R0d be_bright: BRIGHT ships as parquet).35711
nx_parquet_gate.nxGATE for the sovereign parquet reader (nx_parquet_lib), driven IN-PROCESS.4488
nx_parquet_lib.nxTHE SOVEREIGN PARQUET READER (search R0d be_bright: the BRIGHT benchmark ships as parquet).135245
nx_parse.nxNishiLang recursive-descent parser, in NishiLang.5077158
nx_parse_field_candidate_t280.nxNishiLang recursive-descent parser, in NishiLang.5074159
nx_parse_lex.nxWRITING arc support: parse operator-supplied DATA files into1162
nx_parse_lex_gate.nxREFEREE for nx_parse_lex.878
nx_parse_static_gate.nxTHE MISSING PARSER GATE for the static-as-argument defect.1304
nx_part_solver.nxCLI: solve a declarative part-placement constraint file.411
nx_part_solver_gate.nxGATE for the constraint part-placement solver (the Infinigen-Indoors transfer,3623
nx_part_solver_lib.nx★CONSTRAINT-BASED PART PLACEMENT (operator method pointer 2026-08-12:109559
nx_partanalyze.nxEND-TO-END underbuilt-part analysis (cadtwin R8-geometric): the operator's literal goal341
nx_partid.nxgeometric PART IDENTIFICATION (cadtwin P5): recognize a mesh part's shape CATEGORY by a1487
nx_partloft_capture_t319.nxTHE LOFTED PART (nx_partloft_lib) HELD TO KNOWN ANSWERS (procgen PG59 / anatomy AN19,3448
nx_partloft_gate.nxTHE LOFTED PART (nx_partloft_lib) HELD TO KNOWN ANSWERS (procgen PG59 / anatomy AN19,3388
nx_partloft_lib.nxTHE LOFTED PART: Infinigen's NurbsPart, replicated in NishiLang from the first byte up102533
nx_password_vault.nxsovereign at-rest-encrypted credential store.3245
nx_patch_attribution.nxthe COMPOST primitive.3325
nx_patent_check.nxoffline patent-encumbrance gate.2277
nx_patent_check_test.nxsmoke for the offline patent gate.853
nx_path.nxPOSIX path utilities (basename, dirname, join, normalize, ext).2349
nx_path_canonicalize.nxstructural CWE-22 path-traversal prevention.1915
nx_path_canonicalize_test.nxstructural smoke + CWE-22 attack1353
nx_path_v1.nxPOSIX filesystem path manipulation.2258
nx_pathstripe.nxthe RELIABILITY pillar: multi-path STRIPING with1116
nx_pathstripe_test.nx1:1 KAT for multi-path striping / seamless904
nx_pathway.nxcell-graph manifest.27511
nx_pathway_test.nxsmoke for nx_pathway.1232
nx_pbkdf2.nxPBKDF2 password-based key derivation (RFC 8018). 1352
nx_pbkdf2_sha1.nxPBKDF2 key derivation with HMAC-SHA1.1213
nx_pc.nx2D point cloud + ICP alignment + nearest neighbor.25911
nx_pc_test.nxsmoke for nx_pc primitives. 981
nx_pcb_cam.nxSOVEREIGN PCB isolation-milling CAM: copper geometry -> CNC G-code toolpaths.1219
nx_pcb_cam_gate.nxR2 GATE of the Omniforge PCB/EDA leg: isolation-milling CAM (in-house loop).1648
nx_pcb_drill.nxSOVEREIGN Excellon (NC drill) emitter: the drill half of the PCB fab package.501
nx_pcb_drill_gate.nxR1b GATE of the Omniforge PCB/EDA leg: Excellon drill export.1489
nx_pcb_gerber.nxSOVEREIGN PCB/EDA copper-layer emitter: a board copper-geometry model1047
nx_pcb_gerber_gate.nxR1 GATE of the Omniforge PCB/EDA leg (the "chips" near-term path).1798
nx_pcc.nxProof-Carrying Code anchors (Necula 1998).23111
nx_pck.nxPCK (Percentage of Correct Keypoints): the "MEASURED" grading for build-2 -- our own sovereign pose232
nx_pck_gate.nxexact proof of the PCK metric. expect_exit: 0363
nx_pct.nxURL percent-encoding / decoding (RFC 3986).1796
nx_pcx_decode.nxZSoft PCX reader (PC Paintbrush; the DOS-era standard).1324
nx_pdep_pext_kat.nxfunctional KAT for the BMI2 bit-manipulation1115
nx_pdf_text.nxSOVEREIGN PDF -> text with PER-FONT /ToUnicode CMap association.66023
nx_pe_compile_win.nxW3 keystone: nxc2-compiled NishiLang -> NATIVE Windows PE.1683
nx_pe_compile_win_call.nxW3b-2: nxc2-COMPILED code issues a kernel32 call ITSELF.2143
nx_pe_compile_win_dll.nxcompiler->DLL: wrap REAL nx_cc-compiled NishiLang in a PE DLL with named exports, incl. an1696
nx_pe_compile_win_fread.nxW-NET-5a: native file reading (CreateFileA + ReadFile), the capability1945
nx_pe_compile_win_gui.nxGUI-R0 keystone: emits nish_gui.nx as a native Windows PE with a37510
nx_pe_compile_win_halloc.nxW3b-5a' : sys_mmap reaches a BENIGN allocator (HeapAlloc).2143
nx_pe_compile_win_httpd.nxW-NET-1/2/3: a sovereign Nishi-native Windows HTTP server.2925
nx_pe_compile_win_index.nxkeystone-linker for a MEDIUM organ (the sovereign inverted INDEX) -> native Windows PE.2673
nx_pe_compile_win_io.nxW3b-1: nxc2-compiled NishiLang -> native Windows PE2514
nx_pe_compile_win_iotcli.nxW-NET-5b: native static-file HTTP server (sockets + file I/O in ONE3928
nx_pe_compile_win_mmap.nxW3b-5a: an organ's REAL sys_mmap reaches VirtualAlloc.2123
nx_pe_compile_win_nishi.nxW-NISH: the SOVEREIGN NISHI BROWSER (nish), native Windows PE.71410
nx_pe_compile_win_organ.nxW3b-6: a realistic organ runs ENTIRELY native (mmap+write+exit).2843
nx_pe_compile_win_sw.nxW3b-4: an organ's REAL sys_write reaches WriteFile, fd-routed.2293
nx_pe_compile_win_table.nxW3b-5b: a MULTI-syscall organ runs native (redirect table).2453
nx_pe_compile_win_uiserve.nxW-NET-5b: native static-file HTTP server (sockets + file I/O in ONE3617
nx_pe_compile_win_write.nxW3b-3: a compiled organ's OWN sys_write reaches WriteFile.2353
nx_pe_compile_win_wsa.nxW-NET-0: a Nishi organ initializes Winsock (2-DLL PE import table).2213
nx_pe_container_datachar.nxgeneralized Job-Object container (OCI process.args/cwd via cmdline):2033
nx_pe_container_elderai.nxTHE SOURCE for the Elara/Elder-AI GPU engine container.2334
nx_pe_container_gen.nxgeneralized Job-Object container (OCI process.args/cwd via cmdline):2425
nx_pe_container_httpd.nxW4-b-1: a governed Nishi container with WIRED stdout.2003
nx_pe_container_sdserver.nxW4-b-1: a governed Nishi container with WIRED stdout.2003
nx_pe_container_uiserve.nxW4-b-1: a governed Nishi container with WIRED stdout.2003
nx_pe_container_win.nxW4-a: a NISHI ORGAN runs as a Job-Object-governed, supervised container.2053
nx_pe_container_win_io.nxW4-b-1: a governed Nishi container with WIRED stdout.2003
nx_pe_container_win_ping.nxW4-a: a NISHI ORGAN runs as a Job-Object-governed, supervised container.2183
nx_pe_container_win_sup.nxW4-a: a NISHI ORGAN runs as a Job-Object-governed, supervised container.2183
nx_pe_dll_com_device.nxTHE CONVERGENCE RUNG: emit a sovereign DLL exporting a D3D11CreateDevice-shaped factory1876
nx_pe_dll_d3d11.nxthe REAL game entry point. Superset of nx_pe_dll_id3d11: same data-driven 43-slot ID3D11Device2298
nx_pe_dll_d3d11ctx.nxACCEPTANCE SLICE: a real multi-interface D3D11 render through the COM API. Data-driven2059
nx_pe_dll_d3d11draw.nxREAL GEOMETRY DRAW through the D3D11 API. Superset of d3d11ctx: device(43)+context(108)2089
nx_pe_dll_d3d11shade.nxPROGRAMMABLE SHADER Draw: a real fxc-compiled DXBC pixel shader, created via the real D3D1123810
nx_pe_dll_d3d11tex.nxTEXTURING through the real D3D11 API. 14 methods; adds the texture resource path:2069
nx_pe_dll_id3d11.nxDATA-DRIVEN generator for a DLL whose device conforms to Microsoft's REAL ID3D11Device vtable1958
nx_pe_hello_test.nxsubstrate emits Hello World PE, writes to disk.471
nx_pe_job_limit_test.nxW2b: sovereign Windows Job Object ENFORCEMENT, native, no HCS.2472
nx_pe_job_run_test.nxW2c: minimal sovereign Windows CONTAINER RUN, native, no HCS/VM.2322
nx_pe_job_self_test.nxW2a: sovereign Windows Job Object, native, no HCS.2782
nx_pe_natbw.nxGENERAL sovereign native-Windows PE emitter.4166
nx_pe_perf_probe.nxmeasure, IN THE WINDOWS PE, where the transfer time goes.613
nx_pe_spawn_test.nxsubstrate emits PE that spawns a child process.401
nx_pe_thunk_dump.nxSOVEREIGN PE troubleshooting organ (replaces the python oracle). Reads a built635
nx_pe_writer.nxsubstrate-emitted Windows PE32+ bytes.95210
nx_pe_writer_test.nxsubstrate emits a Windows PE, writes to disk.691
nx_peer_connect_live.nxLIVE BEP-3 handshake with a REAL peer (X-TORRENT-LIVE-001 L3a):1458
nx_peer_download.nxDOWNLOAD a multi-block piece off a peer + WRITE it to a LOCAL FILE,1667
nx_peer_ext_handshake.nxBEP-10 extension-protocol handshake (X-TORRENT-LIVE-001 R3a): the1389
nx_peer_handshake.nxBEP-3 peer-wire HANDSHAKE over a real TCP connection (X-TORRENT-LIVE-0011226
nx_peer_meta_live.nxfetch the REAL torrent metadata from a REAL peer (X-TORRENT-LIVE-001 L3b):1776
nx_peer_metadata.nxBEP-9 ut_metadata FETCH + sha1-verify the info-dict (X-TORRENT-LIVE-00118210
nx_peer_piece.nxBEP-3 REQUEST/PIECE block transfer + sha1 verify (X-TORRENT-LIVE-001 R4-b):1457
nx_peer_piece_live.nxdownload a REAL data piece from a REAL peer + sha1-verify it against the1792
nx_peerwire.nxBitTorrent peer wire protocol (BEP-3), bits-up.10010
nx_peerwire_test.nxKAT for the peer wire protocol (BEP-3).561
nx_pem.nxRFC 7468 PEM (Privacy-Enhanced Mail) container parser.1905
nx_pem_loader.nxload a PEM CA bundle into a TrustStore, bits-up.893
nx_pendulum.nxSimulates a nonlinear pendulum using integer arithmetic and symplectic integration for accurate physical behavior.14019
nx_peptide.nxCHEMISTRY SUITE / PEPTIDE PRIMARY-STRUCTURE rung. Turns56523
nx_peptide_chain.nxCHEMISTRY SUITE / MULTI-CHAIN PEPTIDE rung. Closes14713
nx_peptide_chain_test.nxgate for nx_peptide_chain. The anchor is human1614
nx_peptide_deconv.nxSOTA ANALYTICAL: charge-state DECONVOLUTION. The1519
nx_peptide_deconv_test.nxgate for charge-state deconvolution. The1503
nx_peptide_denovo.nxSOTA: DE NOVO peptide sequencing. Reconstruct the1625
nx_peptide_denovo_test.nxgate for de novo sequencing. The liar-kill is1625
nx_peptide_ext.nxCHEMISTRY SUITE / PEPTIDE EXTENSION rung. Closes the21714
nx_peptide_ext_test.nxgate for nx_peptide_ext. Oxytocin and2117
nx_peptide_formula.nxLIAR-KILLER for the peptide mass stack. Computes a17610
nx_peptide_formula_test.nxTHE LIAR-KILLER GATE. Triangulates the peptide1243
nx_peptide_identify.nxSOTA CAPSTONE: end-to-end peptide identification1387
nx_peptide_identify_test.nxgate for the end-to-end identification1565
nx_peptide_isotope.nxSOTA ANALYTICAL rung: the ISOTOPIC ENVELOPE a1356
nx_peptide_isotope_test.nxgate for the isotopic-envelope rung, liar-1413
nx_peptide_msms.nxSOTA ANALYTICAL CAPSTONE: peptide identification by22011
nx_peptide_msms_test.nxgate for the MS/MS identification capstone. The1453
nx_peptide_test.nxgate for nx_peptide. Liar-killing where possible:1663
nx_perceptual_dataset.nxpaired (signal, species, behavioral metric) store.1948
nx_perceptual_judge.nxsignal-vs-profile honesty judge.1014
nx_perceptual_profile.nxsealed multi-species perceptual taxonomy.3496
nx_perceptual_render_test.nxG1+ end-to-end per-perceptual-profile1563
nx_perchannel_quant_gate.nxnext real INT8 rung: PER-CHANNEL scales, measured + honest about the limit.946
nx_perf_bench.nxsubstrate-native performance benchmark primitive.20410
nx_perf_bench_test.nxsmoke for the perf-bench primitive. 521
nx_perf_lib.nxFRAME-BUDGET TELEMETRY, the AAA way, as ONE sovereign ruler (GE32 + GE15, 2026-09-02).20924
nx_perf_pathology.nxB1 first stone of NISHI_PERFORMANCE_2195
nx_perf_pathology_test.nxKAT for B1 pathology classifier.1421
nx_perf_pct_gate.nxKNOWN-ANSWER GATE for the frame-time percentile arithmetic the served page1915
nx_perf_probe.nxsubstrate performance counter primitive.18410
nx_perf_rehearsal.nxTHE MISSING FEEDBACK EDGE (operator 2026-06-23: "our analytics becomes a21417
nx_perf_rehearsal_actual_gate_t179.nx161
nx_perf_rehearsal_candidate_t179.nxTHE MISSING FEEDBACK EDGE (operator 2026-06-23: "our analytics becomes a21216
nx_perf_rehearsal_cli_gate_t179.nx181
nx_perf_rehearsal_gate_t179.nx512
nx_perf_rehearsal_import_gate_t179.nx512
nx_perf_verdict.nxsubstrate primitive for honest per-axis1696
nx_perineum_distance.nxfourchette → anal verge distance + canon check.811
nx_peristalsis.nxsequence-preserved ordered queue (Kafka-class).805
nx_peristalsis_test.nxsmoke for nx_peristalsis.691
nx_perlin.nxseeded Perlin noise primitive. 29214
nx_perlin_test.nxsmoke for seeded Perlin noise + classification. 771
nx_perma_research_fetch.nxthe Nishi RESEARCHER expanded into PERMACULTURE / SOIL IMPROVEMENT / SELF-1255
nx_person_descriptor_t343.nx121
nx_person_field_candidate_t343.nxORIGINAL. Composes complete native feature arenas without flattening their ABI.403
nx_person_field_gate_t343.nx281
nx_person_mesh_candidate_t343.nx564
nx_person_mesh_oriented_t343.nx574
nx_persona.nxR1a of the ELDER AI companion spine: PERSONA-AS-DATA. A companion's behavior comes from13612
nx_persona_gate.nxGATE for R1a (nx_persona): persona-as-data is the SOLE authority on behavior, and1026
nx_persongen.nx★GENERATIVE PERSON FACTORY (operator north star 2026-07-08: "generate a model from the796
nx_pets3d_wasm.nxEXPORTED-ENTRYPOINTS: a wasm module. Its exports are invoked by the browser host, not by any .nx91092
nx_pets_netstate.nxsovereign player-state codec for multiplayer pixelmon.824
nx_pets_voxel3d.nxRUNG 2 of the Pixelmon-exceed ladder: TRUE 3D voxel terrain by composing168364
nx_pets_voxel_view.nxRUNG 1 of the Pixelmon-exceed ladder: render the PETS world in29715
nx_pets_wasm.nxGenerates a procedurally created 16x12 grid world with terrain and structures for a turn-based pet capture game.61460
nx_pex.nxBEP-11 Peer Exchange (ut_pex): parse/build the compact peer lists that connected1839
nx_pex_gate.nxSOVEREIGN LOOPBACK gate for BEP-11 ut_pex: proves PEX rides the REAL BEP-101599
nx_pex_harvest_gate.nxSOVEREIGN gate for the PEX HARVEST PLUMBING in the worker823
nx_phash.nxperceptual image hashing + reverse-image (bits-up).1025
nx_phash_index.nxSUBLINEAR Hamming-metric index (BK-tree) over 64-bit perceptual843
nx_phash_index_gate.nxreferee for the sublinear Hamming index (nx_phash_index, BK-tree).16612
nx_phash_test.nxKAT + benchmark for perceptual image hashing.754
nx_phenology.nxtiming knowledge across season + decade.2119
nx_phenology_test.nxsmoke for nx_phenology.991
nx_pheromone.nxmulti-party signal channels (IRC/chat/alarm class).1359
nx_pheromone_test.nxsmoke for nx_pheromone.961
nx_phi.nxgolden ratio + Fibonacci primitives for S-class anatomy canon.1037
nx_phi_test.nx391
nx_phoneme_synth.nxVOICE-CLONE-001 rung 5a: render a PHONEME SEQUENCE into1132
nx_phoneme_synth_gate.nxREFEREE for VOICE-CLONE-001 rung 5a (articulation).1795
nx_photo_count_gate.nxREFEREE for the five-pics fix and the conversation-album arithmetic (2026-08-30): a photo count915
nx_photogram_front.nx81720
nx_photogram_front_diag.nxmeasurement probe, not a gate. T5 failed with the noise control scoring1913
nx_photogram_front_gate.nxproof gate for the photogrammetry front end.4528
nx_photogram_hbench.nxrun the Nishi front end on a REAL photograph pair and emit its matches.2307
nx_photogrambench.nxTHE PHOTOGRAMMETRY RULER. Measures where the Nishi stack stands on the FULL53610
nx_photomark.nxCLI over nx_photomark_lib (aesthetictwin AT4 / AT23 / AT30 / AT31, 2026-09-16): landmarks and scale-free1555
nx_photomark_gate.nxthe referee for nx_photomark_lib (aesthetictwin AT4 / AT23, 2026-09-16). In-process on a synthetic51920
nx_photomark_lib.nxTHE 2D PHOTO LANDMARKER, FIRST BYTE (aesthetictwin AT4 pm_canthal_tilt, AT23 rulers pm_landmarks192752
nx_photoreal_critic_sota_fetch.nxDEEP SOTA for the PHOTOREAL CRITIC (operator 2026-07-04: "you need a725
nx_photoreal_research_fetch.nxbank the PHOTOREAL DIGITAL-HUMAN pipeline (Elara north-star tent-pole A,452
nx_phototwin.nxTHE PHOTOGRAPH-TO-SUBSTRATE TWIN (2026-08-24, /compare/phototwin PT2 PT3 PT7).50924
nx_phototwin_gate.nxTHE GATE FOR THE PHOTOGRAPH-TO-SUBSTRATE TWIN (nx_phototwin forked for real), 2026-08-24.32211
nx_phrase_conflict.nxsemantic-tag conflict detector.3695
nx_phrase_conflict_test.nxsmoke for semantic-tag conflict detector. 741
nx_phrase_match.nxcase-insensitive substring matcher.1546
nx_phred.nxPhred quality score encode / decode helpers.1386
nx_phred_test.nxKAT for Phred+33 and Phred+64 encode/decode.1231
nx_phys3d.nxthe UNIFIED sovereign 3D rigid-body physics core (the 07-01 census's named gap; operator40123
nx_phys3d_toi_gate.nxPG26: CAN A FAST MOVER EVER END A TICK INSIDE A WALL? (the 2D sweep tooth lifted to 3D)1343
nx_physfid_research_fetch.nxbank HOW THE INCUMBENTS MANAGE PHYSICS across the fidelity spectrum412
nx_physics_ladder.nxGENEALOGIST physics-limit grading: how close is the sovereign hash get to the1034
nx_pickle_names.nxreveal the HiFi-GAN state_dict STRUCTURE: locate archive/data.pkl inside the .bin ZIP and867
nx_pid.nxPID controller (proportional-integral-derivative).833
nx_pid_diag.nxdiagnose getpid + ml_pid_alive (the queue/tend/model-lane self-pid primitive).262
nx_pid_test.nxsmoke for nx_pid. 711
nx_piece_manager.nxBitTorrent piece/block manager (bits-up, deterministic).758
nx_piece_manager_test.nxKAT for the piece/block manager.431
nx_pileup.nxCIGAR walking primitives for variant-calling pileup.4338
nx_pileup_test.nxKAT for CIGAR walking + query-pos-at-ref.4271
nx_pillar_physics.nxbits-up cantilever-moment + load-proportional2104
nx_pillar_physics_test.nxverify cantilever moment + load-proportional961
nx_pillar_physics_v21_test.nxmathematically distinguish v2.11102
nx_piotroski_gate.nxF-SCORE INDEPENDENT GATE.1116
nx_piotroski_lib.nxF-SCORE: Piotroski 9-point fundamental-strength score, integer-exact.643
nx_pipe.nxpipe(2) + pipe2(2) wrappers.703
nx_pipeline.nxN-stage MIMD pipeline with bounded backpressure.24514
nx_pipeline_test.nx3-stage pipeline stress + backpressure check.964
nx_pitch.nxsovereign integer F0 (fundamental-frequency / pitch)903
nx_pitch_gate.nxREFEREE for VOICE-CLONE-001 rung 0 (sovereign F0).1465
nx_pitch_grade.nxAUDIO arc, singing-tutor thread: grade how on-pitch a431
nx_pitch_grade_gate.nxREFEREE for the singing-tutor grader (nx_pitch_grade).1316
nx_pitwall_board.nxthe RACING CREW's roadmap board (the "pitwall"). Reads knowledge/compare/roadmap.data11010
nx_pitwall_render.nxCV-0 SEED: the racing-crew-view (NX-PITWALL)962
nx_pitwall_render_test.nxCV-0 SEED verification: the anti-aspirational531
nx_pkcs12_kdf.nxthe PKCS#12 password-based KDF (RFC 7292 Appendix B.2) over SHA-256.14310
nx_placement.nxmulti-tier tensor placement + lazy materialization.25310
nx_placement_test.nxsmoke for nx_placement.nx.1431
nx_plan_svc.nxPRODUCTION-PLAN SERVICE FACADE. The fourth organ on the1335
nx_plan_svc_test.nxgate for the production-plan facade. Drives the2376
nx_plane_check.nxVERIFY the TSV<->NXR1 bridge against REAL production plane data, READ-ONLY.1804
nx_plane_migrate.nxmigrate a plane's VALUE ENCODING from flat tab-delimited lines to NXR1 records2073
nx_planefit.nxREAD-ONLY: does a plane FIT a caller's read cap, and by how much does it miss?24410
nx_planepeek.nxREAD ONE RAW KEY OUT OF A SEG-STORE PLANE. Read-only, writes nothing.39314
nx_planepeek_gate.nxTHE REFEREE FOR nx_planepeek's FALSE-ABSENCE FIX (debt 1787282525). 27215
nx_planescan.nxSOVEREIGN SCALABLE PLANE ENUMERATION (the storage-foundation primitive).23814
nx_planesweep.nxReconstructs depth maps from two stereo views using plane sweep and photo-consistency scoring.1958
nx_platform.nxhardware-agnostic substrate platform facade.730
nx_platform_research_fetch.nxSOVEREIGN multi-source web-fetch for the HOSTING-PLATFORM S-CLASS bar855
nx_pm_dashboard_gate.nxKAT for the PM ROI rollup, incl. the LIAR-KILLER invariant:595
nx_pm_discover.nxthe Nishi PM's project-discovery TOOL (standalone).251
nx_pmx.nxPMX (MikuMikuDance 2.x) MODEL READER: header, section census, and the BONE TABLE.55720
nx_png.nxSOVEREIGN PNG (RGB8) encoder in NishiLang. No zlib/libpng/python: adaptive per-scanline34015
nx_png_capacity_baseline_t278.nx283
nx_png_capacity_gate_t278.nx525
nx_png_capacity_t278.nxSOVEREIGN PNG (RGB8) encoder in NishiLang. No zlib/libpng/python: adaptive per-scanline34015
nx_png_chunks.nxTHE PNG CHUNK WALK (one reader, shared): signature, then [length(4, big-endian)][type(4)][data][crc(4)]1238
nx_png_decoder.nxRFC 2083 PNG decoder.82214
nx_png_dynamic_huffman_test.nxregression smoke proving nx_png_decode1661
nx_png_header.nxparse PNG signature + IHDR + chunk stream.1717
nx_png_probe.nxRule-2 verification: does the existing nx_png_decode383
nx_png_real_smoke.nxend-to-end PNG decode verification.2353
nx_png_write.nxsovereign PNG ENCODER so the Nishi ecosystem can output a render that any viewer1085
nx_pnm_decode.nxNetpbm reader: P1/P2/P3 (ASCII) and P4/P5/P6 (binary),1874
nx_pnprefine.nxRefines camera pose by minimizing reprojection error with a Gauss-Newton linear solve.3028
nx_poisson_disk.nxBridson 2007 fast Poisson disk sampling.3387
nx_poisson_disk_test.nxsmoke for Bridson 2007 Poisson disk. 931
nx_poll.nxpoll(2) and ppoll(2) wrappers.1345
nx_poll_x86_64.nxLinux x86_64 poll(2) / ppoll(2) wrappers.1056
nx_pollinate.nxpeer-mesh community defense distribution.33813
nx_pollinate_test.nxsmoke for nx_pollinate.1001
nx_pollinator.nxkeystone-species presence + reintroduction modeling.25310
nx_pollinator_test.nxsmoke for nx_pollinator.1251
nx_poly.nxpolynomial operations over i64 coefficients.1076
nx_poly1305.nxBernstein's Poly1305 MAC (RFC 8439 variant). 3345
nx_poly1305_pure.nxarchitecture-neutral Poly1305 (arena-based).3267
nx_poly1305_pure_test.nxRV64 KAT for nx_poly1305_pure.nx.471
nx_poly1305_test.nxRFC 8439 §2.5.2 KAT for Poly1305.891
nx_poly1305_wasm.nxPoly1305 MAC (RFC 7539 §2.5) for WAT target.3236
nx_polyglot_bench.nxhead-to-head verdict against N incumbent1774
nx_polygon.nx2D polygon primitive with foundational ops +51220
nx_polygon_test.nxexercise foundational polygon ops + offset1111
nx_polymer_thermal.nxper-polymer thermal envelope for FDM1715
nx_polymer_thermal_test.nxper-polymer thermal envelope +791
nx_polypitch.nxINSTRUMENT-LEARN-GAME rung LG-3: POLYPHONIC pitch detection1146
nx_polypitch_gate.nxREFEREE for LG-3 polyphony (nx_polypitch).1346
nx_pool.nxfixed-size object pool with O(1) alloc + free.1675
nx_pool_ring_gate.nxregression witness for the RING ARENA fix923
nx_pool_stale_gate.nxSTRESS REPRODUCER for the 2026-07-15 run-to-run greedy divergence (proven by1774
nx_poolgov.nxTHE POOL-WIDTH GOVERNOR, in the PRIMITIVE layer where production organs can reach it.1857
nx_poolheavy.nxproving282
nx_porkbun_domain.nxPorkbun DOMAIN lifecycle client: pricing / availability / SSL-bundle32017
nx_porkbun_ping_probe.nxTHROWAWAY DIAGNOSTIC for the Porkbun42213
nx_porkbun_publish_a.nxpublish an A record <sub>.<domain> -> <ip> at Porkbun, sovereignly (over the604
nx_port_audit.nxSOVEREIGN LISTENING_VS_CLAIMED audit (the capability nx_daemon_health_audit lists1429
nx_portability_exceed.nxthe MEASURED exceed VERDICT for platform-independence vs the June-2026 SOTA452
nx_portability_gate.nxgates the portability linter (v_scan_port) on synthetic fixtures: a clean423
nx_portcheck.nxR1 of the sovereign-:443 arc: a SOVEREIGN "what owns this port" inspector. The deploy team36528
nx_portcheck_staged_cli_gate.nxExecutes the caller-pinned staged CLI; only this gate owns the two listeners.1408
nx_portclient_gate.nxTHE TWIN-DRIFT TOOTH. A client that hardcodes a target port must be aimed1698
nx_pose_backprop_gate.nxproves the MULTI-LAYER pose-net backprop COMPOSES correctly (the "scale build-2"993
nx_pose_benchmark_audit.nxCRITIC + ADVERSARY audit (operator 2026-07-14: "make sure we aren't self validating783
nx_pose_classify.nxclassify body pose from face + torso geometry.1421
nx_pose_classify_test.nx641
nx_pose_cnn.nxT2 POSE FRONT-HALF: the sovereign software-f32 pose-CNN FORWARD PASS -- the heatmap PRODUCER523
nx_pose_cnn_gate.nxexecuted proof of the sovereign f32 pose-CNN FORWARD PASS end-to-end into the integer1063
nx_pose_coach.nxthe COACH's read (roadmap R8): compare a USER pose track to a REFERENCE track and say727
nx_pose_distill_gate.nxBUILD-2 core proof: a small STUDENT pose net TRAINS (the distillation loop) to1075
nx_pose_elm.nxthe NONLINEAR learner for pose-from-silhouette (roadmap R2 v1). The linear perceptron on raw696
nx_pose_estimate.nxLEARNED pose localization from an image (roadmap R2 v0, the video->POSE keystone gap).754
nx_pose_keypoints.nxT2 POSE, the WEIGHTS-FREE back half of a heatmap pose estimator (HRNet/OpenPose-class,593
nx_pose_keypoints_gate.nxgate for the weights-free pose back-half (heatmap -> keypoint). Synthetic heatmaps633
nx_pose_naturalness.nxTier 6 biomechanical pose validation.3555
nx_pose_preprocess.nxViTPose top-down preprocessing: real image + GT bbox -> vitpose_input.bin.1837
nx_pose_retarget.nxRETARGET a pose track (joint world POSITIONS) onto our rig's joint ANGLES (roadmap R3,734
nx_pose_score_one.nxthe FIRST real external-GT score: map the ViTPose port's 48x64 heatmap693
nx_pose_skeleton.nxT2 POSE, the geometric skeleton analysis that turns keypoints (from nx_pose_keypoints)523
nx_pose_skeleton_gate.nxgate for the skeleton posture geometry (nx_pose_skeleton). Synthetic skeletons663
nx_pose_student_distill.nxBUILD-2 REAL DISTILLATION: our OWN sovereign student pose net learns to reproduce1568
nx_posit.nxposit arithmetic primitives (Phase N3 seed).1327
nx_postag.nxa PART-OF-SPEECH TAGGER for the estate (rung IM28's next lever: every SemEval-2014 winner used POS49317
nx_postag_eval.nxtrain the estate's POS tagger (nx_postag) on a CoNLL-U treebank and report token accuracy on a431
nx_postag_gate.nxGATE for the POS tagger (nx_postag), driven IN-PROCESS on a planted CoNLL-U mini-treebank under951
nx_posting_compress.nxLIB: posting-list compression (Lucene Frame-of-Reference model) = the biggest perf+size915
nx_posting_compress_gate.nxproves posting compression is LOSSLESS (roundtrip identity) + actually COMPRESSES.562
nx_pov_shift.nx3rd-person -> 1st-person POV transform.4738
nx_pow10.nxSHARED NUMERIC rung: base-10 exponential and logarithm in1423
nx_pow10_test.nxthe gate the lane's most load-bearing primitive never had.2014
nx_pow_mod.nxfast modular exponentiation (binary method).401
nx_pow_mod_test.nx221
nx_power_of_2.nxAUTO-GENERATED from shape `scalar_accumulator_n`.301
nx_power_of_2_test.nx91
nx_pp_discriminator_test.nxDECIDE whether the self-hosted compiler actually PROCESSES562
nx_ppdemo_forkpar.nxPROCESS parallelism (fork), the axis that WORKS today (vs broken threads). Forks 8312
nx_ppdemo_parallel.nxa controlled MULTI-THREADED compute workload: the SAME arithmetic loop as292
nx_ppdemo_serial.nxa controlled SINGLE-THREADED compute workload (a tight arithmetic loop, no I/O) used151
nx_ppdemo_threads.nxREAL multi-core proof via raw __thread_clone (stage-1 func-pointers). Spawns 4 worker492
nx_ppm.nxbinary PPM (P6) read/write, so organs can ingest and emit REAL866
nx_ppm_writer.nxserialise Netpbm images (PBM / PGM / PPM).1576
nx_ppmi_import_probe.nxthe EXACT acceptance case of debt 1785608999:121
nx_ppp_probe.nxPERSON / PRODUCT / PLACE probe: ONE ruler, run on OUR live surface AND on each rival's90139
nx_ppp_probe_gate.nxTHE VERDICT nx_ppp_probe COULD NOT PUBLISH (2026-08-25).1266
nx_pq.nxmin-heap priority queue (binary heap).2069
nx_pq_hybrid.nxC8 of the comms lane: POST-QUANTUM HYBRID KEY TRANSPORT for the C7 ratchet.31220
nx_pq_hybrid_gate.nxREFEREE for C8 (nx_pq_hybrid, contract pqh_kex). END-TO-END: keygens a1274
nx_pre_sat.nxpre-saturation simplification of input clause set.901
nx_pre_sat_test.nxpre-saturation simplification smoke.1305
nx_pred.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_pred_test.nx91
nx_predator_prey_balance.nxmeta-discipline monitor for defense30711
nx_predator_prey_balance_test.nxsmoke for nx_predator_prey_balance.1461
nx_prefix_cache.nxPREFIX-KV CACHE for the companion serving workload (serving census Q3; vLLM/SGLang1398
nx_preflight.nxbulletproof pre-print orchestrator.2445
nx_preflight_test.nxexercise preflight orchestrator with1011
nx_prepared_character_bundle.nx273
nx_prepared_character_bundle_emit_t316.nx121
nx_prepared_motion.nxNative-emitted prepared-source transport; host scene clock, source-bound manifest, reserved owned WASM tail memory.21
nx_prepared_motion_candidate_t316.nxNative-emitted prepared-source transport; host scene clock, source-bound manifest, reserved owned WASM tail memory.21
nx_prepared_motion_emit_gate_t316.nx31
nx_preprocessor_ifdef_test.nxMONITOR pillar for self-host361
nx_presence.nxperson-presence detection (skin-chrominance + blob1213
nx_presence_gate.nxREFEREE for MEDIA-STUDIO R2 (nx_presence).1747
nx_preservation.nxFOOD-SCIENCE SUITE / PRESERVATION rung. The17111
nx_preservation_test.nxsmoke for nx_preservation (food-preservation541
nx_pressure_deformation.nxskin-on-skin contact tissue compression check.1443
nx_pressure_deformation_test.nx873
nx_price_extract.nxthe Nishi BROWSER's price detector: find the price on a rendered shopping page so613
nx_primitive_registry.nxcallable-by-name primitive catalog.1737
nx_primitive_synth.nxsubstrate-native per-primitive synthesizer.43512
nx_print_e2e_test.nxTHE end-to-end integration demo. Single1102
nx_print_exceed_compose_test.nxOUTCOME-VALIDATION smoke proving1892
nx_print_loop_e2e_test.nxend-to-end substrate loop:1642
nx_print_process.nxbits-up sealed enum of additive-manufacturing1376
nx_print_process_test.nxverify the sealed-enum + taxonomy681
nx_print_response.nxmap runtime-monitor issue verdicts to1124
nx_print_response_test.nxexercise the response-mapper +1212
nx_print_runtime_compose_test.nxcomposition smoke for the1502
nx_print_runtime_monitor.nxLIDAR-class spaghetti prevention45811
nx_print_runtime_monitor_test.nxexercise the runtime spaghetti971
nx_print_runtime_runout_test.nxfilament runout edge detection.611
nx_print_runtime_shift_test.nxlayer-shift / lost-steps detection.881
nx_print_runtime_thermal_test.nxthermal-dropout detection1051
nx_print_runtime_zback_test.nxZ-backward jump detection.971
nx_print_send.nxPHYSICAL Print-Job: submit the sovereign .urf artifact to the real Brother and644
nx_print_session.nxALL-IN-ONE push-and-play operator entry.1332
nx_print_session_test.nxend-to-end push-and-play test.741
nx_print_sim.nxmilitary/aerospace-grade print simulator,3747
nx_print_sim_spaghetti_test.nxverify the simulator predicts1391
nx_print_sim_test.nxverify the print simulator's first-stone831
nx_print_telemetry.nxunified telemetry-event bridge for1492
nx_print_telemetry_test.nxexercise the unified telemetry1201
nx_print_validate.nxLIVE, SAFE proof of the submission path. Sends a Validate-Job for an image/urf584
nx_printer_census.nxR7 organ-graded S-class census (the grader). Per [[feedback-no-wave-measured-533
nx_printer_census_test.nxgate for the S-class census grader. Proves the LIAR-KILL: a grade is372
nx_printer_conform.nxIPP conformance / capability-gap profiler. Surfaces the ACTIONABLE conformance704
nx_printer_conform_live.nxLIVE conformance audit: query the real Brother (READ-ONLY Get-Printer-593
nx_printer_conform_test.nxgate for the IPP conformance / capability-gap profiler (nx_printer_conform).925
nx_printer_dump.nxfull-transparency IPP attribute dumper. Queries a printer and decodes EVERY1308
nx_printer_exceed.nxMEASURED head-to-head bakeoffs that FEED the S-class census (nx_printer_census).40538
nx_printer_exceed_gate.nxgate for the measured-exceed bakeoffs (nx_printer_exceed).922
nx_printer_fw_sim.nxVIRTUAL printer firmware/flash SIMULATOR. The operator wants to let a user flash OUR786
nx_printer_fw_sim_test.nxthe NEVER-BRICK gate (#26, brand-critical) for the firmware-flash simulator.663
nx_printer_health.nxhonest-status / anti-silent-failure model layer (R1) over nx_ipp_codec.1667
nx_printer_health_test.nxgate for the honest-status / anti-silent-failure model (R1).1062
nx_printer_ports.nxsovereign service-surface recon of the operator's OWN Brother on the OWN LAN:755
nx_printer_query.nxLIVE driver: query a real IPP printer and print the honest truth.22213
nx_printer_security.nxhonest printer security posture auditor (the #1 measurable exceed axis).1484
nx_printer_security_test.nxoffline gate for the printer security auditor.793
nx_printer_waste.nxhonest supply + waste auditor (R4). Targets the operator's "wasteful as shit".963
nx_printer_waste_test.nxoffline gate for the supply/waste auditor (R4).1304
nx_printer_web_probe.nxREAD-ONLY recon of the printer's OWN embedded web UI (port 80). Drives a866
nx_printers_page.nxLIVE: query the real Brother and write the /printers status page to disk.724
nx_printers_render.nxrender the full honest printer audit as an HTML page (the standing UI law:2019
nx_printers_render_test.nxoffline gate for the /printers HTML renderer.743
nx_privacy_gate.nxINDEPENDENT GATE: GDPR/CCPA request clocks + breach notification.661
nx_privacy_lib.nxPRIVACY COMPLIANCE: GDPR / CCPA subject-request clocks and breach notification.12212
nx_private_binary_transport_t43.nxPrivate binary transport over existing MCP filesystem and base64 owners.111
nx_privattr_probe.nxdoes the `@priv` visibility ATTRIBUTE survive the lexer today?202
nx_privlog_gate.nxINDEPENDENT GATE: privilege assertion, waiver, and the FRCP 26(b)(5)(A) log.1101
nx_privlog_lib.nxPRIVILEGE: the assertion test, the waiver test, and the FRCP 26(b)(5)(A) log.15413
nx_prng.nxdeterministic pseudo-random number generator.1088
nx_prng_test.nxsmoke for nx_prng. 1091
nx_probability.nxprobability-measure substrate.14016
nx_probe.nxon-device capability fingerprint with vendor-claim39712
nx_probe_bchk_asm.nxINSTRUMENT, not a witness: the smallest bounds-checked hot loop, so the231
nx_probe_caplim_args.nxMUST-REFUSE WITNESS (capability-limit voice, 2026-08-13):102
nx_probe_caplim_fassign.nxMUST-REFUSE WITNESS (float-boundary completion, 2026-08-13):101
nx_probe_caplim_float.nxMUST-REFUSE WITNESS (capability-limit voice, 2026-08-13):101
nx_probe_caplim_fmem.nxMUST-REFUSE WITNESS (float boundary, MEMORY sites, 2026-08-13):151
nx_probe_castchain_live.nxWITNESS (chained casts, 2026-08-13): `X as *u8 as i64` was131
nx_probe_castidx_live.nxWITNESS for the paren-primary postfix chain (parse_primary TK_LPAREN).161
nx_probe_closure_capture.nxLN13b NEGATIVE CONTROL: a function literal that READS a local of151
nx_probe_closure_lift.nxLN13b BEHAVIOUR WITNESS: a non-capturing function literal is lifted,733
nx_probe_closure_named.nxLN13b DISCRIMINATION CONTROL: the pre-existing bare-function-name162
nx_probe_crash_live.nxWITNESS for nx_crash.nx (v11 rung 1a): a guarded null-page deref131
nx_probe_crashstk_live.nxWITNESS: a STACK-OVERFLOW crash under the guard must still print172
nx_probe_ctor.nxbisect the tagged-enum SIGSEGV: does the CONSTRUCTOR alone131
nx_probe_dbgtiny.nxsmallest possible -g witness: no imports, two functions.102
nx_probe_dwhdr.nxKAT: does our DWARF v5 header emitter produce the EXTERNALLY VALIDATED bytes?482
nx_probe_float.nxEVIDENCE GATE for the disputed "no native f32/f64,141
nx_probe_linecont.nxLN15 INSTRUMENT (not a fixture): does a continuation line221
nx_probe_linemap_live.nxWITNESS for the per-file line map (nx_linemap.nx).171
nx_probe_linemap_organ.nxWITNESS that the OLDER organ-prefixed voice also names files.92
nx_probe_lone_operator.nxMUST-REFUSE WITNESS for spec clause LS-SYN-030 (discarded pure261
nx_probe_match.nxEVIDENCE GATE for the disputed "exhaustive match342
nx_probe_match_nobind.nxbisect: does match DISPATCH on a tagged enum work131
nx_probe_match_plain.nxisolate: does PLAIN-enum match (no payload)161
nx_probe_mlneg_live.nxMUST-COMPILE-AND-COMPUTE WITNESS (contract changed by LN15, 2026-08-25):161
nx_probe_mlop_live.nxMUST-COMPILE-AND-COMPUTE WITNESS (contract changed by LN15, 2026-08-25):171
nx_probe_opstart_live.nxMUST-REFUSE WITNESS for the operator-at-expression-start refusal191
nx_probe_ptrfield_idx.nxMINIMAL REPRO for debt 1786057660.1042
nx_probe_test.nxsmoke for nx_probe SA-1 MVP.991
nx_probe_ub_shift.nxMUST-REFUSE WITNESS (UB axis rung 1, 2026-08-13):111
nx_probe_voice_live.nxMUST-REFUSE WITNESS (5W+H voice conversion, 2026-08-13):174
nx_probiome.nxR6 of the FERMENTATION ladder: the cross-kingdom70813
nx_probiome_garden.nxR6c: the PLANT-KINGDOM payoff. Matches a crop946
nx_probiome_garden_test.nxsmoke for nx_probiome_garden (R6c).491
nx_probiome_provenance.nxR6d grounding: "research not bro science".905
nx_probiome_provenance_test.nxsmoke for nx_probiome_provenance (R6d).561
nx_probiome_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch for the BENEFICIAL-MICROBE985
nx_probiome_test.nxsmoke for nx_probiome (R6, cross-kingdom1301
nx_problem_kind.nxsubstrate-native problem-kind classifier.41720
nx_problem_kind_test.nxin-memory smoke for the problem-kind1012
nx_proc.nxprocess management syscalls (fork / execve / wait4 / clone).14911
nx_proc_ctl.nxshared sovereign /proc process control: kill-by-name + alive-by-name, EXTRACTED VERBATIM26311
nx_proc_ctl_cmdl.nxcanonical sovereign process control: kill by FULL /proc/<pid>/cmdline. THE one true copy that672
nx_proc_ctl_gate.nxproves the canonical full-cmdline matcher, including the EXACT disaster case: a 22-char422
nx_proc_ctl_rt.nxcanonical sovereign process control: kill by FULL /proc/<pid>/cmdline. THE one true copy that612
nx_proc_gate.nxgates the process primitive: fork spawns a child, wait4 reaps it, the exit code propagates.351
nx_proc_kill.nxsovereign "kill by FULL /proc/<pid>/cmdline" CLI (retires pkill). Now composes the canonical342
nx_proc_list.nxSOVEREIGN process lister (no ps/shell). Scans /proc, prints "pid<TAB>comm" for605
nx_proc_snapshot.nxONE /proc walk answers EVERY liveness question (seq1318 root fix).24616
nx_proc_spawn.nxHIGH-LEVEL spawn-with-capability-gate layer above1667
nx_procgen_biome.nxbiome map as a CAUSAL DERIVATION from elevation1454
nx_procgen_biome_test.nxKATs for the P2 causal biome map.1291
nx_procgen_features.nxfeature KINDS assigned by biome law (PROCGEN1635
nx_procgen_features_test.nxKATs for the P3 biome-lawed feature kinds.1391
nx_procgen_preset.nxTier-0 procgen landscape with bidirectional29911
nx_procgen_preset_test.nxsmoke for bidirectional progressive disclosure. 1651
nx_procgen_signature.nxsignature terrain features as COMPOSED39722
nx_procgen_signature_test.nxKATs for the P1 composed-primitives1513
nx_procgen_water.nxCAUSAL water: source-to-sea rivers + drainage37918
nx_procgen_water_test.nxKATs for P4 causal water (rivers + rills).1982
nx_procpkg_research_fetch.nxbank the two software-reachable OS gaps for NishiOS rung 5 (operator "keep going"):542
nx_prodready.nxGTM SUITE / PRODUCTION-READINESS ENGINE. The capstone26317
nx_prodready_test.nxgate for the production-readiness engine. Walks the2154
nx_product_all.nxAUTO-GENERATED from shape `accumulator_over_array`.291
nx_product_all_test.nx161
nx_product_board.nxTHE PRODUCT CATALOG + ROADMAP, rendered from the `products-` information plane2647
nx_product_decompose_t39.nxPRODUCT decomposition (name-an-outcome -> required capabilities -> gaps) over14511
nx_product_full_gate_t40.nx291
nx_product_input_canonical_t39.nx231
nx_product_input_fixed_t39.nx231
nx_product_input_gate_t39.nx171
nx_product_live_gate_t40.nx291
nx_profile_backup.nxENCRYPTED second-copy backup of the browser profile store (lib, no main).1497
nx_profile_contract.nxProfile measurement qualification contract v2. S rows remain raw measurements.451
nx_profile_region_map_candidate_t366.nxSelect an explicit source profile part without changing measurements or coordinate frame.874
nx_progress_watchdog.nxdetects stalled phases in long ingest runs.657
nx_progress_watchdog_test.nxsmoke for stall-detection liveness monitor.492
nx_project.nxNISHI PROJECT: the team + contractor project layer for nishifamily.com/project.302656
nx_project_tool_register.nxregister NISHI PROJECT into the sovereign tool registry (operator 2026-07-09:464
nx_promote.nxfailover manifest-pointer swap.2116
nx_promote_test.nxsmoke for nx_promote.901
nx_promotestale.nxIS THE BINARY WE ARE SERVING THE ONE THE LAST BUILD PRODUCED?2247
nx_prompt_capability_audit.nxcan the model render this prompt?2473
nx_prompt_capability_audit_test.nxsmoke for prompt-capability audit. 881
nx_proof_emit.nxtwo-column proof emitter.1384
nx_proof_infinitude_primes.nxEuclid's proof that there are981
nx_proof_infinitude_primes_test.nxexercise Euclid IX.20.321
nx_proof_log.nxinference history tracking.1215
nx_proof_log_test.nxproof history tracking smoke.911
nx_proof_methods.nxcomprehensive sealed enum of proof methods974
nx_proof_sqrt2_irrational.nxHONEST kernel-checked derivation of1351
nx_proof_sqrt2_irrational_test.nxexercise the honest sqrt(2) proof.461
nx_proof_sqrt2_v2.nxsqrt(2) is irrational, with REAL semantic1101
nx_proof_sqrt2_v2_test.nxexercise the sqrt(2) proof using the331
nx_proof_sqrt2_v3.nxsqrt(2) is irrational, RESULT IS A CLOSED781
nx_proof_sqrt2_v3_test.nxexercise the CLOSED v3 proof.291
nx_proofs_comprehensive.nxone worked example per proof method2322
nx_proofs_machine_checked.nxreal machine-checked proofs via1592
nx_proofs_pvsnp_pending.nxhonest treatment of Wiedijk #92 P vs NP.881
nx_proofs_top100.nxmachine-checked derivation chains for 20 of2342
nx_proofs_top100_batch2.nxWiedijk Top 100 batch 2 (theorems 21-40).2172
nx_proofs_top100_batch3.nxWiedijk Top 100 batch 3 (entries 41-60).1143
nx_proofs_top100_batch4.nxWiedijk Top 100 batch 4 (entries 61-80).1123
nx_proofs_top100_batch5.nxWiedijk Top 100 batch 5 (final 20, closes 100/100).1163
nx_proofs_top100_batch6_closing.nxfinal closing entries.813
nx_prop_pass_gate.nxGATE for prop_pass (intelmine IM26): the ONE renderer of knowledge/compare/<dom>.proposed in the1686
nx_property_test.nxPROPERTY-BASED + METAMORPHIC testing of the capability core (census gap). Instead of fixed934
nx_proportion_guard.nxFINITE plausibility envelopes for body axes.1665
nx_propose_verify.nxORGAN: the PROPOSE->VERIFY capability as a reusable CLI (2026-07-15). The1985
nx_propose_verify_lib.nxthe PROPOSE->VERIFY primitive as a reusable LIBRARY (2026-07-15): few-shot1768
nx_proptest.nxproperty-based testing.1287
nx_protobuf_wire.nxProtocol Buffers wire format decoder.1817
nx_provcensus.nxTHE FLEET PROVENANCE-DRIFT CENSUS (2026-08-26).3344
nx_provcensus_gate.nxproves the fleet provenance-drift census's judgement half (2026-08-26).2053
nx_provcensus_lib.nxthe classification and reconciliation half of the fleet provenance-drift29617
nx_provcheck.nxASK THE ARTIFACT WHAT IT WAS BUILT FROM, THEN ASK THE TREE (2026-08-07).1115
nx_provclass_gate.nxproves the provenance-class ruler tightens without breaking anything.1493
nx_provclass_lib.nxTHE PROVENANCE-CLASS RULER. One classifier, read by every organ that25116
nx_prove_propositional.nxAUTO-PROVER ENGINE28112
nx_prove_propositional_test.nxnx_prove_propositional_test.nx24017
nx_provenance.nxlicense-class enforcement gate.2557
nx_provenance_chain.nxtyped transform chain (bit-traceability).2519
nx_provenance_chain_test.nxsmoke for nx_provenance_chain.821
nx_provenance_curve_store.nxversioned content-addressed curve storage.1938
nx_provenance_test.nxgate semantics on the live allowlist.511
nx_prover.nxsubstrate-native bounded forward-chaining proof search.2369
nx_prover_a1.nxPhase A1 extended-rule forward-chaining prover.2206
nx_prover_a1_test.nxPhase A1 extended-rule prover smoke. 891
nx_prover_eval.nxhonest benchmark of nx_prover capability + timing.1747
nx_prover_eval_test.nxrealistic prover capability benchmark. 1191
nx_prover_test.nxsmoke for substrate-native prover. 681
nx_provstmt.nxCR3 of /compare/capregistry: ATTEST THE PROMOTED ARTIFACT, NOT THE EVIDENCE FRAME.1414
nx_prune.nxquarantine of contaminated soma per Cardinal 132129
nx_prune_test.nxsmoke for nx_prune.1321
nx_psychrometrics.nxConverts temperature and relative humidity into psychrometric properties for HVAC monitoring and control.1797
nx_psychrometrics_test.nxKAT gate for the no-float psychrometric floor.1072
nx_pteam.nxPERSISTENT BARRIER TEAM (fork-join parallel-for), the pool-2368
nx_pteam_gate.nxcorrectness + stress gate for the persistent barrier672
nx_pub_beat.nxTHE PUBLISHING BEAT (2026-08-12): argless, conf-driven, clock-safe.1053
nx_pub_lib.nxTHE PUBLISHING PLANE CORE (multi-site, 2026-07-30).130640
nx_pub_release_gate.nxRelease registration qualification against real local store files.542
nx_pub_release_lib.nxVersioned release identity records in the existing publication store. No q-row rewrite.1458
nx_pub_release_prepare_candidate_t256.nxVersioned release identity records in the existing publication store. No q-row rewrite.1458
nx_pub_research_fetch.nxSOVEREIGN multi-source web-fetch to DESIGN THE NISHI PUBLISHER role &975
nx_publish_verify.nxTHE LAST STEP OF THE PUBLISHING LOOP: is the page the PUBLIC URL serves the page the emitter just1867
nx_pulse_worker.nxLANE WORKER: NAS-owned schedule -> laptop execution (operator 2026-07-16: the32717
nx_purchase.nxR4 of THE NISHI SITUATION-MANAGEMENT arc: the PURCHASE-DECISION / OPPORTUNITY-COST516
nx_purchase_gate.nxR4 GATE: proves the Nishi browser's "before you buy" pipeline end-to-end. A815
nx_pure_lit.nxpure-literal elimination preprocessing.1163
nx_pure_lit_test.nxpure-literal elimination smoke.1224
nx_pushback_lib.nxCOMMUNITY PUSH-BACK WITH LICENCE, PROVENANCE AND THE REFEREE GRADE ATTACHED (/compare/modding MD2340812
nx_pushback_publish.nxTHE COMMUNITY PUSH-BACK COMMAND (/compare/modding MD23 pushback_publish, 2026-09-06). A thin caller1457
nx_pushback_publish_gate.nxTHE COMMUNITY PUSH-BACK GATE (/compare/modding MD23, 2026-09-06). A three-member house package29612
nx_pwg_rle.nxthe PackBits-like run-length codec shared by PWG-Raster AND URF (Apple Raster).2175
nx_q10.nxtyped numeric wrappers (hardware-portable).20922
nx_q14_format.nxQ14 fixed-point i64 -> decimal ASCII string.1253
nx_q14_format_test.nxQ14 decimal formatter against known values.862
nx_q14_math.nxfixed-point math library.20213
nx_q14_math_test.nxsmoke for nx_q14_math.991
nx_q4k_dot_simd.nxSIMD-accelerated Q4_K fused dot (vpmaddwd), bit-exact vs nx_q4k_dot_row_col.1653
nx_q4k_dot_simd2_lib.nxthe fused Q4_K SIMD dot with the COMPILER-EMITTED unpack (2026-09-02, LM4c).1051
nx_q4k_dot_simd_lib.nxthe fused Q4_K SIMD dot as a LIBRARY (extracted 2026-09-02 from nx_q4k_dot_simd.nx,1465
nx_q4k_fused_fidelity_gate.nxDOES THE FUSED INTEGER GEMM TELL THE TRUTH ON REAL TRAINED WEIGHTS?1765
nx_q4k_fused_vs_x4_gate.nxTHE HEAD-TO-HEAD the SOTA decision actually rests on:2576
nx_q4k_gemm_mt.nxmulti-threaded integer GEMM: wire nx_thread into the Q4_K integer dot.1453
nx_q4k_ggml_kat.nxPERMANENT golden regression guard for Q4_K dequant.34211
nx_q4k_linear.nxthe integer GEMM linear: real Q4_K weights x Q10 activation -> Q10 output.1213
nx_q4k_linear_hp.nxhigher-precision integer linear (Q14 activation -> Q24 output).1394
nx_q4k_matmul.nxfused-dequant Q4_K row × column dot product.1403
nx_q4k_matmul_bench.nxfused vs materialize-then-dot bench.160
nx_q4k_matmul_bench_test.nxthe fused-vs-materialized bench.1883
nx_q4k_matmul_mt_gate.nxadversarial gate for the multi-threaded2407
nx_q4k_matmul_rate.nxisolate the SSE Q4_K matmul rate (no 491MB model load) to pinpoint why the LM743
nx_q4k_matmul_test.nxsmoke + bit-exact KAT for fused Q4_K dot.1302
nx_q4k_matmul_x4_gate.nxadversarial gate for the PACKED-SIMD3148
nx_q4k_q24_gate.nxprove the exact Q24 super-scale decode on the REAL Q4_K super-scales.281
nx_q4k_real_gemm.nxthe CPU SPEED PATH proven on a REAL Qwen weight: integer fused-dequant-dot vs f32.1312
nx_q4k_simd2_gate.nxthe REFEREE for __q4k_unpack32s (the nx_cc intrinsic) and nx_q4k_dot_simd2 (2026-09-02, LM4c).2037
nx_q4k_speed_bench.nxmeasure the CPU speedup of the integer fused-dequant-dot vs emulated-f32.1212
nx_q4k_to_f32.nxbits-up Q4_K dequantization producing IEEE 7542976
nx_q4k_to_f32_test.nxsmoke for nx_q4k_to_f32.nx.971
nx_q5_0_fused_dot_gate.nxISOLATED proof of the model-appropriate1986
nx_q5_0_threaded_gate.nxTHE DECISIVE test: does THREADING flip the2209
nx_q5_0_to_f32.nxbits-up Q5_0 dequantization to IEEE 754 binary32.952
nx_q5_0_to_f32_test.nxsmoke for nx_q5_0_to_f32.nx.571
nx_q5_k_ggml_kat.nxpermanent golden KAT for nx_q5_k_to_f32 vs a ggml Q5_K oracle.552
nx_q5_k_to_f32.nxbits-up Q5_K dequantization producing IEEE 754 binary32 outputs.1433
nx_q5k_dot_row_col.nxfused dequant + integer dot for Q5_K (the integer speed path for Q5_K weights).1493
nx_q5k_dot_simd.nxSIMD-accelerated Q5_K fused dot (vpmaddwd), bit-exact vs a scalar Q5_K dot.2547
nx_q5q8_ab.nxthe memory-bound-era re-test: does reading FEWER BYTES1176
nx_q5unpack_kat.nxKAT for __q5_unpack32 (SSE Q5_0 nibble+qh unpack).523
nx_q6_k_to_f32.nxbits-up Q6_K dequantization to IEEE 754 binary32.1163
nx_q6_k_to_f32_test.nxKAT for ggml-correct Q6_K dequant.541
nx_q8_0_dot.nxsovereign Q8_0 dequant + fused integer dot, verified on a REAL Z-Image DiT block.693
nx_q8_0_from_f32.nxquantize F32 -> Q8_0 blocks (the inverse of893
nx_q8_0_from_f32_kat.nxroundtrip KAT: F32 -> Q8_0 -> F32 within a quant371
nx_q8_0_from_q5_0.nxre-quantize a Q5_0 tensor to Q8_0 IN MEMORY.582
nx_q8_0_linear_verify.nxverify a full Q8_0 linear at REAL DiT scale vs a Python ggml golden.833
nx_q8_0_simd_gate.nxdoes the SIMD __f32_i8dot32 fused Q8_0 dequant-dot1648
nx_q8_0_to_f32.nxbits-up Q8_0 dequantization to IEEE 754 binary32.542
nx_q8_coldwarm.nxdecides the post-futex decode-matmul direction:965
nx_q8_matmul_micro.nxDECISIVE micro-probe of the REAL production Q8_01465
nx_q8_mix_ab.nxsame-process, same-load A/B of the REAL per-layer block1284
nx_q8_scaling.nxpool SCALING probe: same-process ST vs MT(pool) cold Q81044
nx_q8_st_bw.nxSINGLE-THREAD sovereign Q8 matmul bandwidth, to split the654
nx_q8rowdot_kat.nxKAT for __f32_q8row_dot (monolithic Q8_0 row dot,702
nx_qa_score.nxKAT gate for the sovereign word-level F1 + Exact-Match scorer (the standard QA benchmark404
nx_qa_score_lib.nxIMPORTABLE sovereign word-level F1 + Exact-Match (SQuAD/HotpotQA/DeepResearcher metric).1117
nx_qabench_corpus_fetch.nxGROW the PPMI corpus ~6x with rows DISJOINT from the eval subsets (eval =421
nx_qabench_fetch.nxbroaden the researcher's public-benchmark ladder beyond HotpotQA (operator 2026-07-07:251
nx_qabench_fetch_big.nxGROW the benchmark eval sets via pagination (the dynamic fetcher, proven). Pages201
nx_qc_spc.nxFOOD-SCIENCE SUITE / QUALITY CONTROL rung. Statistical11114
nx_qc_spc_test.nxsmoke for nx_qc_spc. Proves Shewhart X-bar/R control441
nx_qc_svc.nxQUALITY-CONTROL / ANALYTICAL SERVICE FACADE. The third44511
nx_qc_svc_test.nxgate for the QC/analytical facade. The decisive test is3696
nx_qed_db.nxQED-compatible theorem database.22312
nx_qed_db_test.nxsmoke for the QED-compatible database. 691
nx_qed_freek.nxunified QED-corpus implementation of Freek-100 theorems.4107207
nx_qkv_bias_probe.nxVERIFY the QKV-bias hypothesis for the forward-correctness bug. The engine is555
nx_qoi.nxQOI (Quite OK Image): a COMPLETE codec, encoder and decoder.26410
nx_qoi_gate.nxproves the QOI codec by ROUND-TRIP.1743
nx_qplan.nxCOST-BASED QUERY PLANNER, the optimizer that makes the engine intelligent (the capstone15610
nx_qplan_gate.nxproves the cost-based planner CHOOSES CORRECTLY, matching the reality the parexec622
nx_qsort.nxin-place quicksort for i64 arrays + a generic1846
nx_quad.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_quad_companion_compose_test.nx4-modality concurrent integration.2372
nx_quad_real_emit_test.nx4-modality REAL workload with wall-clock.2052
nx_quad_test.nx91
nx_quadrature.nxADAPTIVE QUADRATURE WITH A MEASURED ERROR BOUND (computational CM4, 2026-09-03).1145
nx_quadrature_gate.nxcomputational CM4: adaptive quadrature with a MEASURED error bound that REFUSES rather7114
nx_quadruped.nxQUADRUPED rig + walk gait + body-fill: the bestiary's ANIMALS move too (operator thesis:29811
nx_quality_driver.nxMINIMAL substrate driver: real image -> verdict JSON.1003
nx_quality_gate.nxsubstrate-native shipped/incomplete classifier.1602
nx_quality_grade.nxsubstrate self-grader with triangulation.200895
nx_quality_grade_daemon.nxgrade nx_daemon_bench.nx (another1051
nx_quality_grade_quad.nxfour-grader polyangulation on the1081
nx_quality_grade_self.nxthe grader, graded by itself.1141
nx_quality_grade_septagon.nxheptagulation across all 7 major1043
nx_quality_grade_test.nxsmoke: synthesize a tiny Module IR and2814
nx_quality_metric.nxComputes video quality metrics like MSE, RMSE, PSNR, and SSIM for rate-distortion analysis in codecs.1127
nx_quant.nxquantization primitives for AI inference. 66124
nx_quant_block.nx4-bit block quantization on i64 substrate.25610
nx_quant_block_q8.nx8-bit block quantization (q8_0 shape).30111
nx_quant_block_test.nxalgo-led memory-win correctness.1491
nx_quant_calibration_gate.nxthe UNGLAMOROUS production engineering an integer stack actually needs:847
nx_quant_policy.nxper-layer mixed-precision quantization policy.36410
nx_quant_q4k.nxhierarchical k-quants (ggml q4_K shape).27710
nx_quant_q4k_test.nxalgo-led correctness; q4_K BEATS q4_0 on1971
nx_quant_table.nxperceptual quantisation matrices. The two1368
nx_qubit.nxquantum type skeleton + classical simulator.1727
nx_queries_merge.nxREWRITE ENSEMBLE AS TERM UNION (search R0l+, 2026-09-16): join K BEIR query files row by row311
nx_queries_merge_gate.nxthe referee for nx_queries_merge_lib: a three-file union is row-aligned and space-joined,764
nx_queries_merge_lib.nxthe row-aligned union of K query files (see nx_queries_merge.nx). LIB (no main) so the14410
nx_question_genealogy.nxthe why-chain primitive.29012
nx_question_genealogy_test.nxsmoke for the why-chain primitive. 691
nx_quic_aead.nxRUNG 5b of the sovereign QUIC transport: AEAD packet protection (RFC 9001 sec 5.3)556
nx_quic_fec.nxRUNG 8a of the sovereign QUIC transport: forward error correction over DATAGRAM433
nx_quic_frame.nxRUNG 4 of the sovereign QUIC transport: core frames (RFC 9000 sec 19) that the809
nx_quic_handshake_sm.nxRUNG 6d of the sovereign QUIC transport: the TLS 1.3 handshake STATE MACHINE545
nx_quic_hdr.nxRUNG 3 of the sovereign QUIC transport: long + short packet headers675
nx_quic_hs.nxRUNG 6b of the sovereign QUIC transport: TLS 1.3 handshake-message framing (RFC 8446474
nx_quic_keys.nxRUNG 5a of the sovereign QUIC transport: the Initial key schedule (RFC 9001 sec 5).596
nx_quic_pkt.nxRUNG 2 of the sovereign QUIC transport: packet number encode/decode454
nx_quic_recovery.nxRUNG 7 of the sovereign QUIC transport: loss detection + congestion control578
nx_quic_relay.nxRUNG 8b of the sovereign QUIC transport: the relay's datagram FAN-OUT. The family292
nx_quic_tls_schedule.nxRUNG 6c of the sovereign QUIC transport: the TLS 1.3 key schedule577
nx_quic_transport_params.nxRUNG 6a of the sovereign QUIC transport: transport parameters676
nx_quic_udp.nxRUNG 8c.1 of the sovereign QUIC transport: the UDP datagram endpoint. QUIC runs over345
nx_quic_wire.nxRUNG 1 of the sovereign QUIC datagram transport (operator 2026-06-23: "yes i even935
nx_quickselect.nxHoare's selection algorithm.532
nx_quickselect_test.nx311
nx_quicksort.nxHoare quicksort (in-place, last-element pivot).663
nx_quicksort_test.nx492
nx_quorum_sensing.nxbacterial-style consensus (Paxos/Raft class).1005
nx_quorum_sensing_test.nxsmoke for nx_quorum_sensing.801
nx_qwen_blk0_types.nxdump the ggml_type + dims of every blk.0 weight of the real Q4_K_M Qwen.853
nx_qwen_extract.nxR5: the pretrained sovereign Qwen as the RESEARCHER'S EXTRACTION stage (importable by1355
nx_qwen_extract_gate.nxunit test for nx_qwen_extract: build a synthetic qabench g[] (1 paragraph, 2472
nx_qwen_hybrid_attn.nxthe hybrid attention SUB-LAYER on real Qwen weights, gated vs the f32 path.2103
nx_qwen_hybrid_ffn.nxthe hybrid FFN (SwiGLU) sub-layer on real Qwen weights, gated vs the f32 path.2023
nx_qwen_hybrid_qkv.nxthe hybrid mixed-precision Q/K/V projection stage on real Qwen weights.1293
nx_qwen_native_gate.nxNATIVE WINDOWS " Paris" forward.1052
nx_qwen_reader_bench_gate.nxIN-PROCESS sovereign benchmark of the pretrained no-float Qwen2.5-0.5B as an41911
nx_qwen_wsl_timing_gate.nxWSL2 forward on the DEFAULT threaded pool (the902
nx_rabin_karp.nxstring search via rolling polynomial hash.721
nx_rabin_karp_test.nx141
nx_race_board.nxthe RACING BOARD: every car RACED vs its named incumbent,834
nx_race_referee.nxthe GENERIC AUTONOMY-RACE REFEREE (race-1's third growth rung,34011
nx_race_telemetry.nxSEED: substrate-native lap recorder.77518
nx_race_timing.nxsealed-enum race timing mode + helpers.1536
nx_race_timing_test.nxsmoke for nx_race_timing sealed enum.862
nx_race_visualizer.nxASCII visualizer for .race_telemetry.tsv.31510
nx_race_visualizer_test.nxsmoke for the visualizer.452
nx_raci_sov.nxget the conductor's RACI OFF the TSV into the SOVEREIGN seg_store (operator: "get us off21510
nx_radix_index_bench.nxRESEARCH-DRIVEN seg_store speedup: radix index build vs comparison sort.1138
nx_rand.nxcryptographically secure random bytes via /dev/urandom.1055
nx_random.nxxoshiro256++ pseudo-random number generator.1698
nx_range_coder.nxarithmetic (range) coder for the Nishi voice24010
nx_range_coef.nxadaptive order-0 byte model wrapper around1645
nx_range_header.nxNative byte-range parsing, RFC 9110 sections 14.1.1 and 14.1.2.1529
nx_range_header_gate.nx593
nx_rangecoder.nxsovereign BINARY RANGE CODER (CABAC/VP8-class), the entropy-coding SOTA lever (task #31).23220
nx_rangecoder_sig.nxSIGNIFICANCE-MAP coefficient coder with NEIGHBOR CONTEXT (R2a rung-1, the CABAC-18414
nx_rank_display_guard_gate_t162.nx343
nx_rank_fused.nxthe additive, SEO-resistant ranker (tier + BM25 via RRF).752
nx_rank_fused_test.nxKAT for the additive tier+BM25+RRF ranker.561
nx_rank_refresh_integration_gate.nxLocal unbuilt integration harness. Native ranker/scorer, isolated fixture state.26315
nx_rank_refresh_integration_gate_v2.nxLocal unbuilt integration harness. Native ranker/scorer, isolated fixture state.29117
nx_rank_refresh_integration_gate_v3.nxLocal unbuilt integration harness. Native ranker/scorer, isolated fixture state.43122
nx_rank_refresh_lib.nxRank refresh boundary: source identity and artifact verification.493
nx_raster.nxSOVEREIGN INTEGER-DETERMINISTIC RASTERIZER (the render-pipeline seed; the better-than-DirectX core).7410
nx_raster2d_lib.nxshared 2D raster primitives on an i64 framebuffer (one i64/pixel, packed19411
nx_raster_legacy.nxsoftware 2D rasterizer (lines + triangles).4338
nx_raster_sw.nxbits-up integer software triangle rasterizer.1836
nx_raster_sw_test.nxKAT for nx_raster_sw.nx Pineda 19881181
nx_raster_triangle.nxsoftware triangle rasterizer with Z-buffer.39013
nx_rate_ema.nxrolling per-peer download-rate accounting (bits-up, deterministic).473
nx_rate_ema_test.nxKAT for rolling rate EMA + its integration with the choker.501
nx_rate_limit.nxtoken-bucket rate limiter for brute-force resistance.2218
nx_rate_limit_v1.nxtoken-bucket rate limiter.1446
nx_rate_limiter.nxtoken-bucket rate limiter for NX-INGEST.1997
nx_raycast_voxel.nxDDA voxel ray traversal.2556
nx_raycast_voxel_test.nxsmoke for nx_raycast_voxel.741
nx_rc4.nxRC4 stream cipher (the MSE/PE data cipher). KSA + PRGA, byte-at-a-time keystream.748
nx_rc_probe.nxnx_render_core wat-clean + correctness probe. Each check is a SMALL exported function (avoids the14510
nx_rdtsc_test.nx1:1 KAT for the __rdtsc() cycle-counter intrinsic.452
nx_reach12_test.nxDISCRIMINATOR for debt 1785519121. nx_tls12_probe reaches usgs.gov over574
nx_reach_measure.nxRULE-2 MEASUREMENT ORGAN (verify the API at runtime; don't trust docs).1609
nx_reach_probe_cli.nxNishi-native one-shot reach-probe CLI.1724
nx_read_file_gate.nxreferee for sys_read_file / sys_free_file, the estate's whole-file reader.1545
nx_readcap_gate.nxteeth for nx_readcap_lib: the ONE read-into-cap helper names every outcome the hand-rolled1084
nx_readcap_lib.nxTHE ONE read-into-a-caller's-cap helper (dataio DI16, first cause, 2026-09-06).845
nx_readelf.nxsovereign readelf (one-stop ELF dump).1784
nx_reader_mlp_gate.nxNEURAL-READER RUNG 1: prove the sovereign autograd (nx_autograd) can TRAIN a2309
nx_reader_mlp_train.nxNEURAL-READER RUNG 2: train the span-reader scorer as an MLP on nx_autograd over3468
nx_reader_quantize_gate.nxR4 of the neural-reader arc: QUANTIZE-AFTER. Takes the f32-TRAINED reader38714
nx_reader_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch for the S-CLASS READER / LIBRARY arc.1395
nx_reader_rows_tsv.nxdump the first N rows of reader_rows.bin (the real SQuAD q/ctx/gold triples the714
nx_reader_ruler_adversary_gate.nxADVERSARY + CRITIC pass on the READER F1 RULER, independently1206
nx_reader_span_gate.nxRUNG 2 of the NEURAL PASSAGE READER arc (deep-research R2): the READER-SHAPED29112
nx_reader_squad_gate.nxRUNG 3 (a/b/c) of the NEURAL PASSAGE READER arc: the reader trains on REAL SQuAD.54617
nx_readiness.nxPRODUCT-READINESS engine (operator: "evaluate from the13512
nx_readiness_census.nxreads the ITERABLE roadmap (knowledge/readiness/997
nx_readiness_research_fetch.nxthe Nishi RESEARCHER grounding the815
nx_readiness_test.nxsmoke for nx_readiness. Proves TRL/MRL validity,471
nx_reading_comfort_research_fetch.nxSOVEREIGN Nishi researcher for READING-COMFORT / EYE-ERGONOMIC display SOTA492
nx_real3d_research_fetch.nxGROUND THE ONE-3D-CORE BAR (operator 2026-07-03: "real 3d s class exceed622
nx_real_gguf_test.nxLIVE FIRE on a real public-license GGUF.3842
nx_realism_score.nxend-to-end pipeline realism gate ("matches reality").2077
nx_realperson.nxWRITING arc, rung W-RP-1: THE REAL-PERSON DEPICTION GATE.2748
nx_realperson_gate.nxREFEREE for WRITING rung W-RP-1 (nx_realperson).1901
nx_realweight_quant_gate.nxAIM AT THE BAR: a REAL quantization-error number on REAL model weights.1269
nx_reason_paged_probe.nxLIVE probe of the promoted organ entry1263
nx_reason_probe.nxLIVE format probe for nx_reasoning (CHAT path).1144
nx_reasoning.nxsovereign TEST-TIME COMPUTE organ (self-consistency).32213
nx_reasoning_gate.nxMEASURED gate for sovereign TEST-TIME COMPUTE2646
nx_reasoning_paged.nxPREFIX-SHARED self-consistency: the paged-KV2463
nx_rebac.nxSOVEREIGN RELATIONSHIP-BASED ACCESS CONTROL (the Google Zanzibar / ReBAC model), the ONE shared56030
nx_rec_grade.nxAUDIO arc, voice-recording thread: grade a recording's833
nx_rec_grade_gate.nxREFEREE for the recording-quality grader (nx_rec_grade).1227
nx_recall_bench.nxthe R1+R2 measured-lift bench AS A SERVICE (evidence-fork organ).926
nx_recall_board.nxthe recall/search SOTA board as an MCP tool: honest liar-killed axes +737
nx_recall_eval.nxthe recall RULER as a service (R0 on MCP/API). Parse a ranked838
nx_recall_fuse.nxhybrid rank fusion for the recall pipeline: RRF-combine the572
nx_recall_fuse_gate.nxKAT + HONEST BENCH for nx_recall_fuse.651
nx_recall_prox.nxserve-time TERM-PROXIMITY signal for the recall reranker.1163
nx_recall_prox_gate.nxKAT for the serve-time proximity signal.543
nx_recall_rerank.nxthe SOVEREIGN semantic reranker: score (query, doc) by dense562
nx_recall_rerank_gate.nxKAT + HONEST BENCH for the sovereign semantic reranker.681
nx_recall_scale_gate.nxSCALE-ENVELOPE gate for the recall stack (the F227 scale-law:701
nx_receipt_research_fetch.nxSOVEREIGN multi-source web-fetch to design the PUBLISH RECEIPT / RETURN-AND-REPORT785
nx_reclaim.nxcomposed reclamation operation.3165
nx_reclaim_test.nxsmoke for nx_reclaim composed operation.1011
nx_recommendation.nxanti-pattern detector + better-way emitter.18911
nx_recon3d.nxMULTI-VIEW TRIANGULATION, the classical MVS core of photo->3D reconstruction (cadtwin P1,16812
nx_recon_gate.nxF983 INDEPENDENT GATE for general three-way reconciliation.1435
nx_recon_lib.nxF983: GENERAL THREE-WAY RECONCILIATION on the sovereign ledger.774
nx_record.nxNXR1: the TYPED, SELF-DESCRIBING record encoding for sovereign planes.36521
nx_record_tsv.nxthe TSV <-> NXR1 COMPATIBILITY BRIDGE. This is what makes seq1326 rung 2 (adoption)1424
nx_recording.nxLIVE vs RECORDING/advertisement classifier over a673
nx_recording_gate.nxREFEREE for MEDIA-STUDIO R1 (nx_recording).1855
nx_recordlog.nxREUSABLE append-only timestamped record store (no main).774
nx_recovery.nxrecovery procedure invocation.14210
nx_recovery_guard.nxthe ENFORCEMENT bridge: before recovered media is accepted, fingerprint it and refuse it if562
nx_recovery_guard_gate.nxproves the enforcement bridge end-to-end on REAL images, and that it honors554
nx_recovery_test.nxsmoke for nx_recovery.601
nx_recycler_bench_fetch.nxintake for the NISHI BENCHMARKING ENGINE: fetch real per-LANGUAGE / per-ECOSYSTEM515
nx_recycler_critique_fetch.nxR5 intake: extend the recycler from security CVEs to the broader CRITIQUES /535
nx_recycler_fetch.nxthe NISHI RECYCLER intake (the inverse of the builder: consume OTHER systems' published645
nx_redact_gate.nxREDACTION COMPLETENESS GATE.1004
nx_redact_lib.nxREDACTION COMPLETENESS verifier for e-discovery production. Deterministic, byte-exact.1128
nx_redirect_resolve.nxredirect-Location policy for the sovereign682
nx_redirect_resolve_test.nxX-HTTP-RELLOC-001 KAT: redirect-Location914
nx_redteam.nxautomated RED-TEAM attack playbooks (census gap) driven over R0's ta_handle. Each attack asserts845
nx_refcorpus.nxTHE MEASURED-FACTS PLANE + ITS ADMISSION CONTRACT.23411
nx_refdrift.nxDOES THE URL STILL SERVE THE BYTES WE PINNED? The refs referee proves the mirror matches6008
nx_refinement.nxpredicate-bearing values + runtime checks.15411
nx_refintake.nxCLI over nx_refintake_lib (aesthetictwin AT22, 2026-09-16): reference intake as a workflow of verbs,45014
nx_refintake_gate.nxthe referee for nx_refintake_lib (aesthetictwin AT22, 2026-09-16). In-process, on fixtures2764
nx_refintake_lib.nxREFERENCE INTAKE AS AN ESTATE CAPABILITY (aesthetictwin AT22 rp_reference_intake, 2026-09-16).73939
nx_refusal_shape_gate.nxTHE REFEREE FOR FM11 (/compare/failmodes rung: fc_refusal_shape).4766
nx_refusal_shape_lib.nxDOES THIS REFUSAL NAME ITS SUBJECT AND ITS REMEDY?108731
nx_regalloc.nxlinear-scan register allocator, in NishiLang. 111223
nx_regalloc_liveness_diag.nxBITS-UP DIAGNOSTIC for the disabled991
nx_regalloc_soundness_test.nxBITS-UP soundness proof for the allocator1641
nx_regbatch_gate.nxINDEPENDENT GATE: batched durability in reg_put. Correctness FIRST, speed second.1333
nx_regdup.nxDUPLICATE-KEY DETECTOR FOR ANY TSV REGISTRY. Fail-closed, additive, general.29215
nx_regenerate.nxrebuild soma from sovereign source while germline29312
nx_regenerate_test.nxsmoke for nx_regenerate.1411
nx_regex_lib.nxGENERAL SOVEREIGN REGEX CAPABILITY (shared library). Linear-time NFA matcher (state-set, no918
nx_region.nxtyped body-region segmentation (V7 substrate).1945
nx_region_capacity_gate_t278.nx302
nx_region_edge_audit_t278.nx543
nx_region_edge_bake_t278.nx161
nx_region_edge_compare_t278.nxCompares texture regions and their associated data between two binary files for equality.814
nx_region_edge_gate_t278.nx444
nx_region_isolated_test.nxDiag v7: call function that takes struct ptr but does NOTHING. 172
nx_region_test.nxsmoke for typed body-region segmentation. 643
nx_register.nxWRITING arc, rung W-ING-3 (X-WRITE-ING-002): the REGISTER612
nx_register3d.nx3D RIGID REGISTRATION (Horn's absolute-orientation, quaternion method) -- the "align two25212
nx_register_gate.nxREFEREE for WRITING rung W-ING-3 (nx_register).1105
nx_registry.nxcanonical generic seg_store keyed registry (put / get / enumerate), parameterized by a key-prefix23613
nx_registry_bounds_gate.nxthe regression tooth for the reg_index OUT-OF-BOUNDS1321
nx_regprof_test.nxDECOMPOSE the reg_put cost. A profiler, not a gate.1433
nx_regress_bank.nxthe ADVERSARIAL REGRESSION BANK (census gap #1). Every bug the team's adversarial work FINDS542
nx_regression_spotter.nxsubstrate-native trend analyst.35810
nx_regression_spotter_test.nxin-memory smoke for the trend1424
nx_relate.nxTHE UNIFIED RELATIONSHIP GRAPH (rung 1 of Nishi CRM/Relationships to SOTA).17113
nx_relate_import.nxIMPORT-EXPORT for the relationship graph (CRM census E6): bring real contacts IN1725
nx_relate_serve.nxthe INTERACTIVE handler for the Relationship OS (turns /relate from a static view into a133652
nx_relate_store.nxPERSISTENCE for the relationship graph (turns nx_relate from pure logic into a REAL16513
nx_relchan.nxsovereign RELIABLE, ORDERED, EXACTLY-ONCE channel for CRITICAL game events429
nx_release_delta_gate.nxTHE GATE for the release delta the review page renders (gameengine GE52,2208
nx_release_delta_lib.nxTHE RELEASE DELTA: what changed on the boards since the operator last judged (2026-09-04).41218
nx_release_recent_candidate_t205.nxLatest release selection across all contributing boards; history remains in the plans.1828
nx_release_recent_gate.nx702
nx_release_recent_gate_t205.nxValidates and renders release data from multiple sources into a sorted, filtered output stream.712
nx_release_recent_lib.nxLatest release selection across all contributing boards; history remains in the plans.1828
nx_release_recent_oom_gate_t205.nx431
nx_release_view_emit.nxBrowser DOM adapter; complete selection and ordering are computed by the native release collector.41
nx_reliability_research.nxTHIN structured RELIABILITY / STABILITY research source organ. COMPOSES431
nx_relief_bands_gate.nxTHE MULTI-BAND MICRO-RELIEF LAW AND THE DISCRETE PORE LAYER, GATED.35010
nx_relief_lib.nx★THE ONE OWNER OF THE SKIN MICRO-RELIEF LAW, and of the height field the baked52646
nx_reloc.nxELF .rela section builder.20311
nx_remedy.nxformalized self-remediation cycle as substrate primitives.57217
nx_remedy_test.nxsmoke for the formalized self-remediation cycle. 1141
nx_remote_worker.nxdistributed-MIMD pattern: orchestrator1446
nx_remote_worker_test.nxprove distributed-MIMD dispatch via572
nx_render_cli.nxnative ASCII visualization engine.1556
nx_render_core.nxImplements a fixed-point 3D rendering core with matrix operations and perspective projection for both native and WebAssembly targets.51831
nx_render_journal.nxsubstrate-native UX/CX intelligence layer.22611
nx_render_pass.nxL4 mesh-render composer (vertex + zbuf + texture).3094
nx_render_sota_research_fetch.nxbank the BROWSER real-time render SOTA + cross-browser compat bar452
nx_render_svg.nxnative SVG (browser-visual) emitter.1568
nx_render_sweep.nxRENDER EVERY PUBLISHED /compare BOARD, not a sample of them.1595
nx_render_target_match.nxdid the generated image match the target?2095
nx_render_target_match_test.nxsmoke for target-vs-rendered verdict.1072
nx_replyreserve.nxCLI for the reply-reserve calibrator (lane E, 2026-08-25). Thin main; the ruler is2578
nx_replyreserve_gate.nxGATE for the reply-reserve calibrator. Composes nx_replyreserve_lib and2564
nx_replyreserve_lib.nxKILL THE reply_reserve_ms MAGIC NUMBER BY MEASURING IT (lane E, 2026-08-25).28510
nx_repo_lifecycle.nxthe REPO LIFECYCLE organ: the stateful driver that1938
nx_request_pool.nxSingle-owner IPC pool. Admission policy supplies capacity; this layer owns24311
nx_request_pool_candidate_t230.nxSingle-owner IPC pool. Admission policy supplies capacity; this layer owns24311
nx_research_answer.nxGROUNDED, CITED research-answer primitive: "research that cannot hallucinate."1157
nx_research_autodrive.nxthe autonomous research loop WIRED TO REAL DATA: the system's own genealogy.875
nx_research_cleanup.nxSOVEREIGN deletion of the 7 copy-paste nx_*_research_fetch organs, now SUPERSEDED by316
nx_research_corroborate.nxthe research DEPTH-rigor layer: independent1247
nx_research_corroborate_gate.nxliar-kill gate for research corroboration.431
nx_research_crossval.nxMULTI-SOURCE CROSS-VALIDATION: the one refutation sub-axis peers lead (the matrix:1473
nx_research_crossval_gate.nxgate for nx_research_crossval (multi-source cross-validation, the refutation2227
nx_research_digest.nxend-to-end EXTRACTIVE research digest (sovereign,702
nx_research_digest_gate.nxend-to-end digest on a controlled corpus.1042
nx_research_engine.nxthe SHARED sovereign research fetch->extract->bank ENGINE. Rule-15 DRY: ONE copy of the35128
nx_research_engine_admission_t68.nxthe SHARED sovereign research fetch->extract->bank ENGINE. Rule-15 DRY: ONE copy of the38928
nx_research_engine_gate.nxs-class gate for the shared research engine (nx_research_engine). Proves the605
nx_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch for the SPEED / BEAT-CUDA arc. Reuses the35012
nx_research_fetch_ext.nxDYNAMIC / GROWABLE fetch extensions (operator 2026-07-07: "make the fetcher974
nx_research_fetch_wiki_test.nxSOVEREIGN research-target fetch.1332
nx_research_flow_gate.nxTEETH for the rivers-to-ocean research surface.1556
nx_research_fork_fetch.nxRESEARCHER GROWTH rung: PROCESS-ISOLATED fetch. Each source is fetched in a FORKED827
nx_research_investigate.nxS4: the INVESTIGATION LOOP over the S1-S3 research cycle (recursive self-growth,553
nx_research_investigate_gate.nxliar-kill gate for S4 the INVESTIGATION LOOP controller (deterministic, $0).835
nx_research_journal.nxRES-R6: a CRASH-RESUMABLE research session journal.2198
nx_research_journal_gate.nxthe REFEREE for RES-R6 (crash-resumable journal).3157
nx_research_judgment_bench.nxthe first AGGREGATE honest measurement of the unified researcher's JUDGMENT.1336
nx_research_ka.nxR4 FULL: per-host connection POOL + keep-alive fetch, with a PROVEN-path fallback.21116
nx_research_ledger.nxrung 1 of "build up the NISHI RESEARCHER to LEARN each rung" (operator standing order 2026-06-16).2629
nx_research_loop.nxthe AUTONOMOUS research-driving feedback loop (operator telos, 2026-06-17).954
nx_research_multilang.nxALL-LANGUAGE research coverage (operator: "handle all languages ... so we774
nx_research_ocean.nxTHE OCEAN. Renders /wiki/research.html from the `resbrief-` information2829
nx_research_page.nxEMIT the live nishifamily.com/research page.3057
nx_research_pool.nxGATE for the engine's folded-in R2+R3 (rf_slot_* semaphore + polite rf_fetch_bank).493
nx_research_reach_probe_test.nxprobe whether real game-engine research445
nx_research_refute.nxS2 of the Tesla ladder: ADVERSARIAL REFUTATION. Over a set of numeric claim-specs301
nx_research_refute_gate.nxliar-kill gate for S2 ADVERSARIAL REFUTATION.1164
nx_research_report.nxS3 of the Tesla ladder: the GROUNDED REPORT WRITER (low-resource analog of Paper24413
nx_research_report_gate.nxliar-kill gate for S3 the GROUNDED REPORT WRITER.1164
nx_research_river.nxEMIT ONE AREA'S RESEARCH INDEX FROM THE REGISTRY.3498
nx_research_synth_qwen.nxS1 of the Tesla growth ladder: SOVEREIGN GROUNDED SYNTHESIS.36923
nx_research_synth_qwen_gate.nxliar-kill acceptance gate for S1 SOVEREIGN GROUNDED SYNTHESIS.1233
nx_research_unified.nxTHE unified sovereign researcher: composes S1 (synthesis) + S1<->S2 (numeric865
nx_research_unified_gate.nxliar-kill gate for the UNIFIED sovereign researcher (S1+S2+S3+S4 -> one verdict).1466
nx_research_verify.nxthe RESEARCH-VERIFICATION STAGE: batch, autonomous, sovereign claim verification.1768
nx_research_verify_synth.nxS1 <-> S2 INTEGRATION: the self-verifying researcher. It runs S1 (grounded1366
nx_research_verify_synth_gate.nxliar-kill gate for the S1<->S2 SELF-VERIFYING RESEARCHER.724
nx_research_web.nxthe Nishi researcher, LIVE: fetch real web pages over1174
nx_researcher_sota_research.nxbank the SOTA for a PARALLEL + POLITE s-class research fetcher/crawler, so401
nx_resgov.nxTHE UNIFIED RESOURCE GOVERNOR (one-shot, cron-invoked every minute).52410
nx_resgov_core.nxPURE DECISION CORE of the unified resource-governance regime (nx_resgov).22012
nx_resid_entropy.nxwires the sovereign range coder (nx_range_coder) into LPC-RESIDUAL entropy coding: the voice665
nx_resident_pose_cadence_gate_t122.nxPrivate simulation/presentation cadence qualification using the existing native owner.1136
nx_resolution.nxbinary resolution rule (CASC proof-search core).1558
nx_resolution_test.nxbinary resolution smoke.1081
nx_resource.nxMCP Resources-primitive parity, sovereign: register read-only data resources (uri / description /416
nx_resource_arbiter.nxallocation under contention with priority + treaty.33716
nx_resource_arbiter_test.nxsmoke for nx_resource_arbiter.1241
nx_resource_gate.nxproves MCP Resources parity on real seg_store + real files (test prefix): register two file352
nx_response_signal.nxarousal response signals for eroticism ladder.1704
nx_response_signal_test.nx832
nx_restage.nxEAT THE DEPLOY-TOOLING DEBT (operator 2026-07-17 "eat the debt and build the tools"):1326
nx_restage_gate.nxproves the SAFETY core of nx_restage (the target sanitizer = the security302
nx_restage_tool_register.nxregister nx_restage into the discovery registry so it appears in393
nx_restart_guard.nxPrevents a crashing daemon from restarting indefinitely by enforcing burst limits and exponential backoff.1196
nx_restart_guard_gate.nxKAT + measured-vs-systemd scorecard for the supervisor crash-loop guard.1172
nx_restart_routes_gate.nxPROVES the /api/restart allowlists after they became table-driven2137
nx_restriction.nxIO-boundary check (Tier-1 immune).2197
nx_restriction_test.nxsmoke for nx_restriction.1111
nx_result.nxproper Result type for substrate-side error handling.1128
nx_result_test.nxsmoke for the Result type. 441
nx_retire_onto.nxCLI for retiring a private function onto its shared owner (global tooling, 2026-08-24).542
nx_retire_onto_gate.nxGATE for retire-onto-owner (global tooling, 2026-08-24). Composes the lib in-process.1939
nx_retire_onto_lib.nxRETIRE A PRIVATE FUNCTION ONTO ITS SHARED OWNER, function side (global tooling,78736
nx_retry_policy.nxexponential backoff + jitter + max-attempts.32310
nx_reveal_lib.nxTHE ONE CLICK-TO-OPEN PRIMITIVE FOR PUBLIC BOARDS (ecosystem EC64, 2026-09-17).39323
nx_reversible.nxreversible-computing primitives.1417
nx_reviewmine_lib.nxREVIEW MINER, THE SHARED DECISION CORE (/compare/reviewmine, contract symbols127090
nx_revimg_crawl.nxthe DISCOVERY DRIVER: turns real image files (a crawl's fetched media) into the422
nx_revimg_crawl_gate.nxEND-TO-END referee for the discovery DRIVER (nx_revimg_crawl) on a REAL27716
nx_revimg_crawl_run.nxLIVE reverse-image discovery CLI: the operator-driven assembly that runs the1747
nx_revimg_discover.nxREVERSE-IMAGE CROSS-SITE DISCOVERY engine: the "grow the search results" loop.823
nx_revimg_discover_gate.nxreferee for the reverse-image cross-site discovery engine.1398
nx_rewrite.nxequational normaliser engine.772
nx_rfc_dir_ingest.nxingest every RFC section header in the691
nx_rfc_ingest.nxingest IETF RFC plaintext.2068
nx_rfc_stream_ingest.nxRFC parser -> 5-defense runner bridge.654
nx_rheology.nxFOOD-SCIENCE SUITE / RHEOLOGY & TEXTURE rung. The11710
nx_rheology_test.nxsmoke for nx_rheology. Proves non-Newtonian flow361
nx_rhizosphere.nxsoil microbiome + nutrient cycle + amendment plan.2338
nx_rhizosphere_test.nxsmoke for nx_rhizosphere.1381
nx_ribosome.nxtarget-ISA decision metadata.2027
nx_ribosome_test.nxsmoke for nx_ribosome.721
nx_rigbench.nxCLI for THE REAL-CHARACTER REFEREE of the sovereign auto-rig (dcc DC16, rung M2): scores the844
nx_rigbench_gate.nxproves the REAL-CHARACTER REFEREE (nx_rigbench_lib) measures what it claims, then runs it on1345
nx_rigbench_lib.nxLIB: THE REAL-CHARACTER REFEREE FOR THE AUTO-RIG (dcc DC16 rung M2): score the sovereign auto-rig53523
nx_rigbench_lib_t21.nxLIB: THE REAL-CHARACTER REFEREE FOR THE AUTO-RIG (dcc DC16 rung M2): score the sovereign auto-rig53523
nx_rigbench_motion.nxAdditive rigbench temporal contract; reuse the normative NXA evaluator.1617
nx_rigbench_motion_gate.nxNative rigbench temporal and consumer negative controls.911
nx_rigbench_motion_gate_t21.nxNative rigbench temporal and consumer negative controls.911
nx_rigbench_motion_t21.nxAdditive rigbench temporal contract; reuse the normative NXA evaluator.1617
nx_rigbench_t21.nxCLI for THE REAL-CHARACTER REFEREE of the sovereign auto-rig (dcc DC16, rung M2): scores the844
nx_rigfloor.nxDERIVE THE ASSET FLOOR FROM THE REFERENCE CORPUS INSTEAD OF DECLARING IT.67517
nx_rigfloor_gate.nxTHE GATE FOR THE DERIVED ASSET FLOOR.52511
nx_rights_ledger.nxthe rights/consent spine for licensed talent18210
nx_rights_ledger_gate.nxliar-kill gate for nx_rights_ledger.671
nx_rights_ledger_store.nxRUNG 2: durability for the rights ledger.432
nx_rights_ledger_store_gate.nxdurability gate for the rights ledger.381
nx_rigor_envelope_gate.nxTEETH FOR THE RIGOR ENVELOPE (AD1, 2026-08-27).1552
nx_rigor_score.nxREPRODUCIBILITY / RIGOR as a measured, raced exceed axis.995
nx_ring.nxfixed-size byte ring buffer for in-process capture.1937
nx_ringbuf.nxfixed-capacity byte ring buffer.1539
nx_ringdown_lib.nxONE damped-oscillator identifier for the whole estate.47614
nx_riscv.nxRV64 codegen backend, in NishiLang. 289165
nx_riscv_lib.nxGENERAL SOVEREIGN RISC-V CAPABILITIES (the shared ecosystem library for the rv64im toolchain).13533
nx_riscv_spec_oracle_gate.nxTHE ORACLE ROW FOR `nishios`: corroborate the mcause exception codes2617
nx_risk_register.nxoperator-owned formal threat enumeration with29611
nx_risk_register_test.nxsmoke for nx_risk_register.2121
nx_river_carve.nxspecialized river generator (NOT FBM noise).67311
nx_river_quality.nxper-kind grader for nx_river_carve paths.31510
nx_rle.nxrun-length encoding for sparse coefficient streams.1365
nx_rmsnorm.nxRoot Mean Square Layer Normalisation.2684
nx_robot_control.nxSOVEREIGN closed-loop motion CONTROL (the essence of "true control":595
nx_robot_control_gate.nxR-ROBO-2 GATE: closed-loop "true control" + never-brick safety clamp.1025
nx_robot_firmware.nxSOVEREIGN MCU FIRMWARE GENERATOR (Omniforge ladder tier-4: "given a board,1145
nx_robot_firmware_gate.nxR-ROBO-4 GATE: MCU firmware generation + fail-safe behaviour.1267
nx_robot_hal.nxSOVEREIGN fail-safe hardware-write DRIVER (the HAL the generated firmware binds7812
nx_robot_hal_gate.nxR-ROBO-5 GATE: the fail-safe hardware-write driver, never-brick PROVEN1314
nx_robot_kinematics.nxSOVEREIGN robot KINEMATICS (turn a desired pose into machine/joint413
nx_robot_kinematics_gate.nxR-ROBO-3 GATE: robot kinematics + the full motion pipeline.1236
nx_robot_signal.nxSOVEREIGN hardware SIGNAL/REGISTER rung (the lowest robot-control layer,948
nx_robot_signal_gate.nxR-ROBO-6 GATE: the hardware signal/register rung (STEP/DIR + PWM + GPIO),1265
nx_robot_step.nxSOVEREIGN multi-axis stepper STEP GENERATION (the actuation primitive that793
nx_robot_step_gate.nxR-ROBO-1 GATE: multi-axis stepper step generation (the actuation1115
nx_robot_timing.nxSOVEREIGN step-timing / timer-ISR rung (below the signal rung): turns a647
nx_robot_timing_gate.nxR-ROBO-7 GATE: step-timing / timer-ISR rung with never-brick max-rate.1034
nx_robots.nxrobots.txt parser + matcher (RFC 9309).18810
nx_robots_test.nxKAT for the RFC 9309 robots.txt matcher.281
nx_robots_txt.nxbuild robots.txt files.1819
nx_roi_npv.nxNet Present Value + payback period + IRR primitive.2566
nx_rollback_session.nxGGPO-class rollback netcode session handle.37014
nx_room_key.nxROOM CAPABILITY TOKENS (task #41 ladder: the last table-stakes gap vs the field --875
nx_room_l4s.nxL4S DUAL-SIGNAL congestion controller (RFC 9330 family): one1772
nx_room_l4s_gate.nxLIVE GATE for the L4S dual-signal congestion controller.1407
nx_root.nxNewton-Raphson nth-root for i64 + Q14 fixed point.2386
nx_rope.nxRotary Position Embeddings (Su et al. 2021).2695
nx_rosterconf_lib.nxWHICH CONFS ARE GATE ROSTERS, AND IS A GATE A ROW OF ONE (2026-09-18, ecosystem EC57).39527
nx_rot_health.nxrotating-machine health kernel (#2 of the 4 physics1403
nx_rot_health_test.nxgate for the rotating-machine health kernel.901
nx_roundtrip.nxTHE SELF-ORACLE: nishi -> glTF -> nishi, and NAME WHAT THE TRIP LOSES.39813
nx_roundtrip_gate.nxTHE GATE FOR THE SELF-ORACLE.3388
nx_route_probe.nxlatency-probed multi-path relay selection.927
nx_route_test.nxprobe several routes on the live edge to tell whether the345
nx_router_ctl.nxSOVEREIGN router control (operator: "you have api access, get it going, towards apis";996
nx_router_probe.nxidentify the router's local HTTP API so we can drive port-forwarding via API (operator:302
nx_routing_research.nxTHIN SOTA research for S-CLASS-EXCEED, DATA-DRIVEN HTTP ROUTING / reverse-proxy /331
nx_rowparse_lib.nxTHE ONE ROW PARSER for delimited estate records, extracted 2026-09-04 because the14113
nx_rpc.nxtyped RPC over nx_net_chan_blob.1507
nx_rpc_test.nxend-to-end typed RPC over loopback.1625
nx_rrf.nxReciprocal Rank Fusion (bits-up, Q16.16).482
nx_rrf_test.nxKAT for Reciprocal Rank Fusion.371
nx_rsa2048_mod.nxbit-by-bit reduction mod 2048-bit modulus.743
nx_rsa2048_mod_exp.nxRSA mod-exp s^e mod n for 2048-bit modulus.813
nx_rsa2048_mont.nxMontgomery modular multiplication + modexp for the1506
nx_rsa2048_mont_gate.nxcorrectness gate: Montgomery modexp MUST equal the826
nx_rsa4096_mod.nxbit-by-bit reduction mod 4096-bit modulus.713
nx_rsa4096_mod_exp.nxRSA mod-exp s^e mod n for 4096-bit modulus.703
nx_rsa4096_mod_test.nxKAT for rsa4096_mod + rsa4096_mod_exp.1311
nx_rsa4096_mont.nxCIOS Montgomery modular multiplication + modexp for the 4096-bit RSA modulus.1386
nx_rsa4096_mont_gate.nxcorrectness KAT: the new Montgomery rsa4096_mod_exp_mont MUST equal the392
nx_rsa_pkcs1_v1_5_k.nxk-aware RSA-PKCS#1 v1.5 verify for RSA moduli1255
nx_rsa_pkcs1_v1_5_k_test.nxKAT vs openssl RSA-3072 (sha256 + sha384).13211
nx_rsa_pkcs1_v1_5_sha256.nxRSA-PKCS#1 v1.5 signature verify1424
nx_rsa_pkcs1_v1_5_sha256_4096.nxRSA-PKCS#1 v1.5 signature verify1233
nx_rsa_pkcs1_v1_5_sha256_4096_real_test.nxREAL RSA-4096 verify1163
nx_rsa_pkcs1_v1_5_sha256_4096_test.nxcompile + sealed-enum gate.341
nx_rsa_pkcs1_v1_5_sha256_real_test.nxKAT for RSA-PKCS#1 v1.51004
nx_rsa_pkcs1_v1_5_sha384.nxRSA-PKCS#1 v1.5 signature verify with1195
nx_rsa_pkcs1_v1_5_sha384_4096_test.nxKAT vs openssl RSA-4096/SHA-384.10681
nx_rsa_pkcs1_v1_5_sha384_test.nxKAT vs openssl RSA-2048/SHA-384.5511
nx_rsa_pkcs1_v1_5_sha512.nxRSA-PKCS#1 v1.5 signature verify with1336
nx_rsa_pss_sha256.nxRSASSA-PSS signature VERIFY with SHA-256 (MGF1-SHA-256, salt_len=32), RSA-2048.983
nx_rsa_pss_sha256_gate.nxKAT for rsa_pss_sha256_verify vs a REAL OpenSSL-3.2 RSA-PSS/SHA-256/salt32576
nx_rss.nxRSS 2.0 feed builder.811
nx_rss_lib.nxTHE RSS 2.0 BUILDER AS A LIBRARY (extracted 2026-09-16 from nx_rss.nx, whose compile-only smoke main() made it1645
nx_rtgfx_research_fetch.nxSOVEREIGN researcher that GROUNDS the REAL-TIME-RENDERING / DIGITAL-HUMAN frontier965
nx_rulers_page.nxTHE RULER REGISTRY, RENDERED. Operator doctrine (2026-08-03): the1345
nx_run_timeout.nxsovereign RUN-WITH-TIMEOUT primitive (bits-up, reusable).672
nx_rung_eval.nxTHE SOVEREIGN STATE-OF-THE-ART EVALUATOR, hardware rung up (2026-07-03).1566
nx_rungclose.nxCLI over nx_rungclose_lib (ecosystem EC57 v2): ONE MEASURED stage per rung, the weakest link BY NAME,138535
nx_rungclose_gate.nxGATE for the close ruler v2 (nx_rungclose_lib, ecosystem EC57), driven IN-PROCESS on planted rows.71816
nx_rungclose_lib.nxTHE CLOSE RULER (ecosystem EC57): ONE stage per rung, MEASURED from evidence the estate already129370
nx_runsv.nxRUN + SUPERVISE one service (s6/runit `runsv` convention). This is the REAL fork/wait-liveness +964
nx_runsv_all.nxs6-svscan for the sovereign stack: read EVERY service declared in nx_svcreg and supervise them672
nx_runsv_all_gate.nxproves nx_runsv_all resolves the supervision plan FROM THE REGISTRY (elf+port are data, not332
nx_runsv_gate.nxproves nx_runsv composes the team's organs correctly: hp_probe gives a REAL readiness verdict371
nx_runtime.nxcore NishiLang runtime.18513
nx_rv64_const_probe.nxverify the RV64/asm-generic CONST syscall forms my organs must migrate391
nx_rv64_sim.nxminimal RV64I interpreter (sovereign qemu).83220
nx_rv64c.nxRV64C compressed-instruction decoder.43815
nx_rvc_gate.nxTHE VERDICT GATE for nishios NO3 (nx_rvc_run_suite, watch symbol rvc_run_suite).621
nx_rvc_run_suite.nxnishios NO3: run the published RISC-V architectural test suite on the44317
nx_rvq.nxRESIDUAL VECTOR QUANTIZATION, moonshot rung #3 and the literal structure inside SoundStream / Lyra-v2 /464
nx_rw_andor.nxTRAP WITNESS (pack-rules vet). Tactic under test: && and || in conditions161
nx_rw_args3.nxTRAP WITNESS (pack-rules vet). Tactic under test: a helper with the exact202
nx_rw_callarg.nxTRAP WITNESS (pack-rules vet). Tactics under test: (a) a call nested inside223
nx_rw_castidx.nxTRAP WITNESS (pack-rules vet). Tactic under test: indexing the result of an151
nx_rw_elseif.nxDELIBERATE TRAP WITNESS (pack-rules vet, see knowledge/forge/pack_rules_vet_v1.txt).141
nx_rw_emptystr.nxDELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: the bare ""181
nx_rw_hashlit.nxDELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: the characters171
nx_rw_modulo.nxTRAP WITNESS (pack-rules vet). Tactic under test: the % operator (the pack121
nx_rw_ptrchain.nxTRAP WITNESS (pack-rules vet). Tactic under test: chained pointer171
nx_rw_shift56.nxDELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: an IMMEDIATE201
nx_rw_staticarr.nxDELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: module-level151
nx_rw_stmtbound.nxDELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: an expression182
nx_rwlock.nxreader-writer lock built on nx_atom + nx_mutex.1719
nx_rxfull.nxSOVEREIGN regex engine (operator 2026-07-08/09: push the JS engine to run modern bundles;76835
nx_safe_archive_ingest.nxSAFE sovereign ingestion of an UNTRUSTED .zip archive into the35016
nx_safetensors.nxSOVEREIGN safetensors parser (the neural-weights loader foundation). safetensors is the14314
nx_safetensors_gate.nxsovereign SAFETENSORS reader: load real SD model weight METADATA, the next9711
nx_safetensors_load.nxthe STANDARD, reusable safetensors -> f32 LOADER library (importable, no main), the9010
nx_safetensors_load_gate.nxproof of the safetensors->f32 loader on a synthetic in-memory blob (header JSON +756
nx_safety.nxSafetyEnvelope as a native NishiLang construct.2332
nx_safety_critical_grade.nxLayer-3 safety-critical grader.43312
nx_safety_critical_grade_test.nxsmoke for the 8th grader.591
nx_salience.nxItti-Koch multi-scale salience (V8).2377
nx_salience_test.nxsmoke for V8 salience primitives. 1101
nx_sam.nxSAM (Sequence Alignment / Map) single-line writer.6699
nx_sam_test.nxKAT for SAM v1.4.6 single-line writer.5191
nx_sampler.nxDPM++ 2M scheduler (substrate-native, no CUDA).4258
nx_sand_capture_gate_t137.nxPrivate qualification fixture; composes existing digest-bound capture owner. No publisher or install operation.242
nx_sat_solver.nxpropositional SAT solver foundation.1859
nx_sat_solver_test.nxsmoke for the SAT solver foundation.601
nx_saturation.nxgiven-clause saturation loop with factoring.66127
nx_saturation_test.nxsaturation loop + factoring smoke.831
nx_save_slot.nxsigned content-addressed game save format.1456
nx_save_slot_test.nxsmoke for nx_save_slot.701
nx_sbr_admission_candidate.nxFULLY SOVEREIGN, REUSABLE build runner (operator: "no sh and no c build,183230
nx_sbr_admission_gate.nxExecutes a supplied candidate runner in fresh fixtures. Never promotes or compiles real code.36117
nx_sbr_key_candidate.nxFULLY SOVEREIGN, REUSABLE build runner (operator: "no sh and no c build,183630
nx_sc_scope_gate.nxthe referee for LR2, structured concurrency: scoped spawn.51710
nx_scaffolding_audit.nxREPO-FILE audit primitive that enforces the3898
nx_scale.nxmulti-scale image pyramids (V6 of vision rollout).2297
nx_scale_test.nxsmoke for V6 scale pyramid primitives. 1081
nx_scam_detector.nxinbound-communication pattern detection.2048
nx_scam_detector_test.nxsmoke for nx_scam_detector.741
nx_scan_census.nxHONEST catalog of the document-scanning pipeline vs Nishi, grounded in the REAL fetched744
nx_scan_fetch.nxground-truth fetch of the awesome-scanning catalog (github.com/ad-si/awesome-scanning) so the443
nx_scenario.nxWRITING arc, rung W-SCN-1: the SCENARIO engine.1869
nx_scenario_gate.nxREFEREE for WRITING rung W-SCN-1 (nx_scenario).1207
nx_scene.nxSCENE / POSITION as DATA (beat-HS2 rung 2: the Illusion-family "scene"/"position" concept,13914
nx_scene3d.nxreusable 3D scene primitives: integer trig (Bhaskara Q10) + rotate + perspective project +1327
nx_scene_compose_gate.nxPG10: DOES A SCENE COMPOSE OVER THE LIVE SOLVER, AND DOES AN IMPOSSIBLE ONE REFUSE BY NAME?1467
nx_scene_contract.nxTHE style-spanning scene contract (exceed-ladder18614
nx_scene_contract_test.nxKATs for the R0 style-spanning scene1997
nx_scene_demo.nxSOVEREIGN VISUAL ENGINE: sprites + Image->browser-canvas.1068
nx_scene_demo_test.nxKAT gate for the sovereign scene + canvas bridge.706
nx_scene_index.nxcompanion-queryable surface over discovered anchors.2428
nx_scene_index_test.nxend-to-end smoke for the full ingestion stack.1161
nx_scene_light_emitter_canonical_gate_t364.nx593
nx_scene_light_emitter_gate_t364.nx593
nx_scene_light_recipe_canonical_gate_t364.nx211
nx_scene_light_shader_gate_t364.nx141
nx_scene_render.nxrender ONE (SceneWorld, SceneEntity) pair under29514
nx_scene_through_aperture.nxTier 6 background-coherence detector.2322
nx_scenegraph.nxgeneral per-object SCENE GRAPH: a transform hierarchy where world = parent * local.11012
nx_sched_qbv.nxthe BOUNDED-LATENCY transmit scheduler (IEEE 802.1Qbv686
nx_sched_qbv_test.nx1:1 KAT for the TSN-Qbv bounded scheduler581
nx_sched_qos.nxQoS priority + PREEMPTION for sovereign GPU resource-sharing (serving census Q2, closes the16612
nx_schema_drift_detector.nxupstream-schema-change detector.3348
nx_sclass_enforce_lib.nxTHE ONE canonical "gorgeous-by-default" S-class check (pure lib, no main).268
nx_sclass_kit.nxreusable S-CLASS page component kit (the "gorgeous by construction" library).39651
nx_sclass_ux_research_fetch.nxSOVEREIGN S-class web-UX research fetch.1555
nx_scratch.nxSOVEREIGN SCRATCH ARENA. The god-level fix for the unfreed-mmap class.828
nx_scratch_gate.nxproves the sovereign scratch arena on the resource it exists to protect.1224
nx_scratch_probe.nxR0.0b proof kernel: uses the WASM-lane nx_scratch to allocate DISTINCT framed353
nx_sdf.nxsigned distance fields for solid primitives + boolean combinators,12011
nx_sdf_attribution_gate_t344.nxComputes signed distance fields for 3D objects using per-part blending and surface operations.1144
nx_sdfprim_gate.nxKNOWN-ANSWER TEETH FOR THE IMPLICIT PRIMITIVE FAMILY nx_sdfprim_lib (anatomy AN17, 2026-09-19).741
nx_sdfprim_lib.nxIMPLICIT PRIMITIVES FOR PARAMETRIC ANATOMY FIELDS: integer-millimetre geometry in, a signed21614
nx_sdfrender.nxsovereign software GPU, SMOOTH-UNION path (operator 2026-07-04: make the body CONTINUOUS,182169
nx_sdfrender_attribution_candidate_t344.nxsovereign software GPU, SMOOTH-UNION path (operator 2026-07-04: make the body CONTINUOUS,182169
nx_sdfrender_mt.nxR1c of the sovereign software-GPU ladder: the SDF renderer fanned out across CPU633
nx_sdfrender_sss_gate.nxTHE PRE-INTEGRATED-NORMAL HALF of Penner 2011, gated. [@penner2011]32515
nx_sdr_loop.nxSoftware-Defined Radio open/tune/read/write loop1907
nx_sealed_sender.nxC9 of the comms lane: SEALED SENDER (metadata privacy). Contract symbol40425
nx_sealed_sender_gate.nxREFEREE for C9 (nx_sealed_sender, contract ss_seal). END-TO-END: keygens1686
nx_search_competitor_census.nxthe SEARCH lane's COMPETITOR-FEATURE census: how much of the incumbent13811
nx_search_crawl_server.nxLIVE search site over CRAWLED content.2247
nx_search_emerge.nxEMERGENCE DETECTION: turn the federated frontier feed into a "where is this field9312
nx_search_emerge_gate.nxdeterministic gate for the emergence scorer (NO network): locks year-month415
nx_search_extern.nxSOVEREIGN EXTERNAL-SEARCH FEDERATION (the #1 discovery gap). Queries OTHER search1149
nx_search_extern_gate.nxdeterministic parser gate for the external-search federator (NO network: the405
nx_search_inverted.nxtoken-postings inverted index.69125
nx_search_inverted_persist.nxDISK PERSISTENCE for the inverted index (the S-class STORAGE rung the team623
nx_search_inverted_test.nxsmoke for inverted index.1543
nx_search_linear.nxsubstring search over JSONL catalogs.2214
nx_search_linear_test.nxsmoke for nx_search_linear over the862
nx_search_neutrality_gate.nxthe CONTENT-NEUTRALITY CHARTER as a gate.1938
nx_search_onsite_engine.nxV1 onsite search engine46913
nx_search_server.nxthe LIVE bits-up search site (sovereign HTTP server).26310
nx_search_snippet_extract.nxV1 search snippet extractor.2987
nx_search_sota_research.nxthird grounding pass (operator 2026-07-03: "make sure using the nishi564
nx_search_win_src.nxBuilds a minimal inverted index for three documents, supporting query lookup and ranking on Windows.10212
nx_searchcompet_sov.nxget the SEARCH competitor-feature UNION off the flat .conf into the SOVEREIGN1105
nx_searchcompet_sov_gate.nxproves the SEARCH-COMPETITOR union store flip (nx_searchcompet_sov) is545
nx_seat_warm.nxSEAT PRIMER (the anti-prefill-tax capability, 2026-07-16). One POST /gen591
nx_section_projection.nxProject connected cross-section segments onto an X-bin occupancy array.231
nx_security_census.nxHONEST measure of the ecosystem's SECURITY coverage across the four surfaces a1154
nx_security_census_gate.nxregression-by-construction for the security census's MEASURED CORE.411
nx_security_census_lib.nxPURE core for the SECURITY maturity census. NO main (a lib), so the census724
nx_seed.nxcapability + longevity-aware assembly from silicon up.32512
nx_seed_announce_all.nxDURABLE DHT discoverability for the seeder: periodically announce_peer EVERY1719
nx_seed_bank.nxmulti-genotype cold-storage backup substrate.25613
nx_seed_bank_test.nxsmoke for nx_seed_bank.1391
nx_seed_sort.nxin-place sort of seed-pair arrays by (r, q).911
nx_seed_sort_test.nxKAT for seed-pair sort by (r, q).1331
nx_seed_test.nxsmoke for nx_seed.1451
nx_seg_compact_cli.nxrun seg-store COMPACTION for one shard prefix. Folds all live segments into ONE744
nx_seg_index_bounds_gate.nxIndex reader boundary qualification using a real writer-generated NXK1 index.421
nx_seg_store.nxPART A of the sovereign storage substrate rung 15113148
nx_seg_store_gate.nx2261
nx_segmenter_classical.nxclassical-CV connected-component segmenter.4127
nx_segopen_absent_gate.nxTHE REFEREE FOR ss_open2's FAIL-SAFE SEGMENT ADMISSION (2026-09-02, debt 1788361379).1967
nx_segopen_incr_gate.nxTHE REFEREE FOR ss_open3's INCREMENTAL, WARM-PRESERVING REOPEN (search plan rung L151216
nx_segrace_gate.nxdoes ss_commit lose whole SEGMENTS under concurrency?28711
nx_segstore_uncap_gate.nxISOLATED proof that the seg_store legacy-cap class is EATEN at the organ:1416
nx_segsweep.nxSOVEREIGN seg-store sweeper. The organ that retires nx_segguard.sh (2026-08-06).35413
nx_segv_log_001.nxNishiLang-native log entry for the421
nx_segv_log_002.nxincident-002 entry. Tier-swap parses311
nx_segv_log_003.nxincident-003: 1M ingest exposes O(N^2)301
nx_segv_log_004.nxcompile-time O(N^2) in function-name lookup261
nx_select.nxsingle-class variant selector engine.2909
nx_select_joint.nxjoint DAG variant selector (MVP: 2-node).3403
nx_select_joint_chain_test.nxsmoke for nx_select_joint_chain2023
nx_select_joint_test.nxsmoke for nx_select_joint SA-5 MVP.2082
nx_select_test.nxsmoke for nx_select SA-4 MVP.1892
nx_selected_cast_gate_t55.nx231
nx_selected_edge_canonical_cli_gate_t139.nx323
nx_selection.nxliteral selection functions for ordered resolution.794
nx_selection_test.nxselection function smoke.1053
nx_self_audit.nxsubstrate-native self-awareness primitive.1843
nx_self_build.nxthe 3-tier SELF-BUILD POLICY + the reversible-modify36514
nx_self_build_test.nxTHE NET, PROVEN BEFORE THE TRAPEZE.1866
nx_self_host_load_codegen_repro.nxMINIMAL REPRO for the522
nx_self_similarity.nxbox-counting fractal dimension primitive.2536
nx_self_similarity_test.nxsmoke for box-counting fractal dim. 1131
nx_selfcalib.nxRecovers focal length and 7-DOF pose using Gauss-Newton optimization from correspondence data.2093
nx_selfimprove_loop_gate.nxthe SELF-IMPROVEMENT LOOP made concrete (operator thesis 2026-06-18):9613
nx_selfimprove_verified_gate.nxself-improvement with INDEPENDENT verification (operator law: evidence,10217
nx_selfsuff.nxTHE SOVEREIGNTY LEDGER: outside DEPENDENCY measured per /compare domain and per118222
nx_selfsuff_gate.nxthe referee for the SOVEREIGNTY LEDGER (nx_selfsuff) and for the ranker term3037
nx_semantic_research_fetch.nxSOVEREIGN research fetch on the SEMANTIC-search frontier, to honestly test1555
nx_semruler.nxTHE SEMANTIC RULER, STEP 2: measure the EXISTING descriptors on a real2996
nx_semruler_gate.nxGATE for nx_semruler_lib (the semantic ruler's decision core, /compare/mediaingest).1511
nx_semruler_lib.nxTHE SEMANTIC RULER'S DECISION CORE (/compare/mediaingest; nx_imgsearch's own1168
nx_semver.nxsemantic versioning parser (semver.org spec).1656
nx_send.nxTHE UNIFIED SEND SPINE (rung 1 of Nishi Mail to SOTA). Operator 2026-07-08:20817
nx_send_merge.nxBULK-MERGE: personalized sending to a whole SEGMENT across channels (CRM census E4; the1285
nx_sendcheck_gate.nxLN6 (lang.plan): DATA-RACE TYPING AT THE THREAD-POOL BOUNDARY. End-to-end over the1328
nx_seng_linkqual_gate.nxSOVEREIGN replacement for bench/gate_nx_linkqual.sh (the linkqual car of the483
nx_seng_rdtsc_gate.nxSOVEREIGN replacement for bench/gate_nx_rdtsc.sh (the rdtsc car of the nishi433
nx_sensory_panel.nxFOOD-SCIENCE SUITE / SENSORY EVALUATION rung.1159
nx_sensory_panel_test.nxsmoke for nx_sensory_panel. Proves exact481
nx_sentinel_loss_audit_test.nxbits-up NishiLang PREVENT lint for the27710
nx_sequence.nxfoundational DNA / RNA sequence algebra primitive.24311
nx_sequence_ambig.nxN / IUPAC ambiguity sidecar for nx_sequence.1514
nx_sequence_ambig_test.nxKAT for N sidecar bitset.1371
nx_sequence_edit.nxLevenshtein edit distance for byte sequences.1192
nx_sequence_edit_test.nxKAT for Levenshtein edit distance.932
nx_sequence_fm.nxFM-index construction + backward-search count.2397
nx_sequence_fm_test.nxKAT for FM-index construction + backward search.1681
nx_sequence_kat_test.nxG0.1 KAT for the DNA sequence primitive.2011
nx_serp_research.nxground the SERP-DISPLAY s-class-exceed bar (operator 2026-07-03: "a page thats534
nx_servedrift.nxIS THE BINARY WE ARE SERVING THE ONE THE LAST BUILD PRODUCED?2307
nx_service.nxSERVICE BASE rung. The shared harness every domain organ33323
nx_service_test.nxgate for the service base. The JSON writer is checked1644
nx_servicectl.nxgeneric sovereign service restart: kill ANY daemon by full /proc cmdline, then respawn it231
nx_session.nxcomposite substrate session for parallel-companion scenes.1808
nx_session_audit_compose_test.nxmeta-cardinal session loop.1331
nx_session_id.nxcryptographically strong session identifiers.1116
nx_session_mint_lib.nxLIBRARY (no main): mint an M5 no-cookie session token directly from a server key bundle,687
nx_session_real_llm_compose_test.nxdemonstrates how nx_session +701
nx_session_summary.nxperiodic session-end summary emitter.14210
nx_session_summary_test.nxsmoke for nx_session_summary.671
nx_session_test.nxsmoke for the composite session primitive.1091
nx_session_ttl.nxSESSION IDLE + ABSOLUTE TIMEOUT (closes hosting_research gap #8 "session-rotate-446
nx_session_ttl_gate.nxKAT for session idle/absolute timeout. Asserts the timeout boundaries, that the411
nx_set.nxunordered set of i64 elements.955
nx_set_cookie.nxbuild HTTP Set-Cookie response header values.2095
nx_sevenz.nxTHE 7z ARCHIVE COMMAND (/compare/modding MD29 sz_walk, 2026-09-06). A thin caller of nx_sevenz_lib so the16210
nx_sevenz_gate.nxTHE 7z READER GATE (/compare/modding MD29 sz_walk, 2026-09-06). The subjects are two REAL archives mirrored3638
nx_sevenz_lib.nxTHE 7z CONTAINER READER (/compare/modding MD29 sz_walk, 2026-09-06), written from the mirrored format83522
nx_sevenz_selected_candidate_t144.nxTHE 7z CONTAINER READER (/compare/modding MD29 sz_walk, 2026-09-06), written from the mirrored format83522
nx_sext_semantics_probe.nxdifferential probe for the subword sign-extend debt fix (2026-07-10).423
nx_sext_wasm_kat.nxWASM-lane payload for the subword sign-extend KAT (2026-07-10 sext debt fix).262
nx_sfu_select.nxSOVEREIGN SELECTIVE-FORWARDING core (the jitsi-videobridge value prop, measured our24118
nx_sh.nxthe sovereign Nishi shell (orchestration primitives), bits-up.644
nx_sh_race.nxprove the sovereign shell nx_sh is an S-class EXCEED over423
nx_sha1.nxSHA-1 (FIPS 180-4 §6.1), 160-bit hash.3187
nx_sha1_diff_probe.nxdifferential oracle for the SHA-1 optimization.363
nx_sha256.nxSHA-256 in pure NishiLang (Phase G9, FIPS 180-4). 54923
nx_sha256_canonical_gate_t77.nxNative Linux x86-64 qualification of existing shared allocation and canonical hash reuse.1249
nx_sha256_diff_probe.nxdifferential oracle for the SHA-256 optimization.393
nx_sha256_kat_test.nxNIST FIPS 180-4 KAT: SHA-256("abc")251
nx_sha256_perf_test.nxbench substrate SHA-256 on a fixed input.832
nx_sha256_sha384_coexist_kat_test.nxregression KAT for the631
nx_sha256_shared_gate.nxNative Linux x86-64 qualification of existing shared allocation and canonical hash reuse.1189
nx_sha256_wasm.nxSHA-256 (FIPS 180-4) self-contained for WAT target.3078
nx_sha256_workspace_gate_t77.nxNative Linux x86-64 qualification of existing shared allocation and canonical hash reuse.1249
nx_sha256_workspace_t77.nxSHA-256 in pure NishiLang (Phase G9, FIPS 180-4). 54923
nx_sha3.nxFIPS 202 SHA3-256 (Keccak-f[1600], rate=1088 bits). 3249
nx_sha384_kat_test.nxNIST FIPS 180-4 SHA-384 + SHA-512/256942
nx_sha384_wasm.nxSHA-384 (FIPS 180-4) self-contained for WAT target.27610
nx_sha3_256_wasm.nxSHA-3-256 (FIPS 202) self-contained for WAT target.2547
nx_sha3_512_wasm.nxSHA-3-512 (FIPS 202) self-contained for WAT target.2557
nx_sha512.nxSHA-512 in pure NishiLang (FIPS 180-4 section 6.4).53222
nx_sha512_wasm.nxSHA-512 (FIPS 180-4) self-contained for WAT target.28510
nx_shader_arg_canonical_gate_t210.nx332
nx_shader_arg_ownership_gate_t206.nx332
nx_shader_capture_owned_expanded_t218.nxR0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem5364290
nx_shader_capture_owned_gate_t218.nx211
nx_shader_equivalence_gate_t290.nxExact-output regression witness using the shared owned capture path.303
nx_shader_front_gate_expanded_t217.nxTHE SHADER IR: ONE source of truth, N dialect backends.3813275
nx_shader_front_gate_t217.nx565
nx_shader_ir.nxTHE SHADER IR: ONE source of truth, N dialect backends.60861
nx_shader_ir_args_candidate_t206.nxTHE SHADER IR: ONE source of truth, N dialect backends.59159
nx_shader_ir_baseline_qualification_t206.nxTHE SHADER IR: ONE source of truth, N dialect backends.58559
nx_shader_ir_before_front_t217.nxTHE SHADER IR: ONE source of truth, N dialect backends.59159
nx_shader_ir_front_candidate_t217.nxTHE SHADER IR: ONE source of truth, N dialect backends.59960
nx_shader_producer_compare_t56.nxPrivate audit: observed output equality does not establish source closure.303
nx_shader_producer_compare_t57.nxPrivate audit: observed output equality does not establish source closure.303
nx_shader_producer_compare_t58.nxPrivate audit: observed output equality does not establish source closure.525
nx_shadow_direction.nxTier 6 cross-region lighting-coherence check.4428
nx_shadow_integration.nxBest Compositing (shadow half).1122
nx_shake128_wasm.nxSHAKE128 XOF (FIPS 202 §6.1) self-contained.2647
nx_shake256_wasm.nxSHAKE256 XOF (FIPS 202 §6.2) self-contained.2647
nx_shani_block_probe.nxBLOCK-LEVEL oracle probe for the SHA-NI intrinsic.1225
nx_shapeprobe.nxCODEGEN-SHAPE FUZZER EMITTER (the Csmith-gap, first rung; 2026-07-05).1196
nx_shapeprobe_cand.nxcodegen-shape reproducer candidate. expect_exit: 010101002
nx_shapley.nxgame-theoretic feature attribution.47413
nx_shard.nxparallelism-ready work-sharding primitive. 1606
nx_shard_query.nxLIB: sharded SCATTER-GATHER query = the distributed READ PATH that makes the index scale463
nx_shard_query_gate.nxproves sharded scatter-gather top-k == single whole-corpus top-k (EXACT), incl. when the624
nx_shard_validator.nxper-decl structural validator.1913
nx_shard_writer.nxsize-rotating sharded output writer.17214
nx_shard_writer_test.nxsmoke for size-rotating output writer.501
nx_share.nxSHARING ring of the Relationship OS. Operator 2026-07-09: "share jobs or resources or all that30310
nx_share_consent.nxPRIVACY / CONSENT ON SHARES (sharing ring rung 3; frontier momentum 170). The ACL1349
nx_share_rec.nxWHAT-TO-SHARE RECOMMENDATION (sharing ring rung 2; the number-one 2025/26 sharing-frontier1053
nx_sharehub_research_fetch.nxSOVEREIGN researcher for a Civitai-class SHARING platform + its LEGAL SAFE-HARBOR735
nx_shelf_life.nxFOOD-SCIENCE SUITE / SHELF-LIFE rung. Accelerated1227
nx_shelf_life_test.nxsmoke for nx_shelf_life. Proves the Q10 shelf-411
nx_shell_lib.nxGENERAL SOVEREIGN SHELL CAPABILITY (the shared library for the Nishi shell toolchain).16617
nx_shell_research_fetch.nxSOVEREIGN researcher: GROUND the nx_shell benchmark in REAL fetched facts about645
nx_shellclose.nxCLOSE a reconstructed open sheet into a WATERTIGHT SOLID by offsetting it along its1785
nx_shelltool.nxthe INVOCABLE + MCP-READY surface for the shell-replacement tier (07-1545819
nx_shelltool_gate.nxliar-killed GATE for the MCP-ready shell-tool CLI. Forks the REAL built1869
nx_shelltool_tool_register.nxregister nx_shelltool (sovereign grep/glob/find) into the413
nx_ship.nxONE sovereign command for the whole edit->build loop: pack a source dir, upload it over sovereign976
nx_ship_behavior_authority_gate_t371.nx201
nx_ship_behavior_body_gate_t371.nx281
nx_ship_behavior_loss_regression_t371.nx574
nx_ship_behavior_review_gate_t371.nx632
nx_ship_fleet.nxINTELLIGENT (adaptive-concurrency) FLEET SHIPPER. Drains a list of targets by running2348
nx_ship_fleet_gate.nxbite-proves the PURE adaptive-concurrency core in nx_shipfleet_lib.nx: the AIMD591
nx_ship_loss_live_before_t370.nx241
nx_ship_loss_live_fixture_t370.nx21
nx_ship_proof.nxnx_ship_proof one-command edit->build loop 178353259910
nx_shipcheck.nxSHIP-COMPLETE integration-orphan detector (POST-submit lane; operator law54325
nx_shipcheck_gate.nxproves the ship-complete orphan detector's teeth. DOGFOODS the D00138120
nx_shipfleet_lib.nxthe PURE decision core for INTELLIGENT (adaptive-concurrency) shipping.573
nx_shorebird_gate.nxPG37: THE FIRST ANIMAL, HONESTLY A GULL, IS A CANON ROW OVER THE ONE BIRD PLAN.2188
nx_shtab.nxELF section header table builder.2138
nx_sieve_eratosthenes.nxclassical prime sieve.401
nx_sieve_eratosthenes_test.nx351
nx_sig2_txq.nxFRAME-ATOMIC non-blocking WebSocket send queue for the signaling relay.1215
nx_sigfixture.nxA PROCESS THAT DIES BY THE SIGNAL YOU NAME: THE ONE FIXTURE FOR EVERY WAIT-STATUS RULER.976
nx_sign.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sign_ceremony.nxNishi Sign ceremony (F504) CLI/MCP organ: self-verifying demo501
nx_sign_ceremony_gate.nxINDEPENDENT gate for the Sign ceremony (imports the SAME662
nx_sign_ceremony_lib.nxNishi Sign CEREMONY (F504): the signing WORKFLOW over the464
nx_sign_envelope.nxNishi Sign CLI/MCP organ: self-verifying demo over the CORE LIB891
nx_sign_envelope_gate.nxINDEPENDENT gate for the Nishi Sign core lib (imports the SAME1312
nx_sign_envelope_lib.nxNishi Sign CORE LIB: tamper-evident e-signature audit chain.977
nx_sign_facade.nxunified signing interface.1916
nx_sign_facade_test.nxsmoke for nx_sign_facade.791
nx_sign_test.nx91
nx_signal.nxPOSIX signal numbers + sigaction syscall wrapper.1537
nx_signal_compensator.nxmeta-level inverse-response DSP correction.1827
nx_signalfd.nxLinux signalfd(2) wrapper.1096
nx_signed_cookie.nxHMAC-signed tamper-evident cookies.22511
nx_signed_cookie_candidate_t187.nxHMAC-signed tamper-evident cookies.22511
nx_signup_origin_gate.nxproves POST /register is gated on LAN-AND-INVITED, not on a global flag.1286
nx_sigpipe_gate.nxproves the SIGPIPE root fix, and proves the tooth can1272
nx_silhouette_integrity.nxTier 6 melty-edge detector.3425
nx_silhouette_quality.nxhorizon/skyline quality grader.3828
nx_silu.nxSiLU / Swish activation: x * sigmoid(x).2225
nx_sim_coverage.nxGENERIC tool-vs-target coverage / efficiency simulation (sovereign, pure925
nx_sim_coverage_gate.nxGATE for the tool-vs-target efficiency simulator, on the toilet653
nx_sim_massager_gate.nxproves the SAME coverage engine (nx_sim_coverage) generalizes from533
nx_sim_snapshot.nxgeneric simulation state save/restore.35114
nx_simd_bench.nxhonest perf comparison: scalar i64 add vs1163
nx_simd_dot_bench.nxx86 integer-SIMD dot (vpmaddwd via __i16x16_madd) vs scalar: verify + speedup.1254
nx_simd_i16x16_test.nxexercise the i16x16 SIMD intrinsics.1187
nx_simd_i32x8_test.nxexercise the i32x8 SIMD intrinsics.1306
nx_simd_i8x32_test.nxexercise the i8x32 SIMD intrinsics.1066
nx_simd_madd_probe.nxtest the x86 integer-SIMD primitive __i16x16_madd (vpmaddwd) on nx_cc_known_good.652
nx_simd_minmax_test.nxi16x16 per-lane and horizontal min/max.1468
nx_simd_probe.nxconfirm the __simd i16x16 vdot intrinsics compile + work in a nx_syscalls organ.302
nx_simd_probe2.nxverify the POINTER-FORM __simd_vdot_i16_x16 compiles AND computes on x86.362
nx_simd_sat_test.nxi16x16 signed saturating add/sub.1486
nx_simd_usat_shift_test.nxunsigned saturating arith + per-lane shifts (i16x16).1597
nx_simd_vdot_test.nxwidening dot product i16x16 -> i64.1498
nx_simd_x86_test.nxAVX2-subset SIMD smoke (excludes VMUL which491
nx_simhash.nxSimHash near-duplicate / content-novelty kernel.1366
nx_simhash_test.nxKAT for the SimHash near-duplicate kernel.531
nx_simlab.nxSimulates 2D gravitational orbits using integer arithmetic for both native and browser execution.12619
nx_simt_kernel_test.nxL10 S-3 PTX codegen verification.352
nx_simt_sum_kernel.nxL10 S-6 demo kernel.692
nx_simt_vec_add.nxSIMT vector add (the GPU "hello world").1374
nx_sine.nxSine (Sumo INference Engine) axiom selection.2166
nx_sine_test.nxSine selection smoke.1474
nx_singleness_gate.nxIS EXACTLY ONE SUPERVISOR ALIVE?37212
nx_siphash.nxSipHash-2-4 keyed PRF (Aumasson-Bernstein 2012).1445
nx_site_adapters.nxTHE ADAPTER CENSUS (/compare/mediaingest R8; contract symbol sa_count).1267
nx_site_adapters_gate.nxGATE for nx_site_adapters (/compare/mediaingest R8, sa_count). Proves the count is1114
nx_site_chrome.nxSOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg33621
nx_site_chrome_body_gate_t138.nxValidates and processes shared surface navigation data with HTML escaping and route checks.803
nx_site_chrome_body_t138.nxSOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg41434
nx_site_chrome_composable_gate_t48.nxValidates and processes shared surface navigation data with security checks and HTML escaping.583
nx_site_chrome_composable_t48.nxSOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg41634
nx_site_chrome_search_gate_t53.nxValidates and processes shared surface navigation data with HTML escaping and route checks.683
nx_site_chrome_search_t53.nxSOVEREIGN site-wide navigation authority. Reads knowledge/site/surfaces.reg41434
nx_site_monitor.nxUPTIME + ALERTING (closes hosting_research gap #2 "uptime-alerting", 3/0 CONFIRMED:14813
nx_site_monitor_gate.nxKAT for uptime/alerting. Deterministically asserts the transition classifier462
nx_site_prepare_gate_t198.nx302
nx_site_publish.nxCLI half of the artifact-publish capability (tools-api name: nx_site_publish).61
nx_site_publish_alpha_candidate_t343.nxARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish";98946
nx_site_publish_alpha_cli_t343.nx21
nx_site_publish_alpha_gate_t343.nx171
nx_site_publish_boundary_candidate_t336.nxARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish";97445
nx_site_publish_boundary_canonical_gate_t336.nx221
nx_site_publish_boundary_cli_t336.nx21
nx_site_publish_boundary_gate_t336.nx221
nx_site_publish_edge_canonical_gate_t139.nxgates artifact-publish placement semantics on a THROWAWAY CWD (the docroot2766
nx_site_publish_edge_gate_t139.nxgates artifact-publish placement semantics on a THROWAWAY CWD (the docroot2766
nx_site_publish_edge_lib_t139.nxARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish";47113
nx_site_publish_gate.nxgates artifact-publish placement semantics on a THROWAWAY CWD (the docroot2156
nx_site_publish_legacy_gate_t26.nxgates artifact-publish placement semantics on a THROWAWAY CWD (the docroot2156
nx_site_publish_lib.nxARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish";98946
nx_site_publish_lib_pre_release_t141.nxARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish";47113
nx_site_publish_multi_candidate_t322.nxVersioned multi-dependency composition for the existing site publisher.15614
nx_site_publish_multi_canonical_gate_t322.nxNative isolated-store integration with four exact real motion artifacts.443
nx_site_publish_multi_gate_t322.nxNative isolated-store integration with four exact real motion artifacts.443
nx_site_publish_prepare_lib_t256.nxARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish";80431
nx_site_publish_prepare_t198.nxARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish";73128
nx_site_publish_prepare_t256.nx21
nx_site_publish_release_candidate_t141.nxARTIFACT-PUBLISH, LIBRARY half (sp_main dispatcher) capability (closes the coverage BUILD-queue gap "artifact-publish";67027
nx_site_publish_sized_guard_gate.nxReal NXA payload qualification in an exclusively created scratch directory.561
nx_site_release_cli_gate_t141.nxCalls the exact staged executable; no copied publisher main and no public docroot.262
nx_site_release_gate_t141.nxPrivate real-artifact qualification; requires a newly created scratch CWD.875
nx_site_release_prepare_cli_gate_t256.nx231
nx_site_release_prepare_gate_t256.nxPrivate real-artifact qualification; requires a newly created scratch CWD.885
nx_site_stage_sized_gate_t26.nxFocused stage-sized controls over actual bytes; all placement stays in a new private CWD.572
nx_sitemap.nxXML Sitemap 0.9 builder.2018
nx_sitepublish_tool_register.nxExisting publisher discovery registrar. Record changes are additive in the registry.142
nx_sites_telemetry.nxthe SENSE layer of the self-improving sites1255
nx_sitesweep.nxTHE STANDING ANSWER TO "HOW MANY PAGES ON OUR PUBLIC SITE SERVE BROKEN ASSETS?"8336
nx_sitesweep_gate.nxthe referee for the site-wide broken-asset sweep.2823
nx_sitesweep_lib.nxthe shared half of the site-wide broken-asset sweep: the classes, the32417
nx_size.nxsovereign `size` tool (binutils equivalent).1423
nx_sizeguard.nxFAIL LOUD BEFORE A READER SILENTLY TRUNCATES (seq1469 root fix #1).1317
nx_skeleton.nxSKELETON + LINEAR-BLEND SKINNING (the character-foundation rung everything Elara needs21623
nx_sketch_ams.nxAMS sketch (Alon-Matias-Szegedy 1996).20311
nx_sketch_bit_vector.nxdense bit vector with popcount + bitwise ops.24918
nx_sketch_bloom.nxBloom filter v2 (sovereign-tier with typed envelope).16810
nx_sketch_buglog.nx5W+H+GLP provenance ledger primitive.33834
nx_sketch_cms.nxCount-Min Sketch in NishiLang.2199
nx_sketch_comparator.nxsealed-verdict comparator for head-to-head stomp claims.2207
nx_sketch_correlation.nxstreaming Pearson correlation + linear regression.19712
nx_sketch_count_sketch.nxCountSketch (Charikar-Chen-Farach-Colton 2002).21013
nx_sketch_counting_bloom.nxCounting Bloom filter (Fan-Cao-Almeida-Broder 1998).25313
nx_sketch_cpc.nxCPC sparse-mode cardinality sketch (Lang 2017 / FM85).18212
nx_sketch_cpc_dense.nxCPC dense bitmap mode + HIP estimator.21414
nx_sketch_cuckoo.nxCuckoo Filter (Fan et al. 2014).28318
nx_sketch_cusum.nxCUSUM change-point detector (Page 1954).13911
nx_sketch_ddsketch.nxDDSketch (Masson et al, PVLDB 2019).20810
nx_sketch_entropy.nxstreaming Shannon entropy estimator.1348
nx_sketch_epsilon_greedy.nxEpsilon-Greedy bandit (Sutton-Barto, classic).21614
nx_sketch_ewma.nxexponentially-weighted moving average (EWMA).1378
nx_sketch_geomean.nxstreaming geometric mean via log-space accumulation.14711
nx_sketch_hash_map.nxopen-addressing hash map (i64 -> i64).26217
nx_sketch_histogram.nxfixed-bin histogram with quantile + merge.21714
nx_sketch_hll.nxHyperLogLog cardinality sketch in NishiLang.50013
nx_sketch_hll4.nxHLL_4 with Heule exception table.27612
nx_sketch_hll_packed.nx4-bit and 6-bit packed-register HLL.2127
nx_sketch_hll_provenance.nxsample CAPABILITY + IMPROVEMENT_OPP entries871
nx_sketch_hll_provenance_v2.nxpost-bias-table provenance entries.701
nx_sketch_hllmap.nxMap<key, HLL> for "distinct count per key" queries.25113
nx_sketch_holt.nxHolt's linear method (double exponential smoothing).1398
nx_sketch_kll.nxcompactor-hierarchy quantile sketch.31713
nx_sketch_kmeans1d.nxstreaming 1D k-means clustering.17712
nx_sketch_kmv.nxKMV (K-Minimum-Values) sketch.31610
nx_sketch_linear_counter.nxLinear Counting (Whang-Vander Zanden 1990).22913
nx_sketch_lossy_counting.nxManku-Motwani 2002 Lossy Counting.23714
nx_sketch_mann_kendall.nxstreaming Mann-Kendall trend test.17810
nx_sketch_markov.nxdiscrete-state Markov chain transition tracker.20412
nx_sketch_min_heap.nxbinary min-heap (priority queue) primitive.20213
nx_sketch_misra_gries.nxMisra-Gries frequent items (1982).23113
nx_sketch_moments.nxstreaming higher moments (skewness + kurtosis).20815
nx_sketch_naive_bayes.nxstreaming binary Naive Bayes classifier.19812
nx_sketch_reservoir.nxVitter reservoir sampling + quantile.18810
nx_sketch_robust_hll.nxadversarial-safe HLL via median-of-k.2077
nx_sketch_segment_tree.nxsegment tree for range sum / min / max queries.21012
nx_sketch_sliding_window.nxlast-W-samples rolling aggregator.18712
nx_sketch_space_saving.nxSpaceSaving top-K heavy hitters.22612
nx_sketch_stream_stats.nxstreaming mean / variance / stddev / min / max.19614
nx_sketch_tdigest.nxT-Digest (Dunning 2019) tail-tight quantile sketch.34011
nx_sketch_theta.nxTheta sketch (Beyer/Haas 2014).37711
nx_sketch_tuple.nxTuple sketch (Theta + per-hash auxiliary data).32812
nx_sketch_types.nxL-4 typed envelope scaffold for streaming sketches.911
nx_sketch_ucb1.nxUCB1 multi-armed bandit (Auer-Cesa-Bianchi-Fischer 2002).22112
nx_sketch_union_find.nxDisjoint Set Union (Union-Find) primitive.1588
nx_sketch_varopt.nxWeighted reservoir sampling (Efraimidis-Spirakis 2006 / Cohen 2011).24512
nx_sketch_zscore.nxpoint z-score anomaly detector.13410
nx_skills_emit.nxMAIN: seed the skill layer for a dish and render its skills surface.1545
nx_skin_diag.nxVISIBLE diagnostic: is the skin detector accurate on the1626
nx_skin_ita.nxSKIN ALBEDO DERIVED FROM THE GENOME, VIA A PUBLISHED STANDARD (charsim R0,24912
nx_skin_ita_gate.nxGATE for genome-driven skin albedo (charsim R0).1472
nx_skin_pbr_gate.nxGATE for the PBR map set (charsim R4, debt 1786549493 residue b+d).3224
nx_skin_pore_detail.nxhigh-frequency pore-scale texture detector.1152
nx_skin_texture.nxskin-texture realism detector.1022
nx_skin_texture_test.nx553
nx_skin_tone_ita.nxIndividual Typology Angle skin classifier.2805
nx_skinfit_gate.nxTHE GATE FOR THE CHROMOPHORE FIT, 2026-09-03.1783
nx_skinfit_lib.nxRECOVER MELANIN AND HAEMOGLOBIN FROM A MEASURED REFLECTANCE (2026-09-03)1233
nx_skinneural.nx★P4-R3: DEPLOY the trained skin-family model onto generated people. Loads the R2 artifact1564
nx_skinsample.nxCLI over nx_skinsample_lib (aesthetictwin AT23, 2026-09-16): skin colour measured from a mirrored764
nx_skinsample_gate.nxthe referee for nx_skinsample_lib (aesthetictwin AT23, 2026-09-16). In-process on synthetic pixels1394
nx_skinsample_lib.nxTHE FIRST PHOTO RULER FOR THE TWIN CARD: skin colour MEASURED from a mirrored photograph22610
nx_skinspectra_gate.nxTHE GATE FOR THE MEASURED SPECTRA, 2026-09-03 (rung ST6).1341
nx_skinspectra_lib.nxMEASURED ABSORPTION SPECTRA, PARSED NOT TRANSCRIBED (2026-09-03, rung ST6)1887
nx_skintex_probe.nxdecode a real skin texture and report what is actually in it.893
nx_skull_canon_gate.nxTHE GENERATED SKULL AGAINST THE SCANNED ORACLE, LANDMARK BY LANDMARK (anatomy AN17, 2026-09-18).2594
nx_skull_canon_lib.nxTHE GENERATED SKULL'S OWN RULER: craniometric landmarks on OUR skull and on the scanned93640
nx_skull_canon_measure_t334.nxTHE GENERATED SKULL AGAINST THE SCANNED ORACLE, LANDMARK BY LANDMARK (anatomy AN17, 2026-09-18).2594
nx_skullsdf_region_gate_t334.nxthe skull as a FUSED SHELL WITH OPENINGS, built in the implicit path.295062
nx_skullsdf_verified_candidate_t333.nxthe skull as a FUSED SHELL WITH OPENINGS, built in the implicit path.283156
nx_skullsdf_verified_r3_t333.nxthe skull as a FUSED SHELL WITH OPENINGS, built in the implicit path.287257
nx_skullsdf_verified_r4_t333.nxthe skull as a FUSED SHELL WITH OPENINGS, built in the implicit path.290059
nx_skullskin.nxFROM THE GENERATED SKULL TO A SKIN THAT SITS ON IT, RENDERED (aesthetictwin AT46, 2026-09-18).2279
nx_skullskin_gate.nxgate for the skull-bound tissue-depth skin (aesthetictwin AT46, 2026-09-18).5007
nx_slice_auto_supports.nxauto-build a physics-aware support1581
nx_slice_auto_supports_test.nxverify auto-build of physics-aware961
nx_slice_contour.nxassemble nx_slice_plane segment soup into26611
nx_slice_contour_test.nxend-to-end: tetrahedron mesh ->732
nx_slice_layer_probe.nxDIAGNOSTIC: slice ONE layer of the pyramid and dump685
nx_slice_pipe_v2_real_test.nxHARD REAL TEST of the integrated1052
nx_slice_pipe_v2_test.nxverify the integrated slicer composes922
nx_slice_pipeline.nxend-to-end mesh -> multi-layer G-code2493
nx_slice_pipeline_test.nxINTEGRATION TEST of every P0-P3.21122
nx_slice_plane.nxintersect a triangle mesh with a Z-plane.3778
nx_slice_plane_test.nxslice a unit tetrahedron at its midplane862
nx_slicebench.nxCost of the SLICE bounds check over heap memory. Same shape and same workload as361
nx_slo.nxcanonical sovereign observability: turn raw success/total + latency samples into SLO metrics354
nx_slo_gate.nxproves the sovereign SLO computer: availability, MEETING/BREACH verdict (no false-green), error411
nx_slopmeter.nxCLI: measure a GENERATED artifact's self-repetition.744
nx_slopmeter_gate.nxREFEREE for nx_slopmeter_lib (output repetition measurement).1195
nx_slopmeter_lib.nxMEASURE THE OUTPUT, NOT THE REGISTRY.1507
nx_slowtick.nxFIXTURE ORGAN for nx_sync_promote_gate (2026-08-22). NOT a production tool.263
nx_slug.nxconvert strings to URL-safe slugs.1354
nx_smartconfig_research_fetch.nxR1a: SOVEREIGN fetch of the EXACT ESP-Touch v1 SmartConfig755
nx_smoke_alloc_call.nxnested sys_mmap inside a called function.272
nx_smoke_asm_b1.nxBisect: how many bytes does the assembler return for various211
nx_smoke_asm_b10.nxduplicate of b5 for sanity181
nx_smoke_asm_b11.nxjust `.text` + label + 4 inst181
nx_smoke_asm_b12.nxjust `.globl main` + label + 4 inst181
nx_smoke_asm_b13.nxTwo `.text` directives, label, 4 inst. (Two-directive pattern test.)181
nx_smoke_asm_b14.nx.text + .globl main, NO label between, 4 inst181
nx_smoke_asm_b15.nxarg name DIFFERS from label181
nx_smoke_asm_b16.nxdirectives + label + 5 inst181
nx_smoke_asm_b17.nx1 directive + label + 5 inst181
nx_smoke_asm_b18.nxdirectives + label + 4 inst, but use a longer label name181
nx_smoke_asm_b19.nxb11 (which works) plus one more `nop`181
nx_smoke_asm_b2.nxnx_safety_envelope:171
nx_smoke_asm_b20.nxjust li a1, 40181
nx_smoke_asm_b21.nxtest22 with ret -> nop181
nx_smoke_asm_b22.nxtest22 with li -> mv (so 4 inst, all reg-reg or reg-imm-reg)191
nx_smoke_asm_b3.nxnx_safety_envelope:171
nx_smoke_asm_b4.nx4 instructions, no directives, no label.181
nx_smoke_asm_b5.nx4 instructions WITH label.181
nx_smoke_asm_b6.nxdirectives + label + addi only (1 inst expected)181
nx_smoke_asm_b7.nxdirectives + label + addi + ret (2 inst expected)181
nx_smoke_asm_b8.nxdirectives + label + addi + sd + ret (3 inst expected)181
nx_smoke_asm_b9.nxdirectives + 4 inst NO label181
nx_smoke_asm_d1.nxDiagnostic: which instructions actually got emitted in test22?241
nx_smoke_asm_d10.nxDump bytes near 53-67 by index to see what's there.131
nx_smoke_asm_d2.nxReturn byte[4] (second instruction's first byte).181
nx_smoke_asm_d3.nxReturn byte[8] (third instruction's first byte).181
nx_smoke_asm_d4.nxexit code is u8 anyway, but let's221
nx_smoke_asm_d5.nxReach into Asm to see pass 1 cur_addr vs pass 2 out_pos.451
nx_smoke_asm_d6.nxDrive the assembler with a manually-built byte buffer, to rule641
nx_smoke_asm_d7.nxPure string-literal sanity check. Same string as test22.161
nx_smoke_asm_d8.nxDump byte at position 60 of the literal.131
nx_smoke_asm_d9.nxDump byte at position 63 of the literal (where strlen stops).131
nx_smoke_asm_test10.nx.text without newline.201
nx_smoke_asm_test11.nx.byte directive (specifically handled).201
nx_smoke_asm_test12.nxaddi with negative immediate.201
nx_smoke_asm_test13.nxsd with memory operand format.201
nx_smoke_asm_test14.nxprogressively larger test.231
nx_smoke_asm_test15.nxjust 2 consecutive li instructions.231
nx_smoke_asm_test16.nx.globl with operand.231
nx_smoke_asm_test17.nxwhat breaks when adding label?231
nx_smoke_asm_test18.nx.text then label.231
nx_smoke_asm_test19.nx2 directives + label.231
nx_smoke_asm_test2.nxminimal assembly test.221
nx_smoke_asm_test20.nxadd addi with negative imm.231
nx_smoke_asm_test21.nxadd sd after addi.231
nx_smoke_asm_test22.nxfull test14 with an additional `ret` final.201
nx_smoke_asm_test23.nxprint emitted bytes.421
nx_smoke_asm_test24.nxtest22 MINUS label.201
nx_smoke_asm_test25.nxdirectives + label + 3 insts (drop li).201
nx_smoke_asm_test26.nxlike test22 but reorder: ret before li.201
nx_smoke_asm_test3.nxadd directive + label.211
nx_smoke_asm_test4.nxjust label + li + ret.211
nx_smoke_asm_test5.nxjust .text directive.211
nx_smoke_asm_test6.nxlike test5 but trailing space before newline.211
nx_smoke_asm_test7.nxliterally just .text + ret.231
nx_smoke_asm_test8.nxjust .text, no mnemonic.231
nx_smoke_asm_test9.nxempty source.191
nx_smoke_call.nxverify a function call returns its value through the chain.182
nx_smoke_codegen_bug.nxMinimal repro for the nested-if codegen bug:341
nx_smoke_dom_inspect.nxProbe dom_test to see what b4.idom actually is.361
nx_smoke_elf_minimal.nxMinimal write_elf test: 4 bytes of code, write to stderr (fd 2).181
nx_smoke_exit42.nxminimal RV64 sovereign smoke test. 141
nx_smoke_harness.nxadapter smoke-test runner.2565
nx_smoke_imports.nxtest import + tok_at-like memory layout.231
nx_smoke_lex2.nxlex two tokens.201
nx_smoke_lex3.nxlex multiple tokens.201
nx_smoke_lex4.nxlarger input, exercise lex_string + lex_number paths.201
nx_smoke_lex5.nxexact lex_test source, but no token verification.201
nx_smoke_lex6.nxlex + read first tok kind.211
nx_smoke_lex7.nxexact lex_test logic.341
nx_smoke_lex_min.nxminimal lex_source call.231
nx_smoke_loop.nxexercise a while loop + struct field write inside.261
nx_smoke_mmap.nxverify sys_mmap works in our RV64 ELF chain.221
nx_smoke_nxasm_demo.nxTake nxc2's actual asm output for a simple program and try to281
nx_smoke_nxasm_demo2.nxSame as smoke_nxasm_demo.nx but with the full directive header221
nx_smoke_nxc_pipeline.nxReplay nxc.nx's pipeline on the baked-in demo, reporting at791
nx_smoke_nxc_pipeline10.nxPipeline through stage 3 only, then write_elf with fresh code.571
nx_smoke_nxc_pipeline11.nxJust lex+parse, no opt/regalloc/emit, then write_elf.261
nx_smoke_nxc_pipeline12.nxlex+parse+opt only.341
nx_smoke_nxc_pipeline13.nxlex+parse+opt+regalloc.471
nx_smoke_nxc_pipeline14.nxReport f.n_values after parse+opt for the demo.251
nx_smoke_nxc_pipeline15.nxSame as pipeline13 but allocate huge locs to rule out overflow.481
nx_smoke_nxc_pipeline2.nxSame as smoke_nxc_pipeline.nx but skip the crt0 stub to see if651
nx_smoke_nxc_pipeline3.nxInspect m.n_functions after parse_module.271
nx_smoke_nxc_pipeline4.nxTry simpler source: no __syscall, just a constant return.271
nx_smoke_nxc_pipeline5.nxTry minimal source matching parse_test's expectations.271
nx_smoke_nxc_pipeline6.nxInspect tokens generated by lex_source for `func f() { return 42 }`.301
nx_smoke_nxc_pipeline7.nxAdd stage 5 (write_elf) to the pipeline replay. Writes to fd 3701
nx_smoke_nxc_pipeline8.nxSame imports as nxc.nx but ONLY call write_elf, skip all the321
nx_smoke_nxc_pipeline9.nxPipeline first, but call write_elf with a FRESH code buffer631
nx_smoke_nxc_tilde.nx1:1 proof that the SELF-HOSTED RV64 backend731
nx_smoke_objdump.nxwrite -> read round-trip smoke test.621
nx_smoke_regalloc_min.nxMinimal regalloc invocation: build a Function with NO values401
nx_smoke_regalloc_min2.nxRegalloc on a 3-value function: const+const+add+ret.401
nx_smoke_regalloc_min3.nxRegalloc on 1-value function: const, return it.381
nx_smoke_regalloc_min4.nx2-value function: 2 consts.381
nx_smoke_regalloc_min5.nx3 consts, no binop.341
nx_smoke_regalloc_min6.nxisolate whether binop alone crashes.351
nx_smoke_regalloc_min7.nxBuild a binop, then INSPECT the IR fields directly without361
nx_smoke_regalloc_step.nxReplay regalloc_function step-by-step on a binop function,831
nx_smoke_repro.nxminimal repro of codegen bug.472
nx_smoke_repro2.nxcloser to the lex_ident_or_kw shape.514
nx_smoke_repro3.nxadds the text[i] = c style write.555
nx_smoke_repro4.nxmatch Tok's 12-field layout + lex_ident_or_kw shape.825
nx_smoke_sim.nxend-to-end smoke test of the off-C run-loop.971
nx_smoke_str_a.nx64-byte string (no terminator counted).161
nx_smoke_str_arg.nxpass a string literal to a function, read first byte.192
nx_smoke_str_b.nx65-byte string.151
nx_smoke_str_c.nx100-byte string.151
nx_smoke_str_index.nxstring indexing via *u8.211
nx_smoke_struct.nxstruct alloc + field write/read.231
nx_smoke_write.nxverify sys_write to stdout works.201
nx_smtlib_parse.nxSMT-LIB v2 parser, propositional fragment.3748
nx_smtlib_parse_test.nxSMT-LIB parser smoke + end-to-end solve.882
nx_smtp_client.nxEMAIL RUNG R1: SMTP client wire protocol (RFC 5321).28413
nx_smtp_server.nxEMAIL RUNG R2: SMTP server receive grammar (RFC 5321 server side).27714
nx_sni_cert_select.nxSNI -> per-domain wildcard-cert SELECTION for the SNI-aware1047
nx_sni_extract.nxextract the SNI host_name from a TLS ClientHello WITHOUT decrypting (the SNI is502
nx_sni_extract_gate.nxgate the SNI router's hostname extraction. Builds REAL ClientHello records via the615
nx_sni_route.nxSOVEREIGN TLS SNI extraction + backend routing decision (PURE: no syscalls, no imports,1066
nx_socket.nxIPv4 TCP/UDP socket primitives.22613
nx_socket_holder_observation_gate.nxActual private listener/fork/fd observations. No signals, deploys or filesystem writes.1023
nx_socket_list.nxNS-2.5 of NISHI_NAS_CONTROL_ROADMAP.40711
nx_socket_pingpong_test.nxprove TCP listen/accept/connect1423
nx_soda_carbonation.nxCRAFT-SODA rung C0: the CARBONATION physics model.17912
nx_soda_carbonation_test.nxsmoke for nx_soda_carbonation (craft-soda C0).641
nx_soda_design.nxCRAFT-SODA capstone: the "AIR-TO-SODA" chain.1054
nx_soda_design_test.nxsmoke for nx_soda_design (craft-soda capstone).441
nx_soda_flavor.nxCRAFT-SODA rung F0: the FLAVOR-DESIGN model.16713
nx_soda_flavor_test.nxsmoke for nx_soda_flavor (craft-soda F0).631
nx_softbind.nxLIB: BINDS nx_softdyn to character geometry (roadmap rung A4, 2026-08-01).28531
nx_softbody_region.nxBODY-REGION soft physics with the OCCLUSION LAW (operator 2026-07-03: TittyMagic-28316
nx_softdyn.nxLIB: SOVEREIGN SECONDARY DYNAMICS ("jiggle physics"), the general solver every animated16516
nx_softfloat_cost_kat.nxWHAT DOES SOFTWARE FLOAT ACTUALLY COST US? The most basic number in a1063
nx_softjiggle.nxJIGGLE-BONE soft dynamics (operator 2026-07-03: "we also want jiggle physics" -- the15914
nx_softtissue.nxSOVEREIGN soft-tissue solver: XPBD over a tetrahedral physics cage159042
nx_sol_gate.nxSTATUTE OF LIMITATIONS GATE.1155
nx_sol_lib.nxSTATUTE OF LIMITATIONS deadline engine. Exact calendar arithmetic, fail-closed.978
nx_solar_system_catalog.nxcatalog of solar-system bodies.72812
nx_solarsim.nxSimulates the solar system with integer-based N-body physics, rendering planets and trails in a packed RGB framebuffer.15122
nx_solid_actual_loft_gate_t365.nx437
nx_solid_column_union_candidate_t365.nxVersioned solid-column composition shared by mesh-field consumers.504
nx_solid_column_union_gate_t365.nx271
nx_solid_grid_candidate_t365.nxPart-aware union grid, using counted YZ buckets and one reusable workspace.586
nx_solid_grid_gate_t365.nx562
nx_solid_mesh_column_candidate_t365.nxMesh-column adapter for the versioned part-aware solid union.453
nx_solid_mesh_column_gate_t365.nx623
nx_solve.nxcomposite CASC solver entry point.1473
nx_solve_steps_gate.nxAM10: DOES THE WORKED SOLUTION ACTUALLY SOLVE, AND DOES IT TELL THE TRUTH?1324
nx_solve_steps_lib.nxA SOLVE, WORKED STEP BY STEP, EACH STEP NAMING THE RULE IT APPLIED.21811
nx_solve_test.nxcomposite CASC solver smoke.572
nx_soma_germline.nxsealed enum + classifier for substrate vs data2558
nx_soma_germline_test.nxsmoke for nx_soma_germline.1141
nx_song_grade.nxINSTRUMENT-LEARN-GAME (Rocksmith-class) rung LG-2: the621
nx_song_grade_gate.nxREFEREE for the learn-game grader (LG-2, nx_song_grade).1296
nx_sort.nxsorting algorithms.1024
nx_sort_pairs_candidate_t365.nxsorting algorithms.1024
nx_sota_drift_gate.nxTHE REFEREE for MEASURED BINDINGS in the SOTA emitter (2026-09-01).29114
nx_sota_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch965
nx_sota_why.nxWHERE DOES ONE DOMAIN STAND, AND WHAT IS THE NEXT STEP FOR IT.1931
nx_sota_why_gate.nxproves the per-domain board reader, BOTH POLARITIES.1882
nx_sota_why_lib.nxthe two pure helpers behind nx_sota_why, in a lib so the ORGAN AND ITS GATE RUN393
nx_sound.nxaudio primitives (windowing + spectrogram).1556
nx_sound_test.nxsmoke for nx_sound primitives. 941
nx_source_adapter.nxNX-INGEST source-adapter framework ABC.40010
nx_source_binding_plan_watch_gate.nxRead-only pure join gate, actual declaration ruler controls; no estate writes.745
nx_source_health.nxSOURCE HEALTH, THE DECISION + THE PERSISTED VERDICT (/compare/mediaingest R1; contract18615
nx_source_health_gate.nxGATE for nx_source_health (/compare/mediaingest R1, sh_preflight). No network: the711
nx_source_health_probe.nxthe BOUNDED PROBE half of /compare/mediaingest R1 (source health pre-flight).1995
nx_source_tier.nxthe research-established ranking rule, bits-up.2188
nx_source_tier_test.nxKAT for the source-tier classifier.641
nx_sov.nxTHE STANDARD SOVEREIGN DATA CLI (operator 2026-07-16: "this happens a lot -- make3045
nx_sov_census.nxsovereign 3rd-party-dependency census (the MEASURE step).637
nx_sov_census_run.nxrun the sovereignty census on the live nishi-library.754
nx_sov_census_test.nxsovereign gate for the 3rd-party-dependency census.431
nx_sov_endpoint.nxthe ONE place that knows how to reach our own edge.15311
nx_sov_endpoint_gate.nxproves the endpoint policy matches the measurement.1823
nx_sov_gate.nxgate for the standard sovereign data CLI (the anti-flat-file standard path).1093
nx_sov_ledger.nxCANONICAL generic sovereign ledger on nx_seg_store. The DRY primitive that makes828
nx_sovereign_compose_test.nxsilicon-up sovereignty + optimization.2042
nx_sovereign_deps_gate.nxSOVEREIGN replacement for bench/gate_nx_sovereign_deps.sh (which uses935
nx_sovereign_page_emit.nxsovereign emitter: content/sovereign.rows -> dist/sovereign/index.html.1436
nx_sovereign_qed_audit.nxsubstrate-side self-audit of NishiLang's2214
nx_sovereign_runner.nxread an ELF off disk via OUR fs primitive,981
nx_sovereign_sync_proof.nxpacked local, sovereign-TLS uploaded, unpacked on NAS, ZERO scp10
nx_sovereignty_audit.nxthe team's SOVEREIGNTY-PURITY auditor.52825
nx_sovgit_obj.nxSOVEREIGN GIT OBJECT STORE (roadmap rung X0). Content-addressed blob/tree/commit:21914
nx_sovgpu_research_fetch.nxbank the SOVEREIGN GPU STACK landscape (operator 2026-07-04: "stop using462
nx_sovstore_census.nxUNIVERSAL sovereign-store + monitoring coverage census (operator 2026-06-23:807
nx_sparse_tensor.nxcompressed sparse row tensor + sparse matmul.2488
nx_sparse_tensor_test.nxalgo-led correctness: sparse matmul1581
nx_spatial_probe.nxSTANDING WITNESS for the spatial-safety gap (CWE-787/125).571
nx_specdec.nxsovereign SPECULATIVE DECODING (prompt-lookup drafted,2386
nx_specdec_gate.nxMEASURED gate for sovereign SPECULATIVE DECODING2093
nx_specular_falloff.nxmeasure highlight sharpness (broad=real skin, sharp=plastic).1442
nx_speculative_lookahead_gate.nxmeasures the SECOND speculative factor: prompt-lookahead ACCEPTANCE (the1055
nx_speculative_verify.nxH3 speculative decoding bits-up.23111
nx_speculative_verify_test.nxsmoke for H3 speculative decoding.1521
nx_spend_analyze.nxthe SPEND-PATTERN analyzer (the operator's headline ask: "manage spend patterns to be7511
nx_spend_analyze_gate.nxproves the spend analyzer on a hand-computed monthly budget:572
nx_spend_research_fetch.nxthe Nishi RESEARCHER's sovereign fetch to GROUND the purchase-decision /845
nx_spendgate.nxASK BEFORE YOU SPEND. The gate between "I should build X" and building X.1774
nx_spool_txfix.nxGATE FIXTURE transport for nx_state_spool_gate: exit 0 (delivered) iff192
nx_spore.nxdrift unit; positive mycelium-class networking bootstrap.28713
nx_spore_sign_gate.nxspore-cas-signed: Ed25519 PROVENANCE over the germination seed.1225
nx_spore_test.nxsmoke for nx_spore.1381
nx_spore_up_lifecycle_test.nxFULL 5-phase ecosystem evolution2666
nx_spore_up_network_test.nxfull ecosystem evolution flow on2634
nx_spore_up_test.nxminimum-viable spore-up demonstration.2033
nx_sprite_forge.nxTHE SPRITE BUILDER (not a sprite): a sovereign, data-driven procedural character forge.24522
nx_sqlite_rows.nxSOVEREIGN SQLite ROW READER (rung 2) + seg-store PLANE LANDER.111235
nx_square_inplace.nxAUTO-GENERATED from shape `array_transform_inplace`.281
nx_square_inplace_test.nx151
nx_srcdiff.nxIS A DIRECTION MERGE SAFE, OR DOES THIS NEED A UNION? The per-file decision organ.44514
nx_srcdiverge_gate.nxBINARY-AHEAD-OF-SOURCE detector (seq1392 rung 2). license_tier: ORIGINAL1294
nx_srcfmt.nxTHE CANONICAL SOURCE FORMATTER for NishiLang (lang.plan rung LN9, watch symbol109642
nx_srcfmt_gate.nxGATE for LN9, the canonical source formatter (lang.plan rung LN9, symbol1606
nx_srcfresh.nxLIB: IS THIS ARTIFACT BUILT FROM THIS SOURCE? The canonical source-vs-artifact1627
nx_srcfresh_gate.nxTEETH FOR THE EXTRACTED FRESHNESS PREDICATE (nx_srcfresh.nx).1485
nx_srcreach.nxTHE SOURCE REGISTRY READER AND THE PACE BUDGET, for /compare/researchreach rungs RR1 and RR3.36911
nx_srcreach_gate.nxTHE GATE FOR THE SOURCE REGISTRY READER AND THE PACE BUDGET (/compare/researchreach RR1, RR3).1743
nx_srcreg_lib.nxTHE ONE READER FOR THE RESEARCH SOURCE REGISTRY (knowledge/research_sources.conf).29318
nx_sreach_scorecard.nxthe SEARCH lane's S-CLASS-EXCEED scorecard,1167
nx_srt.nxSubRip (.srt) subtitles: writer, reader, and WebVTT conversion.2969
nx_srt_gate.nxproves the SubRip reader/writer and the WebVTT conversion.2394
nx_ssh_client.nxsovereign SSH-2 client, end to end: KEX -> key891
nx_ssh_deploy.nxuse the sovereign SSH client to authenticate to the NAS352
nx_ssh_kex.nxsovereign SSH-2 key exchange (phase 1 of the bits-up SSH23216
nx_ssh_lib.nxshared core of the sovereign SSH-2 client: wire helpers,51929
nx_ssh_probe.nxsovereign SSH-2 reconnaissance (phase 0 of the bits-up1055
nx_ssim.nxStructural Similarity (SSIM) metric, Wang 2004.3526
nx_stability.nxICH Q1A(R2)/Q1E STABILITY rung: the temperature physics39621
nx_stability_rh.nxthe MOISTURE axis of stability, and the machinery to28513
nx_stability_rh_test.nxgate for the moisture axis and the separation.1884
nx_stability_test.nxgate for the ICH stability rung.2463
nx_stage_path.nxTHE ONE HOME FOR "WHERE DO THE STAGED MODELS AND LEDGERS LIVE ON THIS HOST".33527
nx_staged_shader_layout_capture_t31.nxORIGINAL. Private staged shader/layout capture; no publishing or promotion.291
nx_staging_guard_candidate_t296.nxREFUSE A PROMOTE THAT WOULD WALK A TARGET BACKWARDS.41518
nx_staging_structured_gate_t296.nxValidates and classifies structured gate artifacts for staging compatibility and content integrity.744
nx_stale_check.nxSAFE detect-only companion to nx_restage: is a build tree's _offc/<target>.elf34011
nx_stale_check_tool_register.nxregister nx_stale_check into the discovery registry so it appears343
nx_stalecensus.nxRESOLVE THE AMBIGUITY nx_stalesweep NAMES (2026-08-07).2957
nx_stalesweep.nxSOVEREIGN replacement for nx_stale_sweep.cron.sh (2026-08-07).21810
nx_state_delta_codec.nxquantized bit-packed entity state delta codec.36813
nx_state_machine.nxgeneric state-transition primitive.1197
nx_state_machine_test.nxsmoke for nx_state_machine.621
nx_state_spool.nxCLI of the store-and-forward state spool (CR-R1a; NAS=hub, laptop=worker:634
nx_state_spool_core.nximportable CORE of the STORE-AND-FORWARD state spool (CR-R1a of the1135
nx_state_spool_gate.nxliar-killed GATE for the store-and-forward state spool (CR-R1a).1315
nx_static3_test.nxisolate: do MULTIPLE module statics, set in main, read from ANOTHER function, work? Expect 3STATIC_OK.272
nx_static_affine_gate_20260910.nx281
nx_static_diag.nxpinpoint: 3 static pointers, each = a distinct mmap, deref-written, read back. Shows aliasing + per-deref.211
nx_static_io.nxsovereign static-file serving over HTTP.25313
nx_static_io_simple.nxsimpler content_type to bisect the hang.313
nx_static_probe.nxisolate PE static-persistence. A cross-call static232
nx_staticmany_repro.nxREGRESSION WITNESS: ~57 mixed statics (the nx_drbench shape) + a big-loop *u81063
nx_staticsub_repro.nxREGRESSION WITNESS for static-pointer subscript shapes (the 2026-07-07 stride-bug366
nx_staticwrite_repro.nxREGRESSION WITNESS for the *u8-static STRIDE bug (fixed+blessed 2026-07-07): a311
nx_statuscensus.nxTS11 (/compare/trafficsafety): STATUS ANALYTICS + THE NON-EMPTY-200 SLA GAUGE, the PROGRAM.271
nx_statuscensus_gate.nxTS11 referee: drives the ONE classifier (nx_statuscensus_lib) IN-PROCESS over planted1776
nx_statuscensus_lib.nxTS11 (/compare/trafficsafety): STATUS ANALYTICS + THE NON-EMPTY-200 SLA GAUGE, the LIB.33517
nx_stdlib.nxNishiLang's built-in prelude. 340
nx_steam.nxFOOD-SCIENCE SUITE / STEAM & THERMODYNAMICS rung. The907
nx_steam_reviews.nxSTEAM REVIEW ADAPTER: the thin I/O program over nx_reviewmine_lib (/compare/reviewmine63318
nx_steam_reviews_gate.nxGATE for the review miner's decision core (/compare/intelmine R0-R3: the Steam page44721
nx_steam_test.nxsmoke for nx_steam. Proves the saturated-steam311
nx_steamgfx_research.nxSCOPE THE REAL BAR with the nishi researcher: "swap our sovereign graphics stack in371
nx_step_brepw.nxANALYTIC B-REP STEP WRITE (cadtwin P3a write parity): two capabilities.4146
nx_step_geom.nxREAL GEOMETRY extraction from a STEP file (cadtwin P3a: structure -> actual coordinates).1026
nx_step_nurbs.nxRATIONAL B-SPLINE SURFACE evaluation from STEP (cadtwin P3a: the ROUND parts, exact).27910
nx_step_parse.nxR1a STEP (ISO-10303-21) STRUCTURE parser LIB (no main; gated by nx_step_parse_gate).45322
nx_step_sample_fetch.nxR1a of the CAD car-twin ladder: bank the CANONICAL STEP assembly test file484
nx_step_tess.nxPLANAR-FACE TESSELLATION from STEP B-rep (cadtwin P3a geometry half): turn the file's34913
nx_step_tess2.nxCOMPLETE planar-face tessellation: B-SPLINE CURVE edges + HOLE BRIDGING (cadtwin P3a,78717
nx_step_write.nxSTEP WRITE (cadtwin P3a write half, first rung): emit a valid ISO-10303-21 file from a31010
nx_stepsolve_gate.nxES26 (engineshift al_steps): STEPS-TO-SOLVE proven END-TO-END on a planted journal.29217
nx_stepsolve_lib.nxES26 (engineshift al_steps): THE ONE RULER for STEPS-TO-SOLVE PER COMMON TASK.35420
nx_stl.nxbinary STL mesh reader (1980s 3D Systems format,2465
nx_stl_adversarial_test.nxPhase A1 of S-class hardening per1441
nx_stl_test.nxhand-build a binary STL tetrahedron in-memory,1603
nx_stl_to_gcode_real_test.nxHARD REAL TEST end-to-end:1864
nx_stl_write.nxSOVEREIGN DCC export: procedural mesh -> binary STL.1084
nx_stl_write_mesh_test.nxKAT gate: the GENERAL mesh exporter writes an916
nx_stl_write_test.nxKAT gate: the sovereign STL writer's output ROUND-TRIPS524
nx_stm.nxsoftware transactional memory.1626
nx_stmt_gate.nxF985 INDEPENDENT GATE: statements derived from the ledger.1885
nx_stmt_lib.nxF985: FINANCIAL STATEMENTS, DERIVED FROM THE LEDGER. Never typed, never stored.884
nx_store_id_lookup_lib.nxCandidate exact row-ID lookup. Read-only; no store mutation or hardware writes.543
nx_store_id_probe.nx361
nx_store_janitor.nxreclaim SUPERSEDED seg-store segment files. The janitor pass that seq724/RK01342812
nx_store_janitor_gate.nxTHE JANITOR GATE: the seg-store's most destructive standing beat (it moves23913
nx_store_put_load_file_t196.nxTHE UNIFIED INFORMATION-PLANE WRITE VERB (operator 2026-07-18: "it shouldnt85821
nx_store_seed_lib.nxTHE canonical GENERIC store-seed codec (operator 2026-07-17: unify the69619
nx_storybeat.nxmedia-agnostic narrative beat.23710
nx_storydb.nxtop-level container for ingested narrative.25213
nx_stprobe.nxsubstrate probe for the soft-tissue solver. Verifies the 3 language481
nx_str.nxC-style string utilities (NUL-terminated bytes).22114
nx_str_canonical.nxfirst-class string / byte-slice type for NishiLang.31121
nx_str_gate.nxthe gate for the string vocabulary 109 modules import.952
nx_strand_groom_gate.nxPG14: DO GUIDE CURVES PLUS INTERPOLATION MAKE A GROOM, HIERARCHICAL BY CONSTRUCTION?1542
nx_strconv.nxstring <-> integer conversion utilities.2537
nx_strconv_gate.nxthe gate for the parse/format vocabulary 59 modules import.1263
nx_stream_multiplexer.nxinterleaved concurrent modality streams.29812
nx_stream_multiplexer_test.nxsmoke for nx_stream_multiplexer.1521
nx_stream_picker.nxstreaming + endgame piece selection (bits-up, deterministic).1439
nx_stream_picker_test.nxKAT for the streaming + endgame piece picker.801
nx_strerror.nxerrno -> short message mapping.2253
nx_stress.nxmechanical stress primitive (σ = F/A in Pascals).1719
nx_stress_test.nxstress = force/area + per-material yield861
nx_strfmt.nxminimal printf-style formatter.2706
nx_string_escape_hex_test.nxMONITOR pillar for the C-bootstrap531
nx_string_ops.nxbyte-buffer string primitives (Python/JS stdlib analog).31317
nx_string_ops_test.nxsmoke for the 16-primitive byte-buffer family. 1392
nx_strip.nxsovereign `strip` (remove debug info from ELF).1093
nx_strlit_escape_probe.nxempirical probe: does the NishiLang lexer341
nx_strlit_escape_probe2.nxfollow-up: are string literals281
nx_strtab.nxELF string table builder.1377
nx_sts_cas_gate.nxdoes an UNLOCKED sts_seed writer LIE ABOUT SUCCEEDING?2378
nx_sts_lock_gate.nxproves sts_append_row's lock actually prevents the seq1559 lost-row race.1236
nx_sts_rowwrite_gate.nxTHE TEETH OF ROW-LEVEL PLANE WRITES (loadgov LV17 sts_put_append, 2026-09-02).964
nx_stubmain_gate.nxproves the stub-main ruler separates three states and does not invent a fourth.1142
nx_stubmain_lib.nxTHE STUB-MAIN RULER. One predicate, so the writer and the reader of this21010
nx_stun.nxSOVEREIGN STUN (RFC 5389 / RFC 8489) message codec, NishiLang from the first byte up.8915
nx_stun_client.nxSOVEREIGN STUN client (server-reflexive address discovery), NishiLang, composing1338
nx_stun_client_gate.nxproves the sovereign STUN client two ways:1337
nx_stun_gate.nxKAT the sovereign STUN codec BYTE-EXACT against the IETF's own RFC 5769 test vectors.1228
nx_stun_server.nxSOVEREIGN STUN server (reflexive-address responder), NishiLang, composing nx_stun.797
nx_stun_server_gate.nxproves the sovereign STUN reflexive responder two ways:1314
nx_sub_10.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_100.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_100_test.nx91
nx_sub_101.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_101_test.nx91
nx_sub_102.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_102_test.nx91
nx_sub_103.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_103_test.nx91
nx_sub_104.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_104_test.nx91
nx_sub_105.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_105_test.nx91
nx_sub_106.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_106_test.nx91
nx_sub_107.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_107_test.nx91
nx_sub_108.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_108_test.nx91
nx_sub_109.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_109_test.nx91
nx_sub_10_test.nx91
nx_sub_11.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_110.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_110_test.nx91
nx_sub_111.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_111_test.nx91
nx_sub_112.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_112_test.nx91
nx_sub_113.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_113_test.nx91
nx_sub_114.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_114_test.nx91
nx_sub_115.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_115_test.nx91
nx_sub_116.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_116_test.nx91
nx_sub_117.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_117_test.nx91
nx_sub_118.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_118_test.nx91
nx_sub_119.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_119_test.nx91
nx_sub_11_test.nx91
nx_sub_12.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_120.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_120_test.nx91
nx_sub_121.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_121_test.nx91
nx_sub_122.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_122_test.nx91
nx_sub_123.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_123_test.nx91
nx_sub_124.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_124_test.nx91
nx_sub_125.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_125_test.nx91
nx_sub_126.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_126_test.nx91
nx_sub_127.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_127_test.nx91
nx_sub_128.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_128_test.nx91
nx_sub_129.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_129_test.nx91
nx_sub_12_test.nx91
nx_sub_13.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_130.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_130_test.nx91
nx_sub_131.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_131_test.nx91
nx_sub_132.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_132_test.nx91
nx_sub_133.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_133_test.nx91
nx_sub_134.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_134_test.nx91
nx_sub_135.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_135_test.nx91
nx_sub_136.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_136_test.nx91
nx_sub_137.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_137_test.nx91
nx_sub_138.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_138_test.nx91
nx_sub_139.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_139_test.nx91
nx_sub_13_test.nx91
nx_sub_14.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_140.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_140_test.nx91
nx_sub_141.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_141_test.nx91
nx_sub_142.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_142_test.nx91
nx_sub_143.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_143_test.nx91
nx_sub_144.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_144_test.nx91
nx_sub_145.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_145_test.nx91
nx_sub_146.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_146_test.nx91
nx_sub_147.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_147_test.nx91
nx_sub_148.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_148_test.nx91
nx_sub_149.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_149_test.nx91
nx_sub_14_test.nx91
nx_sub_15.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_150.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_150_test.nx91
nx_sub_151.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_151_test.nx91
nx_sub_152.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_152_test.nx91
nx_sub_153.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_153_test.nx91
nx_sub_154.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_154_test.nx91
nx_sub_155.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_155_test.nx91
nx_sub_156.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_156_test.nx91
nx_sub_157.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_157_test.nx91
nx_sub_158.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_158_test.nx91
nx_sub_159.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_159_test.nx91
nx_sub_15_test.nx91
nx_sub_16.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_160.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_160_test.nx91
nx_sub_161.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_161_test.nx91
nx_sub_162.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_162_test.nx91
nx_sub_163.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_163_test.nx91
nx_sub_164.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_164_test.nx91
nx_sub_165.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_165_test.nx91
nx_sub_166.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_166_test.nx91
nx_sub_167.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_167_test.nx91
nx_sub_168.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_168_test.nx91
nx_sub_169.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_169_test.nx91
nx_sub_16_test.nx91
nx_sub_17.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_170.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_170_test.nx91
nx_sub_171.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_171_test.nx91
nx_sub_172.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_172_test.nx91
nx_sub_173.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_173_test.nx91
nx_sub_174.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_174_test.nx91
nx_sub_175.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_175_test.nx91
nx_sub_176.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_176_test.nx91
nx_sub_177.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_177_test.nx91
nx_sub_178.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_178_test.nx91
nx_sub_179.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_179_test.nx91
nx_sub_17_test.nx91
nx_sub_18.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_180.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_180_test.nx91
nx_sub_181.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_181_test.nx91
nx_sub_182.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_182_test.nx91
nx_sub_183.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_183_test.nx91
nx_sub_184.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_184_test.nx91
nx_sub_185.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_185_test.nx91
nx_sub_186.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_186_test.nx91
nx_sub_187.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_187_test.nx91
nx_sub_188.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_188_test.nx91
nx_sub_189.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_189_test.nx91
nx_sub_18_test.nx91
nx_sub_19.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_190.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_190_test.nx91
nx_sub_191.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_191_test.nx91
nx_sub_192.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_192_test.nx91
nx_sub_193.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_193_test.nx91
nx_sub_194.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_194_test.nx91
nx_sub_195.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_195_test.nx91
nx_sub_196.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_196_test.nx91
nx_sub_197.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_197_test.nx91
nx_sub_198.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_198_test.nx91
nx_sub_199.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_199_test.nx91
nx_sub_19_test.nx91
nx_sub_2.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_20.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_200.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_200_test.nx91
nx_sub_201.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_201_test.nx91
nx_sub_202.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_202_test.nx91
nx_sub_203.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_203_test.nx91
nx_sub_204.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_204_test.nx91
nx_sub_205.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_205_test.nx91
nx_sub_206.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_206_test.nx91
nx_sub_207.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_207_test.nx91
nx_sub_208.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_208_test.nx91
nx_sub_209.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_209_test.nx91
nx_sub_20_test.nx91
nx_sub_21.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_210.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_210_test.nx91
nx_sub_211.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_211_test.nx91
nx_sub_212.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_212_test.nx91
nx_sub_213.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_213_test.nx91
nx_sub_214.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_214_test.nx91
nx_sub_215.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_215_test.nx91
nx_sub_216.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_216_test.nx91
nx_sub_217.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_217_test.nx91
nx_sub_218.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_218_test.nx91
nx_sub_219.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_219_test.nx91
nx_sub_21_test.nx91
nx_sub_22.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_220.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_220_test.nx91
nx_sub_221.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_221_test.nx91
nx_sub_222.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_222_test.nx91
nx_sub_223.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_223_test.nx91
nx_sub_224.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_224_test.nx91
nx_sub_225.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_225_test.nx91
nx_sub_226.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_226_test.nx91
nx_sub_227.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_227_test.nx91
nx_sub_228.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_228_test.nx91
nx_sub_229.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_229_test.nx91
nx_sub_22_test.nx91
nx_sub_23.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_230.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_230_test.nx91
nx_sub_231.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_231_test.nx91
nx_sub_232.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_232_test.nx91
nx_sub_233.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_233_test.nx91
nx_sub_234.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_234_test.nx91
nx_sub_235.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_235_test.nx91
nx_sub_236.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_236_test.nx91
nx_sub_237.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_237_test.nx91
nx_sub_238.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_238_test.nx91
nx_sub_239.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_239_test.nx91
nx_sub_23_test.nx91
nx_sub_24.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_240.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_240_test.nx91
nx_sub_241.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_241_test.nx91
nx_sub_242.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_242_test.nx91
nx_sub_243.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_243_test.nx91
nx_sub_244.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_244_test.nx91
nx_sub_245.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_245_test.nx91
nx_sub_246.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_246_test.nx91
nx_sub_247.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_247_test.nx91
nx_sub_248.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_248_test.nx91
nx_sub_249.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_249_test.nx91
nx_sub_24_test.nx91
nx_sub_25.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_250.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_250_test.nx91
nx_sub_251.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_251_test.nx91
nx_sub_252.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_252_test.nx91
nx_sub_253.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_253_test.nx91
nx_sub_254.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_254_test.nx91
nx_sub_255.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_255_test.nx91
nx_sub_256.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_256_test.nx91
nx_sub_257.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_257_test.nx91
nx_sub_258.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_258_test.nx91
nx_sub_259.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_259_test.nx91
nx_sub_25_test.nx91
nx_sub_26.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_260.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_260_test.nx91
nx_sub_261.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_261_test.nx91
nx_sub_262.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_262_test.nx91
nx_sub_263.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_263_test.nx91
nx_sub_264.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_264_test.nx91
nx_sub_265.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_265_test.nx91
nx_sub_266.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_266_test.nx91
nx_sub_267.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_267_test.nx91
nx_sub_268.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_268_test.nx91
nx_sub_269.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_269_test.nx91
nx_sub_26_test.nx91
nx_sub_27.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_270.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_270_test.nx91
nx_sub_271.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_271_test.nx91
nx_sub_272.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_272_test.nx91
nx_sub_273.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_273_test.nx91
nx_sub_274.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_274_test.nx91
nx_sub_275.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_275_test.nx91
nx_sub_276.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_276_test.nx91
nx_sub_277.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_277_test.nx91
nx_sub_278.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_278_test.nx91
nx_sub_279.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_279_test.nx91
nx_sub_27_test.nx91
nx_sub_28.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_280.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_280_test.nx91
nx_sub_281.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_281_test.nx91
nx_sub_282.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_282_test.nx91
nx_sub_283.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_283_test.nx91
nx_sub_284.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_284_test.nx91
nx_sub_285.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_285_test.nx91
nx_sub_286.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_286_test.nx91
nx_sub_287.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_287_test.nx91
nx_sub_288.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_288_test.nx91
nx_sub_289.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_289_test.nx91
nx_sub_28_test.nx91
nx_sub_29.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_290.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_290_test.nx91
nx_sub_291.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_291_test.nx91
nx_sub_292.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_292_test.nx91
nx_sub_293.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_293_test.nx91
nx_sub_294.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_294_test.nx91
nx_sub_295.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_295_test.nx91
nx_sub_296.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_296_test.nx91
nx_sub_297.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_297_test.nx91
nx_sub_298.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_298_test.nx91
nx_sub_299.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_299_test.nx91
nx_sub_29_test.nx91
nx_sub_2_test.nx91
nx_sub_3.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_30.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_300.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_300_test.nx91
nx_sub_301.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_301_test.nx91
nx_sub_302.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_302_test.nx91
nx_sub_303.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_303_test.nx91
nx_sub_304.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_304_test.nx91
nx_sub_305.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_305_test.nx91
nx_sub_306.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_306_test.nx91
nx_sub_307.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_307_test.nx91
nx_sub_308.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_308_test.nx91
nx_sub_309.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_309_test.nx91
nx_sub_30_test.nx91
nx_sub_31.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_310.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_310_test.nx91
nx_sub_311.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_311_test.nx91
nx_sub_312.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_312_test.nx91
nx_sub_313.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_313_test.nx91
nx_sub_314.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_314_test.nx91
nx_sub_315.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_315_test.nx91
nx_sub_316.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_316_test.nx91
nx_sub_317.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_317_test.nx91
nx_sub_318.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_318_test.nx91
nx_sub_319.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_319_test.nx91
nx_sub_31_test.nx91
nx_sub_32.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_320.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_320_test.nx91
nx_sub_321.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_321_test.nx91
nx_sub_322.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_322_test.nx91
nx_sub_323.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_323_test.nx91
nx_sub_324.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_324_test.nx91
nx_sub_325.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_325_test.nx91
nx_sub_326.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_326_test.nx91
nx_sub_327.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_327_test.nx91
nx_sub_328.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_328_test.nx91
nx_sub_329.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_329_test.nx91
nx_sub_32_test.nx91
nx_sub_33.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_330.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_330_test.nx91
nx_sub_331.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_331_test.nx91
nx_sub_332.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_332_test.nx91
nx_sub_333.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_333_test.nx91
nx_sub_334.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_334_test.nx91
nx_sub_335.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_335_test.nx91
nx_sub_336.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_336_test.nx91
nx_sub_337.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_337_test.nx91
nx_sub_338.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_338_test.nx91
nx_sub_339.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_339_test.nx91
nx_sub_33_test.nx91
nx_sub_34.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_340.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_340_test.nx91
nx_sub_341.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_341_test.nx91
nx_sub_342.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_342_test.nx91
nx_sub_343.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_343_test.nx91
nx_sub_344.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_344_test.nx91
nx_sub_345.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_345_test.nx91
nx_sub_346.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_346_test.nx91
nx_sub_347.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_347_test.nx91
nx_sub_348.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_348_test.nx91
nx_sub_349.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_349_test.nx91
nx_sub_34_test.nx91
nx_sub_35.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_350.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_350_test.nx91
nx_sub_351.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_351_test.nx91
nx_sub_352.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_352_test.nx91
nx_sub_353.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_353_test.nx91
nx_sub_354.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_354_test.nx91
nx_sub_355.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_355_test.nx91
nx_sub_356.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_356_test.nx91
nx_sub_357.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_357_test.nx91
nx_sub_358.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_358_test.nx91
nx_sub_359.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_359_test.nx91
nx_sub_35_test.nx91
nx_sub_36.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_360.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_360_test.nx91
nx_sub_361.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_361_test.nx91
nx_sub_362.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_362_test.nx91
nx_sub_363.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_363_test.nx91
nx_sub_364.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_364_test.nx91
nx_sub_365.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_365_test.nx91
nx_sub_366.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_366_test.nx91
nx_sub_367.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_367_test.nx91
nx_sub_368.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_368_test.nx91
nx_sub_369.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_369_test.nx91
nx_sub_36_test.nx91
nx_sub_37.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_370.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_370_test.nx91
nx_sub_371.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_371_test.nx91
nx_sub_372.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_372_test.nx91
nx_sub_373.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_373_test.nx91
nx_sub_374.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_374_test.nx91
nx_sub_375.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_375_test.nx91
nx_sub_376.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_376_test.nx91
nx_sub_377.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_377_test.nx91
nx_sub_378.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_378_test.nx91
nx_sub_379.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_379_test.nx91
nx_sub_37_test.nx91
nx_sub_38.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_380.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_380_test.nx91
nx_sub_381.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_381_test.nx91
nx_sub_382.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_382_test.nx91
nx_sub_383.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_383_test.nx91
nx_sub_384.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_384_test.nx91
nx_sub_385.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_385_test.nx91
nx_sub_386.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_386_test.nx91
nx_sub_387.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_387_test.nx91
nx_sub_388.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_388_test.nx91
nx_sub_389.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_389_test.nx91
nx_sub_38_test.nx91
nx_sub_39.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_390.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_390_test.nx91
nx_sub_391.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_391_test.nx91
nx_sub_392.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_392_test.nx91
nx_sub_393.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_393_test.nx91
nx_sub_394.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_394_test.nx91
nx_sub_395.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_395_test.nx91
nx_sub_396.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_396_test.nx91
nx_sub_397.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_397_test.nx91
nx_sub_398.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_398_test.nx91
nx_sub_399.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_399_test.nx91
nx_sub_39_test.nx91
nx_sub_3_test.nx91
nx_sub_4.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_40.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_400.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_400_test.nx91
nx_sub_401.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_401_test.nx91
nx_sub_402.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_402_test.nx91
nx_sub_403.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_403_test.nx91
nx_sub_404.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_404_test.nx91
nx_sub_405.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_405_test.nx91
nx_sub_406.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_406_test.nx91
nx_sub_407.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_407_test.nx91
nx_sub_408.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_408_test.nx91
nx_sub_409.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_409_test.nx91
nx_sub_40_test.nx91
nx_sub_41.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_410.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_410_test.nx91
nx_sub_411.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_411_test.nx91
nx_sub_412.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_412_test.nx91
nx_sub_413.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_413_test.nx91
nx_sub_414.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_414_test.nx91
nx_sub_415.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_415_test.nx91
nx_sub_416.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_416_test.nx91
nx_sub_417.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_417_test.nx91
nx_sub_418.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_418_test.nx91
nx_sub_419.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_419_test.nx91
nx_sub_41_test.nx91
nx_sub_42.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_420.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_420_test.nx91
nx_sub_421.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_421_test.nx91
nx_sub_422.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_422_test.nx91
nx_sub_423.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_423_test.nx91
nx_sub_424.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_424_test.nx91
nx_sub_425.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_425_test.nx91
nx_sub_426.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_426_test.nx91
nx_sub_427.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_427_test.nx91
nx_sub_428.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_428_test.nx91
nx_sub_429.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_429_test.nx91
nx_sub_42_test.nx91
nx_sub_43.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_430.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_430_test.nx91
nx_sub_431.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_431_test.nx91
nx_sub_432.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_432_test.nx91
nx_sub_433.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_433_test.nx91
nx_sub_434.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_434_test.nx91
nx_sub_435.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_435_test.nx91
nx_sub_436.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_436_test.nx91
nx_sub_437.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_437_test.nx91
nx_sub_438.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_438_test.nx91
nx_sub_439.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_439_test.nx91
nx_sub_43_test.nx91
nx_sub_44.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_440.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_440_test.nx91
nx_sub_441.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_441_test.nx91
nx_sub_442.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_442_test.nx91
nx_sub_443.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_443_test.nx91
nx_sub_444.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_444_test.nx91
nx_sub_445.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_445_test.nx91
nx_sub_446.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_446_test.nx91
nx_sub_447.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_447_test.nx91
nx_sub_448.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_448_test.nx91
nx_sub_449.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_449_test.nx91
nx_sub_44_test.nx91
nx_sub_45.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_450.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_450_test.nx91
nx_sub_451.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_451_test.nx91
nx_sub_452.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_452_test.nx91
nx_sub_453.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_453_test.nx91
nx_sub_454.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_454_test.nx91
nx_sub_455.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_455_test.nx91
nx_sub_456.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_456_test.nx91
nx_sub_457.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_457_test.nx91
nx_sub_458.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_458_test.nx91
nx_sub_459.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_459_test.nx91
nx_sub_45_test.nx91
nx_sub_46.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_460.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_460_test.nx91
nx_sub_461.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_461_test.nx91
nx_sub_462.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_462_test.nx91
nx_sub_463.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_463_test.nx91
nx_sub_464.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_464_test.nx91
nx_sub_465.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_465_test.nx91
nx_sub_466.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_466_test.nx91
nx_sub_467.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_467_test.nx91
nx_sub_468.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_468_test.nx91
nx_sub_469.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_469_test.nx91
nx_sub_46_test.nx91
nx_sub_47.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_470.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_470_test.nx91
nx_sub_471.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_471_test.nx91
nx_sub_472.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_472_test.nx91
nx_sub_473.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_473_test.nx91
nx_sub_474.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_474_test.nx91
nx_sub_475.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_475_test.nx91
nx_sub_476.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_476_test.nx91
nx_sub_477.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_477_test.nx91
nx_sub_478.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_478_test.nx91
nx_sub_479.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_479_test.nx91
nx_sub_47_test.nx91
nx_sub_48.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_480.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_480_test.nx91
nx_sub_481.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_481_test.nx91
nx_sub_482.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_482_test.nx91
nx_sub_483.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_483_test.nx91
nx_sub_484.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_484_test.nx91
nx_sub_485.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_485_test.nx91
nx_sub_486.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_486_test.nx91
nx_sub_487.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_487_test.nx91
nx_sub_488.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_488_test.nx91
nx_sub_489.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_489_test.nx91
nx_sub_48_test.nx91
nx_sub_49.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_490.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_490_test.nx91
nx_sub_491.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_491_test.nx91
nx_sub_492.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_492_test.nx91
nx_sub_493.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_493_test.nx91
nx_sub_494.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_494_test.nx91
nx_sub_495.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_495_test.nx91
nx_sub_496.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_496_test.nx91
nx_sub_497.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_497_test.nx91
nx_sub_498.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_498_test.nx91
nx_sub_499.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_499_test.nx91
nx_sub_49_test.nx91
nx_sub_4_test.nx91
nx_sub_5.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_50.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_500.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_500_test.nx91
nx_sub_501.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_501_test.nx91
nx_sub_502.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_502_test.nx91
nx_sub_503.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_503_test.nx91
nx_sub_504.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_504_test.nx91
nx_sub_505.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_505_test.nx91
nx_sub_506.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_506_test.nx91
nx_sub_507.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_507_test.nx91
nx_sub_508.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_508_test.nx91
nx_sub_509.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_509_test.nx91
nx_sub_50_test.nx91
nx_sub_51.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_510.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_510_test.nx91
nx_sub_511.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_511_test.nx91
nx_sub_512.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_512_test.nx91
nx_sub_513.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_513_test.nx91
nx_sub_514.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_514_test.nx91
nx_sub_515.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_515_test.nx91
nx_sub_516.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_516_test.nx91
nx_sub_517.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_517_test.nx91
nx_sub_518.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_518_test.nx91
nx_sub_519.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_519_test.nx91
nx_sub_51_test.nx91
nx_sub_52.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_520.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_520_test.nx91
nx_sub_521.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_521_test.nx91
nx_sub_522.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_522_test.nx91
nx_sub_523.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_523_test.nx91
nx_sub_524.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_524_test.nx91
nx_sub_525.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_525_test.nx91
nx_sub_526.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_526_test.nx91
nx_sub_527.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_527_test.nx91
nx_sub_528.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_528_test.nx91
nx_sub_529.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_529_test.nx91
nx_sub_52_test.nx91
nx_sub_53.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_530.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_530_test.nx91
nx_sub_531.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_531_test.nx91
nx_sub_532.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_532_test.nx91
nx_sub_533.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_533_test.nx91
nx_sub_534.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_534_test.nx91
nx_sub_535.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_535_test.nx91
nx_sub_536.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_536_test.nx91
nx_sub_537.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_537_test.nx91
nx_sub_538.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_538_test.nx91
nx_sub_539.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_539_test.nx91
nx_sub_53_test.nx91
nx_sub_54.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_540.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_540_test.nx91
nx_sub_541.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_541_test.nx91
nx_sub_542.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_542_test.nx91
nx_sub_543.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_543_test.nx91
nx_sub_544.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_544_test.nx91
nx_sub_545.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_545_test.nx91
nx_sub_546.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_546_test.nx91
nx_sub_547.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_547_test.nx91
nx_sub_548.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_548_test.nx91
nx_sub_549.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_549_test.nx91
nx_sub_54_test.nx91
nx_sub_55.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_550.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_550_test.nx91
nx_sub_551.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_551_test.nx91
nx_sub_552.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_552_test.nx91
nx_sub_553.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_553_test.nx91
nx_sub_554.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_554_test.nx91
nx_sub_555.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_555_test.nx91
nx_sub_556.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_556_test.nx91
nx_sub_557.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_557_test.nx91
nx_sub_558.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_558_test.nx91
nx_sub_559.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_559_test.nx91
nx_sub_55_test.nx91
nx_sub_56.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_560.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_560_test.nx91
nx_sub_561.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_561_test.nx91
nx_sub_562.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_562_test.nx91
nx_sub_563.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_563_test.nx91
nx_sub_564.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_564_test.nx91
nx_sub_565.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_565_test.nx91
nx_sub_566.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_566_test.nx91
nx_sub_567.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_567_test.nx91
nx_sub_568.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_568_test.nx91
nx_sub_569.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_569_test.nx91
nx_sub_56_test.nx91
nx_sub_57.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_570.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_570_test.nx91
nx_sub_571.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_571_test.nx91
nx_sub_572.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_572_test.nx91
nx_sub_573.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_573_test.nx91
nx_sub_574.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_574_test.nx91
nx_sub_575.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_575_test.nx91
nx_sub_576.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_576_test.nx91
nx_sub_577.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_577_test.nx91
nx_sub_578.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_578_test.nx91
nx_sub_579.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_579_test.nx91
nx_sub_57_test.nx91
nx_sub_58.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_580.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_580_test.nx91
nx_sub_581.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_581_test.nx91
nx_sub_582.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_582_test.nx91
nx_sub_583.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_583_test.nx91
nx_sub_584.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_584_test.nx91
nx_sub_585.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_585_test.nx91
nx_sub_586.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_586_test.nx91
nx_sub_587.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_587_test.nx91
nx_sub_588.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_588_test.nx91
nx_sub_589.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_589_test.nx91
nx_sub_58_test.nx91
nx_sub_59.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_590.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_590_test.nx91
nx_sub_591.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_591_test.nx91
nx_sub_592.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_592_test.nx91
nx_sub_593.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_593_test.nx91
nx_sub_594.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_594_test.nx91
nx_sub_595.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_595_test.nx91
nx_sub_596.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_596_test.nx91
nx_sub_597.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_597_test.nx91
nx_sub_598.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_598_test.nx91
nx_sub_599.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_599_test.nx91
nx_sub_59_test.nx91
nx_sub_5_test.nx91
nx_sub_6.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_60.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_600.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_600_test.nx91
nx_sub_601.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_601_test.nx91
nx_sub_602.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_602_test.nx91
nx_sub_603.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_603_test.nx91
nx_sub_604.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_604_test.nx91
nx_sub_605.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_605_test.nx91
nx_sub_606.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_606_test.nx91
nx_sub_607.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_607_test.nx91
nx_sub_608.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_608_test.nx91
nx_sub_609.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_609_test.nx91
nx_sub_60_test.nx91
nx_sub_61.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_610.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_610_test.nx91
nx_sub_611.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_611_test.nx91
nx_sub_612.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_612_test.nx91
nx_sub_613.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_613_test.nx91
nx_sub_614.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_614_test.nx91
nx_sub_615.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_615_test.nx91
nx_sub_616.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_616_test.nx91
nx_sub_617.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_617_test.nx91
nx_sub_618.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_618_test.nx91
nx_sub_619.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_619_test.nx91
nx_sub_61_test.nx91
nx_sub_62.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_620.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_620_test.nx91
nx_sub_621.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_621_test.nx91
nx_sub_622.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_622_test.nx91
nx_sub_623.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_623_test.nx91
nx_sub_624.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_624_test.nx91
nx_sub_625.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_625_test.nx91
nx_sub_626.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_626_test.nx91
nx_sub_627.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_627_test.nx91
nx_sub_628.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_628_test.nx91
nx_sub_629.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_629_test.nx91
nx_sub_62_test.nx91
nx_sub_63.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_630.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_630_test.nx91
nx_sub_631.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_631_test.nx91
nx_sub_632.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_632_test.nx91
nx_sub_633.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_633_test.nx91
nx_sub_634.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_634_test.nx91
nx_sub_635.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_635_test.nx91
nx_sub_636.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_636_test.nx91
nx_sub_637.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_637_test.nx91
nx_sub_638.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_638_test.nx91
nx_sub_639.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_639_test.nx91
nx_sub_63_test.nx91
nx_sub_64.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_640.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_640_test.nx91
nx_sub_641.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_641_test.nx91
nx_sub_642.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_642_test.nx91
nx_sub_643.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_643_test.nx91
nx_sub_644.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_644_test.nx91
nx_sub_645.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_645_test.nx91
nx_sub_646.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_646_test.nx91
nx_sub_647.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_647_test.nx91
nx_sub_648.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_648_test.nx91
nx_sub_649.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_649_test.nx91
nx_sub_64_test.nx91
nx_sub_65.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_650.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_650_test.nx91
nx_sub_651.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_651_test.nx91
nx_sub_652.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_652_test.nx91
nx_sub_653.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_653_test.nx91
nx_sub_654.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_654_test.nx91
nx_sub_655.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_655_test.nx91
nx_sub_656.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_656_test.nx91
nx_sub_657.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_657_test.nx91
nx_sub_658.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_658_test.nx91
nx_sub_659.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_659_test.nx91
nx_sub_65_test.nx91
nx_sub_66.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_660.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_660_test.nx91
nx_sub_661.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_661_test.nx91
nx_sub_662.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_662_test.nx91
nx_sub_663.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_663_test.nx91
nx_sub_664.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_664_test.nx91
nx_sub_665.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_665_test.nx91
nx_sub_666.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_666_test.nx91
nx_sub_667.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_667_test.nx91
nx_sub_668.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_668_test.nx91
nx_sub_669.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_669_test.nx91
nx_sub_66_test.nx91
nx_sub_67.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_670.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_670_test.nx91
nx_sub_671.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_671_test.nx91
nx_sub_672.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_672_test.nx91
nx_sub_673.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_673_test.nx91
nx_sub_674.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_674_test.nx91
nx_sub_675.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_675_test.nx91
nx_sub_676.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_676_test.nx91
nx_sub_677.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_677_test.nx91
nx_sub_678.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_678_test.nx91
nx_sub_679.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_679_test.nx91
nx_sub_67_test.nx91
nx_sub_68.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_680.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_680_test.nx91
nx_sub_681.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_681_test.nx91
nx_sub_682.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_682_test.nx91
nx_sub_683.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_683_test.nx91
nx_sub_684.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_684_test.nx91
nx_sub_685.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_685_test.nx91
nx_sub_686.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_686_test.nx91
nx_sub_687.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_687_test.nx91
nx_sub_688.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_688_test.nx91
nx_sub_689.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_689_test.nx91
nx_sub_68_test.nx91
nx_sub_69.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_690.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_690_test.nx91
nx_sub_691.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_691_test.nx91
nx_sub_692.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_692_test.nx91
nx_sub_693.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_693_test.nx91
nx_sub_694.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_694_test.nx91
nx_sub_695.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_695_test.nx91
nx_sub_696.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_696_test.nx91
nx_sub_697.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_697_test.nx91
nx_sub_698.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_698_test.nx91
nx_sub_699.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_699_test.nx91
nx_sub_69_test.nx91
nx_sub_6_test.nx91
nx_sub_7.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_70.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_700.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_700_test.nx91
nx_sub_701.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_701_test.nx91
nx_sub_702.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_702_test.nx91
nx_sub_703.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_703_test.nx91
nx_sub_704.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_704_test.nx91
nx_sub_705.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_705_test.nx91
nx_sub_706.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_706_test.nx91
nx_sub_707.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_707_test.nx91
nx_sub_708.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_708_test.nx91
nx_sub_709.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_709_test.nx91
nx_sub_70_test.nx91
nx_sub_71.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_710.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_710_test.nx91
nx_sub_711.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_711_test.nx91
nx_sub_712.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_712_test.nx91
nx_sub_713.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_713_test.nx91
nx_sub_714.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_714_test.nx91
nx_sub_715.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_715_test.nx91
nx_sub_716.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_716_test.nx91
nx_sub_717.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_717_test.nx91
nx_sub_718.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_718_test.nx91
nx_sub_719.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_719_test.nx91
nx_sub_71_test.nx91
nx_sub_72.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_720.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_720_test.nx91
nx_sub_721.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_721_test.nx91
nx_sub_722.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_722_test.nx91
nx_sub_723.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_723_test.nx91
nx_sub_724.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_724_test.nx91
nx_sub_725.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_725_test.nx91
nx_sub_726.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_726_test.nx91
nx_sub_727.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_727_test.nx91
nx_sub_728.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_728_test.nx91
nx_sub_729.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_729_test.nx91
nx_sub_72_test.nx91
nx_sub_73.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_730.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_730_test.nx91
nx_sub_731.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_731_test.nx91
nx_sub_732.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_732_test.nx91
nx_sub_733.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_733_test.nx91
nx_sub_734.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_734_test.nx91
nx_sub_735.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_735_test.nx91
nx_sub_736.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_736_test.nx91
nx_sub_737.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_737_test.nx91
nx_sub_738.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_738_test.nx91
nx_sub_739.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_739_test.nx91
nx_sub_73_test.nx91
nx_sub_74.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_740.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_740_test.nx91
nx_sub_741.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_741_test.nx91
nx_sub_742.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_742_test.nx91
nx_sub_743.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_743_test.nx91
nx_sub_744.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_744_test.nx91
nx_sub_745.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_745_test.nx91
nx_sub_746.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_746_test.nx91
nx_sub_747.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_747_test.nx91
nx_sub_748.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_748_test.nx91
nx_sub_749.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_749_test.nx91
nx_sub_74_test.nx91
nx_sub_75.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_750.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_750_test.nx91
nx_sub_751.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_751_test.nx91
nx_sub_752.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_752_test.nx91
nx_sub_753.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_753_test.nx91
nx_sub_754.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_754_test.nx91
nx_sub_755.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_755_test.nx91
nx_sub_756.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_756_test.nx91
nx_sub_757.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_757_test.nx91
nx_sub_758.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_758_test.nx91
nx_sub_759.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_759_test.nx91
nx_sub_75_test.nx91
nx_sub_76.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_760.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_760_test.nx91
nx_sub_76_test.nx91
nx_sub_77.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_77_test.nx91
nx_sub_78.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_78_test.nx91
nx_sub_79.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_79_test.nx91
nx_sub_7_test.nx91
nx_sub_8.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_80.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_80_test.nx91
nx_sub_81.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_81_test.nx91
nx_sub_82.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_82_test.nx91
nx_sub_83.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_83_test.nx91
nx_sub_84.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_84_test.nx91
nx_sub_85.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_85_test.nx91
nx_sub_86.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_86_test.nx91
nx_sub_87.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_87_test.nx91
nx_sub_88.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_88_test.nx91
nx_sub_89.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_89_test.nx91
nx_sub_8_test.nx91
nx_sub_9.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_90.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_90_test.nx91
nx_sub_91.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_91_test.nx91
nx_sub_92.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_92_test.nx91
nx_sub_93.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_93_test.nx91
nx_sub_94.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_94_test.nx91
nx_sub_95.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_95_test.nx91
nx_sub_96.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_96_test.nx91
nx_sub_97.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_97_test.nx91
nx_sub_98.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_98_test.nx91
nx_sub_99.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_sub_99_test.nx91
nx_sub_9_test.nx91
nx_sub_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_sub_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_subdiv.nxSUBDIVISION + DISPLACEMENT DETAIL (the Elara detail architecture, rung 1 of "8K/16K down1326
nx_substitute_a_candidate_t216.nx21
nx_substitute_a_t216.nx11
nx_substitute_b_candidate_t216.nx11
nx_substitute_b_t216.nx11
nx_substitute_fixture_t216.nx31
nx_substitute_result_t216.nx63
nx_substitute_single_t216.nx63
nx_substrate_closure_compose_test.nx5 sub-primitives composed.961
nx_substrate_compose_test.nxend-to-end compose demo.2042
nx_substrate_diagram.nxsubstrate-walker that BUILDS an2426
nx_substrate_diagram_ascii.nxsubstrate-walker emitting ASCII.2196
nx_substrate_evolve.nxgenerational substrate audit + watch-list.5068
nx_substrate_layers.nxbits-up layer enum + handoff quality.15310
nx_substrate_layers_test.nxsmoke for layer + handoff enums.712
nx_substrate_manifest.nxdeclared expected-blob set + completion27410
nx_substrate_manifest_test.nxsmoke for nx_substrate_manifest1383
nx_substrate_probe.nxminimal probe to verify Write tool persistence. 50
nx_substrate_propose.nxsubstrate-native proposal emitter.2527
nx_substrate_python_spawn_test.nxsubstrate IS a Python supervisor.1302
nx_substrate_review.nxread-only review of the proposal queue.1874
nx_substrate_tier_audit.nxthe FOUR-PILLAR DETECT layer for the4037
nx_substrate_tier_audit_test.nxsmoke for tier-cardinal audit.2051
nx_subsumption.nxforward subsumption for clause sets.913
nx_subsumption_test.nxforward subsumption smoke.1083
nx_subsurface_signal.nxTier 5 thin-tissue red-scatter detector.2384
nx_subsurface_warmth.nxdetect subsurface scatter (SSS) by R/G ratio in shadows.1552
nx_succ.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_succ_test.nx91
nx_succession.nxecological succession stage classification for primitives.20612
nx_succession_test.nxsmoke for nx_succession.1241
nx_sum_all.nxAUTO-GENERATED from shape `accumulator_over_array`.291
nx_sum_all_test.nx161
nx_sum_bench.nxNishiLang scalar sum bench for cross-language592
nx_sum_bench_all.nxcomprehensive sum-of-N-i64 bench across1194
nx_sum_first_n.nxAUTO-GENERATED from shape `scalar_accumulator_n`.301
nx_sum_first_n_test.nx91
nx_sum_pairwise_max.nxAUTO-GENERATED from shape `array_accumulate_pair`.311
nx_sum_pairwise_max_test.nx201
nx_sum_squares.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_sum_squares_first_n.nxAUTO-GENERATED from shape `scalar_accumulator_n`.301
nx_sum_squares_first_n_test.nx91
nx_sum_squares_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_sunlight_readability_research_fetch.nxSOVEREIGN researcher for the AXIS OUR SYSTEM MISSED (operator 2026-07-14:412
nx_supervisor.nxErlang-OTP-style restart-policy state machine.27513
nx_supervisor_run.nxD3 of NISHI_DEPLOY_ROADMAP + NS-1 of1627
nx_supervisor_test.nxstate-machine smoke for nx_supervisor.1562
nx_supp_channel.nxSUPPLEMENT GTM SUITE / COMMERCIAL CHANNEL rung.18514
nx_supp_channel_test.nxgate for the commercial-channel rung.1713
nx_supp_claims.nxSUPPLEMENT GTM SUITE / LABEL CLAIMS rung. Classifies a22113
nx_supp_claims_test.nxgate for the label-claims classifier, built from1373
nx_supp_formula.nxSUPPLEMENT GTM SUITE / FORMULATION + FEASIBILITY rung.35023
nx_supp_formula_test.nxgate for the supplement go-to-market engine.2254
nx_supp_ingredient.nxSUPPLEMENT GTM SUITE / INGREDIENT CATALOG rung.23212
nx_supp_ingredient_test.nxthe gate this catalog never had.1683
nx_supp_jurisdiction.nxSUPPLEMENT GTM SUITE / MARKET ACCESS rung.24815
nx_supp_jurisdiction_test.nxgate for the market-access rung.1373
nx_supplement.nxC14.0: S-class unified front-door CLI.63516
nx_supplement_batch.nxC5.4 + C4.4: batch CLI with user-extensible1263
nx_supplement_check.nxC5.2 milestone: argv-aware CLI tool.931
nx_supplement_csv.nxC6.1 CLI variant emitting CSV instead of JSON.862
nx_supplement_screen.nxSUPPLEMENT ARC / PEPTIDE ADULTERANT rung.27518
nx_supplement_screen_test.nxgate for nx_supplement_screen. Masses are1813
nx_supply_research_fetch.nxthe Nishi RESEARCHER expanded into SUPPLY-CHAIN / COST-INTELLIGENCE (operator:1215
nx_supply_risk.nxGTM SUITE / MANUFACTURING SOURCING + APPROVAL RISK rung.26917
nx_supply_risk_test.nxgate for manufacturing sourcing + approval risk.1413
nx_supports.nxoverhang detection for FDM 3D printing.3579
nx_supports_physics_test.nxproves bits-up physics-aware pillar1171
nx_supports_test.nxoverhang detection on hand-built layer891
nx_supports_v2_test.nxverify NxSupportPlan dedup + per-layer1202
nx_surface_anchor_gate_t140.nx574
nx_surface_boundary_expanded_t207.nxHoare quicksort (in-place, last-element pivot).3045168
nx_surface_boundary_gate_t207.nx301
nx_surface_compatibility_expanded_r2_t207.nxOne shader-capture owner for normal and explicitly selected staged builds.5411280
nx_surface_compatibility_expanded_t207.nx4943263
nx_surface_compatibility_gate_t207.nx161
nx_surface_plane_coherence.nxTier 6 floor=bed spatial-impossibility.3766
nx_surfacedetail_gate.nxTHE RATCHET FOR THE SURFACE-DETAIL LEVER.2316
nx_survey.nxR0 of THE NISHI SITUATION-MANAGEMENT arc: the POLL / SURVEY intake engine. The front1059
nx_survey_engine.nxthe GENERAL survey/poll engine (operator 2026-07-10: "census capability to get81832
nx_survey_gate.nxR0 GATE: proves the survey engine captures a response as a content-addressed record,955
nx_survey_handoff_gate.nxTS1 ADOPTION: THE REAL DAEMON, RESTARTED FOR REAL, ZERO DROPS.46016
nx_survey_quality.nxcareless / insufficient-effort responding (C/IER) detection, the DATA-QUALITY guard1145
nx_survey_sentiment.nxsovereign open-text SENTIMENT for survey free-text answers.1947
nx_survey_serve.nxthe SURVEY/POLL product surface over nx_survey_engine (pure core, no main;210947
nx_survey_stats.nxthe INSIGHTS engine over survey responses (operator 2026-07-10: "we have the survey42520
nx_svc.nxsovereign SCALABLE VIDEO CODING: dyadic TEMPORAL LAYERS (the VP9/AV1 SVC technique). One encode366
nx_svc_budget_gate.nxREGRESSION PROOF for the self-retiring-service class (debt seq882, 2026-07-25).1438
nx_svcreg.nxDECLARATIVE SERVICE REGISTRY (systemd-unit / s6-service-dir model, sovereign): each service is538
nx_svcreg_gate.nxproves services can be declared as DATA and read back byte-exact + enumerated. Uses a test411
nx_swapchain.nxpresentation destination abstraction.1473
nx_swapmotion_sota_fetch.nxCOMPREHENSIVE SOTA for the two capability families the operator named1125
nx_swapmotion_tool_register.nxregister the MOTION capability (S3 shipped) into the sovereign tool registry694
nx_swarm_admit.nxTHE GENERAL ECOSYSTEM ADMISSION CAPABILITY (operator 2026-07-16: host-1014
nx_swarm_admit_gate.nxgate for the general swarm admission capability.591
nx_swarm_arbitrate.nxSWARM FABRIC cross-workstream RESOURCE ARBITRATION (SF-ARB): the layer that1194
nx_swarm_beat.nxSWARM FABRIC fleet-beat store (SF-R1b): every worker reports its beacon NODE46514
nx_swarm_coord.nxSWARM FABRIC class-aware COORDINATOR (SF-R-COORD): the missing UNIFIER that routes24510
nx_swarm_endpoint.nxthin CLI over nx_swarm_endpoint_lib (the resolver SSOT).1451
nx_swarm_endpoint_lib.nxTHE one act every swarm caller performs: resolve a ROLE to an ADDRESS.24515
nx_swarm_gpu.nxSWARM FABRIC GPU/VRAM inventory + SPLIT-MODEL SHARD PLANNER (F792). The keystone of55615
nx_swarm_heal.nxHUB-SIDE swarm endpoint self-heal (2026-08-12, residue debt 1786545237 item 4).26414
nx_swarm_job.nxSWARM FABRIC job engine (SF-R3): decompose a chunky GEN job into independent51322
nx_swarm_job_evidence_t67.nxSWARM FABRIC job engine (SF-R3): decompose a chunky GEN job into independent51322
nx_swarm_journal_evidence_gate_t67.nx423
nx_swarm_lib.nxSWARM FABRIC shared lib: the NODE-row contract (validate/freshness), bounded1727
nx_swarm_maturity.nxSWARM FABRIC MATURITY census (SF-MAT): the HONEST measurement the operator35812
nx_swarm_pack.nxSWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out57823
nx_swarm_pack_measured_gate_t68.nxValidates and measures node and GPU configurations against expected values using timestamped snapshots.614
nx_swarm_pack_measured_t68.nxSWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out57823
nx_swarm_pack_queue_gate_t68.nxORIGINAL. Isolated resource-vector regression: no worker dispatch or hardware writes.331
nx_swarm_pack_queue_t68.nxSWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out45113
nx_swarm_pack_units_baseline_t70.nx204
nx_swarm_pack_units_gate_t70.nxValidates and compares node and GPU resource configurations against expected values using timestamped snapshots.664
nx_swarm_pack_units_t70.nxSWARM FABRIC heterogeneous MAX-UTILIZATION scheduler (SF-R-PACK): get the MOST out57823
nx_swarm_place.nxSWARM FABRIC placement brain (SF-R2): given the fleet snapshot (NODE rows33310
nx_swarm_place_epoch_baseline_t71.nx312
nx_swarm_place_epoch_gate_t71.nx312
nx_swarm_place_epoch_t71.nxSWARM FABRIC placement brain (SF-R2): given the fleet snapshot (NODE rows33310
nx_swarm_queue.nxINTELLIGENT QUEUING + COORDINATION for the swarm admission plane (operator44919
nx_swarm_queue_gate.nxgate for the intelligent queue scheduler.1112
nx_swarm_shardserve.nxSPLIT-MODEL SERVE PIPELINE (F838 keystone): run a stack of N sovereign no-float43236
nx_swarm_sim.nxdeterministic swarm simulator + download engine (bits-up, replayable).1476
nx_swarm_sim_test.nxKAT for the deterministic swarm simulator / download engine.882
nx_swarm_tend.nxACTIVE QUEUE TENDER (operator 2026-07-16: "whoever in the nishi RACI is part1395
nx_swarm_tend_gate.nxgate for the active queue tender (SOTA queue ops, no fire-and-forget).922
nx_swarm_tile.nxSWARM FABRIC chunk EXECUTOR (SF-R3 real-artifact): a sovereign, embarrassingly-38716
nx_swarmadmit_tool_register.nxregister nx_swarm_admit (the general admission capability) into the242
nx_swcompare_compauto.nxresearcher-SUGGESTED competitor cells for a Nishi Compare matrix. For <domain> it reads17612
nx_swcompare_compute.nxMEASURED, LIAR-KILLED SoftwareCompare of the NISHI computational-math stack vs the state22510
nx_swcompare_crm.nxMEASURED scoreboard for NISHI CRM / RELATIONSHIPS. Operator 2026-07-08:23313
nx_swcompare_evidence.nxthe EVIDENCE layer under the SoftwareCompare matrices. Operator 2026-07-10:190036
nx_swcompare_evidence_gate.nxTHE REFEREE'S GROUNDING RULER, AND THE ONE QUESTION IT MUST NOT GET56119
nx_swcompare_evidence_lib_t138.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).3027117
nx_swcompare_evidence_matrix_t138.nxGENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads165535
nx_swcompare_evidence_sota_lib_t138.nxTHE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same53315
nx_swcompare_evidence_sota_t138.nxSTATE-OF-THE-ART software comparison generator (operator 2026-07-09: "we census too few64010
nx_swcompare_gapmap.nxthe GENERATIVE gap-finder of Nishi Compare, DOMAIN-PARAMETERIZED. Given a <domain>, it48218
nx_swcompare_gapmap_gate.nxTHE REFEREE for the frontier radar generator nx_swcompare_gapmap (2026-09-16).30615
nx_swcompare_growth_candidate_20260910.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).259694
nx_swcompare_heading_lib_20260907.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).250790
nx_swcompare_heading_matrix_20260907.nxGENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads164434
nx_swcompare_heading_sota_20260907.nxTHE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same53315
nx_swcompare_hub.nxGENERATOR for the /compare hub. Reads knowledge/compare/registry (data, one line per125940
nx_swcompare_ladder_candidate.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).248177
nx_swcompare_lib.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).3731172
nx_swcompare_matrix.nxGENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads168134
nx_swcompare_matrix_ladder_test_20260907.nxGENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads163430
nx_swcompare_matrix_rank_guard_t162.nxGENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads166234
nx_swcompare_office.nxSoftwareCompare (office domain): the Nishi office stack MEASURED vs Microsoft 36522210
nx_swcompare_preview_lib_t56.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).264798
nx_swcompare_preview_matrix_t56.nxGENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads164734
nx_swcompare_preview_sota_t56.nxTHE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same53315
nx_swcompare_production_lib_20260907.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).248979
nx_swcompare_production_matrix_20260907.nxGENERIC, data-driven, liar-killed SoftwareCompare MATRIX generator. Reads164030
nx_swcompare_production_sota_20260907.nxTHE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same53214
nx_swcompare_release_candidate.nxAUTO-EXTRACTED shared base (nx_oo_extract). license_tier: ORIGINAL No hw writes (Rule 26).210361
nx_swcompare_research.nxthe GENERATIVE researcher stage of Nishi Compare. Generalizes the hardcoded642
nx_swcompare_sending.nxthe MEASURED scoreboard for NISHI SENDING / MAIL (physical + digital + gifts +23713
nx_swcompare_shape_gate.nxEND-TO-END gate for the /compare matrix ROW SHAPE (operator 2026-09-05:1735
nx_swcompare_sota.nxSTATE-OF-THE-ART software comparison generator (operator 2026-07-09: "we census too few64710
nx_swcompare_sota_lib.nxTHE SOTA FIELD AS ONE LIB PASS (2026-09-02, operator: "all the /compare on the same53315
nx_swcompare_terms.nxAUTO-AXIS-DISCOVERY for Nishi Compare. Given a <domain>, loads the researcher-banked21419
nx_swcompare_watch_gate.nxGATE for the ONE symbol ruler (nx_symdecl_lib) and the measured watch57514
nx_swebench_local_gate.nxgrade our autonomous fix loop by SWE-BENCH'S OWN CONTRACT (operator1032
nx_swebench_status.nxMCP tools/call surface for the autonomous-fix capability (2026-07-17).866
nx_sweep_core.nxSTANDING-SWEEP core (library). The SOTA property a naive sweep lacks: it NEVER1364
nx_sweep_daemon.nxSTANDING SWEEP daemon, CLI half (tools/ops surface). Runs the data-driven check23910
nx_sweep_daemon_gate.nxgates the standing sweep on a fixture registry (runner: cd a scratch dir).1185
nx_sweep_daemon_lib.nxSTANDING SWEEP, library half: parse the data-driven check registry, run every42318
nx_sweepgate.nxASK A POPULATION QUESTION BY ITS INVARIANT, AND SEE EVERY SPELLING OF IT.43111
nx_swgpu.nxthe SOVEREIGN SOFTWARE GPU core (operator 2026-07-04: "build our OWN, beyond WebGL2/WebGPU,60022
nx_swhid.nxthin CLI over nx_swhid_lib. Compute the ISO/IEC 18670:2025 identifier of a file.693
nx_swhid_gate.nxGATE for nx_swhid_lib (SWHID, ISO/IEC 18670:2025).1364
nx_swhid_lib.nxSWHID, the SoftWare Hash IDentifier. ISO/IEC 18670:2025 (spec V1.2).1266
nx_symbiote.nxforeign-process virtual cell.28010
nx_symbiote_test.nxsmoke for nx_symbiote.991
nx_symdecl_lib.nxTHE ONE SYMBOL RULER for the compare surface (2026-08-23, lane L).48332
nx_symj_af.nxsweep harness, do not edit525
nx_symj_fixa.nx11
nx_symj_fixb.nx11
nx_symj_fixc.nx11
nx_symj_fixh.nx11
nx_symj_fixm.nx11
nx_symj_fixn.nx22
nx_symj_ga.nxsweep harness, do not edit615
nx_symj_gb.nxsweep harness, do not edit525
nx_symj_gc.nxsweep harness, do not edit355
nx_symj_gh.nxsweep harness, do not edit355
nx_symj_gi.nxsweep harness, do not edit685
nx_symj_gj.nxsweep harness, do not edit685
nx_symj_gk.nxsweep harness, do not edit655
nx_symmetry_group.nxmulti-axis symmetry detector.3117
nx_symmetry_group_test.nxsmoke for multi-axis symmetry. 1071
nx_symtab.nxELF symbol table builder.21510
nx_synapse.nxdirect call between two peers (RPC/gRPC class).14610
nx_synapse_test.nxsmoke for nx_synapse.1171
nx_sync_promote_gate.nxproves the PROMOTABLE sync lane (2026-08-22).1734
nx_synth_diag.nxdiagnose the broken /synth visuals: is the page served at /synth (no trailing slash) so605
nx_synth_live_check.nxsovereign LIVE check of nishifamily.com/synth (the synthetic-humans lab page) via824
nx_synth_page.nxEMITS the /synth lab page (author-by-organ: the HTML is generated, never hand-shipped).1355
nx_synth_serve.nxthe INTERACTIVE SYNTH STUDIO (all functionality LIVE): one loopback HTTP daemon that34420
nx_synthesis_engine.nxmeta-level signal generation across all domains.1776
nx_synthetic_upstream.nxcanned-response replay for adapter testing.3307
nx_synthroom.nxTHE ROOM PROTOCOL TOOL (/compare/synthroom rung SR1): the thin main over1536
nx_synthroom_gate.nxGATE for the room protocol (nx_synthroom_lib, /compare/synthroom rung SR1).1965
nx_synthroom_lib.nxONE CONTRACT for the synth-human room protocol (/compare/synthroom rung SR1).44317
nx_syscall_sanity_kat.nxT11 class: the SYSCALL-NUMBER COLLISION gate that671
nx_syscalls.nxthin __syscall wrappers used across modules.1971117
nx_syscalls_mapping_candidate_t181.nxthin __syscall wrappers used across modules.1946114
nx_syscalls_x86_64.nxALIAS STUB (debt 1785528831, 2026-07-31).220
nx_sysnumprobe.nxWHICH SYSCALL NUMBERING DOES THE RUNNING BINARY ACTUALLY USE?191
nx_sysonly64.nxISOLATED control. ONLY the RISC-V write number, nothing else.121
nx_t2mesh.nxsovereign TEXT-to-MESH generator v0 (generator-path R2). NOT a neural DreamFusion/Shap-E1237
nx_ta_parallel_grad_gate.nxKEYSTONE for FAST model training: the f32 tensor autograd (ta_*) trains1886
nx_ta_transformer_gradcheck_gate.nxLIAR-KILL for the 9 f32 transformer ops added to nx_autograd_tensor20714
nx_tabrec.nxcanonical tab-delimited record-field parser. Consolidates the four near-identical extractors316
nx_tabrec_gate.nxproves the canonical tab-record parser/builder, and demonstrates the consolidated pattern: a331
nx_tactics.nxLCF-style tactic interpreter.1669
nx_tactics_engine_lib.nxthe GENERIC data-driven TACTICS SIMULATION engine (G-ECO-005 rung 1):40025
nx_tactics_native.nxPLAYABLE XCOM-style turn-based TACTICS game (a 2nd game MODE,37224
nx_takedown.nxWRITING/HOSTING arc, rung W-TD-1: NOTICE-AND-TAKEDOWN, the SAFE-HARBOUR POSTURE.1116
nx_takedown_gate.nxREFEREE for W-TD-1 (nx_takedown): the SAFE-HARBOUR / INTERMEDIARY posture.1284
nx_tar.nxUSTAR archive: a COMPLETE format, reader and writer.2418
nx_tar_gate.nxproves the USTAR reader/writer by ROUND-TRIP.1853
nx_tar_header.nxparse POSIX ustar tar headers (IEEE 1003.1).1885
nx_targetfit.nxDID THE GENERATOR HIT ITS TARGET, AND BY HOW MUCH DID IT MISS.1788
nx_targetfit_gate.nxproves the target-conformance ruler: bands, normalisation, abstention, drift.1417
nx_task.nxMCP Tasks-primitive parity, sovereign: dispatch a long-running task (get a handle), POLL its status,518
nx_task_gate.nxproves MCP Tasks parity on real seg_store (test prefix): dispatch a task, POLL it through412
nx_task_graph.nxDAG of tasks with explicit dependency edges.25512
nx_task_graph_test.nxDAG ordering + dependency satisfaction.1276
nx_taste_psychophysics.nxT1 of the TASTE-SCIENCE ladder: the654
nx_taste_psychophysics_test.nxsmoke for nx_taste_psychophysics (T1).421
nx_taste_transduce.nxT0 of the TASTE-SCIENCE ladder: the SENSING /924
nx_taste_transduce_test.nxsmoke for nx_taste_transduce (T0).561
nx_tautology.nxsyntactic tautology detection on clauses.773
nx_tautology_test.nxsyntactic-tautology smoke.1084
nx_taxlot_gate.nxCAPITAL-GAINS TAX-LOT + WASH-SALE GATE.1325
nx_taxlot_lib.nxCAPITAL-GAINS TAX-LOT ACCOUNTING with the IRS wash-sale rule. Integer-exact.987
nx_taxonomy.nxeight-level hierarchical taxonomy registration with42816
nx_taxonomy_test.nxsmoke for nx_taxonomy.2161
nx_tea_pinned_gate.nxproves fixed-arg (pinned) execution: a GREEN row's 4th field pins argv and IGNORES the624
nx_teacher.nxthe NISHI TEACHER / TUTOR organ (operator: "maybe we need a nishi teacher or tutor8711
nx_teacher_consult.nxmakes the unified capability store ACTIONABLE (Teacher arc, rung R4): the team897
nx_teacher_coordinate.nxthe COORDINATOR: runs the Nishi TEACHER, TRAINER and PUBLISHER together,785
nx_teacher_gate.nxgate the NISHI TEACHER lesson processor.553
nx_teacher_lesson.nxthe NISHI TEACHER: turn a work-session into a structured,2499
nx_teacher_mastery.nxthe TRAINER's honest CAPABILITY measure (Teacher arc, rung R3b).16812
nx_teacher_merge.nxMULTI-SOURCE synthesis into ONE unified Nishi Teacher capability store1426
nx_teacher_publish.nxthe PUBLISHER of the Nishi Teacher loop (Teacher arc, rung R5 = surface it).1127
nx_teacher_rt.nxORPHANED BYTE-IDENTICAL DUPLICATE (measured 2026-08-15).2699
nx_teacher_run.nxrun the Nishi Teacher over the curated lesson set: validate each,633
nx_teacher_serve.nxSERVE-WRAPPER making the TEACHER role's capability MCP-callable (operator 2026-07-10). Library-role456
nx_teacher_synthesize.nxthe SYNTHESIS bridge of the Nishi Teacher/Trainer (Teacher arc, rung R2).19610
nx_teacher_trainer.nxthe TRAINER half of the Nishi Teacher (Teacher arc, rung R3 = spaced review).17810
nx_teacher_wiki_proof.nxPROVE the existing wiki ingestor consumes the teacher's lessons.443
nx_team_research_fetch.nxSOVEREIGN multi-source web-fetch to DESIGN the NISHI TEAM coordination layer725
nx_telemetry.nxCONSENT-GATED DEVICE TELEMETRY (X-DRV-F1).21214
nx_telemetry_bus.nxsubstrate telemetry bus.56418
nx_template_instantiate.nxsubstrate-native template engine.4628
nx_temporal_index.nxLIB: the (host,path)->[(date,capture)] temporal index = the "browse day-by-day" backbone.483
nx_temporal_index_gate.nxGREEN/RED gate for nx_temporal_index. Synthetic captures of www.page3.com/ at three563
nx_tend_t3_probe.nxstage-by-stage instrumentation of the tender-gate T3 fixture (live ancient381
nx_tensor.nxn-dimensional strided array primitive.37013
nx_tensor_ir.nxNishi tensor intermediate representation.54119
nx_tensor_lower.nxTirGraph -> RV64 asm lowering pass.3806
nx_tensor_placement.nxmulti-tier tensor home with promote/demote lifecycle.28818
nx_tensor_placement_test.nxsmoke for nx_tensor_placement.1341
nx_tensor_test.nxfoundation tensor primitive shape verification.1521
nx_term_cooccur.nxpairwise term co-occurrence counts.3299
nx_term_extract.nxend-to-end learning orchestrator.1642
nx_term_extract_test.nxend-to-end smoke for the learning ingestion.1722
nx_term_order.nxKnuth-Bendix Order (KBO) over first-order Terms.2569
nx_term_order_test.nxKBO smoke covering all four verdicts.1574
nx_term_registry.nxopen string-id pool with sightings + stage.43714
nx_termios.nxraw / cooked terminal mode via ioctl(TCGETS/TCSETS).1627
nx_ternary_test.nxminimal proof that the C-style ternary `cond ? a : b`272
nx_terrain_erode_lib.nxTERRAIN-SCALE EROSION COMPOSITION + ITS REFEREE (PG20, procgen.plan).1648
nx_territory.nxdistributed mutex (territorial scent-marking class).905
nx_territory_test.nxsmoke for nx_territory.591
nx_test_driver_e2e.nxend-to-end smoke for the bits-up test driver.1365
nx_test_harness.nxassertion DSL for the bits-up test driver.21414
nx_test_harness_test.nxself-test for the assertion DSL.612
nx_test_many_params.nxproves nxc2 now handles >8 function params.242
nx_tex_sample.nxUV texture sampling on Image (graphics).2698
nx_tex_sample_mip_alpha_candidate_t241.nxComputes mip levels for texture sampling with alpha-weighted RGB integration and linear alpha handling.676
nx_tex_sample_mip_candidate_t218.nx445
nx_texm_ship_gate.nxTHE GATE FOR THE DERIVED SHIP RESOLUTION.1665
nx_texpaint_gate.nxthe gate for nx_texpaint_lib (/compare/dcc DC7, texture painting).54818
nx_texpaint_lib.nxTEXTURE PAINTING: a brush stroke placed on the SURFACE that lands in the correct68455
nx_texr_boundary_gate_t285.nxValidates TEXR boundary gate structures for correct header and data integrity checks.786
nx_texr_chart_candidate_t279.nxValidates and initializes chart data structures for regional texture mapping in a 3D model.1445
nx_texr_chart_gate_t279.nxValidates and processes chart data, checking vertex and triangle integrity before exporting to a file.661
nx_texr_descriptor_capture_gate_t279.nx363
nx_texr_descriptor_t279.nxCLI for the PER-REGION skin atlas + periodic micro-relief tile (TEXR):1344
nx_texr_images_gate_t278.nx311
nx_texr_validate_candidate_t285.nxTEXR structural boundary: reuse validated NXA section extent before reading records.521
nx_text2motion.nxTEXT-CONDITIONED neural motion (the MotionGPT headline, S6b): a description -> motion,1659
nx_text_ingest.nxtext-medium ingester targeting media-agnostic schema.4429
nx_text_ingest_test.nxend-to-end smoke for the Tier 0+1 stack.1511
nx_text_render.nxtext rendering onto 1bpp framebuffer.1194
nx_text_render_test.nxsmoke for nx_text_render.581
nx_text_sentences.nxshared text primitive extracted from the research stack (Consolidation-Without-Loss432
nx_text_sentences_gate.nxCONTRACT gate for the shared text primitives (Consolidation-Without-Loss: the624
nx_text_wrap.nxSHARED word-level line breaking for the renderer. LAYOUT (height reservation in221
nx_textcut.nxLIB: TOKEN-BOUNDARY-SAFE TEXT CUTTING. The estate's ONE truncation ruler.23212
nx_texture.nxtexture primitives (V5 of vision rollout).2158
nx_texture_array_gate_t289.nxTyped regional texture-array emission and boundary gate; GPU pixel witness is separate.1024
nx_texture_mip_alpha_gate_t241.nx162
nx_texture_mip_gate_t218.nx152
nx_texture_test.nxsmoke for V5 texture primitives. 1381
nx_textured_tri.nxTEXTURED TRIANGLE rasterizer: barycentric edge-function fill + per-fragment UV622
nx_textured_tri_fast.nxE1-R1 of the raster perf ladder (board S18): the SAME textured-triangle1953
nx_tfl_decimate_gate.nxNXMSH2 TFL reducer gate302
nx_tg_mftotal_gate.nxproves tg_multifile_total sums the info-dict "files" list correctly (the fix for263
nx_tg_wanted_gate.nxproves tg_build_wanted (selective download) marks the actual content wanted and the283
nx_tga_decode.nxTruevision TGA reader (the DOS/Amiga-era workhorse).1666
nx_tga_writer.nxserialise uncompressed TGA (Targa) images.1616
nx_theorem_card.nxsubstrate-enforced TheoremCard per26811
nx_theorem_card_test.nxsmoke for TheoremCard primitive. 471
nx_theorem_ingest.nxingest machine-readable theorem corpora.4167
nx_theorem_ingest_test.nxsmoke for theorem ingestion (P0 scope). 391
nx_theorem_registry.nxsubstrate-native primitive registry.2079
nx_theorem_registry_test.nxsmoke for the L0->L2.5 bulk registry.791
nx_theorems10_test.nxclose Freek-100 to 100. 511
nx_theorems2_test.nxbatch 2 smoke. 771
nx_theorems3_test.nxbatch 3 verification. 1411
nx_theorems4_test.nxbatch 4 verification. 1531
nx_theorems5_test.nxFreek-100 quick-wins verification. 1471
nx_theorems6_test.nxFreek-100 medium difficulty smoke. 1191
nx_theorems7_test.nxbatch 7 verification. 1191
nx_theorems8_test.nxbatch 8 verification. 991
nx_theorems9_test.nxbatch 9 verification. 1051
nx_theorems_test.nxverify the batch-1 theorem primitives. 881
nx_thermal_process.nxFOOD-SCIENCE SUITE / THERMAL PROCESS rung. The26116
nx_thermal_process_test.nxgate for nx_thermal_process. The central2423
nx_thermal_profile.nxFOOD-SCIENCE SUITE / PROCESS INTEGRATION rung.17710
nx_thermal_profile_test.nxgate for nx_thermal_profile. The headline is1764
nx_thigh_proportion.nxthigh thickness + thigh gap detector.1321
nx_thread.nxclone(2)-based thread creation (CLONE_VM, CLONE_FS,1378
nx_thread_kat.nxTHE THREADING TEST: __thread_clone with a REAL function address (now that &fn works). A worker thread252
nx_thread_pool.nxshared-queue thread pool (Rayon-precursor).78345
nx_thread_pool_test.nxend-to-end pool stress. Submit842
nx_thread_spawn_test.nxend-to-end test for __thread_clone:1162
nx_threat_model.nxsealed adversary taxonomy for substrate design.2108
nx_thymus_codebase_scan.nxpattern-based detection of source-code31210
nx_thymus_codebase_scan_test.nxsmoke for nx_thymus_codebase_scan.2002
nx_tick_sync.nxthe LATENCY-BOUND pillar: clock synchronization + a585
nx_tick_sync_test.nx1:1 KAT for the latency-bound controller641
nx_tictactoe.nxbits-up source-of-truth for C0 of the bootstrap-to-generative45617
nx_tictactoe_html_contract_test.nxbits-up HTML-contract checker.1592
nx_tictactoe_render.nxbits-up HTML rendering + event dispatch for /tictactoe.31013
nx_tictactoe_test.nxC0 substrate smoke.1731
nx_tier.nxsubstrate-wide tier configuration. 2350
nx_tier1_immune_compose_test.nxthe complete judo loop.1751
nx_tier2_immune_compose_test.nxcolony immunity + federation.1751
nx_tier3_ecology_compose_test.nxecosystem-tier composition.1121
nx_tier_ladder_gate.nxGP3 / GE45 REFEREE: the render-door ladder is DATA, the native walk over that3777
nx_tier_ladder_lib.nxTHE RENDER-DOOR LADDER RULER (LIB, no main). gpu GP3 rk_tier_ladder / gameengine GE45.78347
nx_tier_swap_demo.nxproof that nx_tier.nx swap is real.622
nx_tiff_decode.nxsovereign baseline TIFF READER (the 1990s scan/fax/print interchange format;1958
nx_time.nxmonotonic wall-clock time + duration utilities.986
nx_time_canonical.nxProvides monotonic and wall-clock time in nanoseconds using system calls.794
nx_time_quality.nxfour-dimensional time classification primitive.27612
nx_timefmt.nxRFC 3339 + RFC 822 timestamp format/parse.26211
nx_timeline.nxeditor timeline assembler (R4b): turn a clip list + per-gap561
nx_timeline_demo.nxVISIBLE proof of R4b: assemble two REAL gallery stills935
nx_timeline_gate.nxREFEREE for R4b (nx_timeline schedule).965
nx_timerfd.nxLinux timerfd_create / timerfd_settime wrapper.1518
nx_tinyllama_gguf_probe_test.nxcan Nishi parse a REAL llama.cpp GGUF?1361
nx_tissue_test.nxsmoke for nx_tissue.1131
nx_tissuebudget.nxWHAT THE TISSUE TICK ACTUALLY COSTS, AGAINST THE BUDGET THAT WAS ALREADY BANKED.1645
nx_tissuefield_lib.nxTHE SKULL-BOUND TISSUE-DEPTH SKIN SURFACE (aesthetictwin AT46, 2026-09-18).194772
nx_tls12_client.nxINCREMENT 2 of the sovereign TLS-1.2 client: COMPLETE the ECDHE-RSA-AES128-GCM-SHA25675419
nx_tls12_client_session.nxPHASE 2 of the sovereign TLS 1.2 client:60313
nx_tls12_hello.nxTLS 1.2 ClientHello emitter (rung 1 of the sovereign TLS 1.2 client).933
nx_tls12_hello_test.nxKAT for the TLS 1.2 ClientHello emitter (rung 1, no network).805
nx_tls12_keys.nxTLS 1.2 key schedule (rung 3 of the sovereign TLS 1.2 client).494
nx_tls12_keys_test.nxKAT for the TLS 1.2 key schedule (rung 3, no network).775
nx_tls12_mutant.nxMUTATION PROOF for the SKE signature check. Regenerated from nx_tls12_client.nx,75719
nx_tls12_parse.nxTLS 1.2 handshake parsers (rung 2 of the sovereign TLS 1.2 client).654
nx_tls12_parse_test.nxKAT for the TLS 1.2 handshake parsers (rung 2, no network).894
nx_tls12_prf.nxTLS 1.2 PRF (RFC 5246 §5), the key-derivation core of672
nx_tls12_prf_test.nxTLS 1.2 PRF (SHA-256) KAT vs python reference2232
nx_tls12_probe.nxINCREMENT 1 of the sovereign TLS-1.2 client (the keystone that gets nx_gpu_ctl + Porkbun20911
nx_tls12_probe_test.nxLIVE probe of the sovereign TLS 1.2 ClientHello + ServerHello parse (rung 5 step 1).1392
nx_tls12_record.nxTLS 1.2 AES-128-GCM record protection (rung 4 core of the sovereign TLS 1.2 client).564
nx_tls12_record_test.nxKAT for the TLS 1.2 AES-128-GCM record layer (rung 4, no network).525
nx_tls12_req.nxREUSABLE sovereign TLS-1.2 HTTPS request (ECDHE-RSA-AES128-GCM-SHA256). LIBRARY (no main):53723
nx_tls12_ske_verify.nxTLS 1.2 ECDHE-RSA ServerKeyExchange signature1325
nx_tls13.nxTLS 1.3 (RFC 8446) record-layer constants + framing.2156
nx_tls13_aead_record_tcp_test.nxsend + recv ONE AEAD-protected1508
nx_tls13_alpn_test.nxsmoke for the ALPN (RFC 7301) extension681
nx_tls13_auth.nxTLS 1.3 auth-related handshake message parsers.2746
nx_tls13_auth_test.nxKAT for EncryptedExtensions + Certificate2381
nx_tls13_cert_cache_gate.nxproves the additive cert-validation CACHE in nx_tls13_client_validate_certificate:965
nx_tls13_ch_adversarial_test.nxPhase A2 of S-class hardening.1453
nx_tls13_ch_compat_test.nxB2-HTTPBIN-CH gate row (browser arc).3999
nx_tls13_chrome_hello.nxemit a ClientHello whose JA3 fingerprint MATCHES a real Chrome (~v120), so1074
nx_tls13_chrome_hello_gate.nxSOVEREIGN referee: emit our Chrome-JA3 ClientHello, extract its JA3 fingerprint1238
nx_tls13_chrome_session.nxR2f-A LIVE wiring: a TLS-1.3 client session that sends the Chrome-JA3 ClientHello1312
nx_tls13_client.nxTLS 1.3 client state machine (Gap L sub-2).2644
nx_tls13_client_dispatch_with_validation.nxTLS 1.3 client1244
nx_tls13_client_dispatch_with_validation_test.nxKAT for the1211
nx_tls13_client_h2run.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored under1745
nx_tls13_client_session.nxTLS 1.3 client session state +2734
nx_tls13_client_session_derive_app.nxstep 3c.5 of the1333
nx_tls13_client_session_derive_app_test.nxKAT for step 3c.5:901
nx_tls13_client_session_emit_finished.nxstep 3c.4 of the1583
nx_tls13_client_session_emit_finished_test.nxKAT for881
nx_tls13_client_session_recv_hs.nxstep 3c.3 of the2664
nx_tls13_client_session_recv_hs_test.nxKAT for step 3c.3:1332
nx_tls13_client_session_recv_sh.nxstep 3c.2 of the2703
nx_tls13_client_session_recv_sh_test.nxKAT for step 3c.2:2172
nx_tls13_client_session_run.nxstep 3c.6b of the3086
nx_tls13_client_session_run_test.nxKAT for the top-level741
nx_tls13_client_session_test.nxKAT for the TLS 1.3 client931
nx_tls13_client_test.nxin-memory end-to-end handshake dispatch.2311
nx_tls13_client_validate_certificate.nxthe FORMAL bridge1664
nx_tls13_client_validate_certificate_test.nxKAT for the852
nx_tls13_client_verify_cv.nxCLOSE THE TLS 1.3 CLIENT AUTH BYPASS.1828
nx_tls13_clientauth_ecdsa.nxTLS 1.3 server-side CLIENT authentication, ECDSA-P256 path (RFC 8446 §4.4.3).1437
nx_tls13_emit_certificate_request.nxTLS 1.3 CertificateRequest (RFC 8446 §4.3.2) emit + parse.1937
nx_tls13_ext.nxTLS 1.3 extension emitters + ServerHello parsers.48514
nx_tls13_ext_test.nxbyte-exact KAT for TLS 1.3 extension1671
nx_tls13_finished.nxTLS 1.3 Finished MAC (RFC 8446 §4.4.4).1163
nx_tls13_finished_test.nxinternal KAT for Finished MAC.1091
nx_tls13_frag_gate.nxTHE GATE FOR TLS REQUEST FRAGMENTATION ARITHMETIC, 2026-09-04.1223
nx_tls13_full_tcp_test.nxfull TLS 1.3 handshake over real TCP47929
nx_tls13_handshake.nxTLS 1.3 handshake orchestrator (Gap L sub-1).2123
nx_tls13_handshake_io.nxfull TLS 1.3 handshake over real TCP.2025
nx_tls13_handshake_tcp_test.nxfull TLS 1.3 client+server3664
nx_tls13_handshake_test.nxRFC 8448 §3 end-to-end orchestrator KAT.1571
nx_tls13_hello.nxTLS 1.3 ClientHello + ServerHello (RFC 84465037
nx_tls13_hello_test.nxstructural + iterator KAT for the2041
nx_tls13_hrr.nxHelloRetryRequest detection (RFC 8446 §4.1.4).1082
nx_tls13_hrr_test.nxKAT for HelloRetryRequest detection.751
nx_tls13_io.nxTLS 1.3 record I/O over TCP (Linux x86_64).1905
nx_tls13_kdf.nxTLS 1.3 HKDF-Expand-Label + Derive-Secret1724
nx_tls13_kdf_test.nxRFC 8446 §7.1 + RFC 8448 §3 KAT for the1191
nx_tls13_loopback_test.nxSOVEREIGN end-to-end handshake proof.3191
nx_tls13_mtls_finished.nxR7: the mTLS-aware client Finished handler (the dual-snapshot key schedule).1969
nx_tls13_mtls_loopback_test.nxSOVEREIGN end-to-end MUTUAL-AUTH proof: the capstone of the no-cookie carrier.1667
nx_tls13_mtls_recv_cert.nxR7: receive the client's Certificate record, EMPTY-cert aware.1377
nx_tls13_p256_loopback_test.nxserver side of rung1272
nx_tls13_read_record_from_fd.nxread ONE TLS record from a1284
nx_tls13_read_record_from_fd_loopback_test.nxREAL happy-1254
nx_tls13_read_record_from_fd_test.nxKAT for the TLS record491
nx_tls13_record.nxTLS 1.3 record-layer protection (RFC 8446 §5.2).41212
nx_tls13_record_test.nxinternal-consistency KAT for the1921
nx_tls13_recv_hs_diff_test.nxB1 differential: identical setup to1372
nx_tls13_recv_hs_probe_test.nxB1 instrument (pm_plan arc=BROWSER2723
nx_tls13_schedule.nxTLS 1.3 key schedule cascade (RFC 8446 §7.1).2368
nx_tls13_schedule_test.nxRFC 8448 §3 cascade KAT for TLS 1.31471
nx_tls13_server.nxTLS 1.3 server-side handshake (sovereign loopback).2685
nx_tls13_server_clientauth.nxTLS 1.3 server-side CLIENT authentication: verify a presented1747
nx_tls13_server_full_handshake_test.nxend-to-end integration2252
nx_tls13_server_recv_client_cert.nxR7 rung 7b: the server receives the client's Certificate record.1715
nx_tls13_server_recv_client_cv.nxR7 rung 7c: receive + verify the client's CertificateVerify.2129
nx_tls13_server_session.nxTLS 1.3 SERVER session state + state2713
nx_tls13_server_session_app_data.nxapplication-data layer for1502
nx_tls13_server_session_app_data_test.nxround-trip the app2032
nx_tls13_server_session_derive_hs.nx4th stone of the TLS 1.31441
nx_tls13_server_session_derive_hs_test.nxverify the server's881
nx_tls13_server_session_derive_traffic.nx5th TLS server stone.1131
nx_tls13_server_session_derive_traffic_test.nxverify traffic1093
nx_tls13_server_session_emit_certificate.nxstone 6.5 (final2782
nx_tls13_server_session_emit_certificate_test.nxSmoke for emit_certificate: wraps caller-supplied DER bytes as1171
nx_tls13_server_session_emit_certreq.nxR7 rung 7a: emit CertificateRequest as a real encrypted server1474
nx_tls13_server_session_emit_cv.nxstone 7.5 of TLS server arc.3474
nx_tls13_server_session_emit_cv_test.nxverify CertificateVerify1131
nx_tls13_server_session_emit_ee.nx6th TLS server stone.1091
nx_tls13_server_session_emit_ee_alpn.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude,1381
nx_tls13_server_session_emit_ee_test.nxverify emit_ee921
nx_tls13_server_session_emit_hrr.nxserver-side HelloRetryRequest1613
nx_tls13_server_session_emit_sf.nx7th TLS server stone.1611
nx_tls13_server_session_emit_sf_test.nxverify server Finished931
nx_tls13_server_session_emit_sh.nxserver-side ServerHello2636
nx_tls13_server_session_emit_sh_test.nxverify server emits a1301
nx_tls13_server_session_recv_cf.nx8th (final) TLS server stone.2232
nx_tls13_server_session_recv_cf_test.nxclose the loopback-class1882
nx_tls13_server_session_recv_ch.nxserver-side ClientHello2955
nx_tls13_server_session_recv_ch_test.nxverify the server-side961
nx_tls13_server_session_run.nxtop-level TLS 1.3 server-side3536
nx_tls13_server_session_run_h2.nxTUTOR-BOOTSTRAP SCAFFOLD (Claude, authored2955
nx_tls13_server_session_run_mtls.nxR7: the live-terminator mTLS handshake run loop (Ed25519 server2075
nx_tls13_server_session_test.nxverify server session skeleton1021
nx_tls13_sh_probe_test.nxServerHello DIAGNOSTIC PROBE.2524
nx_tls13_transcript.nxTLS 1.3 transcript hash (RFC 8446 §4.4.1).2186
nx_tls13_transcript_snapkat_tamper_test.nxNEGATIVE CONTROL for the856
nx_tls13_transcript_snapkat_test.nxDURABLE anti-regression KAT for973
nx_tls13_transcript_test.nxKAT + internal consistency for the1521
nx_tls_cert_cache.nxPERSIST the (already gate-proven) TLS cert-validation cache ACROSS PROCESSES.1458
nx_tls_efficiency_census.nxMEASURED efficiency of our TLS+fetch stack vs the 2026 SOTA. Grounded in REAL554
nx_tmplstale.nxTHE CLERK DESK CLI/MCP organ: self-verifying demo over nx_tmplstale_lib.902
nx_tmplstale_gate.nxINDEPENDENT GATE for the clerk desk (nx_tmplstale_lib): template registry,872
nx_tmplstale_lib.nxTHE CLERK DESK: template registry, document lineage and TEMPLATE STALENESS28313
nx_tmpstore_reap.nxGUARDED reaper for orphaned scratch seg-store families in a temp dir37223
nx_tok_probe.nxtokenizer-parity DIAGNOSTIC: dump the exact token ids945
nx_token_merge.nxH8 token merging plan (bits-up).23510
nx_token_merge_test.nxsmoke for H8 token merging plan.1851
nx_token_permutation.nxorder-effect analyzer for prompt token sequences.2746
nx_token_permutation_test.nxsmoke + the user's 4-permutation case. 982
nx_token_sample.nxlogit sampling primitives for inference.3185
nx_tokenizer.nxNishiLang source tokenizer, ported from lex.c.261977
nx_toml.nxTOML 1.0 config parser.36216
nx_tone.nxWRITING arc, rung W-TONE-1: the VOICE / TONE FINGERPRINT.1557
nx_tone_gate.nxREFEREE for WRITING rung W-TONE-1 (nx_tone).1336
nx_tone_w_gate.nxREFEREE for WRITING rung W-TONE-2 (weighting + drift).1276
nx_tonemap_aces.nxACES filmic tone-map curve in Q10 fixed point.2075
nx_toner_continue.nxSOVEREIGN network override for the proprietary toner block. Drives the printer's843
nx_toner_ledger.nxCalculates remaining toner based on actual page coverage, not printer-reported values.475
nx_toner_ledger_test.nxgate for real toner accounting. Unique exit codes per invariant:412
nx_toner_liberate.nxS-class "toner liberation": defeat proprietary toner blocking so the operator's742
nx_toner_liberate_test.nxgate for the toner-liberation classifier. Unique exit codes per invariant:703
nx_toner_meter.nxCalculates toner consumption based on exact pixel coverage of a page bitmap, returning coverage in PPM and standardized page units.332
nx_toner_meter_test.nxgate for the real-coverage toner meter. Unique exit codes per invariant:452
nx_toner_store.nxtiny persistent store for the real-toner ledger (survives across runs, on /mnt/c).404
nx_toner_track.nxREAL toner reading from the page we actually printed. Decodes the URF artifact back745
nx_tool_argecho.nxthe multi-arg WITNESS organ for the executable API. Where nx_tool_ping proves an232
nx_tool_census.nxbits-up tool-census classification primitive.40816
nx_tool_census_run_test.nxend-to-end bits-up audit binary.501
nx_tool_census_test.nxKAT for bits-up tool census classifier.2011
nx_tool_exec_allow.nxR1 of the executable-API rung: the EXECUTION allowlist that gates R0's raw48027
nx_tool_exec_allow_gate.nxGATE for R1 (nx_tool_exec_allow), composing R0 (nx_tool_run). Proves the1256
nx_tool_http_backend.nxHTTP-BACKEND execution mode for the sovereign agent tools API. A tools/call whose20413
nx_tool_http_backend_candidate_t314.nxHTTP-BACKEND execution mode for the sovereign agent tools API. A tools/call whose28417
nx_tool_http_backend_gate.nxproves the HTTP-backend execution mode: url-encode forecloses injection on the724
nx_tool_ping.nxthe canonical no-op smoke-test organ for the executable API. It does exactly one thing:141
nx_tool_registry.nxMCP Tools-primitive parity, sovereign: every Nishi organ/capability registers itself296
nx_tool_registry_gate.nxproves MCP-style register + discover on the real seg_store (test prefix): register two401
nx_tool_run.nxR0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem68828
nx_tool_run_evidence_candidate_t297.nxR0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem68828
nx_tool_run_gate.nxGATE for R0 of the executable-API rung (nx_tool_run). Proves the sovereign633
nx_tool_run_owned_candidate_t218.nxR0 of the EXECUTABLE-API rung: the sovereign exec+capture primitive the ecosystem63823
nx_toolcall_idem_candidate_t190.nxIDEMPOTENCY KEYS ON tools/call (/compare/dataio DI4 `ta_idempotency_key`, 2026-09-05).23120
nx_toolcall_idem_gate.nxIN-PROCESS gate over nx_toolcall_idem_lib (/compare/dataio DI4 ta_idempotency_key).913
nx_toolcall_idem_lib.nxIDEMPOTENCY KEYS ON tools/call (/compare/dataio DI4 `ta_idempotency_key`, 2026-09-05).23120
nx_toolchain.nxunified entry point for the off-C tools.1693
nx_toolreg_reap.nxREMOVE named scaffold rows from tool_allowlist.conf. The counterpart the registry2629
nx_toolreg_reap_gate.nxproof that the reaper removes what it should and REFUSES what it must not.1358
nx_toolreg_reconcile.nxCLI half of the discovery reconciler / drift auditor. Run from nishihost CWD:1254
nx_toolreg_reconcile_gate.nxgates the discovery reconciler on a THROWAWAY registry prefix +1695
nx_toolreg_reconcile_lib.nxDISCOVERY RECONCILER, library half. Closes the WIRE class forever:54617
nx_tools_api.nxExposes the nx_tool_registry over HTTP with GET and MCP-compatible JSON-RPC endpoints for tool discovery and invocation.2656110
nx_tools_api_exec_gate.nxGATE for R2: the /mcp tools/call STUB is now REAL execution. Drives the live28310
nx_tools_api_gate.nxdrives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then3506
nx_tools_api_idem_candidate_t190.nxExposes the nx_tool_registry over HTTP with MCP compatibility and idempotency for tool calls.2436103
nx_tools_api_recovery_candidate_t316.nxExposes the nx_tool_registry over HTTP with GET and MCP-compatible JSON-RPC endpoints for tool discovery and invocation.2648110
nx_tools_api_recovery_candidate_v2_t316.nxExposes the nx_tool_registry over HTTP with GET and MCP-compatible JSON-RPC endpoints for tool discovery and invocation.2654110
nx_tools_api_recovery_candidate_v3_t316.nxExposes the nx_tool_registry over HTTP with GET and MCP-compatible JSON-RPC endpoints for tool discovery and invocation.2656110
nx_tools_api_recovery_comparison_gate_t316.nx604
nx_tools_api_recovery_comparison_gate_v2_t316.nx604
nx_tools_api_recovery_comparison_gate_v3_t316.nx604
nx_tools_api_recovery_gate_t316.nx353
nx_tools_api_recovery_handler_gate_v3_t316.nx453
nx_tools_api_regression_complete_gate_v3_t316.nxdrives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then3536
nx_tools_api_regression_gate_t316.nxdrives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then3506
nx_tools_api_regression_gate_v2_t316.nxdrives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then3506
nx_tools_api_regression_gate_v3_t316.nxdrives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then3506
nx_tools_api_regression_isolated_gate_v3_t316.nxdrives ta_handle_pfx IN-PROCESS (no socket, no curl): register two test tools, then3536
nx_tools_api_serve.nxstandalone loopback HTTP server for the R0 agent-facing API (nx_tools_api).34710
nx_tools_argv_idem_gate.nxActual ta_mcp_call integration in a newly created private /tmp directory.1015
nx_tools_argv_unicode_gate.nx2244
nx_tools_canary_gate.nxCANARY for the tools daemon (debt seq1373). license_tier: ORIGINAL1346
nx_tools_denial_observation_candidate_t316.nxIsolated candidate: merge functions into nx_tools_api after review; no production journal used by gate.162
nx_tools_denial_observation_gate_t316.nx382
nx_tools_guidance_gate_t140.nxExercises canonical denial routing without minting credentials or editing the registry/allowlist.262
nx_tools_listener_child_gate.nxActual source-linked child helper, fresh loopback listener and private cwd only.1827
nx_tools_timing_exec_diagnostic.nxRead-only diagnostic of one explicitly supplied fixture ELF. No config or journal writes.331
nx_tools_timing_fixture.nxDedicated fixture: stdout and exit only. All timings supplied by the gate.221
nx_tools_timing_gate.nxReal monotonic clock + existing journal writer, with an isolated caller-owned fixture.733
nx_tools_timing_serve_gate.nxSource-linked staged serve_one integration. No daemon startup/seed. Private pinned fixture only.2617
nx_toolsapi_bodycap_gate.nxEND-TO-END referee for the tools-API request-body fix (2026-08-23).34215
nx_torque.nx3D torque vector primitive (rotational analog of1428
nx_torque_test.nxtorque vector ops + cross-primitive902
nx_torrent_access.nxACCESS POLICY for torrent downloads + watch-while-stream, by AREA.482
nx_torrent_access_gate.nxreferee for the torrent download/stream AREA access policy.686
nx_torrent_acquisition_cli_gate_t270.nx362
nx_torrent_area_gate.nxreferee for the torrent daemon's R2 two-area routing + isolation.878
nx_torrent_bench.nxthe 1:1 torrent leaderboard, graded vs RESEARCH-VERIFIED incumbents.1488
nx_torrent_bench_test.nxKAT for the torrent leaderboard + emits the table to stdout.672
nx_torrent_capbench.nxMULTIVARIATE COMPETITIVE CAPABILITY BENCHMARK (S-class feature, B0-B2).1868
nx_torrent_clean.nxSOVEREIGN disk purge of leftover torrent folders. A folder is DELETED only11310
nx_torrent_competitor_census.nxthe TORRENT lane's COMPETITOR-FEATURE census: how much of the qBittorrent/12011
nx_torrent_daemon.nxthe UI enabler (X-TORRENT-UI-001): an HTTP daemon that147366
nx_torrent_daemon_gate.nxSOVEREIGN verification of the MULTI-TORRENT /torrent daemon1549
nx_torrent_doctor.nxSOVEREIGN torrent diagnostic (replaces shell dumps; SHELL IS BLEED). Scans the1109
nx_torrent_extract.nxsplit a completed/partial download.part into the REAL files the torrent20114
nx_torrent_get.nxthe DOWNLOAD WORKER (X-TORRENT-LIVE-001 L5): magnet -> a real file on disk +104731
nx_torrent_get_acquisition_t270.nxthe DOWNLOAD WORKER (X-TORRENT-LIVE-001 L5): magnet -> a real file on disk +106633
nx_torrent_get_acquisition_t271.nxthe DOWNLOAD WORKER (X-TORRENT-LIVE-001 L5): magnet -> a real file on disk +107633
nx_torrent_heal_research_fetch.nxSOVEREIGN multi-source web-fetch for the TORRENT-HEAL / "resurrect1105
nx_torrent_health.nxS-CLASS FUNCTIONAL HEALTH MONITOR for /torrent (the "s-class exceed"30823
nx_torrent_keep.nxSOVEREIGN local keeper for the /torrent media daemon (:8097).776
nx_torrent_keep_gate.nxSOVEREIGN proof that the local keeper (nx_torrent_keep) supervises the media1047
nx_torrent_leech_probe.nxpull a WHOLE file off a BitTorrent seeder + verify every piece.2047
nx_torrent_live_probe.nxsovereign machine-proof that /torrent is LIVE on nishifamily.com.1184
nx_torrent_mkinfo.nxBUILD a BEP-3 v1 single-file torrent info-dict from a REAL file.16416
nx_torrent_peer_dl.nxORCHESTRATION (X-TORRENT-LIVE-001): a single-peer FULL-FILE download22511
nx_torrent_reseed.nxregister EVERY completed download in an area into the seeder registry so we SHARE1027
nx_torrent_seed.nxSOVEREIGN BitTorrent SEEDER (the missing UPLOAD half of the stack).58233
nx_torrent_seed_gate.nxSOVEREIGN LOOPBACK GATE for the BitTorrent SEEDER (nx_torrent_seed).1663
nx_torrent_seedeval.nxSEEDER EVALUATION (operator: "are we too scarce, or ignoring what's out1215
nx_torrent_sota_fetch.nxSOVEREIGN multi-source fetch of the REAL torrent-client STATE OF THE ART, so the815
nx_torrent_stream_gate.nxverify the stream-while-downloading logic against REAL data, with NO591
nx_torrent_stream_live_gate.nxLIVE verification of the deployed /torrent/stream endpoint.678
nx_torrent_up.nxSOVEREIGN bring-up + lifecycle for the /torrent UI stack (X-TORRENT-UI-002).15610
nx_totality.nxruntime markers for @total functions.1067
nx_totp_sha1.nxRFC 6238 TOTP with SHA-1 (Google Authenticator1165
nx_totp_uri.nxbuild otpauth:// enrollment URIs.1825
nx_totp_verify.nxTOTP code verification with clock-skew window.1073
nx_town_quality.nxper-kind grader for nx_town_layout output.1563
nx_tptp.nxTPTP (Thousands of Problems for Theorem Provers) format2539
nx_tptp_emit.nxTPTP CNF emitter.2069
nx_tptp_emit_test.nxemitter smoke + parser round-trip.1574
nx_tptp_formula.nxTPTP CNF formula body parser.1582
nx_tptp_formula_test.nxTPTP CNF parser smoke + end-to-end2002
nx_tptp_load.nxend-to-end TPTP CNF file loader.2104
nx_tptp_load_any.nxTPTP loader handling both cnf(...) and fof(...).2072
nx_tptp_load_test.nxend-to-end smoke: load real TPTP files732
nx_tptp_symtab.nxTPTP identifier -> integer id table.1207
nx_tptp_term.nxTPTP term grammar -> *Term constructor.1423
nx_tptp_test.nxsmoke for the TPTP foundation reader.551
nx_tptp_write_test.nxwrite a clause set to disk, read it back,871
nx_trace.nxspan-based tracing.1704
nx_trace_consent.nxper-call cross-device sharing consent gate.20710
nx_trace_consent_test.nxsmoke for nx_trace_consent.591
nx_trace_emit.nxOpenTelemetry-style span emission for the21212
nx_trace_emit_test.nxspan emission shape verification.801
nx_trace_log.nxbit-traceability persistence layer.1557
nx_trace_log_test.nxsmoke for nx_trace_log.561
nx_trace_merkle.nxmerkle-root summary of a provenance chain.1766
nx_trace_merkle_test.nxsmoke for nx_trace_merkle.581
nx_trace_query.nxfilter / count / project over CBOR span streams.2214
nx_trace_query_test.nxfilter/count/project shape verification.991
nx_tracker.nxBitTorrent HTTP tracker announce (bits-up), reuses the net1087
nx_tracker_list.nxDATA-DRIVEN tracker list parser (Cardinal 11: the tracker SET is config in836
nx_tracker_live.nxLIVE BEP-15 tracker announce (X-TORRENT-LIVE-001 L2): resolve real trackers977
nx_tracker_refresh.nxGROW the tracker list (operator: "trackers list needs to grow, not be static").726
nx_tracker_test.nxKAT for tracker announce build + compact-peer parse.451
nx_tracker_url.nxparse a BitTorrent tracker URL (from nx_magnet's tr= list) into1397
nx_transaction_kind.nxsealed transaction-type discriminator.734
nx_transducer_characterizer.nxmeta-level instrument characterization.2127
nx_transformer_block.nxfull Llama-class transformer block.3003
nx_transformer_stack.nxmulti-layer transformer forward composer.1723
nx_transformer_stack_test.nxsmoke for nx_transformer_stack.nx.2073
nx_transition.nxframe transitions for the editor (R4: stitch+transitions).652
nx_transition_gate.nxREFEREE for R4 (nx_transition).1204
nx_transponder_quiescence.nx"off means off" (Captain Moroni M2).1627
nx_transponder_quiescence_test.nxsmoke for nx_transponder_quiescence.671
nx_transport.nxSOVEREIGN transport CONTRACT + loopback reference impl (operator 2026-07-04: "we689
nx_transport_policy.nxTIERED TRANSPORT policy for the comms stack (lib, no main).1029
nx_treatment.nxCLI over nx_treatment_lib: does this board declare the three-step treatment (mcp, api, primitive,1417
nx_treatment_lib.nxTHE ONE TREATMENT RULER (ecosystem EC49, 2026-09-16): every capability gets the three-step37221
nx_treaty.nxbilateral cooperative resource agreement.2838
nx_treaty_test.nxsmoke for nx_treaty.1051
nx_treegen.nx★SOVEREIGN INFINIGEN: procedural VEGETATION (trees). A seed grows a UNIQUE tree by recursive53122
nx_treehash.nxCROSS-TREE CONTENT-IDENTITY MANIFEST. The hash half of nx_treediff.31110
nx_triage_ground.nxEVIDENCE-GROUNDS the capability-triage registry's has_organ column against19211
nx_triage_ground_gate.nxliar-killed GATE for the triage evidence-grounding organ. Proves the465
nx_trial_ethics.nxGTM SUITE / ETHICAL TRIAL PARTNER rung. Scores23815
nx_trial_ethics_test.nxgate for the ethical-partner scorecard.1533
nx_triangulation_algebra.nxL5 verification of algebraic1982
nx_triangulation_arith_500.nx500-primitive bulk arithmetic triangulation35131
nx_triangulation_arith_bulk.nxbulk arithmetic triangulation2171
nx_triangulation_battery.nxsubstrate-side triangulated proof1842
nx_triangulation_classical.nxtriangulated correctness proofs1212
nx_triangulation_crypto_fft.nxtriangulation battery 3.1342
nx_triangulation_graph.nxbattery 5: graph algorithms.1393
nx_triangulation_number_theory.nxnumber-theory property battery.1512
nx_triangulation_sort_string_graph.nxbattery 4.1263
nx_trie.nxbyte-keyed trie (prefix tree).16210
nx_trig.nxcos / sin primitives in Q10 fixed point.2688
nx_trig_kat.nxKAT for nx_f32_cos/nx_f32_sin at rope-realistic arguments. RoPE at position p rotates the555
nx_trim.nxTiVo-style trim planner: turn a per-window keep/drop decision692
nx_trim_gate.nxREFEREE for MEDIA-STUDIO R3 (nx_trim).1374
nx_trimesh.nx★SOVEREIGN TRIANGLE-MESH RASTERIZER (operator 2026-07-10, frank feedback: "we just have circles,77456
nx_triple.nxAUTO-GENERATED from shape `scalar_unary_op`.201
nx_triple_companion_compose_test.nxheterogeneous 3-modality smoke.1942
nx_triple_each.nxAUTO-GENERATED from shape `array_transform_inplace`.281
nx_triple_each_test.nx151
nx_triple_test.nx91
nx_tropism.nxlocation-policy resolver.1885
nx_tropism_test.nxsmoke for nx_tropism.941
nx_trust.nxNishi Office trust accounting (F506) CLI/MCP organ: self-verifying demo.441
nx_trust_gate.nxINDEPENDENT gate for trust accounting (imports the SAME shipped541
nx_trust_lib.nxNishi Office: client TRUST ACCOUNTING (F506, IOLTA / Utah RPC 1.15).1355
nx_trust_state.nxbits-up trust-state classifier for substrate24311
nx_trust_state_test.nxKAT for trust-state classifier.1311
nx_trust_store_load_from_certdata.nxBOOT-TIME CA TRUST1433
nx_trust_store_load_from_certdata_e2e_test.nxREAL2507
nx_trust_store_load_from_certdata_test.nxKAT for the441
nx_ts.nxUnix epoch <-> calendar / ISO-8601 conversion.2106
nx_ts2fmp4.nxSOVEREIGN STREAMING MPEG-TS -> fragmented-MP4 remux (no re-encode, no ffmpeg).39915
nx_ts2mp4.nxSOVEREIGN MPEG-TS -> MP4 REMUX (no re-encode, no ffmpeg). Demuxes an H.264-in-TS cam2628
nx_ts_drain_gate.nxTS2: THE PROCESS MUST KEEP SERVING AFTER TERM.39513
nx_ts_drain_lib.nxTS2: COOPERATIVE DRAIN ON TERM, with a DERIVED deadline.1996
nx_ts_dur.nxMPEG-TS total duration via FIRST + LAST PCR (no full-file scan; reads only an1025
nx_ts_es.nxMPEG-TS -> H.264 elementary-stream helpers, LIFTED VERBATIM from1003
nx_ts_index.nxSOVEREIGN media index ("NXVI", our own format) for an MPEG-TS recording.2528
nx_ts_marks.nxsovereign CLIP-ANALYSIS markers for a media asset (the first "clip analysis" payload37413
nx_ts_marks_gate.nxunit gate for the dead-air (silence) clip-analysis logic. Tests the pure1463
nx_ts_nal.nxcodec-aware NAL classification for MPEG-TS elementary streams.1409
nx_ts_nal_gate.nxproof for the HEVC indexing hole (2026-07-31).1772
nx_ts_partial_gate.nxproves PARTIAL-BITFIELD seeding: ts_load_have reads download.done (sibling of the323
nx_ts_probe.nxRung 1 of the sovereign MPEG-TS -> fMP4 remuxer. Parses an MPEG-TS file (188-byte1875
nx_ts_slot_lib.nxTS3: THE SLOT-FLIP DECISION CORE (importable, no main).21510
nx_ts_slot_router.nxTS3: THE FRONT DOOR ITSELF (the thin daemon around nx_ts_slot_lib).741
nx_ts_slot_router_gate.nxTS3: A FLIP THE CLIENT CANNOT SEE, AND A COLD SLOT IT REFUSES.41911
nx_tstp_emit.nxTSTP-format proof serializer.1103
nx_tstp_emit_test.nxTSTP proof serializer smoke.993
nx_tsv.nxTab-separated values reader + writer.2357
nx_tsvcensus.nxWHICH .tsv FILES DOES ANY ORGAN ACTUALLY READ? The migrate-or-retire worklist.43512
nx_tsvdrain.nxDRAIN THE TSV LANE: migrate every UNCONSUMED .tsv into a sovereign plane, then retire35010
nx_ttf_raster.nxSOVEREIGN TrueType RASTERIZER (the font engine for the Nishi browser + OS). Parses a real25711
nx_ttf_sdf.nxL2 rung: SIGNED DISTANCE FIELD generator (resolution-independent glyph rendering, the non-neural20214
nx_ttf_subpixel.nxSUBPIXEL / ClearType rendering (L1-2 LCD crispness rung). On an RGB-stripe LCD each pixel19913
nx_tts_formant.nxR2.0 of the sovereign VOICE-YOU-CAN-HEAR (embodiment census R2, hardware-up rung 1).15310
nx_tts_seq.nxR2.2 sovereign voice: a PHONEME SEQUENCER (the architecture that generalizes to any word once15513
nx_tts_speak.nxR2.3: TEXT-TO-SPEECH. The GENERATOR that supersedes the fixed-word demos (nx_tts_word "hi",31222
nx_tts_word.nxR2.1 of the sovereign voice: from vowels to a WORD. Two upgrades over nx_tts_formant:15112
nx_ttt_bits_up_e2e.nxREAL bits-up end-to-end test driving the1062
nx_tty.nxterminal output primitives (ANSI escape sequences).16714
nx_tty_test.nxsmoke for the user-interaction output layer. 341
nx_turn_msgintegrity.nxTURN MESSAGE-INTEGRITY (RFC 5389 §15.4).1343
nx_turn_relay.nxSovereign TURN relay foundation (RFC 5766/8656).88325
nx_tuya_emit_a64.nxSOVEREIGN emitter: NishiLang -> aarch64 .s for the TUYA smartconfig1165
nx_tuya_lan_research_fetch.nxPhase A research: SOVEREIGN fetch of the Tuya LAN (local) control605
nx_tuya_pair_research_fetch.nxPATH B research: SOVEREIGN fetch of the EXACT Tuya pairing665
nx_tuya_smartconfig.nxSOVEREIGN Tuya smartconfig BROADCAST encoder.893
nx_tuya_smartconfig_gate.nxKAT for the sovereign Tuya broadcast encoder vs tuya-convert291
nx_twin_key.nxtwo-party authorized bypass (Captain Moroni).22011
nx_twin_key_test.nxsmoke for nx_twin_key.621
nx_twincard.nxCLI over nx_twincard_lib (aesthetictwin AT23, 2026-09-16): the twin card the operator asked for, "more1997
nx_twincard_gate.nxthe referee for nx_twincard_lib (aesthetictwin AT23, 2026-09-16). In-process, on fixtures built at2472
nx_twincard_lib.nxTHE TWIN CARD: one declared person or synth, every value on a declared axis with its SIDE, unit, method64433
nx_twinface.nxaesthetictwin AT35 (2026-09-17): render the estate's own generated face (an nx_persongen identity over722
nx_twinfit.nxaesthetictwin AT34 (2026-09-17): THE TWIN LOOP'S FIRST RUNG, the reachable axis envelope. The photo ruler4807
nx_twinfit_gate.nxthe referee for nx_twinfit_lib (aesthetictwin AT34 / AT35 / AT40, 2026-09-17). The target reader is held3226
nx_twinfit_lib.nxaesthetictwin AT34/AT35 (2026-09-17): THE TWIN LOOP'S SUBSTRATE. One library that (1) builds a face from87057
nx_twinreport.nxCLI over nx_twinreport_lib (aesthetictwin AT42, 2026-09-17): from a card, or from a seed range, to543
nx_twinreport_gate.nxgate for the card-to-visible-result call (aesthetictwin AT42, 2026-09-17). In-process over1114
nx_twinreport_lib.nxFROM A CARD TO A VISIBLE RESULT IN ONE CALL (aesthetictwin AT42, 2026-09-17).29615
nx_twintruth_gate.nxthe referee for the eye unit's landmark truth in nx_twinfit_lib (aesthetictwin AT39, 2026-09-17; split2706
nx_txtscan.nxCLI over nx_txtscan_lib: sovereign, BYTE-ORIENTED text search.22311
nx_txtscan_gate.nxREFEREE for nx_txtscan_lib (byte-oriented text search).1203
nx_txtscan_lib.nxBYTE-ORIENTED text search. The unit of a match is an OFFSET, never a line.13910
nx_type_alias_test.nxREGRESSION GUARD for T#nx-int-alias-size-0.641
nx_type_layout_gate.nx572
nx_types.nxshared struct definitions for the NishiLang self-host. 6390
nx_typo_render_census.nx"neural beats rasterization?" + cover ALL electronic levels/screens. HONEST MAP,646
nx_typo_render_research_fetch.nxNishi RESEARCHER: ground the FULL glyph-RENDERING ladder ("neural beats745
nx_u2048.nx2048-bit unsigned big-int (64 × 32-bit limbs).19715
nx_u2048_mul.nx2048x2048 -> 4096-bit schoolbook multiplication1318
nx_u256.nx256-bit unsigned big-integer primitives.35518
nx_u256_mul.nx256 x 256 -> 512-bit unsigned multiplication.1728
nx_u256_mul4_fuzz.nxdifferential fuzz: the G2 4x64 multiply631
nx_u256_mul_test.nxKAT for the 256x256 -> 512 wide-multiply.2071
nx_u256_test.nxKAT for 256-bit unsigned big-int primitives.1791
nx_u384.nx384-bit unsigned big-int big-int (12 × 32-bit limbs).24117
nx_u384_mul.nx384x384 -> 768-bit schoolbook multiplication +1107
nx_u384_test.nxKAT for the 384-bit big-int primitives.831
nx_u4096.nx4096-bit unsigned big-int (128 × 32-bit limbs).21016
nx_u4096_mul.nx4096x4096 -> 8192-bit schoolbook multiplication1368
nx_u4096_mul_test.nxKAT for the 4096x4096 -> 8192 wide-multiply.2041
nx_u4096_test.nxKAT for the 4096-bit big-int primitives.1311
nx_u8_load_test.nxisolated u8-load codegen check.432
nx_udp.nxsovereign UDP socket primitives.996
nx_udp_loopback.nxproves SOVEREIGN UDP sockets on the nx_syscalls (rv64->x86_64) layer,824
nx_udp_rv.nxnative-lane UDP socket primitives.666
nx_udp_tracker.nxBitTorrent UDP tracker protocol (BEP-15), bits-up.1059
nx_udp_tracker_announce.nxBEP-15 UDP tracker ANNOUNCE round-trip (X-TORRENT-LIVE-001 R2b-ii):1174
nx_udp_tracker_test.nxKAT for the UDP tracker protocol (BEP-15).611
nx_uefi_fence_gate.nxF948 "never-brick FENCE gate for UEFI-on-metal" (os lane; deps F103c=D; 2026-07-21).3317
nx_ui.nxdemo of the sovereign interactive frontend (renders to stdout).161
nx_ui_exceed.nxthe HONEST measured S-class-exceed scorecard: where our UI provably EXCEEDS the field on776
nx_ui_judge.nxthe AUTONOMOUS UI competency judge. Reads a data-driven rubric (web_assets/ui_rubric.conf:15610
nx_ui_lib.nxsovereign INTERACTIVE-FRONTEND render lib (fd-based, no main).12214
nx_ui_map.nxsovereign map of the OLD Elder AI frontend, so the sovereign rebuild can match/exceed its11812
nx_ui_serve.nxserve the sovereign interactive UI LIVE, now STATEFUL.741
nx_ui_ship_gate.nxthe S-class LOCK-IN gate (wire into emitter/CI compile-gates).1198
nx_uibuilder_research_fetch.nxSOVEREIGN researcher for the 2025/26 AI-UI-BUILDER SOTA (operator: "glm575
nx_uleb.nxLEB128 (unsigned + signed) encoders + decoders.1915
nx_ulid.nxUniversally Unique Lexicographically Sortable ID.1984
nx_umulhi_kat.nxKAT for the G2 wide-multiply primitive __umulhi64.331
nx_uncanny_valley.nxcomposite "person doesn't belong in scene" detector.991
nx_unchoke_gate.nxEXECUTION-level proof of the bulk unchoke-patience fix (the seedeval "IGNORING" bug:1027
nx_undefprobe.nxseq1012 witness: an UNDEFINED identifier must FAIL THE BUILD loudly.101
nx_underbuilt_board.nxR6 THE UNDERBUILT-PART BOARD (cadtwin ladder; operator: identify underbuilt972
nx_underbuilt_fetch.nxR6 of the CAD car-twin ladder (nx_cadtwin_census P6b): bank the REAL NHTSA685
nx_underbuilt_lib.nxR6 parse/tally core for the NHTSA underbuilt-part signal (LIB, no main; imported24913
nx_underridge_cleaner.nxthe UNDER-RIDGE toilet-bowl cleaner head, GENERATED OUT OF14014
nx_underridge_cleaner_gate.nxGATE: the under-ridge cleaner is GENERATED OUT OF THE1174
nx_underridge_gcode_gate.nxclose the SOVEREIGN chain at the transfer boundary: the794
nx_underridge_gel_gate.nxGATE for the gel-delivery hook (the "really powerful vs black1095
nx_underridge_hook_gate.nxGATE for the CANDY-CANE HOOK variant of the cleaner: the head1275
nx_underridge_hook_gcode_gate.nxclose the SOVEREIGN chain for the REAL geometry: the824
nx_underridge_hook_petg_gate.nxprint the hook cleaner in the CORRECT material for a wet,874
nx_underridge_master_gate.nxthe CAPSTONE: one definitive, print-ready file with EVERY954
nx_underridge_nevergate.nxthe NEVER-BREAK-THE-TOILET gate. Rule 26 ("never brick the854
nx_undertone_class.nxTier 4 skin-undertone classification.2745
nx_undopath_lib.nxDOES EACH DEPLOY TARGET'S REVERSE GEAR REVERSE ITS OWN SUBJECT?39715
nx_unet_block.nxdiffusion-model ResBlock composer.2093
nx_unicode_math.nxUnicode math symbol library, no LaTeX needed.12464
nx_unidoc.nxCLI over nx_unidoc_lib: the unified document page (rung UD1 of /compare/unidoc).513
nx_unidoc_gate.nxINDEPENDENT GATE for the unified document page (nx_unidoc_lib, rung UD1 of /compare/unidoc).1276
nx_unidoc_lib.nxTHE UNIFIED DOCUMENT PAGE (rung UD1 of /compare/unidoc, 2026-09-03).51828
nx_unified_solver.nxthe "one ring" dispatcher.1586
nx_unified_solver_test.nxsmoke for unified dispatcher + UF SMT.981
nx_unify.nxfirst-order terms + Robinson unification.25712
nx_unify_test.nxRobinson unification smoke.941
nx_unit_ops.nxFOOD-SCIENCE SUITE / UNIT OPERATIONS rung. The process757
nx_unit_ops_test.nxsmoke for nx_unit_ops. Proves conserved mass341
nx_unitconv.nxMEASUREMENT SYSTEMS + EXACT CONVERSION (engineering-twin metrology substrate).2068
nx_units.nxSI units + dimensional-analysis engine.13327
nx_unix_socket.nxUnix-domain stream-socket primitive.602
nx_unread_sensor.nxWHICH STATUS ARTIFACTS DOES NOTHING NAME.2563
nx_unread_sensor_gate.nxproves the unread-sensor census, BOTH POLARITIES.1312
nx_unread_sensor_lib.nxthe pure core of the UNREAD-SENSOR census.18510
nx_unsloth_benchmark_census.nxset up UNSLOTH STUDIO as the comprehensive BENCHMARK target (operator).604
nx_unsloth_determinism_h2h_gate.nxFIRST measured head-to-head on the Unsloth benchmark: DETERMINISM.749
nx_unsloth_scorecard_gate.nxthe COMPREHENSIVE honest Unsloth-benchmark scorecard (backend + frontend).664
nx_unsloth_toolcall_h2h_gate.nxturn the tool-calling PARITY line into a MEASURED win on the one honest737
nx_unsloth_ui_benchmark_census.nxextend the Unsloth benchmark to the UI/FRONTEND layer (operator:584
nx_unsloth_ui_h2h_gate.nxFRONTEND head-to-head on the Unsloth benchmark: embeddable widget bundle +585
nx_untar.nxextract files from a USTAR archive (.tar or .tar.gz) into a directory INSIDE the sovereign1879
nx_upnp_gate.nxproves the deterministic UPnP-IGD parsers: up_ip_parse (dotted -> octets), up_parse_url404
nx_upnp_igd.nxSOVEREIGN UPnP-IGD port mapping: auto-open :6881 on routers that speak UPnP (what most19613
nx_upsample.nx2x upsample for 4D feature maps.3556
nx_urf.nxsovereign URF (Apple Raster / UNIRAST) document encoder. Wraps the shared PWG RLE in the794
nx_urf_make.nxgenerate a real test-pattern page and write a sovereign .urf artifact to disk.995
nx_urf_test.nxgate for the sovereign URF/PWG raster encoder (R-RASTER-0).1292
nx_uri.nxRFC 3986 URI / URL structural parser.2655
nx_url.nxminimal URL parser (RFC 3986 subset).2373
nx_url_canon.nxHTML attribute -> WIRE URL canonicaliser. LIB (no main, no imports).34010
nx_url_canonical.nxURL percent-encoding + decoding (RFC 3986).1557
nx_url_params.nxbits-up URL query-string parser for the Nishi1477
nx_url_params_test.nxsmoke for nx_url_params.nx.673
nx_url_parse_test.nxdoes nx_url_parse keep the PATH when the URL has an264
nx_url_resolve.nxRFC 3986 §5.2 relative-URL resolution.3746
nx_url_resolve_test.nxKAT for RFC 3986 §5.2 examples.1085
nx_url_safety_gate.nxREFEREE for nx_url_safety_lib (the ONE SSRF URL ruler, mediaingest R11).1333
nx_url_safety_lib.nxTHE ONE SSRF URL-SAFETY RULER (/compare/mediaingest R11 ge_edge_push).1528
nx_urlcanon.nxURL canonicalization for crawl de-duplication.792
nx_urlcanon_test.nxKAT for URL canonicalization.352
nx_utf8.nxUTF-8 validator + codepoint decoder (RFC 3629).2374
nx_util.nxshared small utilities, ONE source of truth.302
nx_util_gate.nxthe nx_util gate as PURE NISHILANG, orchestrated by the432
nx_util_test.nxKAT for the shared nx_util (iabs, bytes_eq). The311
nx_uuid.nxRFC 4122 UUIDv4 + RFC 9562 UUIDv7.1554
nx_uuid5.nxUUIDv5 (SHA-1 namespace + name -> UUID).1266
nx_uuid_v1.nxUUID v4 (random) + v7 (time-ordered) generators.1526
nx_uv_adaptive_prepare_candidate_t280.nxAnalyzes UV charts to count zero, positive, and negative areas in seam calculations.1149
nx_uv_cached_solver_candidate_t280.nxCaches UV solve data per model to improve performance and reduce recomputation.1595
nx_uv_cached_solver_gate_t280.nxValidates UV chart topology and cached solver consistency across multiple models.673
nx_uv_chart_reuse_gate_t280.nx262
nx_uv_chart_topology_candidate_t280.nx461
nx_uv_closed_cut_candidate_t280.nxComputes a graph-shortest path cut between approximate-diameter pins in a chart-preserving manner.672
nx_uv_closed_cut_gate_t280.nxValidates and modifies 3D models to ensure closed, consistent geometric properties and budget constraints.754
nx_uv_cotangent_audit_t280.nx322
nx_uv_disk_validation_candidate_t280.nx221
nx_uv_disk_validation_gate_t280.nx343
nx_uv_dual_partition_candidate_t280.nxPartitions a chart's dual face graph into two connected components based on shortest-path distances.803
nx_uv_dual_partition_gate_t280.nx362
nx_uv_gram_actual_gate_t280.nx395
nx_uv_gram_solver_candidate_t280.nxSolves least-squares problems using a graph-based operator and compensated dot product for numerical stability.17711
nx_uv_gram_solver_gate_t280.nx373
nx_uv_harmonic_actual_gate_t280.nx395
nx_uv_harmonic_candidate_t280.nxSets up a harmonic boundary condition using a rational unit circle parameterization for UV grid solving.831
nx_uv_harmonic_gate_t280.nx352
nx_uv_planar_subdivision_gate_t280.nx343
nx_uv_precision_witness_t280.nx323
nx_uv_quality_candidate_t282.nxEvaluates UV quality metrics for triangles in a mesh, tracking orientation, area, and anisotropy.775
nx_uv_quality_gate_t282.nx312
nx_uv_quality_packet_candidate_t282.nx432
nx_uv_stretch_actual_t281.nx383
nx_uv_stretch_candidate_t281.nxOptimizes UV stretch energy using symmetric Dirichlet penalties and gradient-based updates.877
nx_uv_stretch_derivative_gate_t281.nx301
nx_uv_stretch_gate_t281.nx171
nx_uv_worker_liveness_t280.nx71
nx_uvunwrap_gate.nxthe gate for nx_uvunwrap_lib (/compare/dcc DC5).51014
nx_uvunwrap_lib.nxA GENERAL UV UNWRAP FOR AN ARBITRARY MESH, WITH A DISTORTION REFEREE (/compare/dcc DC5).164269
nx_ux_research_fetch.nxthe Nishi RESEARCHER's sovereign LIVE fetch grounding the BROWSER UX/CX815
nx_ux_score.nxscore a render journal against UX standard clauses.2925
nx_ux_standard.nxsealed-enum catalogue of UX standards clauses.2146
nx_ux_triangulate.nx≥3-independent-sources-agree gate.1265
nx_ux_triangulate_w3c_kat_test.nxstandalone KAT for the new1502
nx_uxcx_grade.nxsovereign UX/CX grader core (substrate-native).15616
nx_uxcx_grade_run.nxsovereign UX/CX grader RUNNER.594
nx_uxcx_grade_test.nxsovereign gate for the UX/CX grader.701
nx_uxf_cid.nxUXF arc R1c: the SELF-DESCRIBING multicodec/profile CID, built ON TOP704
nx_uxf_cid_gate.nxthe D001 MIGRATION of nx_uxf_cid_test onto nx_gate_verdict (2026-09-06).1043
nx_uxf_cid_test.nxKAT + negative controls for the self-describing multicodec CID.945
nx_uxf_config_gate.nxthe D001 MIGRATION of nx_uxf_config_test onto nx_gate_verdict (2026-09-06).872
nx_uxf_config_test.nxUXF arc #3: a NEW profile (CONFIG) on the SAME envelope, proving a fresh574
nx_uxf_corpus_migrate.nxUXF arc D-1: SCALE the migration -- "replace the TSVs" (plural).1366
nx_uxf_corpus_persist.nxUXF arc #1 (production wire), rung 1: persist the WHOLE corpus into1908
nx_uxf_decode.nxUXF arc R1c-2: the TOLERANT-READER decoder for canon_cid's NXR1612
nx_uxf_decode_gate.nxthe D001 MIGRATION of nx_uxf_decode_test onto nx_gate_verdict (2026-09-06).952
nx_uxf_decode_test.nxthe TOLERANT-READER (house-of-cards) KAT.904
nx_uxf_ebml_gate.nxthe D001 MIGRATION of nx_uxf_ebml_test onto nx_gate_verdict (2026-09-06).731
nx_uxf_ebml_test.nxUXF arc #2 (real remux), rung 2: the EBML/Matroska parser primitive --986
nx_uxf_extract.nxUXF arc R1b-3: the DATA-DRIVEN multi-source EXTRACT + CORROBORATION1529
nx_uxf_extract_avro.nxUXF arc R1b-2: the sovereign EXTRACT pass over the1117
nx_uxf_fetch_avro.nxUXF arc R1a: SOVEREIGN external fetch of the DECOUPLING1362
nx_uxf_fetch_protobuf.nxUXF arc R1b-3: SOVEREIGN external fetch of the SECOND1242
nx_uxf_media_asset_gate.nxthe D001 MIGRATION of nx_uxf_media_asset_test onto nx_gate_verdict (2026-09-06).1184
nx_uxf_media_asset_test.nxUXF arc C: a MEDIA asset as a first-class ENVELOPE citizen, end to1026
nx_uxf_mp4box_gate.nxthe D001 MIGRATION of nx_uxf_mp4box_test onto nx_gate_verdict (2026-09-06).1282
nx_uxf_mp4box_test.nxUXF arc #2 (real remux), rung 1: the ISO-BMFF (MP4) container BOX12310
nx_uxf_negotiate.nxUXF arc B: ENDPOINT-ADAPTIVE capability negotiation -- "never a walled966
nx_uxf_negotiate_gate.nxthe D001 MIGRATION of nx_uxf_negotiate_test onto nx_gate_verdict (2026-09-06).741
nx_uxf_negotiate_test.nxKAT for endpoint-adaptive negotiation. Headline: MKV(H.264/AAC) @733
nx_uxf_remux.nxFM4: the frame-level LOSSLESS REWRAP, extracted from nx_uxf_remux_test so that it has a13613
nx_uxf_remux_gate.nxFM4: drives the EXTRACTED uxf_remux_frame and proves the rewrap is lossless.841
nx_uxf_remux_test.nxUXF arc #2 (real remux), rung 3: the remux DATA-FLOW, end to end.11114
nx_uxf_sqlite_workload.nxUXF arc #4 (true 1:1 bench), prep: SOVEREIGNLY generate the EXTERNAL684
nx_uxf_store_bench.nxUXF arc R3: MEASURED exceed vs SQLite, on the sovereign seg_store.1335
nx_uxf_tsv_migrate.nxUXF arc R2: the ORIGINAL crash goal made real -- REPLACE A TSV.1566
nx_uxf_tsv_persist.nxUXF arc R2b: the FULL data pipeline, end to end on real data.1596
nx_uxf_tsv_persist_gate.nxthe D001 MIGRATION of nx_uxf_tsv_persist onto nx_gate_verdict (2026-09-06).2074
nx_uxf_wms_bridge_test.nxUXF arc #1 rung-2: WMS<->envelope integration, READ-ONLY.1095
nx_uxtest_research_fetch.nxthe Nishi RESEARCHER's sovereign LIVE fetch of the UI-TESTING state of835
nx_v7_bundle.nxtyped measurement bundle for the V7 detection pipeline.1778
nx_v7_bundle_test.nx571
nx_vacuole.nxsealed content-addressed storage.1288
nx_vacuole_test.nxsmoke for nx_vacuole.581
nx_vad.nxvoice activity detection. Phase 4a piece 4/5.1575
nx_vae_decode_stage.nxone stage of a VAE decoder.2123
nx_vae_tile.nxoverlapping tile split + alpha-feathered blend.38810
nx_validation.nxGO-TO-MARKET / VERIFICATION & VALIDATION. Turns a1616
nx_validation_cycle.nxmonthly validation cycle orchestrator.2018
nx_validation_cycle_test.nxmonthly cycle smoke (parallel shards). 1321
nx_validation_test.nxsmoke for nx_validation. Proves the model-derived701
nx_value.nxshape-free tagged tree representation.29517
nx_value_parse_csv.nxbytes -> NxValue (ARRAY of OBJECTs).5138
nx_value_parse_csv_test.nxsmoke for CSV/TSV DOM parser.871
nx_value_parse_json.nxbytes -> NxValue tree (DOM, not stream).4789
nx_value_parse_json_test.nxproves the generic JSON DOM works1482
nx_value_test.nxend-to-end smoke for nx_value tagged tree.1281
nx_valuecensus.nxGIVEN A VALUE, REPORT ITS POPULATION IN EVERY NOTATION. The mechanical defence20710
nx_vamx2_research_fetch.nxbank the ACTUAL soft-body bar the operator pointed at (2026-07-03: "i meant342
nx_vamx_research_fetch.nxGROUND THE VIRT-A-MATE-CLASS BAR (operator 2026-07-03: "beyond virtamate and542
nx_var_gate.nxF991 INDEPENDENT GATE: VaR + Expected Shortfall.1104
nx_var_lib.nxF991 (risk core): VALUE-AT-RISK + EXPECTED SHORTFALL, integer-exact, fail-closed.906
nx_varcensus.nxTHE VaM CORPUS CENSUS SURFACE (laptop-local lane, 2026-09-11).136531
nx_varcensus_candidate_t139.nxTHE VaM CORPUS CENSUS SURFACE (laptop-local lane, 2026-09-11).148834
nx_varcensus_lib.nxthe VaM corpus census's DATA-DRIVEN pieces, importable by the CLI (nx_varcensus) and its gate.59439
nx_varcensus_member_gate_t139.nxPrivate selected-member CLI qualification; no archive payload is emitted.10458
nx_varfacts.nxCLI: VaM .var package measurements into the refcorpus plane.24911
nx_varfacts_candidate_t139.nxVaM .var PACKAGE FACT EXTRACTION CORE (conversion tier, VaM lane).72930
nx_varfacts_lib.nxVaM .var PACKAGE FACT EXTRACTION CORE (conversion tier, VaM lane).70829
nx_varfacts_member_gate_t139.nxPrivate selected-member integrity qualification. Real garment JSON compressed member only.9851
nx_varfacts_regression_gate_t139.nxPROVE THE .var LANE READS THE MANIFEST, NEVER THE ASSETS, AND REFUSES2277
nx_variant.nxfirst SNV caller from pileup base counts.3264
nx_variant_test.nxKAT for pileup aggregator + first SNV caller.3231
nx_variation_sweep.nxautonomous gap detection via controlled variation.3344
nx_varint.nxprotobuf-style variable-length integer encoding.1467
nx_varptr_test.nxdoes a `var p: *i64` (is_alloca=1) pointer subscript READ work today? Determines the multi-static fix scope.101
nx_vasc_gate.nxTHE GATE FOR THE VASCULATURE-TO-CHROMOPHORE JOIN, 2026-09-03.1653
nx_vasc_lib.nxGROWN VASCULATURE -> THE HAEMOGLOBIN FIELD THE SKIN LAYER SEES (2026-09-03)682
nx_vasoconstriction.nxcircuit breaker (blood-vessel constriction class).1116
nx_vasoconstriction_test.nxsmoke for nx_vasoconstriction.651
nx_vault_capture.nxSAVE, as a first-class sovereign verb. (v2: ref-root/phys-root split)107431
nx_vcc_color_wat.nxargless build-driver: lowers runtime/nx_vcodec_color_wasm.nx to WAT at a fixed651
nx_vcc_probe_wat.nxargless build-driver: lower runtime/nx_vmleak_probe.nx to WAT at a fixed path471
nx_vcf.nxVCF (Variant Call Format) single-line writer.4366
nx_vcf_test.nxKAT for VCF single-line SNV writer.2631
nx_vcodec.nxthe reusable sovereign video codec MODULE. The proven end-to-end encoder (intra keyframe with250884
nx_vcodec_color.nxsovereign COLOR foundation for the s-class video codec (operator 2026-06-23:395
nx_vcodec_color_codec.nxCOLOR on the REAL engine. Rather than ship my simpler WHT codec (H5/H6), this765
nx_vcodec_color_frame.nxRUNG H5 of the sovereign s-class video codec: the COLOR frame codec. Takes757
nx_vcodec_color_wasm.nxthe BROWSER entry wrapper for the COLOR codec, fixed-offset linear-memory model10812
nx_vcodec_inter.nxRUNG H6 of the sovereign s-class codec: COLOR inter-prediction (P-frames). Each382
nx_vcodec_nf.nxLEARNED decoder-side RESTORATION FILTER (NEURAL track rung 1, task #46; operator924
nx_vcodec_nf_table.nxStores magic numbers and configuration values for video codec noise filtering operations.2961
nx_vcodec_stage_bench.nxWHERE DOES THE ENCODE TIME GO. Stage attribution of the LIVE rct8 RTC encoder, per37915
nx_vcodec_stage_bench_recovery_20260912.nxWHERE DOES THE ENCODE TIME GO. Stage attribution of the LIVE rct8 RTC encoder, per38415
nx_vcodec_stream.nxRUNG H8 support: serialize the codec's quantized coefficients to a byte505
nx_vcodec_wasm.nxthe BROWSER entry wrapper for the sovereign video codec (nx_vcodec). Same wasm memory model as348
nx_vcore_a64_kat.nxthe video-core-on-ARM64 KAT wrapper. Compiled with nxc2 --target aarch64671
nx_vdeblock.nxwires the already-built H.264 luma deblocking edge filter (nx_h264_deblock, spec 8.7.2.3) into a451
nx_vdelta.nxsovereign INTER-FRAME video delta: the root-cause fix for the 8fps full-JPEG-frame relay.696
nx_vec.nxdynamic-array of i64 (Phase G7 in the roadmap).1109
nx_vec_add.nxAUTO-GENERATED from shape `pairwise_array_op`.281
nx_vec_add_test.nx181
nx_vec_and.nxAUTO-GENERATED from shape `pairwise_array_op`.281
nx_vec_and_test.nx181
nx_vec_index.nxR3 rung 1: a SOVEREIGN integer dense-vector store + exact cosine k-NN = the MILVUS/ANN12610
nx_vec_min.nxAUTO-GENERATED from shape `pairwise_array_op`.281
nx_vec_min_test.nx181
nx_vec_or.nxAUTO-GENERATED from shape `pairwise_array_op`.281
nx_vec_or_test.nx181
nx_vec_sub.nxAUTO-GENERATED from shape `pairwise_array_op`.281
nx_vec_sub_test.nx181
nx_vec_xor.nxAUTO-GENERATED from shape `pairwise_array_op`.281
nx_vec_xor_test.nx181
nx_vecexec.nxVECTORIZED EXECUTION (vectorized-exec, F-vec). The DuckDB model, single-core: operators16912
nx_vecexec_gate.nxproves the vectorized operators are CORRECT (identical to a scalar reference) and953
nx_vecmath.nxTHE SHARED INTEGER LINEAR-ALGEBRA FOUNDATION (PG2, procgen.plan, 2026-08-24).46548
nx_vecmath_gate.nxTHE GATE for the shared integer linear-algebra foundation (PG2, procgen.plan).3443
nx_vecmath_slerp_candidate_t181.nxTHE SHARED INTEGER LINEAR-ALGEBRA FOUNDATION (PG2, procgen.plan, 2026-08-24).49750
nx_vecmath_slerp_gate_t181.nxTests slerp interpolation of vectors with fixed-point precision and checks for errors.1563
nx_vein_signal.nxTier 5 visible-vein detector for thin-skin regions.3115
nx_ventropy.nxsovereign ENTROPY CODING of a quantized 4x4 coefficient block (V-R3). After transform+quant 14415
nx_verdict_phrase.nxhuman-legible phrasing for grader verdicts.48014
nx_verdictlog_gate.nxTHE REFEREE FOR FM3 AND FM4 OF /compare/failmodes.2785
nx_verdictlog_lib.nxTHE VERDICT-LOG RULER: read a detector's own recorded verdicts and say148057
nx_verification_verdict.nxsealed identity-verification verdict.958
nx_verify.nxCONSOLIDATED Nishi-unique verification tool (per NISHI_TOOL_ARCHITECTURE: 50+46218
nx_verify_ingest.nxverify the ingested-primitive JSONL artifact.2093
nx_verify_port_core.nxthe portability linter's SCANNER (importable; nx_verify's `portability` verb1509
nx_verify_tool_register.nxregister nx_verify (rule-11 magic gate + capability triage + SOTA racing423
nx_vertex_pipeline.nxworld-space vertex -> screen-space vertex.2804
nx_vesicle.nxtyped payload edge between cells.1136
nx_vesicle_test.nxsmoke for nx_vesicle.471
nx_vessel_csg.nxC1 of the VESSEL-DESIGN ladder: the printable VESSEL451
nx_vessel_csg_test.nxsmoke for nx_vessel_csg (C1).431
nx_vessel_design.nxH3 of the HARDWARE-IN-THE-LOOP ladder: DESIGN601
nx_vessel_design_test.nxsmoke for nx_vessel_design (H3).411
nx_vessel_emit.nxemit the C1 vessel solid as a printable binary STL.613
nx_vessel_emit_gcode.nxemit a print-ready G-code file for a real503
nx_vessel_faults.nxH2 of the HARDWARE-IN-THE-LOOP ladder: FAULT744
nx_vessel_faults_test.nxsmoke for nx_vessel_faults (H2, fault injection).471
nx_vessel_gcode.nxC2 of the VESSEL-DESIGN ladder: SLICE the printable491
nx_vessel_gcode_test.nxsmoke for nx_vessel_gcode (C2).422
nx_vessel_geometry.nxC0 of the VESSEL-DESIGN ladder: PARAMETRIC734
nx_vessel_geometry_test.nxsmoke for nx_vessel_geometry (C0).481
nx_vessel_io.nxH1 of the HARDWARE-IN-THE-LOOP ladder: realistic583
nx_vessel_io_test.nxsmoke for nx_vessel_io (H1, hardware-in-the-loop).591
nx_vessel_thermal.nxH0 of the VIRTUAL-PROTOTYPE / HARDWARE-IN-THE-725
nx_vessel_thermal_test.nxsmoke for nx_vessel_thermal (H0).461
nx_vessel_twin.nxCAPSTONE of the HARDWARE-IN-THE-LOOP ladder: the601
nx_vessel_twin_test.nxsmoke for nx_vessel_twin (HIL capstone).391
nx_vfsblock_lib.nxthe SOVEREIGN block-backed VFS + write-ahead JOURNAL library (NishiOS rung 4: closes the23929
nx_vid_dur_gate.nxSOVEREIGN gate for the container-duration parsers (vd_mp4_dur / vd_mkv_dur / vd_sniff).885
nx_vid_dur_lib.nxSOVEREIGN container-duration parsers (no main -> build the _gate). Reads the raw1058
nx_vidclass_adversary_gate.nxCRITIC/ADVERSARY red-team of the video-classification ruler (operator method:764
nx_vidclass_census.nxHONEST HAVE/PARTIAL/GAP census for the VIDEO-CLASSIFICATION SYSTEM (operator 2026-07-12:983
nx_vidclass_reality_check.nxthe HONESTY LOOP for the video-classification system (CLAUDE.md doctrine:833
nx_vidclass_research_fetch.nxSOVEREIGN Nishi researcher for the VIDEO-CLASSIFICATION SYSTEM (operator502
nx_video_client_wasm.nxthe Nishi Video BROWSER CLIENT CORE, for the112563
nx_video_codec.nxNishiVideo v1: I-frame intra-coded video codec.52214
nx_video_codec_v1_adapter.nxwraps NishiVideo v1 behind nx_codec.2135
nx_video_codec_wasm.nxthe SOVEREIGN video codec on the WIRE (task #27): YUV420 color wrapper over 69036
nx_video_feature_research_fetch.nxSOVEREIGN research round for the VIDEO FEATURE FRONTIER (operator825
nx_video_frame.nxwire frame format for Nishi sovereign video.1333
nx_video_get.nxSOVEREIGN streaming video downloader (X-TORRENT-LIVE-002 video rung). The engine16613
nx_video_h2h.nxTHE VIDEO-CALL HEAD-TO-HEAD JUDGE, SOVEREIGN AND RECEIPTED (2026-09-02).61417
nx_video_h2h_gate.nxTHE REFEREE for the video head-to-head JUDGE (2026-09-02).2648
nx_video_keytime_scope_probe_20260912.nxPrivate diagnostic for nx_vcodec_stage_bench's reused k1 identifier; no encoder or production state.151
nx_video_pose_coder.nxCV-based behavioral pose extraction from video.30810
nx_video_session.nxconcrete video-session subtype.13713
nx_video_ui_core.nxSOVEREIGN call-UI state machine. NO browser, NO WebSocket, NO getUserMedia, NO7710
nx_view_transform.nxCLI over nx_view_transform_lib.nx (GR23). The derivation, the LUT and the601
nx_view_transform_gate.nxIS THE VIEW TRANSFORM DERIVED, OR JUST TYPED?1434
nx_view_transform_lib.nxTHE ONE OWNER OF THE ESTATE VIEW TRANSFORM (GR23, 2026-08-28).25816
nx_virtio_spec_oracle_gate.nxTHE ORACLE ROW FOR `smallos`: corroborate OUR declared virtio-MMIO1949
nx_visdesc.nxGRAYSCALE VISUAL-SIMILARITY DESCRIPTOR (edge-orientation layout, integer).1445
nx_visdesc_gate.nxreferee for the Google-lite visual-similarity descriptor (nx_visdesc).1916
nx_vision_pipeline_test.nxfull-substrate integration test. 2631
nx_visual_arc.nxthe VISUAL SPINE for Elder AI image generation: fixes the "clothes stayed the same,16020
nx_visual_arc_gate.nxGATE for nx_visual_arc: proves the "clothes stayed the same, arcs never shifted"1305
nx_visual_hull.nxSILHOUETTE -> 3D FORM. Builds a signed field by intersecting the back-1687
nx_visual_hull_gate.nxliar-killed GATE for silhouette -> 3D form.1216
nx_visual_novel.nxVN0+VN1: the Nishi visual-novel ENGINE, bits-up30021
nx_visual_novel_test.nxVN0 KAT: the engine's ops, branching, vars,1183
nx_vit_encoder_layer.nxthe faithful f32 PRE-NORM ViT encoder block (the ViTPose repeated unit), composing the1606
nx_vit_encoder_layer_gate.nxvalidate the ViT encoder block WITHOUT a PyTorch reference: (E1) attention core on806
nx_vit_speed_probe.nxmeasure the software-f32 matmul rate (MAC/s) to decide if a FAITHFUL f32 ViTPose forward413
nx_vitals.nxmetabolic-signature attestation via external26310
nx_vitals_test.nxsmoke for nx_vitals.1461
nx_vitpose_forward.nxTHE CULMINATING RUNG: the full faithful f32 ViTPose-base forward, composing every gated1788
nx_vitpose_inspect.nxdump the safetensors HEADER (tensor manifest) of the downloaded model to a file, WITHOUT505
nx_vitpose_loadtest.nxprove nx_safetensors_load reads REAL tensor values from the downloaded 343MB ViTPose968
nx_vitpose_patchembed.nxFIRST assembly rung of the faithful f32 ViTPose forward: load the REAL patch-embed1016
nx_vitpose_prep.nxdecode the fetched JPEG + preprocess into the ViTPose input tensor, written to a file the595
nx_vitpose_preprocess.nximage -> ViTPose input tensor: bilinear-resize an RGB image [sh,sw,3] (u8 0-255,601
nx_vitpose_preprocess_gate.nxproof of resize+normalize: ImageNet normalize (hand-computed) + bilinear blend.514
nx_vizsla_census.nxthe MEASURED scoreboard for NISHI VIZSLA, the family personal assistant (operator2118
nx_vizsla_mcp_gate.nxGATE: the VIZSLA coordination tools are REAL MCP-level APIs. Drives the2629
nx_vizsla_notify_mcp_gate.nxGATE: the COMPOSING vizsla_notify tool runs over the tools/call1588
nx_vizsla_research_fetch.nxthe Nishi RESEARCHER's sovereign web-fetch for THE PERSONAL-ASSISTANT branch1075
nx_vizsla_tool_register.nxregister the VIZSLA personal-assistant coordination capabilities into the924
nx_vmd.nxVMD (Vocaloid Motion Data) MOTION DECODER: the MMD dance corpus, read sovereignly.55221
nx_vmleak_probe.nxa TINY wasm to stress the VM's per-operation allocation, with NO codec. probe(n)153
nx_vmotion.nxsovereign BLOCK MOTION COMPENSATION: the core trick VP8/H.264 use to beat plain tile-delta.33711
nx_vmtest_wasm.nxtiny wasm organ of known-answer bit-ops, to isolate whether nx_wasm_vm executes each opcode129
nx_vmvpred.nxMOTION-VECTOR PREDICTION (the H.264/VP9 MVP): instead of coding each block's absolute motion vector,182
nx_vmvres.nxefficient MV-RESIDUAL coding. After MV prediction (nx_vmvpred) most residual components are exactly 0223
nx_vnormals_gate.nxproves the vertex-normal consolidation, and proves the NON-consolidation.34513
nx_vnormals_lib.nxONE OWNER for AREA-WEIGHTED smooth per-vertex normals over an AoS vertex buffer1212
nx_vocops.nxthe SOVEREIGN NEURAL-VOCODER OP LIBRARY (no main; imported by the HiFi-GAN generator forward).1116
nx_vocops_test.nxbyte-exact KATs for the neural-vocoder op library (conv1d, conv_transpose1d, leaky_relu,655
nx_vod_manifest.nxsovereign VOD manifest (the bitrate ladder + playlist9711
nx_vod_segment.nxsovereign VOD segment container (the "chunk" of a9513
nx_voice_clone_synth.nxVOICE-CLONE-001 rung 2: CREATE new audio in a782
nx_voice_clone_synth_gate.nxREFEREE for VOICE-CLONE-001 rung 2 (create).1555
nx_voice_codec.nxNishiVoice v1: the composition primitive that3536
nx_voice_codec_tier.nxtier-adaptive parameter selection.1092
nx_voice_codec_v1_adapter.nxwraps NishiVoice v1 behind nx_codec.2305
nx_voice_codec_v2.nxNishiVoice v2: the REAL LPC-residual voice codec the v1 skeleton described but didn't build.13510
nx_voice_eval.nxTHE RULER (voice-realism census V0): a sovereign OBJECTIVE audio-naturalness evaluator so1454
nx_voice_fec.nxforward error correction for the Nishi voice1927
nx_voice_frame.nxPhase 4a foundation: sovereign voice-codec1906
nx_voice_read.nxVOICE-CLONE-001 rung 5-FUSE: a CLONED VOICE READING WORDS.823
nx_voice_read_gate.nxREFEREE for VOICE-CLONE-001 rung 5-FUSE (voice reads words).1558
nx_voicegen_research_fetch.nxSOVEREIGN research round on HUMAN-REALISTIC voice + sound synthesis (operator795
nx_voicegen_sota_fetch.nxDEEP SOTA research (operator 2026-07-04: "are we only still finding wikipedia795
nx_voiceprint.nxVOICE-CLONE-001 rung 1: a sovereign SPEAKER-IDENTITY1273
nx_voiceprint_gate.nxREFEREE for VOICE-CLONE-001 rung 1 (voiceprint).1796
nx_voronoi.nx2D Voronoi diagram (procgen LAYER 3).2276
nx_voronoi_test.nxsmoke for 2D Voronoi. 1181
nx_voxel_native.nxPLAYABLE first-person RAYCAST voxel explorer (the 3rd game mode:36221
nx_voxel_world.nxPARAMETERIZED sovereign 3D-world renderer: a game-SPEC (DATA) -> a rendered world.36534
nx_voxgrid.nx3D voxel grid storage with palette packing.27110
nx_vp8.nxVP8 lossy: the boolean entropy decoder and keyframe header.2189
nx_vp8_gate.nxproves the VP8 boolean decoder and keyframe header.1873
nx_vp8_kf.nxVP8 lossy KEYFRAME decoder (intra-only): the C3 rung.58911
nx_vp8_kf_gate.nxgate for C3 of the codec-chokepoint program: the lossy2288
nx_vp8_pred.nxPerforms inverse DCT and intra prediction for VP8 keyframes in the Nishi sovereign ecosystem.45027
nx_vp8_tables.nxVP8 keyframe constant tables, GENERATED from RFC 63865027
nx_vp8probe.nxDIAGNOSTIC bring-up harness for the C3 VP8 keyframe1675
nx_vpick_gate.nxthe gate for nx_vpick_lib (/compare/dcc DC4: ray-pick and a transform gizmo).88215
nx_vpick_lib.nxDC4 of the /compare/dcc board: RAY-PICK and a TRANSFORM GIZMO for the sovereign78829
nx_vq.nxVECTOR QUANTIZATION, the first rung of the sovereign neural-audio moonshot. Instead of scalar-quantising394
nx_vq_train.nxLloyd's algorithm (k-means) VQ codebook training: moonshot rung #2. Given a training set of LPC433
nx_vqoe_research_fetch.nxGROUND video-call QoE BENCHMARKING (operator 2026-07-03: "provide fps and612
nx_vram_estimate.nxSOVEREIGN VRAM footprint estimator for DiT inference (Z-Image + LTX) under levers.724
nx_vrate.nxsovereign RATE CONTROL for the video codec (V-R4): map the measured link tier -> quantization383
nx_vskip.nxsovereign SKIP-BLOCK coding (V-R6). When a block matches its motion prediction closely (residual162
nx_vsubpel.nxPerforms half-pel and quarter-pel sub-pixel interpolation for motion compensation in video encoding.1566
nx_vsz_pig.nxTEST FIXTURE for the VSZ watchdog's live kill-path proof: balloons its own VSZ to ~40GB191
nx_vsz_watchdog.nxONE-SHOT VSZ watchdog CLI (cron/piggyback-invoked): kills a conf-listed daemon whose1797
nx_vsz_watchdog_core.nximportable CORE of the VSZ watchdog (the permanent fix for outage MODE 2:15813
nx_vsz_watchdog_gate.nxgate for the VSZ-watchdog CORE (outage MODE 2 permanent fix). Teeth: conf-row955
nx_vtransform.nxsovereign 4x4 integer TRANSFORM + QUANTIZE for the motion-comp residual (V-R2). After536
nx_vtransform_dct.nxPerforms 4x4 integer DCT and position-dependent quantization for video compression.13911
nx_vtransform_dct2.nxROYALTY-FREE integer DCT-II (4x4) for the sovereign video codec.986
nx_vulva_aesthetic_composite.nxscore against clean-innie reference target.1474
nx_vulva_aesthetic_composite_test.nx551
nx_vulva_innie_outie.nxlabia minora protrusion classifier.1642
nx_waitrc_gate.nxA CRASHED OR KILLED PROCESS MUST NOT READ AS A CLEAN ONE.2097
nx_wall_scan_native.nxsubstrate-native wall-tier scanner.2196
nx_wall_scan_x86_64.nxsubstrate-native wall scanner, x86_64 target.2157
nx_wall_triage.nxthe WALL ROOT-CAUSE organ (Doctor verb: DIAGNOSE).1579
nx_wallstat.nxAnalyzes mesh face thicknesses to detect dominant wall structures while avoiding false positives from surface roughness.1411
nx_warc_index.nxC3: the WARC -> INVERTED-INDEX ingest pipeline = the heart of "ingest Common Crawl into our949
nx_warc_index_gate.nxproves the C3 ingest pipeline: WARC 'response' records -> extract content -> index ->796
nx_warc_reader.nxLIB: sovereign WARC (ISO 28500 / Common Crawl) record reader. A .warc file is a sequence of1018
nx_warc_reader_gate.nxGREEN/RED gate for nx_warc_reader. Builds a SYNTHETIC plain-WARC fixture in memory (a1087
nx_warden.nxthe Warden demo/cockpit. The reusable POLICY lives in423
nx_warden_lib.nxthe Warden's reusable POLICY (no main). The single source947
nx_wasm.nxnx_wasm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin nx_wasm_v128.nx).109135
nx_wasm_2048.nxthe SECOND sovereign browser game genre: a 2048 sliding-tile PUZZLE, pure-Nishi NO-FLOAT,20423
nx_wasm_adventure.nxBROWSER-PLAYABLE sovereign Adventure: BASE-RELATIVE integer core, runs native (-> PNG)9913
nx_wasm_arcade.nxthe CORRECTED sovereign browser game: BASE-RELATIVE integer arcade. The SAME code12012
nx_wasm_breeders.nxNISHI BREEDERS, SOVEREIGN. The whole game -- world, characters, animation, 78361
nx_wasm_call_count_gate_t143.nxIndependent negative review of the private WAT call operand change.723
nx_wasm_call_operands_t143.nxnx_wasm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin nx_wasm_v128.nx).109135
nx_wasm_call_simd_gate_t143.nxReuse existing SIMD differential probe, execute final private backend output.471
nx_wasm_charlab.nxCHARLAB: the COMPOSED character surface (Elara bar E2+E3+E4+E5 in ONE interactive35430
nx_wasm_city.nxBROWSER-PLAYABLE sovereign City-Building: BASE-RELATIVE integer core, runs native (-> PNG)14017
nx_wasm_craft.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4674147
nx_wasm_craft_contact_candidate.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4681136
nx_wasm_craft_gait_candidate.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4671135
nx_wasm_craft_gait_candidate_t139.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4751164
nx_wasm_craft_inspection_t142.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4767169
nx_wasm_craft_lookup_candidate.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4671135
nx_wasm_craft_morf_gate.nxORIGINAL. Internal engine ownership gate, not browser/public-loader acceptance.991
nx_wasm_craft_pre_inspection_t142.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4753166
nx_wasm_craft_turn_candidate_t139.nxNISHI CRAFT: a GENERATED 3D VOXEL WORLD, playable first-person. The operator's4752166
nx_wasm_data.nxStatic-data layout for the WAT backend. Addresses are module-relative, never host pointers.1859
nx_wasm_diablo.nxBROWSER-PLAYABLE sovereign isometric ARPG ("that generation of game"): BASE-RELATIVE17717
nx_wasm_explodelab.nxEXPLODELAB: the interactive exploded-view surface (cadtwin R2b = the explodeview40030
nx_wasm_layout_gate.nx461
nx_wasm_layout_lib.nxSource-derived reservation record for WAT packaging. This is evidence, not pair acceptance.412
nx_wasm_layout_read_lib.nxParses a hexadecimal layout comment from WebAssembly text and validates it against a shared header.372
nx_wasm_layout_verify_gate.nx472
nx_wasm_layout_verify_lib.nxIndependent NXWLAY01 reader; no compiler allocator or record writer dependency.622
nx_wasm_layout_wat_gate.nx221
nx_wasm_layout_wat_lib.nxCompiler-attached layout evidence. WAT comments preserve executable semantics.301
nx_wasm_memory_gate.nx311
nx_wasm_memory_inspect_gate.nxRead-only whole-file observation through existing readcap and memory-contract owners.392
nx_wasm_memory_lib.nxAllocation-free inspection of Nishi's single-memory Wasm artifacts.1005
nx_wasm_mineworld.nxMINECRAFT-LEVEL PROC GEN: an INFINITE deterministic voxel world (the noise function119493
nx_wasm_pair_extension_gate.nx1544
nx_wasm_physlab.nxPHYSLAB: the VISIBLE consumer of the shared 3D core (reuse census W2: "a game surface22023
nx_wasm_platformer.nxthe THIRD sovereign browser game genre: a PLATFORMER auto-runner, pure-Nishi NO-FLOAT,14821
nx_wasm_pong.nxBROWSER-PLAYABLE sovereign Pong (Sport): BASE-RELATIVE integer core, runs native (-> PNG)10315
nx_wasm_racing.nxBROWSER-PLAYABLE sovereign Racing: BASE-RELATIVE integer core, runs native (-> PNG) AND12414
nx_wasm_sandbox.nxBROWSER-PLAYABLE sovereign Sandbox (falling-sand): BASE-RELATIVE integer core, runs12715
nx_wasm_scalararm.nxnx_wasm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin nx_wasm_v128.nx).92731
nx_wasm_scratch.nxWASM-lane framed SCRATCH allocator: the linear-memory port of nx_scratch465
nx_wasm_shmup.nxBROWSER-PLAYABLE sovereign Shoot-'em-up: BASE-RELATIVE integer core, the SAME code runs13414
nx_wasm_static_bounds_gate.nxPure compiler layout tests: actual checked owner and emitted bytes, no CLI subprocess or deployment.1074
nx_wasm_td.nxBROWSER-PLAYABLE sovereign Tower-Defence: BASE-RELATIVE integer core, runs native (-> PNG)17318
nx_wasm_thirdperson.nxBROWSER-PLAYABLE sovereign Third-Person explorer: BASE-RELATIVE integer core, runs11915
nx_wasm_threads_gate.nxLN33 / LN34 REFEREE (lang.plan): wasm threads from the sovereign compiler, ONE family.28511
nx_wasm_vm.nxnx_wasm_vm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin). Adds interpretation of the75734
nx_wasm_vm.pre_metadata_20260912.nxnx_wasm_vm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin). Adds interpretation of the67625
nx_wasm_vm_bounds_20260912.nxnx_wasm_vm.nx F618 wasm-SIMD FLIP (2026-07-21, landed from the proven rung-1 twin). Adds interpretation of the75734
nx_wasm_vm_bounds_gate_20260912.nx986
nx_wasmcube.nxthe f32 renderer in the WASM/BROWSER memory model: a rotated shaded 3D cube drawn to a15216
nx_wasmfit.nxTHE ONE RULER FOR "CAN THIS MODULE'S FRAMEBUFFER EXIST IN THE MEMORY IT DECLARES".1096
nx_wasmfps.nxFIRST-PERSON voxel world renderer, base-relative so the SAME code runs native (base = an29035
nx_wasmvox3d.nxTRUE 3D VOXEL world (per-voxel faces, not column boxes) so you can dig holes/tunnels and37538
nx_wasmvoxel.nxa VOXEL TERRAIN in the WASM/BROWSER memory model: an 8x8 heightmap (two procedural hills,22219
nx_wat_call_arity_fixture_t143.nx1313
nx_wat_data_artifact_gate.nxActual assembler output -> existing native WASM VM. Private fixtures only.954
nx_wat_refuse_gate.nxTHE REFEREE FOR LN13a: THE WAT LANE MUST REFUSE WHAT IT CANNOT LOWER.1632
nx_wat_type_layout_gate.nxSource-linked WAT compiler regression. Emission equivalence, not VM execution or a C ABI claim.715
nx_watch.nxSOVEREIGN JOB / LIVENESS MONITOR (operator 2026-07-16: "our monitors are garbage2088
nx_watch_gate.nxgate for the sovereign job/liveness monitor (the anti-flaky-WSL-poll capability).691
nx_watch_read_probe.nxdiscriminate WHY nw_read misses keys the ledger serves fine (ns=forge).291
nx_water_activity.nxFOOD-SCIENCE SUITE / WATER ACTIVITY + HURDLE rung.19310
nx_water_activity_test.nxgate for nx_water_activity. The load-bearing2014
nx_water_awg.nxWATER SYSTEMS / ATMOSPHERIC WATER HARVESTING. Models16813
nx_water_awg_test.nxthe atmospheric-water-generation GATE for nx_water_awg: the psychrometric561
nx_water_design.nxWATER SYSTEMS / DESIGN CAPSTONE. The research->796
nx_water_design_test.nxthe end-to-end water DESIGN gate for nx_water_design: the full611
nx_water_erosion.nxfull Mei 2007 hydraulic erosion simulation.68215
nx_water_erosion_gate.nxGATE for the Mei 2007 hydraulic erosion pipeline (PG18, procgen.plan, 2026-08-24).2306
nx_water_quality.nxWATER SYSTEMS / TASTE + HEALTH + SAFETY. Scores a16410
nx_water_quality_test.nxthe water-quality GATE for nx_water_quality: TDS taste bands, the981
nx_water_research_fetch.nxthe Nishi RESEARCHER grounding the WATER855
nx_wav.nxpure-NishiLang RIFF/WAVE (PCM 16-bit LE) writer.1607
nx_wav_header.nxparse RIFF WAVE (WAV) audio file headers.1835
nx_wav_writer.nxserialise 16-bit PCM WAV files (canonical1545
nx_weather_lib.nxLIB: THE WEATHER SYSTEM (2026-08-26). The shipped weather was ONE15912
nx_weather_pattern.nxspatial + temporal weather field.81514
nx_web_crawl_breadth.nxBREADTH crawl: start from ONE seed page, EXTRACT its links, and fetch the linked1888
nx_web_crawl_index.nxLIVE external crawl: fetch FRESH URLs on demand over the sovereign TLS-1.3 stack1366
nx_weblatbench.nxSTANDING LATENCY BENCH for the WEB serve (operator standing order 2026-08-12:23311
nx_webp.nxWebP container + the VP8L DecodeImageStream orchestrator.3346
nx_webp_alpha.nxWebP VP8X extended container + ALPH alpha channel.22911
nx_webp_alpha_gate.nxproves VP8X + ALPH by exact filter ROUND-TRIP.2013
nx_webp_decode.nxSOVEREIGN WebP decoder, built from the first byte up (operator 2026-07-29:1012
nx_webp_huff.nxVP8L Huffman code-group reader (WebP lossless).2418
nx_webp_huff_gate.nxproves the VP8L Huffman code-group reader.1272
nx_webp_vp8l.nxsovereign WebP VP8L (lossless) pixel decoder.40423
nx_webp_vp8l_gate.nxproves the VP8L pixel-decoder math and the WebP1752
nx_webpprobe.nxDIAGNOSTIC: which WebP variant is actually on the wire?1425
nx_webpub_fetch.nxSOVEREIGN research fetch for WEB-PUBLISHING / hosting / deploy best practices.1375
nx_websearch_cli.nxOPERATOR/MCP-facing sovereign WEB search: the open-web + Common-Crawl index13910
nx_websearch_research.nxground the NISHI SEARCH s-class-exceed bar in REAL SOTA sources (operator694
nx_websocket.nxRFC 6455 server-side WebSocket primitive.3038
nx_websocket_client_upgrade.nxCLIENT-side WebSocket HTTP upgrade.44417
nx_websocket_client_upgrade_test.nxKAT for CLIENT-side WebSocket1443
nx_websocket_frame.nxRFC 6455 WebSocket frame parser + builder.2564
nx_websocket_frame_test.nxKAT for nx_websocket_frame.1401
nx_websocket_handshake.nxcompute Sec-WebSocket-Accept.863
nx_websocket_handshake_test.nxKAT for ws_accept (RFC 6455 §1.3 + §4.2.2).502
nx_websocket_stream.nxstreaming WebSocket framer over a TCP fd.1899
nx_websocket_stream_test.nxKAT for the streaming WebSocket framer.1691
nx_websocket_upgrade.nxserver-side WebSocket HTTP upgrade driver.33214
nx_websocket_upgrade_test.nxKAT for the server-side upgrade driver.1911
nx_webviz_research.nxTHIN structured BROWSER-VISUALIZATION / GAME-LIBRARY research source organ.421
nx_webvtt.nxWebVTT subtitles: a COMPLETE format, writer and reader.26710
nx_webvtt_gate.nxproves the WebVTT writer/reader pair by ROUND-TRIP.1984
nx_wellbeing_research.nxTHIN structured WELLBEING / HUMAN-FLOURISHING coaching research organ. Operator401
nx_wflow.nxthe PRODUCTION CLI over the pure-core workflow engine (nx_wflow_engine.nx). This is how1183
nx_wflow_approve_capacity_gate_t278.nxR4 HUMAN-IN-THE-LOOP approvals gate. An `approve` step PARKS the run1232
nx_wflow_bind_event_gate_t282.nx361
nx_wflow_bind_event_owned_t282.nx441
nx_wflow_boolean_boundary_probe_t344.nx42
nx_wflow_branch_capacity_gate_t278.nxR9 MID-FLOW BRANCHING gate: optional 7th step field `k=v` evaluated against1022
nx_wflow_capacity_candidate_gate_t278.nx941
nx_wflow_capacity_canonical_gate_t278.nx941
nx_wflow_capacity_counterexample_t278.nx291
nx_wflow_completion_fixed_gate_t31.nxActual connector completion, qualified by an independent raw wait status.432
nx_wflow_completion_gate_t30.nxPrivate qualification of actual workflow child completion; only the fixture child terminates itself.401
nx_wflow_completion_gate_t31.nxActual connector completion, qualified by an independent raw wait status.432
nx_wflow_decimal_probe_t278.nx172
nx_wflow_diagnostics_gate_t240.nx402
nx_wflow_diagnostics_t240.nxthe PRODUCTION CLI over the pure-core workflow engine (nx_wflow_engine.nx). This is how1143
nx_wflow_engine.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row156662
nx_wflow_engine_candidate_t230.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row164359
nx_wflow_engine_capacity_candidate_t278.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row160660
nx_wflow_engine_completion_t31.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row162059
nx_wflow_engine_identity_candidate_t344.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row156662
nx_wflow_event_canonical_gate_t344.nxNative integration qualification of additive workflow result commands.568
nx_wflow_event_result_gate_t344.nxNative integration qualification of additive workflow result commands.568
nx_wflow_evidence_canonical_gate_t230.nx251
nx_wflow_evidence_gate_t229.nxRegression for release workflow evidence failure. Uses only a probe action.161
nx_wflow_evidence_gate_t230.nx251
nx_wflow_execution_engine_candidate_t346.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row161061
nx_wflow_execution_evidence_candidate_t346.nxIsolated additive candidate; records execution facts, never operation success.354
nx_wflow_execution_gate_t346.nx321
nx_wflow_fault_fixture_t230.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row153059
nx_wflow_foreach_canonical_gate_t278.nx371
nx_wflow_foreach_owned_gate_t278.nx371
nx_wflow_identity_canonical_gate_t344.nxNative integration qualification of additive workflow result commands.1848
nx_wflow_identity_canonical_selftest_t344.nx21
nx_wflow_identity_gate_t344.nxNative integration qualification of additive workflow result commands.1717
nx_wflow_identity_ownership_gate_t344.nx663
nx_wflow_identity_selftest_t344.nx21
nx_wflow_loop_capacity_gate_t278.nxR11 LOOPS gate: for-each = apply-to-each over the connector plane. Step arg1213
nx_wflow_mapping_canonical_gate_t278.nx523
nx_wflow_mapping_negative_gate_t278.nx523
nx_wflow_mapping_oldpair_fixture_t278.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row160660
nx_wflow_onerr_capacity_gate_t278.nxR10 ON-ERROR gate: optional 8th step field = forward on-fail target. On1162
nx_wflow_owned_mapping_gate_t278.nx523
nx_wflow_ownership_canonical_gate_t344.nx663
nx_wflow_ownership_negative_gate_t344.nx663
nx_wflow_ownership_old_engine_fixture_t344.nxR1 KEYSTONE of the Workflow Automation ladder (/compare/automation census row154861
nx_wflow_ownership_old_text_fixture_t344.nxOwned variable substitution over one immutable ledger snapshot.23124
nx_wflow_posteffect_gate_t230.nxExact test-only append fault seam, no deployment or external effect.341
nx_wflow_result.nxAdditive workflow result adapter. Existing fire/resume remain unchanged.29117
nx_wflow_result_candidate_t344.nxAdditive workflow result adapter. Existing fire/resume remain unchanged.29117
nx_wflow_result_cli_t344.nxthe PRODUCTION CLI over the pure-core workflow engine (nx_wflow_engine.nx). This is how1183
nx_wflow_result_gate_t344.nxNative integration qualification of additive workflow result commands.1127
nx_wflow_text_identity_candidate_t344.nxOwned variable substitution over one immutable ledger snapshot.23124
nx_wflow_text_oldpair_fixture_t278.nxOwned variable substitution over one immutable ledger snapshot.13411
nx_wflow_text_owned.nxOwned variable substitution over one immutable ledger snapshot.23124
nx_wflow_text_owned_candidate_t278.nxOwned variable substitution over one immutable ledger snapshot.13411
nx_wflow_ui.nxR7 the WORKFLOW CONSOLE: a sovereign, 0-JS, self-contained HTML page that VISUALLY29020
nx_wflow_var_owned_gate_t277.nx321
nx_wgsl.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.350292
nx_wgsl_authored_t55.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_before_front_t217.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_canonical_skin_t140.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_cast_control_t181.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_cast_lbs_t181.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_cast_material_t181.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_cloud_transport_t155.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_compute_gate.nxGE43 REFEREE: the compute stage of the ONE NishiLang shader backend1707
nx_wgsl_cumulus_release_t161.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_cumulus_t156.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_depth_candidate_t192.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.351191
nx_wgsl_eye_t138.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.349690
nx_wgsl_face_mask_t163.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_front_candidate_t217.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.342389
nx_wgsl_gate.nxIS THE SHADER BACKEND REAL, OR A RUBBER STAMP?7526
nx_wgsl_inspection_t165.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_rung2_gate.nxIS THE FRONT HALF REAL? Rung 2 is the claim that a shader is an3305
nx_wgsl_sand_baseline_t137.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_sand_private_t137.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_scene_light_candidate_t364.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.350292
nx_wgsl_skin_t138.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_sky_light_t154.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_sky_private_20260910.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341588
nx_wgsl_sky_review_t154.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.341488
nx_wgsl_static_t335.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.350292
nx_wgsl_world_depth_t195.nxTHE SHADER BACKENDS: NishiLang in, GLSL and WGSL out.351491
nx_wheeler.nx13th meta-pattern primitive: Wheeler DDC ledger.26913
nx_wiedijk_100.nxWiedijk Top 100 Mathematical Theorems corpus,1842
nx_wiedijk_100_test.nxexercise the Wiedijk Top 100 corpus 761
nx_wiki_codec_status.nxEMIT the sovereign-codec arc status as a live wiki page662
nx_win42.nxW3 fixture: smallest leaf organ for the native-Windows compile gate.41
nx_win_hello.nxproves nishi-compiled code runs NATIVE on Windows (no WSL/Docker).31
nx_win_ledger.nxthe WIN-LEDGER organ (ADDITIVE; no main, no shared edits).32414
nx_win_ledger_test.nxPROVES the win-ledger is LOAD-BEARING.1262
nx_win_r1probe.nxRelays HTTP/1.0 GET requests to 127.0.0.1:8000 and forwards responses to clients.5012
nx_wind_erosion.nxdirectional anisotropic erosion generator.2505
nx_winograd_conv.nx2D convolution via Winograd F(2x2, 3x3).3108
nx_winograd_conv_test.nxalgo-led correctness: Winograd output1361
nx_wire_logger.nxbits-up TCP wire logger.573
nx_wired_status.nxmandatory wired-status declaration per primitive.1646
nx_wiredclaim_gate.nxTHE STANDING TEST FOR "CLAIMED BUT NOT CALLED".2208
nx_witch_authored_witness_t140.nxPrivate source-weight witness through the existing authored importer; no public asset mutation.91
nx_witch_skin_replace_t140.nx591
nx_word_sketch.nxsubstrate-native word sketch (Sketch Engine2016
nx_word_sketch_test.nxexercise positional word sketch primitive.1491
nx_wordclust.nxWORD CLUSTERS from the estate's own PPMI model, the sovereign stand-in for the Brown clusters every36316
nx_wordclust_gate.nxGATE for the PPMI word clusterer (nx_wordclust), driven IN-PROCESS on a PLANTED NXPPMI1 model1181
nx_wordpiece_lib.nxSOVEREIGN WordPiece tokenizer over a BERT uncased vocab.txt, a library so the cross-encoder2448
nx_worker_dispatch.nxWORKER MESH keystone: capability-scoped job dispatch across a sovereign GPU/compute mesh.26219
nx_workflow.nxCLI half of the consolidated workflow tool (#5 of the 15). READ-ONLY WMS surface:411
nx_workflow_gate.nxgates the consolidated workflow tool on a REAL fixture WMS store (authored via504
nx_workflow_ingest.nxSOVEREIGN media -> ComfyUI workflow extractor (piece 1 of the anti-ComfyUI ingest).1125
nx_workflow_knobs.nxSOVEREIGN workflow -> clean capability card (piece 2 of the anti-ComfyUI ingest).1046
nx_workflow_lib.nxCONSOLIDATED workflow tool (MCP name: nx_workflow, tool #5 of the 15), LIBRARY1998
nx_workflow_tool_register.nxregister nx_workflow (consolidated workflow tool, READ-ONLY increment)373
nx_workmix.nxTHE WORK-MIX CENSUS (ecosystem EC56, 2026-09-17): what LANDED in the window, classed FEATURE,1808
nx_workmix_gate.nxgate for THE WORK-MIX RULER (ecosystem EC56, nx_workmix_lib). In-process on PLANTED rows: a ledger,1393
nx_workmix_lib.nxTHE WORK-MIX RULER (ecosystem EC56, 2026-09-17): what LANDED in a window, classed by what it was an42121
nx_world_capture_meta.nxVersioned capture envelope: bounded ASCII tokens, no allocation, no percent decoding.645
nx_world_capture_meta_gate.nx262
nx_world_class_test.nxprove every named blocker is gone.27112
nx_world_cloud_transport_t155.nxPrivate coherent cloud transport qualification; canonical density/terrain/cast unchanged.1146
nx_world_cumulus_t156.nxPrivate multiscale cumulus qualification; canonical terrain/cast unchanged.1437
nx_world_demo_test.nx10 visual demos of registered primitives.28415
nx_world_depth_gate_t195.nx312
nx_world_emit.nxNATIVE WORLD-FRAME EMISSION: the sovereign world scene, rendered SERVER-SIDE1257
nx_world_event.nxdynamic world events: comets hit, volcanoes60513
nx_world_grade.nxGRADE A LIVE nx_wasm_craft WORLD WITH nx_world_quality_grader.2249
nx_world_quality_grader.nxmathematical verdict for procgen worlds.92214
nx_world_quality_grader_gate.nxTHE REFEREE FOR THE WORLD REFEREE, 2026-09-01.2633
nx_world_recipe_gate.nxGATE for the W1 WORLD RECIPE PLANE (/world/procgen plan, 2026-08-12):1886
nx_world_sand_substitution_t137.nxPrivate sand substitution; all other world emitters remain canonical.1062
nx_world_seed.nxdeterministic worldgen for voxel tissue.1325
nx_world_seed_test.nxsmoke for nx_world_seed.901
nx_world_shader_cumulus_canonical_t156.nxTHE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04).1074103
nx_world_shader_depth_t194.nxTHE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04).1029100
nx_world_shader_sand_private_t137.nxTHE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04).101799
nx_world_shader_sky_light_t154.nxTHE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04).101699
nx_world_shader_sky_private_20260910.nxTHE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04).100999
nx_world_shader_src.nxTHE WORLD SHADER, WRITTEN ONCE (gameengine GE44 R-G, 2026-09-04).101199
nx_world_sky_light_substitution_t154.nxPrivate qualification substitution; canonical helpers, density, terrain and cast remain shared.662
nx_world_snap.nxTHE WORLD-ART CAPTURE INSTRUMENT (operator 2026-08-12: "make sure you are7379
nx_world_state.nxCANVAS-style carry-forward visual memory +32812
nx_world_state_test.nxcarry-forward + continuity check.1481
nx_world_telemetry.nxTHE WORLD TELEMETRY SINK (gameengine GE33 wt_telemetry_sink, 2026-09-02): the loopback39012
nx_world_telemetry_gpu_candidate.nxTHE WORLD TELEMETRY SINK (gameengine GE33 wt_telemetry_sink, 2026-09-02): the loopback39012
nx_world_telemetry_route_probe.nx181
nx_world_telemetry_v2_candidate.nxTHE WORLD TELEMETRY SINK (gameengine GE33 wt_telemetry_sink, 2026-09-02): the loopback37412
nx_worldgen.nx★SOVEREIGN INFINIGEN, RUNG 1: procedural NATURE (operator 2026-07-08, sharing princeton-vl/57432
nx_worldgen_tunelib.nxshared library for the worldgen knob-tuning32514
nx_worldgrade.nxTHE MISSING CONSUMER: grade a LIVE ENGINE WORLD with the 8-axis referee.1426
nx_worldpipe.nx★R5 STAGED PROCGEN (the banked Minecraft-pipeline curriculum, engine-convergence rung 5):46624
nx_worldpipe_core.nxTHE PURE STAGED-TERRAIN CORE. Extracted from nx_worldpipe.nx on14411
nx_worldpipe_core_relief_t140.nxTHE PURE STAGED-TERRAIN CORE. Extracted from nx_worldpipe.nx on14411
nx_worldpipe_erode_gate.nxGATE for PG20: erosion as a PROCESS on the worldpipe heightfield.4088
nx_worldpipe_relief_contact_gate_t140.nxCurrent canonical consumer qualification with a controlled non-flat HQ fixture.361
nx_worldpipe_relief_gate_t140.nxPrivate extraction/analytic gate; does not claim current engine integration.711
nx_worldpipe_render.nxTHE PRODUCER OF THE PUBLISHED WORLD IMAGE, WITH STAGE 3.5 EROSION APPLIED.2676
nx_worldpipe_render_gate.nxGATE for the rung "erosion reaches the PUBLISHED picture".2344
nx_worldvis_gate.nxTHE VISIBLE-EXPERIENCE RULER (donors-into-world rung, 2026-08-23).1907
nx_worley_noise.nxWorley cellular noise (F1 distance) in Q10.2689
nx_wow_moment_detector.nxsignature-feature awe-density grader.4048
nx_wpt_acquire_lib.nxLIB: BR21, the BYTE-PRESERVING half of WPT corpus ingest.59731
nx_wpt_ingest.nxBR21: byte-preserving WPT corpus ingest. Carries wsp_ingest_dir.2494
nx_wpt_ingest_gate.nxIN-PROCESS gate for BR21 (nx_wpt_acquire_lib, carried by nx_wpt_ingest).48912
nx_wpt_reftest.nxBR1 vNext: THE SOVEREIGN WPT REFTEST RUNNER (2026-08-19).39411
nx_wpt_runner.nxBR1 v3: THE SOVEREIGN WPT HARNESS with TIME-SPINE TELEMETRY (2026-08-19).46214
nx_wpt_spine.nxLIB: the shared TEST-TELEMETRY SPINE (2026-08-19). Extracted from24314
nx_write_exceed_gate.nxWRITING arc EXCEED-BENCH (W-EXC-1): the MEASURED2005
nx_write_run.nxWRITING arc: the FILE-DRIVEN RUNNER (the tool the operator2386
nx_writebench.nxTHE WRITING/ROLEPLAY CAPABILITY BENCHMARK: can the ecosystem emit -- and GOVERN --3589
nx_writebench_gate.nxthe LIAR-KILL gate for nx_writebench. A benchmark that grades us is2237
nx_writecraft.nxWRITING arc, rung W-R0: the bedrock prose-measurement organ.1908
nx_writecraft_gate.nxREFEREE for WRITING rung W-R0 (nx_writecraft).1456
nx_writehub_census.nxthe MEASURED, HONEST census for the WRITING HUB (operator 2026-06-30: a sovereign1259
nx_writehub_conductor.nxWRITING HUB rung R5: the SELF-IMPROVEMENT conductor -- the apex "grows on its own /857
nx_writehub_factcheck.nxWRITING HUB rung R4: sovereign GROUNDED FACT-CHECK for non-fiction. Closes the22412
nx_writehub_factlib.nxWRITING HUB shared LIB: the grounded fact-check CORE, extracted from1599
nx_writehub_grow.nxWRITING HUB rung R3: the sovereign SYSTEM-DATA GROWTH organ. Operator 2026-06-30:19213
nx_writehub_loop.nxWRITING HUB rung R2: the autonomous IMMUNE-SCORED keep/discard decider -- the735
nx_writehub_research_fetch.nxSOVEREIGN research round for the WRITING HUB (operator 2026-06-30:1085
nx_writehub_score.nxWRITING HUB shared LIB: the immune-scoring core, extracted from nx_writehub_loop so the672
nx_writehub_seat.nxWRITING HUB rung R1: the sovereign SEAT WIRE. Closes the #1 census gap (nothing in .nx1289
nx_writejob_sweep.nxdrain the writer's durable job queue (operator 2026-08-05: the hub1738
nx_writer_bound_canonical_gate_t190.nxImplements a writer-bound canonical gate for ensuring consistent, conflict-free writes and state verification.845
nx_writer_bound_gate_t190.nx644
nx_writer_bound_gate_t190b.nx835
nx_writer_bound_run_t293.nx131
nx_writer_page.nxu26d4RETIRED 2026-08-05: superseded by nx_writer_serve (the LIVE /writer daemon: page+score+factcheck1614
nx_writer_page_gate.nxREFEREE for the /writer UI (nx_writer_page).785
nx_writer_payload_gate_t293.nx672
nx_writer_probe.nxsovereign one-shot probe of the LIVE nx_writer_serve (127.0.0.1:8098). Composes354
nx_writer_run.nxWRITING arc, rung W-RUN-2: the UNIFYING file-driven runner.1978
nx_writer_serve.nxWRITING HUB rung R6: the SOVEREIGN LIVE SURFACE. Operator: "api nishi ecosystem based,43220
nx_writestyle.nxWRITING arc, rung W-R1: the content-agnostic prose-SIGNAL1646
nx_writestyle_gate.nxREFEREE for WRITING rung W-R1 (nx_writestyle).1266
nx_ws_client.nxTHE CLIENT HALF OF RFC 6455, SO THE ESTATE CAN DRIVE A BROWSER WITHOUT PYTHON.1513
nx_ws_client_gate.nxTHE GATE FOR THE RFC 6455 CLIENT HALF, 2026-09-03.1502
nx_ws_crypto.nxminimal SHA-1 + Base64 used by nx_websocket.2266
nx_ws_hygiene_core.nximportable CORE of the WORKSTREAM HYGIENE classifier (R-ORCH janitorial1428
nx_ws_hygiene_gate.nxliar-killed GATE for the workstream-hygiene classifier (R-ORCH).1045
nx_ws_ledger.nxWMS-R2: the workstream TRANSITION LEDGER (reflog).2047
nx_ws_ledger_gate.nxthe REFEREE for WMS-R2 (workstream transition ledger).2867
nx_x11_connect.nxbits-up X11 wire-protocol connection setup.2588
nx_x11_connect_real_test.nxSession 1 of bits-up browser arc.532
nx_x11_get_image.nxbits-up X11 GetImage opcode + reply read.1103
nx_x11_keyboard.nxbits-up X11 keyboard input for the game platform (F1105).1648
nx_x11_paint.nxbits-up X11 painting primitives.2199
nx_x11_paint_text_5x7.nxbits-up text rendering using the693
nx_x11_pixmap.nxbits-up X11 off-screen pixmap drawable.693
nx_x11_pixmap_kat_test.nxminimal pixmap paint+capture KAT.812
nx_x11_put_image.nxbits-up X11 PutImage: the framebuffer -> window blit the game platform1207
nx_x11_screenshot.nxcapture a drawable's pixels and drop them672
nx_x11_window.nxbits-up X11 CreateWindow + MapWindow.2259
nx_x11_window_real_test.nxbits-up real Windows window.752
nx_x25519.nxBernstein's Curve25519 X25519 (RFC 7748).54117
nx_x25519_ephemeral.nxephemeral keypair helper for X25519 ECDH.926
nx_x25519_test.nxRFC 7748 §5.2 X25519 KAT.1451
nx_x25519_wasm.nxCurve25519 ECDH (RFC 7748) for WAT target.55113
nx_x25519mlkem768.nxthe MODERN post-quantum hybrid KEM X25519MLKEM768 (TLS 1.3 named group1409
nx_x509.nxminimal X.509 v3 certificate parser (RFC 5280).2794
nx_x509_chain_cache_gate.nxdurable regression witness for the cert-validation MEMOIZATION cache344
nx_x509_chain_verify.nxwalk an X.509 cert chain leaf-to-root.2367
nx_x509_chain_verify_test.nxKAT for the X.509 chain walker.2163
nx_x509_csr_emit.nxPKCS#10 CSR emitter for Ed25519 (RFC 2986 + RFC 8410).3027
nx_x509_dn_match.nxbyte-equality comparison of two X.509602
nx_x509_leaf_check.nxsingle-cert "leaf" orchestrator.1133
nx_x509_leaf_check_test.nxorchestrator verdict-mapping KAT.2955
nx_x509_leaf_emit.nxself-signed Ed25519 X.509 leaf-certificate emitter (RFC 5280 + RFC 8410).19711
nx_x509_parse_globalsign_test.nxisolated x509_parse on hardcoded9393
nx_x509_pubkey_alg.nxidentify the public-key algorithm of a1878
nx_x509_pubkey_alg_test.nxKAT for pubkey-alg OID identification.881
nx_x509_pubkey_ec.nxextract an uncompressed ECDSA-P2561334
nx_x509_pubkey_ec_test.nxKAT for ECDSA-P256 pubkey extraction1231
nx_x509_pubkey_ed.nxextract a 32-byte Ed25519 public key from633
nx_x509_pubkey_rsa.nxextract an RSA-2048 public key (n, e) from1313
nx_x509_pubkey_rsa_4096.nxextract an RSA-4096 public key (n, e)1173
nx_x509_san.nxX.509 Subject Alternative Name walk + hostname3508
nx_x509_san_test.nxKAT for the SAN extension walk + hostname2593
nx_x509_sig_alg.nxidentify the signature algorithm of an1883
nx_x509_sig_alg_test.nxKAT for sig-alg OID identification.1021
nx_x509_trust_store.nxtrust anchor store + subject-DN lookup.1586
nx_x509_trust_store_load.nxbulk-load a TrustStore from a1283
nx_x509_trust_store_load_test.nxKAT for the bulk trust-store loader.1954
nx_x509_trust_store_test.nxKAT for the trust anchor store.1343
nx_x509_validate.nxX.509 certificate validation (Gap I.2.A).1042
nx_x509_validate_test.nxself-signed Ed25519 cert validation KAT.1401
nx_x509_validity.nxX.509 Validity period parse + check.1965
nx_x509_validity_test.nxKAT for the X.509 validity period2163
nx_x509_verify_ecdsa.nxX.509 outer-signature verification for1063
nx_x509_verify_ecdsa_p384.nxX.509 outer-signature verification893
nx_x509_verify_ecdsa_test.nxend-to-end KAT for the X.5091201
nx_x509_verify_rsa_pkcs1_sha256.nxX.509 outer-signature verify553
nx_x509_verify_rsa_pkcs1_sha256_4096.nxX.509 outer-signature493
nx_x509_verify_under_issuer.nxper-cert outer-signature verify2913
nx_x509_verify_under_issuer_test.nxKAT for the per-cert2111
nx_x86.nxImplements a 16-bit real-mode x86 CPU skeleton for running COM-style programs and DOS interrupts.40522
nx_x86_64.nxx86_64 Linux SysV asm emitter (foundation; session 1).107085
nx_x86_64_arith_test.nxsession 4 smoke for mul/div/shift/bitwise.691
nx_x86_64_branch_test.nxsession 3 smoke for cmp/setcc/branch.1102
nx_x86_64_call_test.nxsession 5 smoke for call / return.821
nx_x86_64_ctx.nxIR-driven codegen for x86_64 (session 6). 409498
nx_x86_64_ctx_test.nxsession 6 smoke for IR-driven x86_64 codegen.501
nx_x86_64_loadstore_test.nxsession 2 smoke for load/store/GEP.1001
nx_x86_64_module_test.nxsession 7 prove: module-level emission.531
nx_x86_64_test.nxfoundation smoke for the x86_64 emit library.671
nx_x86_basic_test.nxminimal syscall-free smoke for x86_64.703
nx_x86_dos_gate.nxR1.1: run a REAL DOS .COM on the sovereign x86 emulator. Hello-World program:794
nx_x86_dosfs_gate.nxR-DOS1: Nishi-DOS file I/O over a sovereign virtual FS (our own, clean-room).884
nx_x86_gate.nxNATIVE correctness gate for nx_x86 (R1.0a). Three hand-assembled 16-bit programs:885
nx_x86_modrm_gate.nxR1.0b: ModR/M + memory operands. Program round-trips a value through memory via764
nx_x86_open_diag2_test.nxtry /etc/passwd to check path encoding.291
nx_x86_open_diag_test.nxdiagnose sys_openat on x86_64 native.251
nx_x86_regalloc.nxgenuine x86_64 register allocation (G1 keystone).221852
nx_x86_regalloc_use_gate.nxGATE for LN7 "backend consumes its register allocation"1532
nx_x86_syscall_test.nxminimal x86_64 syscall surface smoke.351
nx_xbrl_gate.nxF987 INDEPENDENT GATE: XBRL fact parse + accounting-identity validation.924
nx_xbrl_lib.nxF987: XBRL financial-fact parse + accounting-identity validation.1134
nx_xenocell.nxhostile foreign-agent virtual cell.2989
nx_xenocell_test.nxsmoke for nx_xenocell.1001
nx_xfade_demo.nxVISIBLE proof of R4: crossfade two REAL gallery photos804
nx_xfile_struct_types.nxRepro mirror of `Global` from types.nx. Same field types in 130
nx_xfile_struct_writer.nxnx_safety_envelope:281
nx_xform.nxTRANSFORM-DAG (F1008), the dbt-class core: MODELS AS DATA + dependency ordering +31115
nx_xform_gate.nxproves the transform-DAG engine: topological ordering, CYCLE refusal, the three1154
nx_xlate25.nxis the rv64->x86 fcntl row (25 -> 72) LIVE in the compiler that builds us?274
nx_xor_all.nxAUTO-GENERATED from shape `accumulator_over_array`.291
nx_xor_all_test.nx161
nx_xor_arena.nxdemo of the arena-based architecture-neutral631
nx_xor_pair.nxAUTO-GENERATED from shape `scalar_pair_op`.231
nx_xor_pair_test.nxAUTO-GENERATED test from shape `scalar_pair_op`. 101
nx_xoshiro.nxxoshiro256++ pseudorandom number generator.1147
nx_xport_gate.nxGATE for DC12: one authored asset into four consumers, measured by one ruler.50315
nx_xport_lib.nxDC12: ONE AUTHORED ASSET INTO FOUR CONSUMERS, MEASURED BY ONE RULER.90637
nx_xps.nxXPS / XNALara MODEL TO THE SOVEREIGN ASSET (/compare/modding MD2 xps_to_nxa, 2026-09-06). Reads either8310
nx_xps_gate.nxTHE XPS READER GATE (/compare/modding MD2, 2026-09-06). One small rigged model (two bones, one mesh,25413
nx_xps_lib.nxXPS / XNALara MODEL READER, both dialects (/compare/modding MD2, 2026-09-06). The reference readers were51023
nx_xxhash.nxxxh64 fast non-crypto hash function.1947
nx_xxhash64.nxxxHash 64-bit (Yann Collet 2012).2569
nx_xxhash_vectors.nxverify xxh64 against canonical reference values.351
nx_yaml_subset.nxbits-up YAML subset parser.33113
nx_ycbcr.nxITU-R BT.601 RGB <-> YCbCr color-space conversion +1978
nx_yield.nxcooperative yield contract between cells.1594
nx_yield_test.nxsmoke for nx_yield.711
nx_yt_captions_lib.nxthe YouTube TIMED-TEXT (caption/transcript) path, composed on the estate's48227
nx_yt_transcript.nxfetch a YouTube transcript into knowledge/fetched/, provenance-stamped, sovereign27415
nx_yt_transcript_gate.nxproves nx_yt_captions_lib's timedtext parsers and the empty-body refusal.952
nx_yuvgen.nxsynthesise a YUV420p test clip so the videocodec gates can RUN on the NAS.1346
nx_zbuf.nxdepth buffer + Z-tested triangle rasterizer.2875
nx_zero_claude_ledger_gate.nxthe LIVING zero-Claude ledger (2026-07-15). NOT a one-off measurement: a25810
nx_zerodt_fetch.nxSOVEREIGN Nishi researcher fetch for ZERO-DOWNTIME / LIVE-UPDATE deployment.1325
nx_zeroprint.nxTHE ZERO-PRINTS-AS-NUL DETECTOR AND REPAIRER.45519
nx_zeroprint_gate.nxteeth for nx_zeroprint (the zero-prints-as-NUL detector/repairer).1236
nx_zigzag.nxcanonical 8x8 zigzag scan order (JPEG/MPEG/H.264).984
nx_zigzag_varint.nxProtobuf zigzag encoding for signed integers.1163
nx_zimage_adaln_verify.nxSOVEREIGN Z-Image block piece #1: adaLN modulation, verified vs the oracle.982
nx_zimage_attn_verify.nxSOVEREIGN Z-Image block piece #2: JointAttention, verified vs the oracle.2054
nx_zimage_dequant_block.nxdequant a block of REAL Z-Image weight DATA into f32, sovereignly.922
nx_zimage_ffn_down_verify.nxSOVEREIGN Z-Image FFN sub-piece c (final): down-proj + norm + gate + residual.1103
nx_zimage_ffn_norm_verify.nxSOVEREIGN Z-Image FFN sub-piece a: pre-FFN norm, verified vs oracle.822
nx_zimage_ffn_swiglu_verify.nxSOVEREIGN Z-Image FFN sub-piece b: SwiGLU gate, verified vs oracle.932
nx_zimage_flashattn_verify.nxSOVEREIGN FlashAttention (online-softmax) SDPA, verified EXACT vs oracle.1552
nx_zimage_gguf_arch.nxextract the REAL Z-Image text-encoder architecture from its GGUF, sovereignly.1474
nx_zimage_gguf_probe.nxread the REAL Z-Image text-encoder GGUF structure, sovereignly.591
nx_zimage_layout.nxdump the REAL Z-Image/Qwen GGUF tensor layout (offsets/dims/types), sovereignly.713
nx_zimage_outproj_verify.nxSOVEREIGN Z-Image attention sub-piece 2d: output projection, verified.812
nx_zimage_qknorm_verify.nxSOVEREIGN Z-Image attention sub-piece 2b: QK-RMSNorm + RoPE, verified.1253
nx_zimage_qkv_verify.nxSOVEREIGN Z-Image attention SUB-piece 2a: qkv projection, verified vs oracle.902
nx_zimage_real_op.nxrun a REAL Z-Image weight vector through a REAL sovereign op, end-to-end.951
nx_zimage_real_proj.nxa REAL Qwen transformer projection on REAL weights, sovereignly.1052
nx_zimage_real_qkv.nxREAL Qwen layer-0 Q/K/V projections on REAL weights, sovereignly.1143
nx_zimage_sdpa_verify.nxSOVEREIGN Z-Image attention sub-piece 2b+2c: qk-norm+rope+SDPA, verified.1593
nx_zimage_sdpaonly_verify.nxSOVEREIGN Z-Image attention sub-piece 2c: SDPA, verified vs oracle.1312
nx_zimage_weights.nxthe LAYER-WEIGHT RESOLVER: (layer L, slot k) -> where that tensor lives.1834
nx_zip.nxZIP archive writer + reader (STORED method): a COMPLETE pair.27913
nx_zip_deflate_lib.nxZIP method-8 (DEFLATE) ENTRY WRITER, composing the two incumbents the estate already proves:822
nx_zip_deflate_selected_candidate_t144.nxZIP method-8 (DEFLATE) ENTRY WRITER, composing the two incumbents the estate already proves:822
nx_zip_extract1.nxsovereign single-entry ZIP extractor (STORED or DEFLATE).1648
nx_zip_gate.nxproves the ZIP writer/reader pair by ROUND-TRIP.1723
nx_zip_header.nxparse PKZIP APPNOTE 6.3.x framing.2107
nx_zip_read.nxSOVEREIGN ZIP reader (the first half of the PyTorch .bin loader). A PyTorch .bin is a ZIP1018
nx_zip_selected_candidate_t144.nxZIP archive writer + reader (STORED method): a COMPLETE pair.27913
nx_zk.nxzero-knowledge proof scaffold.1648
nx_zlib_real_test.nxexpose the exact nx_zlib_inflate error code951
nx_zlib_wrap.nxRFC 1950 zlib container (DEFLATE + headers + Adler-32).2862
nx_zombie_audit.nxSOVEREIGN DEFUNCT_ZOMBIE_DETECTION (the capability nx_daemon_health_audit lists1138
nx_zombie_audit_gate.nxKAT for the zombie detector. Forks a DISTINCTIVE cluster of unreaped372
nx_zstd_bits.nxZstandard's BACKWARD bitstream reader + Huffman weights.23511
nx_zstd_bits_gate.nxproves zstd's BACKWARD reader and Huffman weights.2103
nx_zstd_block.nxZstandard compressed-block decompression.1553
nx_zstd_block_gate.nxproves zstd compressed-block decompression.2043
nx_zstd_frame.nxZstandard frame and block layer, writer and reader.24811
nx_zstd_frame_gate.nxproves the zstd frame and block layer.1993
nx_zstd_fse.nxFSE (tANS) decoding-table construction for Zstandard.1896
nx_zstd_fse_dec.nxthe FSE decoding state machine for zstd sequences.914
nx_zstd_fse_dec_gate.nxproves the FSE decoding state machine.2313
nx_zstd_fse_gate.nxproves the FSE (tANS) decoding-table build.1352
nx_zstd_huf.nxZstandard's Huffman decode table (the X1 flat form).1614
nx_zstd_huf_gate.nxproves the zstd Huffman decode table.1873
nx_zstd_lit.nxZstandard literals section, header and payload.1996
nx_zstd_lit_gate.nxproves the zstd literals section.1933
nx_zstd_seq.nxZstandard sequences: header, code tables, execution.2629
nx_zstd_seq_gate.nxproves zstd sequence execution and code tables.2353
nx_zstd_seqdec.nxzstd sequence decoding: repeat offsets + the loop.1854
nx_zstd_seqdec_gate.nxproves zstd's repeat-offset machine and sequence loop.1953
nx_zstd_seqtab.nxZstandard's three PREDEFINED sequence distributions.1127
nx_zstd_seqtab_gate.nxproves the predefined sequence distributions.1903
nxasm_arm64_enc.nxDEFINITION-COMPLETE: one function per A64 instruction. Encoders with no caller yet are the22745
nxasm_main.nxCLI driver for nxasm_v2 + elf_writer. 551
nxasm_v2.nxthe Nishi RV64 assembler, with labels + directives.135657
nxasm_x86.nxsovereign x86_64 assembler (AT&T .s text -> machine129932
nxasm_x86_enc.nxx86_64 instruction encoder + minimal ELF writer,117390
nxasm_x86_main.nxRECOVERED + ADAPTED into buildroot/runtime/ 2026-08-07 (debts 1786109488 / 1786109910).2444
nxc.nxthe full NishiLang sovereign-compiler driver. 2822
nxc_native_wrap.nxsovereign bootstrap-verification driver. 1734
nxembed.nxbake a NishiVM .nxb bytecode blob into a C header. 1765
nxgguf.nxNishi sovereign tensor weight format. 53515
nxld.nxNishi sovereign linker. 75423
nxld_main.nxCLI driver for the sovereign linker. 501
nxmake.nxsovereign build driver (replaces GNU make). 49224
nxrun.nxsovereign replacement for bench/run.sh. 1536
nxtask.nxsovereign agent task graph (beads-equivalent). 32010
nxtask_main.nxCLI driver for the sovereign agent task graph. 2738
nxtask_store.nxpersistence layer for nxtask (beads-equivalent). 3608
oauth2_pkce.nxProof Key for Code Exchange (RFC 7636). 1364
obs.nxobservability primitives (spans, structured logs). 1336
oid.nxOBJECT IDENTIFIER constants for X.509 + TLS 1.3. 23829
opt.nxalias stub.130
opt_test.nxself-test for opt.nx. 511
otp.nxHOTP (RFC 4226) + TOTP (RFC 6238) one-time passwords.1135
outbuf.nxalias stub.130
parse.nxalias stub.130
parse_fp_op_test.nxverify fp_op_for_int op promotion. 561
parse_test.nxself-test for parse.nx. 331
path.nxPOSIX filesystem path manipulation. 2198
pbkdf2.nxPBKDF2 password-based key derivation (RFC 8018).1172
pbkdf2_sha1.nxPBKDF2 key derivation with HMAC-SHA1. 1153
pem.nxRFC 7468 PEM (Privacy-Enhanced Mail) container parser. 1845
png_header.nxparse PNG signature + IHDR + chunk stream. 1657
poly1305.nxBernstein's Poly1305 MAC (RFC 8439 variant). 2885
posit.nxposit arithmetic primitives (Phase N3 seed). 1267
ppm_writer.nxserialise Netpbm images (PBM / PGM / PPM). 1516
probe_blob_journal.nxVerifies the functionality of blob store and journal log APIs in the Nishi sovereign ecosystem.601
prop_lex_number_test.nxproperty test for lex_source on numbers. 862
prop_nxtask_store_test.nxproperty test for nxtask serializer. 1132
prop_test.nxproperty-based testing infrastructure. 2078
proptest.nxproperty-based testing. 1217
protobuf_wire.nxProtocol Buffers wire format decoder. 1757
quant.nxquantization primitives for AI inference. 46218
qubit.nxquantum type skeleton + classical simulator. 1667
query.nxHTTP query-string + form-urlencoded parser/builder. 1824
rand.nxcryptographically secure random bytes via /dev/urandom. 985
range_header.nxparse HTTP Range request header. 1914
rate_limit.nxtoken-bucket rate limiter. 1366
refinement.nxpredicate-bearing values + runtime checks. 14811
regalloc.nxalias stub.240
regalloc_evict_test.nxproves the Poletto-Sarkar spill-at-951
regalloc_fpr_evict_test.nxproves linear_scan_fpr's eviction781
regalloc_test.nxself-test for regalloc.nx. 571
reproducible_test.nxverify nxc2 output is byte-exact across984
reversible.nxreversible-computing primitives. 1357
ringbuf.nxfixed-capacity byte ring buffer. 1479
riscv.nxalias stub.280
riscv_fp_test.nxself-test for rv_emit_fbinop (F-extension). 2662
riscv_test.nxself-test for riscv.nx. 311
robots_txt.nxbuild robots.txt files. 1749
rss.nxRSS 2.0 feed builder. 1816
runtime.nxcore NishiLang runtime. 17913
runtime_test.nxself-test for runtime.nx library. 331
rvv_regname_test.nxreg_name + vbinop lowering dispatch. 1072
self_parse_test.nxfeed parse.nx's OWN source through the 491
semver.nxsemantic versioning parser (semver.org spec). 1596
session_id.nxcryptographically strong session identifiers. 1056
set_cookie.nxbuild HTTP Set-Cookie response header values. 2025
sha1.nxSHA-1 (FIPS 180-4 §6.1), 160-bit hash. 2176
sha256.nxalias stub.100
sha256_test.nxverify against known FIPS 180-4 test vectors.835
sha3.nxFIPS 202 SHA3-256 (Keccak-f[1600], rate=1088 bits). 2989
sha512.nxSHA-512 in pure NishiLang (FIPS 180-4 section 6.4). 48222
signed_cookie.nxHMAC-signed tamper-evident cookies.1614
simd.nxSIMD vector types + intrinsics (spec + soft-fallback). 20313
siphash.nxSipHash-2-4 keyed PRF (Aumasson-Bernstein 2012). 1385
sitemap.nxXML Sitemap 0.9 builder. 1938
sj_bad_m1.nxsweep harness, do not edit595
sj_bad_n1.nxsweep harness, do not edit605
sj_live_id.nxsweep harness, do not edit605
sj_live_id2.nxsweep harness, do not edit685
sj_live_ng.nxsweep harness, do not edit605
sj_live_ng2.nxsweep harness, do not edit685
sj_probe_a1.nxsweep harness, do not edit615
sj_probe_m1.nxsweep harness, do not edit595
sketch_ams.nxAMS sketch (Alon-Matias-Szegedy 1996). 21711
sketch_ams_test.nxAMS F_2 estimator verification. 1102
sketch_ams_vs_naive_bench.nxAMS F_2 vs naive exact tracker.1262
sketch_bit_vector.nxdense bit vector with popcount + bitwise ops. 24318
sketch_bit_vector_test.nxdense bit vector verification. 1171
sketch_bloom.nxBloom filter v2 (sovereign-tier with typed envelope). 16210
sketch_bloom_test.nxBloom v2 verification. 1091
sketch_buglog.nx5W+H+GLP provenance ledger primitive. 33134
sketch_buglog_test.nxID-based G + L referencing docs/{genealogy,lineage}.md. 761
sketch_cb_vs_cuckoo_delete_bench.nxboth-support-delete paired bench.1352
sketch_cms.nxCount-Min Sketch in NishiLang. 2139
sketch_cms_test.nxCount-Min Sketch behavioral test. 1372
sketch_comparator.nxsealed-verdict comparator for head-to-head stomp claims. 2117
sketch_comparator_test.nxsealed-verdict comparator validation. 1201
sketch_correlation.nxstreaming Pearson correlation + linear regression. 19112
sketch_correlation_test.nxstreaming Pearson + regression verification. 1582
sketch_count_sketch.nxCountSketch (Charikar-Chen-Farach-Colton 2002). 21613
sketch_count_sketch_negative_bench.nxnegative-insert capability bench.1653
sketch_count_sketch_test.nxCountSketch (unbiased frequency) verification. 1132
sketch_count_sketch_vs_cms_bias_bench.nxbias-direction paired bench.1873
sketch_counting_bloom.nxCounting Bloom filter (Fan-Cao-Almeida-Broder 1998). 24713
sketch_counting_bloom_test.nxCounting Bloom with delete + multi-set. 1441
sketch_cpc.nxCPC sparse-mode cardinality sketch (Lang 2017 / FM85). 17412
sketch_cpc_dense.nxCPC dense bitmap mode + HIP estimator. 20514
sketch_cpc_dense_test.nxCPC dense-mode verification. 1372
sketch_cpc_test.nxCPC (sparse + HIP estimator) verification. 1402
sketch_cuckoo.nxCuckoo Filter (Fan et al. 2014). 27718
sketch_cuckoo_delete_vs_bloom_bench.nxDELETE capability bench.1512
sketch_cuckoo_test.nxCuckoo Filter end-to-end verification. 1361
sketch_cusum.nxCUSUM change-point detector (Page 1954). 13311
sketch_cusum_test.nxCUSUM change-point detector verification. 1211
sketch_cusum_vs_threshold_bench.nxchange-point detection bench.991
sketch_ddsketch.nxDDSketch (Masson et al, PVLDB 2019). 26410
sketch_ddsketch_test.nxDDSketch multiplicative-error quantile verification. 1472
sketch_ddsketch_vs_tdigest_tail_bench.nxmultiplicative-error tail.1282
sketch_entropy.nxstreaming Shannon entropy estimator. 1288
sketch_entropy_test.nxstreaming Shannon entropy verification. 1232
sketch_epsilon_greedy.nxEpsilon-Greedy bandit (Sutton-Barto, classic). 21014
sketch_epsilon_greedy_test.nxepsilon-greedy bandit verification. 1523
sketch_ewma.nxexponentially-weighted moving average (EWMA). 1318
sketch_ewma_test.nxEWMA streaming smoother verification. 972
sketch_freq_directions.nxLiberty 2013 Frequent Directions sketch.46325
sketch_freq_directions_test.nxFD verification.1252
sketch_freq_directions_vs_topnorm_bench.nxpaired bench, FD vs naive top-norm.2234
sketch_geomean.nxstreaming geometric mean via log-space accumulation. 14111
sketch_geomean_test.nxgeometric mean via log-space accumulation tests. 932
sketch_hash_map.nxopen-addressing hash map (i64 -> i64). 25617
sketch_hash_map_test.nxhash map foundational primitive verification. 1351
sketch_histogram.nxfixed-bin histogram with quantile + merge. 21114
sketch_histogram_test.nxfixed-bin histogram + quantile + merge. 1452
sketch_hll.nxHyperLogLog cardinality sketch in NishiLang. 56315
sketch_hll4.nxHLL_4 with Heule exception table. 27012
sketch_hll4_test.nxHLL_4 + Heule exception table verification. 1112
sketch_hll4_vs_hll8_bench.nxmemory-efficiency paired bench.1033
sketch_hll_lgk12_vs_lgk8_bench.nxvalidates bits-up cap raise.1123
sketch_hll_packed.nx4-bit and 6-bit packed-register HLL. 2067
sketch_hll_packed_test.nxend-to-end test for HLL_6 packed 922
sketch_hll_packed_vs_hll8_bench.nx6-bit register memory bench.893
sketch_hll_provenance.nxsample CAPABILITY + IMPROVEMENT_OPP entries 811
sketch_hll_provenance_v2.nxpost-bias-table provenance entries. 641
sketch_hll_test.nxend-to-end test for the NishiLang HLL port. 963
sketch_hll_vs_materialized_set_bench.nxSTRUCTURAL class comparison.1173
sketch_hllmap.nxMap<key, HLL> for "distinct count per key" queries. 24513
sketch_hllmap_merge_capability_bench.nxcapability-EXCEED bench.2003
sketch_hllmap_test.nxHllMap (distinct-per-key) with merge. 1702
sketch_holt.nxHolt's linear method (double exponential smoothing). 1338
sketch_holt_test.nxHolt's linear forecast verification. 862
sketch_holt_vs_ewma_trended_bench.nxtrend tracking paired bench.792
sketch_kll.nxcompactor-hierarchy quantile sketch. 32513
sketch_kll_test.nxKLL/MRL compactor-cascade verification. 1102
sketch_kll_vs_reservoir_bench.nxMATCHED-MEMORY honest measurement.1402
sketch_kmeans1d.nxstreaming 1D k-means clustering. 17112
sketch_kmeans1d_test.nx1D streaming k-means verification. 1042
sketch_kmv.nxKMV (K-Minimum-Values) sketch. 31010
sketch_kmv_jaccard_vs_naive_bench.nxKMV Jaccard vs naive O(N).1563
sketch_kmv_test.nxKMV cardinality + union + Jaccard verification. 1962
sketch_lc_vs_hll_small_n_bench.nxLC sweet-spot paired bench.903
sketch_linear_counter.nxLinear Counting (Whang-Vander Zanden 1990). 22313
sketch_linear_counter_test.nxWhang-Vander Zanden 1990 cardinality. 1582
sketch_lossy_counting.nxManku-Motwani 2002 Lossy Counting. 23114
sketch_lossy_counting_test.nxManku-Motwani Lossy Counting verification. 991
sketch_mann_kendall.nxstreaming Mann-Kendall trend test. 17210
sketch_mann_kendall_test.nxstreaming Mann-Kendall trend test verification. 1001
sketch_mann_kendall_vs_endpoint_bench.nxtrend detection bench.901
sketch_markov.nxdiscrete-state Markov chain transition tracker. 19812
sketch_markov_test.nxMarkov chain transition tracker verification. 1262
sketch_markov_vs_uniform_bench.nxtransition prediction bench.912
sketch_mg_ss_bracket_bench.nxbracketing capability paired bench.1661
sketch_min_heap.nxbinary min-heap (priority queue) primitive. 19613
sketch_min_heap_test.nxbinary min-heap verification. 1231
sketch_misra_gries.nxMisra-Gries frequent items (1982). 22513
sketch_misra_gries_test.nxMG heavy hitters (under-estimate variant). 1162
sketch_moments.nxstreaming higher moments (skewness + kurtosis). 20215
sketch_moments_test.nxstreaming skewness + kurtosis verification. 1242
sketch_naive_bayes.nxstreaming binary Naive Bayes classifier. 19212
sketch_naive_bayes_test.nxbinary Naive Bayes classifier verification. 851
sketch_naive_bayes_vs_majority_bench.nxclassification accuracy bench.1271
sketch_observability_dashboard_bench.nxCOMPOSITION integration bench.1923
sketch_reqsketch.nxrelative-error streaming quantile sketch.38014
sketch_reqsketch_test.nxReqSketch verification.1342
sketch_reqsketch_vs_kll_bench.nxMATCHED-MEMORY paired measurement.1342
sketch_reservoir.nxVitter reservoir sampling + quantile. 18210
sketch_reservoir_test.nxVitter reservoir + sample-based 1312
sketch_robust_hll.nxadversarial-safe HLL via median-of-k. 2037
sketch_robust_hll_test.nxadversarial-safety smoke for the 953
sketch_robust_hll_vs_hll_adv_bench.nxadversarial paired bench.1333
sketch_segment_tree.nxsegment tree for range sum / min / max queries. 20412
sketch_segment_tree_test.nxrange sum / min / max verification. 1331
sketch_sliding_window.nxlast-W-samples rolling aggregator. 18112
sketch_sliding_window_test.nxlast-W-samples rolling aggregator tests. 861
sketch_space_saving.nxSpaceSaving top-K heavy hitters. 22012
sketch_space_saving_test.nxSpaceSaving behavioral test. 1201
sketch_stream_stats.nxstreaming mean / variance / stddev / min / max. 19014
sketch_stream_stats_test.nxstreaming mean / variance / stddev / merge. 1272
sketch_tdigest.nxT-Digest (Dunning 2019) tail-tight quantile sketch. 34011
sketch_tdigest_test.nxT-Digest quantile + tail-tight verification. 962
sketch_tdigest_v2.nxT-Digest with Dunning k1 arcsin-based scale.34514
sketch_tdigest_v2_test.nxV2 (Dunning k1 arcsin scale) verification.1232
sketch_tdigest_v2_vs_v1_bench.nxpaired measurement, T-Digest v2 vs v1.1131
sketch_tdigest_vs_materialized_quantile_bench.nxstreaming quantile EXCEED.862
sketch_theta.nxTheta sketch (Beyer/Haas 2014). 37111
sketch_theta_intersect_vs_hll_bench.nxcapability bench, Theta vs HLL.1433
sketch_theta_test.nxTheta sketch union + intersection + difference. 1432
sketch_thompson.nxThompson Sampling (Bernoulli-Beta bandit).27816
sketch_thompson_test.nxThompson Sampling verification.1402
sketch_thompson_vs_ucb1_bench.nxpaired measurement, Thompson vs UCB1.1181
sketch_tuple.nxTuple sketch (Theta + per-hash auxiliary data). 32212
sketch_tuple_test.nxTuple sketch (Theta + scalar) with reducer + merge. 1662
sketch_types.nxL-4 typed envelope scaffold for streaming sketches. 861
sketch_types_gate.nxthe gate for the typed loss-envelope 139 modules import.931
sketch_ucb1.nxUCB1 multi-armed bandit (Auer-Cesa-Bianchi-Fischer 2002). 21512
sketch_ucb1_test.nxmulti-armed bandit verification. 1233
sketch_union_find.nxDisjoint Set Union (Union-Find) primitive. 1528
sketch_union_find_test.nxDisjoint Set Union verification. 1341
sketch_varopt.nxWeighted reservoir sampling (Efraimidis-Spirakis 2006 / Cohen 2011). 23912
sketch_varopt_test.nxWeighted reservoir sampling verification. 1111
sketch_varopt_vs_reservoir_biased_bench.nxweighted sampling capability.1111
sketch_zscore.nxpoint z-score anomaly detector. 12810
sketch_zscore_test.nxz-score anomaly detector verification. 1042
slug.nxconvert strings to URL-safe slugs. 1294
smoke_alloc_call.nxnested sys_mmap inside a called function. 212
smoke_asm_b1.nxBisect: how many bytes does the assembler return for various 151
smoke_asm_b10.nxduplicate of b5 for sanity 121
smoke_asm_b11.nxjust `.text` + label + 4 inst 121
smoke_asm_b12.nxjust `.globl main` + label + 4 inst 121
smoke_asm_b13.nxTwo `.text` directives, label, 4 inst. (Two-directive pattern test.) 121
smoke_asm_b14.nx.text + .globl main, NO label between, 4 inst 121
smoke_asm_b15.nxarg name DIFFERS from label 121
smoke_asm_b16.nxdirectives + label + 5 inst 121
smoke_asm_b17.nx1 directive + label + 5 inst 121
smoke_asm_b18.nxdirectives + label + 4 inst, but use a longer label name 121
smoke_asm_b19.nxb11 (which works) plus one more `nop` 121
smoke_asm_b2.nx111
smoke_asm_b20.nxjust li a1, 40 121
smoke_asm_b21.nxtest22 with ret -> nop 121
smoke_asm_b22.nxtest22 with li -> mv (so 4 inst, all reg-reg or reg-imm-reg) 131
smoke_asm_b3.nx111
smoke_asm_b4.nx4 instructions, no directives, no label. 121
smoke_asm_b5.nx4 instructions WITH label. 121
smoke_asm_b6.nxdirectives + label + addi only (1 inst expected) 121
smoke_asm_b7.nxdirectives + label + addi + ret (2 inst expected) 121
smoke_asm_b8.nxdirectives + label + addi + sd + ret (3 inst expected) 121
smoke_asm_b9.nxdirectives + 4 inst NO label 121
smoke_asm_d1.nxDiagnostic: which instructions actually got emitted in test22? 181
smoke_asm_d10.nxDump bytes near 53-67 by index to see what's there. 71
smoke_asm_d2.nxReturn byte[4] (second instruction's first byte). 121
smoke_asm_d3.nxReturn byte[8] (third instruction's first byte). 121
smoke_asm_d4.nxexit code is u8 anyway, but let's 161
smoke_asm_d5.nxReach into Asm to see pass 1 cur_addr vs pass 2 out_pos. 391
smoke_asm_d6.nxDrive the assembler with a manually-built byte buffer, to rule 581
smoke_asm_d7.nxPure string-literal sanity check. Same string as test22. 101
smoke_asm_d8.nxDump byte at position 60 of the literal. 71
smoke_asm_d9.nxDump byte at position 63 of the literal (where strlen stops). 71
smoke_asm_test.nxrun nxasm_v2 on a small RV64 asm snippet + assert 171
smoke_asm_test10.nx.text without newline. 141
smoke_asm_test11.nx.byte directive (specifically handled). 141
smoke_asm_test12.nxaddi with negative immediate. 141
smoke_asm_test13.nxsd with memory operand format. 141
smoke_asm_test14.nxprogressively larger test. 171
smoke_asm_test15.nxjust 2 consecutive li instructions. 171
smoke_asm_test16.nx.globl with operand. 171
smoke_asm_test17.nxwhat breaks when adding label? 171
smoke_asm_test18.nx.text then label. 171
smoke_asm_test19.nx2 directives + label. 171
smoke_asm_test2.nxminimal assembly test. 161
smoke_asm_test20.nxadd addi with negative imm. 171
smoke_asm_test21.nxadd sd after addi. 171
smoke_asm_test22.nxfull test14 with an additional `ret` final. 141
smoke_asm_test23.nxprint emitted bytes. 361
smoke_asm_test24.nxtest22 MINUS label. 141
smoke_asm_test25.nxdirectives + label + 3 insts (drop li). 141
smoke_asm_test26.nxlike test22 but reorder: ret before li. 141
smoke_asm_test3.nxadd directive + label. 151
smoke_asm_test4.nxjust label + li + ret. 151
smoke_asm_test5.nxjust .text directive. 151
smoke_asm_test6.nxlike test5 but trailing space before newline. 151
smoke_asm_test7.nxliterally just .text + ret. 171
smoke_asm_test8.nxjust .text, no mnemonic. 171
smoke_asm_test9.nxempty source. 131
smoke_call.nxverify a function call returns its value through the chain. 122
smoke_codegen_bug.nxMinimal repro for the nested-if codegen bug: 281
smoke_dom_inspect.nxProbe dom_test to see what b4.idom actually is. 301
smoke_elf_minimal.nxMinimal write_elf test: 4 bytes of code, write to stderr (fd 2). 121
smoke_exit42.nxminimal RV64 sovereign smoke test. 141
smoke_imports.nxtest import + tok_at-like memory layout. 171
smoke_lex2.nxlex two tokens. 141
smoke_lex3.nxlex multiple tokens. 141
smoke_lex4.nxlarger input, exercise lex_string + lex_number paths. 141
smoke_lex5.nxexact lex_test source, but no token verification. 141
smoke_lex6.nxlex + read first tok kind. 151
smoke_lex7.nxexact lex_test logic. 281
smoke_lex_min.nxminimal lex_source call. 171
smoke_loop.nxexercise a while loop + struct field write inside. 201
smoke_mmap.nxverify sys_mmap works in our RV64 ELF chain. 151
smoke_nxasm_demo.nxTake nxc2's actual asm output for a simple program and try to 221
smoke_nxasm_demo2.nxSame as smoke_nxasm_demo.nx but with the full directive header 161
smoke_nxc_pipeline.nxReplay nxc.nx's pipeline on the baked-in demo, reporting at 731
smoke_nxc_pipeline10.nxPipeline through stage 3 only, then write_elf with fresh code. 511
smoke_nxc_pipeline11.nxJust lex+parse, no opt/regalloc/emit, then write_elf. 201
smoke_nxc_pipeline12.nxlex+parse+opt only. 281
smoke_nxc_pipeline13.nxlex+parse+opt+regalloc. 411
smoke_nxc_pipeline14.nxReport f.n_values after parse+opt for the demo. 191
smoke_nxc_pipeline15.nxSame as pipeline13 but allocate huge locs to rule out overflow. 421
smoke_nxc_pipeline2.nxSame as smoke_nxc_pipeline.nx but skip the crt0 stub to see if 591
smoke_nxc_pipeline3.nxInspect m.n_functions after parse_module. 211
smoke_nxc_pipeline4.nxTry simpler source: no __syscall, just a constant return. 211
smoke_nxc_pipeline5.nxTry minimal source matching parse_test's expectations. 211
smoke_nxc_pipeline6.nxInspect tokens generated by lex_source for `func f() { return 42 }`. 231
smoke_nxc_pipeline7.nxAdd stage 5 (write_elf) to the pipeline replay. Writes to fd 3 641
smoke_nxc_pipeline8.nxSame imports as nxc.nx but ONLY call write_elf, skip all the 261
smoke_nxc_pipeline9.nxPipeline first, but call write_elf with a FRESH code buffer 571
smoke_regalloc_min.nxMinimal regalloc invocation: build a Function with NO values 331
smoke_regalloc_min2.nxRegalloc on a 3-value function: const+const+add+ret. 331
smoke_regalloc_min3.nxRegalloc on 1-value function: const, return it. 311
smoke_regalloc_min4.nx2-value function: 2 consts. 311
smoke_regalloc_min5.nx3 consts, no binop. 281
smoke_regalloc_min6.nxisolate whether binop alone crashes. 291
smoke_regalloc_min7.nxBuild a binop, then INSPECT the IR fields directly without 301
smoke_regalloc_step.nxReplay regalloc_function step-by-step on a binop function, 761
smoke_repro.nxminimal repro of codegen bug. 412
smoke_repro2.nxcloser to the lex_ident_or_kw shape. 454
smoke_repro3.nxadds the text[i] = c style write. 495
smoke_repro4.nxmatch Tok's 12-field layout + lex_ident_or_kw shape. 765
smoke_str_a.nx64-byte string (no terminator counted). 101
smoke_str_arg.nxpass a string literal to a function, read first byte. 132
smoke_str_b.nx65-byte string. 91
smoke_str_c.nx100-byte string. 91
smoke_str_index.nxstring indexing via *u8. 151
smoke_struct.nxstruct alloc + field write/read. 171
smoke_write.nxverify sys_write to stdout works. 141
stdlib.nxNishiLang's built-in prelude. 340
stdlib_test.nxexercise Option + Result via import. 473
stm.nxsoftware transactional memory. 1566
str.nxfirst-class string / byte-slice type for NishiLang. 30521
str_test.nxself-test for str.nx. 591
syscalls.nxalias stub.200
tar_header.nxparse POSIX ustar tar headers (IEEE 1003.1). 1815
tensor_ir.nxNishi tensor intermediate representation. 53519
tensor_lower.nxTirGraph -> RV64 asm lowering pass. 3736
tga_writer.nxserialise uncompressed TGA (Targa) images. 1556
time.nxmonotonic + wall clock, via Linux/NishiOS clock_gettime. 764
timefmt.nxRFC 3339 + RFC 822 timestamp format/parse. 24011
tls13.nxTLS 1.3 (RFC 8446) record-layer constants + framing. 1887
totality.nxruntime markers for @total functions. 1007
totp_sha1.nxRFC 6238 TOTP with SHA-1 (Google Authenticator 1095
totp_uri.nxbuild otpauth:// enrollment URIs. 1765
totp_verify.nxTOTP code verification with clock-skew window. 993
trie.nxbyte-keyed trie (prefix tree). 15610
tsv.nxTab-separated values reader + writer. 2297
types.nxalias stub.130
ulid.nxUniversally Unique Lexicographically Sortable ID. 1904
uri.nxRFC 3986 URI / URL structural parser. 2585
url.nxURL percent-encoding + decoding (RFC 3986). 1497
utf8.nxUTF-8 validator + codepoint decoder (RFC 3629). 2314
uuid.nxUUID v4 (random) + v7 (time-ordered) generators. 1466
uuid5.nxUUIDv5 (SHA-1 namespace + name -> UUID). 1306
varint.nxprotobuf-style variable-length integer encoding. 1407
vec.nxdynamic-array of i64 (Phase G7 in the roadmap). 1049
vec_test.nxself-test for vec.nx. 451
wasm.nxNishiLang port of wasm.c (WAT backend). 42413
wasm_test.nxself-test for wasm.nx. 492
wav_header.nxparse RIFF WAVE (WAV) audio file headers. 1765
wav_writer.nxserialise 16-bit PCM WAV files (canonical 1465
websocket_frame.nxRFC 6455 WebSocket frame parser + builder. 2494
websocket_handshake.nxcompute Sec-WebSocket-Accept. 893
x.nx10
x25519.nxBernstein's Curve25519 X25519 (RFC 7748). 48516
x25519_ephemeral.nxephemeral keypair helper for X25519 ECDH. 826
x509.nxminimal X.509 v3 certificate parser (RFC 5280). 2294
xfile_struct_types.nxRepro mirror of `Global` from types.nx. Same field types in 130
xfile_struct_writer.nxWrites structured data to a binary region, initializing fields of a global object array with sequential values.231
xoshiro.nxxoshiro256++ pseudorandom number generator. 1067
z.nxReturns 0 as an i64 value in the main function.31
zip_header.nxparse PKZIP APPNOTE 6.3.x framing. 2037
zk.nxzero-knowledge proof scaffold. 1588
zz_bf.nxFetches and processes data from web URLs using the browser fetch API.41