Spec Ingestion Overview This skill describes how to ingest the latest OpenAI TypeSpec specification (from the upstream repository) into the SDK, area by area. The process involves: 1. Copying updated base specs from upstream (exact copy, no modifications) 2. Reporting any compile errors in the base TSP (do NOT fix — base spec must stay unmodified) 3. Fixing compile errors in the client TSP layer 4. Preserving custom C# code (renames, stubs) 5. Running code generation 6. Verifying the output Skill Documents This skill is split across multiple files for easier navigation: | Document | Descripti…