refactor(provider): migrate provider domain to Effect Schema (#24027)

This commit is contained in:
Kit Langton 2026-04-23 13:17:33 -04:00 committed by GitHub
commit 93940a1859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 94 additions and 114 deletions

View file

@ -274,9 +274,9 @@ Possible later tightening after the Schema-first migration is stable:
### Provider domain
- [ ] `src/provider/auth.ts`
- [ ] `src/provider/models.ts`
- [ ] `src/provider/provider.ts`
- [x] `src/provider/auth.ts`
- [x] `src/provider/models.ts`
- [x] `src/provider/provider.ts`
### Tool schemas