feat: Conventional-Commits-Validierung im PreToolUse-Hook

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 08:28:49 +02:00
co-authored by Claude Opus 4.6
parent a9327a5049
commit f86d4c9b7e
3 changed files with 40 additions and 2 deletions
+4
View File
@@ -41,6 +41,10 @@ PRs muessen jedes Akzeptanzkriterium einzeln als Checkbox auflisten und bestaeti
Niemals direkt auf `main` committen. Alle Aenderungen ueber Feature-Branches und PRs.
- **Kleinteilige Commits:** Pro Commit nur ein einziges Thema. Nur die zum Thema gehörenden Dateien committen — keine thematisch gemischten Commits.
- **Commit-Messages:** Conventional Commits, deutsche Beschreibung
- Subject: `<type>: <Beschreibung>` — max 72 Zeichen, kein Punkt am Ende
- Typen: `feat`, `fix`, `docs`, `refactor`, `test`, `chore`, `perf`, `ci`, `build`, `style`
- Body optional, durch Leerzeile getrennt — erklaert das Warum, nicht das Was
## Fehlende Tools