code wiki / _hdl_build / nx_ciq_field_connect.nx
nx_ciq_field_connect.nx
buildroot/runtime/_hdl_build/nx_ciq_field_connect.nx
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
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
structs
| none |
consts
| 18 | const FC_MAGIC_2048: i64 = 2048 |
| 19 | const FC_MAGIC_8192: i64 = 8192 |
| 21 | const FC_STORE: *u8 = "knowledge/store/ciq-" |
functions
| 23 | func 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 } |
| 24 | func 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 |
| 27 | func fc_row(w: *i64, caps: *u8, coff: *i64, nm: *u8, axs: *u8, wts: *u8, cells: *u8) -> i64 |
| 49 | func main() -> i64 |