adds ai tooling rules

This commit is contained in:
2025-08-05 09:29:53 +02:00
parent 05dad51019
commit 9c60e3a354
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.DS_Store
.env
CLAUDE.md

12
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,12 @@
## Branch-Naming-Konventionen für KI-Coding-Tools
Automatisierte Coding-Tools müssen für ihre Änderungen Branches anlegen!
Sie müssen ihre Branches nach folgendem Schema benennen:
| Tool | Kürzel | Branch-Präfix |
|--------------------|--------|------------------------|
| Claude Code | `clc` | `clc/feature-xyz` |
| Gemini Code Assist | `gca` | `gca/refactor-abc` |
Weitere Konventionen:
- **Keine Commits direkt auf `main` oder `develop`**