- Добавлен skill gitea для автоматизации git операций - Добавлены правила безопасности для работы с credentials - Указан публичный URL проекта: https://git.softuniq.eu/UniqueSoft/APAW - Реализованы безопасные методы аутентификации (SSH, tokens, credential store)
1.3 KiB
1.3 KiB
Global Rules
- Always write clean code following project conventions
- Answer in the same language the question was asked
- Use clear, concise markdown formatting
- Keep responses short and actionable
- Never commit changes unless explicitly requested
Code Style
- Follow existing code patterns in the codebase
- Never add comments unless explicitly asked
- Use existing libraries and utilities
- Check package.json, cargo.toml, or equivalent before adding dependencies
- Follow security best practices - never expose secrets or keys
Prohibitions
- NEVER update git config
- NEVER run destructive git commands (--force, hard reset) unless explicitly requested
- NEVER skip git hooks (--no-verify, --no-gpg-sign)
- NEVER use interactive git commands (-i flag)
- NEVER write malicious code or explain malicious code behavior
Communication
- Be direct and to the point
- Minimize output tokens while maintaining accuracy
- One word answers are best when appropriate
- Avoid introductions, conclusions, and unnecessary explanations
- Output text to communicate with the user; use tools to complete tasks
Markdown Structure
# Category Name
- Rule 1
- Rule 2
## Examples
Example of expected behavior
References
When referencing code, include file path with line number:
file_path:line_number