code wiki / _hdl_build / nx_parallel_runner.nx
nx_parallel_runner.nx
buildroot/runtime/_hdl_build/nx_parallel_runner.nx
about
nx_parallel_runner.nx -- the TEAM runs the 3 workstreams IN PARALLEL, isolated + monitored + governed,
while Claude MONITORS (operator: "if the team could do all three in parallel that would be a great test
with you monitoring like you did with the overnight runner... i want the team to build this and run it...
with you doing it yourself as a FAIL CASE"). Each workstream gets its own branch+worktree (conflict-free);
the team DOES what needs no authoring and ESCALATES what does (the novel-module gap = a flagged FAIL CASE
= a capability to build next). Writes /tmp/nishi_parallel_run.log (monitorable progress) + escalations to
the PM review log. license_tier: ORIGINAL Composes ownership-map + workstream-git + merge-queue +
loop-monitor + governed-ingest + pm-review-log.
dependencies 7 imports · 0 importers
imports: nx_ownership_map.nxnx_itoa_lib.nxnx_workstream_git.nxnx_merge_queue.nxnx_loop_monitor.nxnx_pm_review_log.nxnx_syscalls.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 WS_FULL: i64 = 2 // team does it fully, autonomously (no authoring) |
| 19 | const WS_VERIFY: i64 = 1 // team verifies; authoring the artifact escalates |
| 20 | const WS_ESCALATE: i64 = 0 // needs novel authoring -> reach out for help (the FAIL CASE) |
functions
| 22 | func pr_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 } |
| 27 | func pr_n(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 } |
| 29 | func main() -> i64 |