code wiki / _hdl_build / nx_cms_builder_attempt.nx
nx_cms_builder_attempt.nx
buildroot/runtime/_hdl_build/nx_cms_builder_attempt.nx
about
nx_cms_builder_attempt.nx -- the BUILDER ATTEMPTS the CMS backlog by COMPOSITION (operator: "make sure you
arent doing but allowing the team to TRY and then if they RAISE THEIR HAND to tutor and build their
capabilities in the right teammates"). For each CMS task (a type-spec in->out), the Builder SEARCHES its
authored-primitive library for a chain using ONLY available primitives. COMPOSED = the team authored it
itself (autonomous, Claude monitors only). RAISED-HAND = a required primitive is MISSING -> that, and only
that, is the tutoring target, routed to the right teammate. This catches my own over-reach: I hand-authored
the secure token, but the Builder can compose it from urandom+hex it ALREADY has. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_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
| 13 | const T_NONE: i64 = 0 |
| 14 | const T_PATH: i64 = 1 |
| 15 | const T_BYTES: i64 = 2 |
| 16 | const T_HEX: i64 = 3 |
| 17 | const T_FIELD:i64 = 4 |
| 18 | const T_KDF: i64 = 5 |
| 19 | const T_SAFE: i64 = 6 |
| 20 | const T_DOM: i64 = 7 |
| 21 | const NTYPE: i64 = 8 |
| 24 | const NP: i64 = 8 |
functions
| 10 | func ba_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 28 | func ba_reach(cur: i64, target: i64, useunavail: i64, pin: *i64, pout: *i64, pav: *i64, used: *i64, vis: *i64) -> i64 |
| 49 | func ba_try(name: *u8, tin: i64, tout: i64, pin: *i64, pout: *i64, pav: *i64, pname: *i64) -> i64 |
| 71 | func main() -> i64 |