Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.06 KB

File metadata and controls

62 lines (39 loc) · 1.06 KB

Operations Deep Dive: Generation Command Reference

Purpose

Command reference for generated artifact workflows.

Use with generation-and-validation.md.

OpenAPI and API client

Generate OpenAPI:

pnpm openapi:gen

Generate API client:

pnpm client:gen

Generate all (ordered):

pnpm gen

Python typed model generation

Generate:

pnpm python:openapi:gen

Determinism check:

pnpm python:openapi:check

Protocol schema generation

Example canonical command:

pnpm codex:schema

Use --experimental variants only when deliberately targeting experimental surfaces.

Artifact policy rules

  • generated artifacts are never hand-edited
  • if generation changes committed artifacts, include them in same change
  • run checks after generation before opening PR

Related docs