code wiki / _hdl_build / nx_ws_ingest_run.nx

nx_ws_ingest_run.nx

buildroot/runtime/_hdl_build/nx_ws_ingest_run.nx

2244 B55 linesdepth 5pulls 7 transitivereach 0 importersview sourcekind orphan librarytopic ws
docsdependenciesstructsconstsfunctions

about

nx_ws_ingest_run.nx -- runnable driver for the integration keystone nx_ws_ingest. nx_ws_ingest_run -> DRY-RUN into a SCRATCH prefix (safe; never touches the live registry) nx_ws_ingest_run LIVE -> ingest every project-*.md into the LIVE registry (WS_PREFIX) Scans the live Claude memory dir by default (overridable arg 2 = config hierarchy #17). Sovereign. license_tier: ORIGINAL

dependencies 4 imports · 0 importers

nx_ws_ingest.nx nx_workstream_store.nx nx_seg_store.nx nx_syscalls.nx nx_ws_ingest_run.nx

imports: nx_ws_ingest.nxnx_workstream_store.nxnx_seg_store.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

structs

none

consts

11const WSI_DEF_MEMDIR: *u8 = "/mnt/c/Users/elder/.claude/projects/C--Users-elder/memory"
12const WSI_SCRATCH: *u8 = "knowledge/store/wsi_scratch-"

functions

14func rp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
15func rn(v: i64) -> i64
26func r_eq(a: *u8, b: *u8) -> i64
33func main(argc: i64, argv: *i64) -> i64