Initial commit

This commit is contained in:
2025-07-11 18:08:12 +03:00
commit 74c6a29a13
478 changed files with 23775 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
model: deepseek:deepseek-chat
---
Generate a descriptive Git branch name that follows conventional branch naming practices for these changes.
Requirements:
- Use lowercase letters and hyphens to separate words (kebab-case)
- Keep it concise but descriptive (aim for 3-5 words)
- Follow one of these common patterns:
* `feature/[short-description]` for new features
* `fix/[issue-description]` for bug fixes
* `hotfix/[urgent-issue]` for critical production fixes
* `docs/[change-description]` for documentation updates
* `refactor/[component-description]` for code refactoring
* `test/[test-description]` for test-related changes
Provide 3 potential branch name options that could work for these changes, ranked from most to least preferred, with a brief justification for each choice.