code wiki / _hdl_build / nx_org_research.nx

nx_org_research.nx

buildroot/runtime/_hdl_build/nx_org_research.nx

6934 B144 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_org_research.nx -- drive the SOVEREIGN NISHI RESEARCHER over the universal-ORGANIZATION-TOOLING gap research (one asset+knowledge inventory tracking EVERY artifact -- professional + private + machine-created -- so we always know WHAT WE HAVE / WHAT TO DO / WHAT'S GOING ON) vs best-in-class DAM/KM (Adobe AEM Assets, Bynder, Notion/Confluence, Google Photos). module: nishi-core.research.org capability: CORE_COMPUTE (turn delegated organization-tooling research into a verified reproducible gap backlog) Reads knowledge/registry/org_research.tsv (the delegated SOVEREIGN fetch+extract: claims + 3 adversarial votes each, grounded in real authoritative sources fetched live over Nishi's own TLS) and runs nx_researcher's DETERMINISTIC verify (>=2 confirm => CONFIRMED) + synthesize (CONFIRMED+actionable => gap-task). Prints the verdict census + the ranked gap-task backlog + the REPRODUCIBILITY proof (same evidence -> same tasks). Refuted/contested => ZERO tasks (the no-wasted-work exceed over a one-shot LLM report). Sovereign: nx_syscalls + nx_researcher. license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_researcher.nx nx_org_research.nx

imports: nx_syscalls.nxnx_itoa_lib.nxnx_researcher.nx

imported by: nobody (leaf or entry point)

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

main or_puts sys_write or_parse sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close or_field sys_mmap ↻ or_atoi sys_exit sys_mmap ↻ res_count_verdict res_verify res_is_reproducible sys_mmap ↻ res_synthesize res_verify ↻ res_is_task res_synthesize ↻ or_putn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap res_confidence_permil res_verify ↻

structs

none

consts

19const OR_FILE: *u8 = "knowledge/registry/org_research.tsv"

functions

30func or_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
35func or_putn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
36func or_field(b: *u8, ls: i64, le: i64, f: i64) -> *u8
called by 1: or_parse calls 1: sys_mmap
44func or_atoi(s: *u8) -> i64 { if s[0] >= 48 as u8 { if s[0] <= 57 as u8 { return (s[0] - 48 as u8) as i64 } } return 0 }
called by 1: or_parse
46func or_parse() -> i64
92func main() -> i64