Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 415 Bytes

File metadata and controls

9 lines (7 loc) · 415 Bytes

Code generation rules

Shared generation conventions for Backoffice contracts.

  • Generated sources are never edited manually.
  • Protobuf field numbers are immutable after publication.
  • Removed protobuf fields and names are reserved.
  • OpenAPI changes are validated and generated clients are rebuilt in the same pull request.
  • Generation must be deterministic and runnable in CI without repository-local state.