docs(02-01): complete config loader & Gemini API client plan
- SUMMARY.md with 18 tests, 6 files, 3min execution - STATE.md advanced to plan 2/5, 70% progress - ROADMAP.md updated with plan progress - Requirements GAPI-01, GAPI-02, GAPI-03, GAPI-06 marked complete Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -51,12 +51,12 @@ Requirements for initial release (MVP). Each maps to roadmap phases.
|
||||
|
||||
### Gemini API
|
||||
|
||||
- [ ] **GAPI-01**: Config-Loader: `public/config.json` via fetch laden, typisiertes Interface
|
||||
- [ ] **GAPI-02**: Text-API-Client: `generateText(prompt, systemPrompt)` mit Retry und Fehlerbehandlung
|
||||
- [ ] **GAPI-03**: Bild-API-Client: `generateImage(prompt, referenceImages[])` mit Character Consistency
|
||||
- [x] **GAPI-01**: Config-Loader: `public/config.json` via fetch laden, typisiertes Interface
|
||||
- [x] **GAPI-02**: Text-API-Client: `generateText(prompt, systemPrompt)` mit Retry und Fehlerbehandlung
|
||||
- [x] **GAPI-03**: Bild-API-Client: `generateImage(prompt, referenceImages[])` mit Character Consistency
|
||||
- [x] **GAPI-04**: Fallback-Texte: 10 Begrüssungen, 10 Wald-Kommentare, Buchstaben-Vorstellungen Stufe 1–6
|
||||
- [x] **GAPI-05**: Fallback-Bilder: 5–10 statische SVG/PNG-Bilder als Backup
|
||||
- [ ] **GAPI-06**: Rate-Limiting: Max 1 Bild + 1 Text pro Übungseinheit
|
||||
- [x] **GAPI-06**: Rate-Limiting: Max 1 Bild + 1 Text pro Übungseinheit
|
||||
|
||||
### Assets
|
||||
|
||||
@@ -173,12 +173,12 @@ Which phases cover which requirements. Updated during roadmap creation.
|
||||
| FRST-04 | Phase 1 | Complete |
|
||||
| FRST-05 | Phase 1 | Complete |
|
||||
| PLSH-06 | Phase 1 | Complete |
|
||||
| GAPI-01 | Phase 2 | Pending |
|
||||
| GAPI-02 | Phase 2 | Pending |
|
||||
| GAPI-03 | Phase 2 | Pending |
|
||||
| GAPI-01 | Phase 2 | Complete |
|
||||
| GAPI-02 | Phase 2 | Complete |
|
||||
| GAPI-03 | Phase 2 | Complete |
|
||||
| GAPI-04 | Phase 2 | Complete |
|
||||
| GAPI-05 | Phase 2 | Complete |
|
||||
| GAPI-06 | Phase 2 | Pending |
|
||||
| GAPI-06 | Phase 2 | Complete |
|
||||
| ASST-01 | Phase 2 | Pending |
|
||||
| ASST-02 | Phase 2 | Pending |
|
||||
| ASST-03 | Phase 2 | Pending |
|
||||
|
||||
Reference in New Issue
Block a user