Skip to content

Web4application/gpt-5-mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

856 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makefile ┌───────────────┐ │ Fetch OpenAPI │ │ Specs Repo │ └───────┬───────┘ ▼ ┌───────────────┐ │ Patch Specs │ │ Validate JSON │ └───────┬───────┘ ▼ ┌────────────────────────────┐ │ Compute Checksums │ │ Skip unchanged specs │ └───────┬────────────────────┘ ▼ ┌────────────────────────────┐ │ Generate TypeScript SDK │ │ - Multi-file services │ │ - Single-file services │ │ - Model-only services │ │ - Apply custom templates │ └───────┬────────────────────┘ ▼ ┌────────────────────────────┐ │ Post-processing: │ │ - Lint & Prettier │ │ - Update index.ts │ │ - Generate README/examples│ └───────┬────────────────────┘ ▼ ┌────────────────────────────┐ │ Smoke Tests (optional) │ │ Compile + basic API calls │ └───────┬────────────────────┘ ▼ ┌─────────────┐ │ Ready SDK │ │ for use │ └─────────────┘