The gateway is serving routes that neither openapi.yaml nor the published contract describes, and/or documenting non-draft operations it does not serve.
Run: 34019319711 · commit 4ea990dadac4e2889d6abf100658f4296d6512cf
The machine-readable diff is attached to the run as the live-route-drift artifact. It is deliberately not committed: it enumerates the live route surface.
Each finding is cleared by documenting the operation in openapi.yaml, withdrawing the route, or adding an allowlist entry with a real justification in .github/scripts/live-route-drift-allowlist.json.
See .github/scripts/live-route-drift.mjs for what each direction means and why a 402 is presence rather than absence.
The gateway is serving routes that neither
openapi.yamlnor the published contract describes, and/or documenting non-draft operations it does not serve.Run:
34019319711· commit4ea990dadac4e2889d6abf100658f4296d6512cfThe machine-readable diff is attached to the run as the
live-route-driftartifact. It is deliberately not committed: it enumerates the live route surface.Each finding is cleared by documenting the operation in
openapi.yaml, withdrawing the route, or adding an allowlist entry with a real justification in.github/scripts/live-route-drift-allowlist.json.See
.github/scripts/live-route-drift.mjsfor what each direction means and why a 402 is presence rather than absence.