topic: ncf
11 modules sharing the ncf name family (derived from the tree's prefix discipline).
The 'ncf' topic family in the Nishi sovereign ecosystem focuses on synthesized control flow mechanisms, enabling structured computation through modular, self-contained binaries. The ncf_loop_organ and ncf_organ provide bounded loops and branches, respectively, while nx_ncf_cube_gate handles quadratic-index loops. These modules interconnect via nx_ncf_route_gate to close autonomy loops, supporting complex algorithmic patterns through hierarchical synthesis and state management.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| ncf_loop_organ.nx | SYNTHESIZED CONTROL FLOW (a bounded loop) + GOD-BUILT by nx_ncf_loop_gate. license_tier: ORIGINAL | 18 | 2 |
| ncf_organ.nx | SYNTHESIZED CONTROL FLOW (a branch) + GOD-BUILT by nx_ncf_synth_gate. license_tier: ORIGINAL | 15 | 2 |
| nx_ncf_cube_gate.nx | X-AUT-NCF-001 RUNG 4: SYNTHESIZE A QUADRATIC-INDEX LOOP (acc += c2*i*i + c1*i + c0), | 60 | 1 |
| nx_ncf_loop_gate.nx | 244 | 14 | |
| nx_ncf_quad_gate.nx | X-AUT-NCF-001 RUNG 3: SYNTHESIZE AN AFFINE-INDEX LOOP (acc += c1*i + c0), the | 61 | 1 |
| nx_ncf_recur_gate.nx | X-AUT-NCF-001 RUNG 6 (GENERALIZATION, not another special case): synthesize an | 70 | 1 |
| nx_ncf_route_gate.nx | THE WIRING RUNG: close the L3 autonomy loop. When nx_pattern_classify marks a spec | 76 | 1 |
| nx_ncf_scaffold_register.nx | registers the DECLARED-SCAFFOLD pe8 field-kinds 6 | 56 | 2 |
| nx_ncf_state_gate.nx | X-AUT-NCF-001 RUNG 5: SYNTHESIZE A TWO-STATE LINEAR RECURRENCE -- the QUALITATIVE | 62 | 1 |
| nx_ncf_synth.nx | the SHARED control-flow SYNTHESIS CORE (no main; imported by the rungs + the WIRING). | 499 | 37 |
| nx_ncf_synth_gate.nx | 227 | 13 |