update AGENTS.md

This commit is contained in:
2026-02-04 12:08:57 +01:00
parent 915fe685fb
commit 529de56428

View File

@@ -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
```