code wiki / _hdl_build / nx_hub_spoke.nx
nx_hub_spoke.nx
buildroot/runtime/_hdl_build/nx_hub_spoke.nx
about
nx_hub_spoke.nx -- the central permanent HUB (main Nishi) grows by absorbing what its CLONES learn, then
spawns stronger clones (operator: "iterate and grow the central permanent west team the hub... spoked
projects like elder ai receive and feedback... automated improving scaffolding loops where like naruto
learns from his clones and gets more capable then sends out more powerful clones our team does the
same"). The Naruto invariant: a clone is spawned with the hub's CURRENT power; what it learns returns to
the hub and -- ONLY if it passes the governance gate -- raises the hub's power; the next clone is spawned
stronger. Additive-only, so no regression/drift. license_tier: ORIGINAL Integration is gated by
nx_ingest_governed; refined by /deep-research wfb7jkc6h (running).
dependencies 1 imports · 2 importers
imports: nx_syscalls.nx
imported by: nx_hub_spoke_test.nxnx_orchestration_test.nx
structs
| none |
consts
| none |
functions
| 13 | func hs_clone_power(hub_caps: i64) -> i64 { return hub_caps } called by 1: hs_run_generations |
| 17 | func hs_integrate(hub_caps: i64, learned: i64, governed_admit: i64) -> i64 |
| 24 | func hs_no_regression(hub_before: i64, hub_after: i64) -> i64 { if hub_after >= hub_before { return 1 } return 0 } |
| 27 | func hs_next_stronger(prev_clone_power: i64, hub_after: i64) -> i64 { if hub_after > prev_clone_power { return 1 } return 0 } |
| 30 | func hs_spoke_receive(hub_caps: i64) -> i64 { return hub_caps } called by 1: main |
| 32 | func hs_spoke_feedback(learning: i64, governed_admit: i64) -> i64 called by 1: main |
| 41 | func hs_run_generations(hub0: i64, gains: *i64, admits: *i64, k: i64, out_powers: *i64) -> i64 |