code wiki / _hdl_build / nx_ciq_field_connect.nx

nx_ciq_field_connect.nx

buildroot/runtime/_hdl_build/nx_ciq_field_connect.nx

11318 B154 linesdepth 7pulls 8 transitivereach 0 importersview sourcekind tooltopic ciq
docsdependenciesstructsconstsfunctions

about

nx_ciq_field_connect.nx -- CIQ field INGEST for the CONNECT market (author-by-organ). Writes the Gartner-style entity x capability matrix into the SOVEREIGN seg_store as content-addressed canonical records (prefix knowledge/store/ciq-, key "ciq:connect:cap:<name>"). NO TSV / NO 3rd-party format: the matrix is INLINED below in NishiLang, every cell TRANSCRIBED from CITED sources (data-provenance LAW), and the ONLY output is the sovereign content-addressed store (mirrors nx_codata_ingest). nishi levels <- the gate-backed nx_connect_census cells (evidence = the gate name). incumbent lvls <- ONLY where the verified deep-research synthesis (run wf_38c21b4e, 17 agents, adversarially verified -- evidence token "cc") makes an attributable per-entity claim; otherwise U (unknown -> excluded + counted against data-completeness). NO fabrication. cell grammar: <level>[!<evidence>] level in {0,1,2,U}; level 2 (FULL) REQUIRES !<evidence> (the analyst LIAR-KILLS otherwise). axis E=Ability-to-Execute (shipped product/ops/viability) V=Completeness-of-Vision (strategy/innovation/model/geo). weight 3=existential/core (census marks Trust-Safety "existential") 2=product/ops 1=nice-to-have. license_tier: ORIGINAL expect_exit: 0

dependencies 4 imports · 0 importers

nx_syscalls.nx nx_canon_cid.nx nx_seg_store.nx nx_uxf_decode.nx nx_ciq_field_connect.nx

imports: nx_syscalls.nxnx_canon_cid.nxnx_seg_store.nxnx_uxf_decode.nx

imported by: nobody (leaf or entry point)

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

main ss_begin ss_begin_cap sys_mmap sys_mmap ↻ fc_row sys_mmap ↻ canon_encode sys_mmap ↻ cc_cmp cc_w32 cc_len sys_munmap ss_cat ss_add ss_add2 ss_w32 ss_len canon_encode ↻ ss_add ↻ sys_now_ms sys_mmap ↻ sys_clock_gettime_mono ss_commit ss_segid_ok sys_mmap ↻ ss_cat ↻ ss_catn sys_mmap ↻ sys_write ss_write_seg ss_segid_ok ↻ sys_mmap ↻ ss_cat ↻ ss_catn ↻ sys_write ↻ ss_segname ss_cat ↻ ss_catn ↻ ss_writefile

structs

none

consts

18const FC_MAGIC_2048: i64 = 2048
19const FC_MAGIC_8192: i64 = 8192
21const FC_STORE: *u8 = "knowledge/store/ciq-"

functions

23func fc_w(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return 0 }
called by 1: main calls 1: sys_write
24func fc_streq(a: *u8, b: *u8) -> i64 { var i: i64=0; while a[i]!=(0 as u8){ if a[i]!=b[i]{return 0} i=i+1 } if b[i]!=(0 as u8){return 0} return 1 }
called by 1: main
27func fc_row(w: *i64, caps: *u8, coff: *i64, nm: *u8, axs: *u8, wts: *u8, cells: *u8) -> i64
49func main() -> i64