diff --git a/AGENTS.md b/AGENTS.md index 9310030..133a432 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -33,6 +33,13 @@ npx live-server git push origin master ``` +## Commit-Konvention + +Wenn der User nach **"commit text (en)"** oder **"commit text (de)"** fragt: +- Erstelle eine einzeilige Commit-Message im Format: `git commit -m "..."` +- Nutze [Conventional Commits](https://www.conventionalcommits.org/): `feat:`, `fix:`, `docs:`, `refactor:`, `chore:` +- Sprache entsprechend der Anfrage (en/de) + ## Dateistruktur ```