DeutschLernen/GermanApp
Mistral Vibe 536382641d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(backend/story-integration): Phase 4 - AI Integration with CEFR-level prompts
- Enhanced StoryGenerationService with CEFR-level-specific prompt templates
- Added GetStoryRequirements() method with level-specific requirements for A1-C1
- Added GetSegmentRequirements() method with level-specific requirements
- Story prompts now include detailed CEFR-level constraints:
  - A1: Simple present tense, basic SVO structure, max 500 words
  - A2: Present/past/future, subordinate clauses, max 1000 words
  - B1: All tenses, modal verbs, complex sentences, max 2000 words
  - B2: Nuanced tenses, all cases, Konjunktiv I/II, Passiv, max 3000 words
  - C1: All tenses/moods, sophisticated vocabulary, literary devices
- Updated docs/features/story-integration.md for Phase 4 completion
- All 324 tests still pass

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 14:38:30 +02:00
..
Application feat(backend/story-integration): Phase 4 - AI Integration with CEFR-level prompts 2026-06-13 14:38:30 +02:00
Domain feat(backend/story-integration): Phase 1 - Database & Models 2026-06-13 13:23:12 +02:00
Infrastructure test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
Presentation feat(backend/story-integration): Phase 2 - Backend Services 2026-06-13 13:37:16 +02:00
Properties Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Shared feat(backend/infra): add health checks, CORS, Serilog logging, and exception middleware 2026-05-31 19:52:00 +02:00
.dockerignore feat(backend/infra): add Docker configuration for Phase 3 2026-06-05 11:46:27 +02:00
Dockerfile fix(infra): remove problematic health checks for now 2026-06-05 13:03:10 +02:00
GermanApp.csproj feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
GermanApp.http Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Program.cs feat(backend/story-integration): Phase 2 - Backend Services 2026-06-13 13:37:16 +02:00