feat(rules): add git-identity rule and update agent prompts

This commit is contained in:
m3tm3re
2026-04-27 12:50:27 +02:00
parent 60d0e09a4b
commit 3487050bbd
5 changed files with 166 additions and 0 deletions

View File

@@ -42,6 +42,17 @@ Add AI coding rules to your project via `mkOpencodeRules`.
- `frameworks` (optional): List of framework names (e.g., `["n8n" "django"]`)
- `extraInstructions` (optional): Additional instruction file paths
## Default Concerns
When `concerns` is not specified, these are included:
- coding-style
- naming
- documentation
- testing
- git-workflow
- git-identity
- project-structure
## .gitignore
Add to your project's `.gitignore`: