A reference implementation of the specification: admission, fitting, placement by profile, and the trace. It exists to prove the spec is buildable and to give conformance tests something to run against. This page tracks its status against every requirement and will grow into the API documentation once the API settles.
One row per requirement. A row moves to implemented only when a test in the conformance suite exercises it and passes. Producer-side rules (R-13, R-14, R-15) are checked by the admission layer, so they appear here too.
The shape follows the scaffold's assemble.py. Producers are called before assembly; the assembler receives items, never producers. Nothing in assemble() calls a model (R-18).
The assembler is being built against real routes. If yours has a constraint the spec does not cover, open an issue before the API freezes.