Codegen Pipeline
Topological build order with CEGIS retry loop.
The spec graph defines a dependency order. The codegen pipeline generates code topologically — entities before operations, operations before endpoints, endpoints before UI. Every generated file is traceable to a spec node. A CEGIS retry loop catches what the first pass misses.
Get started freecapabilities
What Codegen Pipeline does.
Topological Order
Dependencies are built before dependents. No circular guessing, no import errors, no missing types.
Spec Traceability
Every generated file links back to the spec node that defined it. Nothing is invented.
CEGIS Retry
Counter-example guided synthesis. If a generated file fails convergence, the system generates counter-examples and retries.
Multi-Service Output
Generates across service boundaries — API, frontend, workers — all from one spec graph.