Skip to content

Commit d0fb8dd

Browse files
committed
Update CLAUDE.md for current scaffolding
1 parent cae52ac commit d0fb8dd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,14 @@ The SDK code in `src/libs/AssemblyAI/Generated/` is **entirely auto-generated**
3030

3131
1. `src/libs/AssemblyAI/openapi.yaml` -- the AssemblyAI OpenAPI spec (fetched from the official `assemblyai-api-spec` repo)
3232
2. `src/libs/AssemblyAI/generate.sh` -- orchestrates: download spec, run AutoSDK CLI with `--ignore-openapi-errors`, output to `Generated/`
33-
3. Note: the FixOpenApiSpec step is commented out in generate.sh for this SDK
34-
4. CI auto-updates the spec and creates PRs if changes are detected
33+
3. CI auto-updates the spec and creates PRs if changes are detected
3534

3635
### Project Layout
3736

3837
| Project | Purpose |
3938
|---------|---------|
4039
| `src/libs/AssemblyAI/` | Main SDK library (`AssemblyAIClient`) |
4140
| `src/tests/IntegrationTests/` | Integration tests against real AssemblyAI API |
42-
| `src/helpers/FixOpenApiSpec/` | OpenAPI spec fixer tool (currently unused) |
4341
| `src/helpers/GenerateDocs/` | Documentation generator from integration tests |
4442
| `src/helpers/TrimmingHelper/` | NativeAOT/trimming compatibility validator |
4543

0 commit comments

Comments
 (0)