проектdocs/Agents/rules/_template.md
_template.md
Обновлён 1 апр. 2026 г., 12:41 · 0 комментариев
title: Rule Title Here impact: MEDIUM impactDescription: Optional description of impact tags: tag1, tag2
Паспорт документа
- Статус документа: living standard
- Актуально на: 28 марта 2026 года
- Владелец: backend/platform-команда
- Пересмотр: при изменении инженерной практики, CI/CD, архитектурных правил или локального workflow
- Область применения: внутренние rule/reference-card документы для инженерной команды
- Связанные документы:
Rule Title Here
Impact: MEDIUM (optional impact description)
Brief explanation of the rule and why it matters. This should be clear and concise, explaining the implications.
Incorrect (description of what's wrong):
// Bad code example here
const bad = example()
Correct (description of what's right):
// Good code example here
const good = example()
Reference: Link to documentation or resource