bollwerk/memories/repo/conventions.md

22 lines
761 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Repository Conventions & Lessons Learned
## Projekt
**Krisenvorrat Inventar-App** Android-App (Kotlin/Jetpack Compose) zur Verwaltung eines Krisenvorrats-Inventars.
## Tech-Stack
- Kotlin, Jetpack Compose, Material 3
- Room (SQLite), kotlinx.serialization (JSON Export/Import)
- Hilt (DI), Kotlin Coroutines + Flow
- Gradle (Kotlin DSL)
- JUnit 5, MockK, Compose Testing
## Tech-Entscheidungen ([T]-Schritte)
- **Entscheidung immer durch den User** nie durch den Agenten automatisch treffen.
- Ablauf: Requirements → Research/Candidates → Shortlist **präsentieren & warten** → User entscheidet → Dokumentation.
## Allgemeine Coding Conventions
Siehe `.github/kotlin-conventions.instructions.md` für alle Kotlin/Android-Konventionen.