Add auto-commit/push rule to CLAUDE.md

Ensure all changes are committed and pushed to sensey at the end of every session.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chrome-storm-c442
2026-02-23 14:16:56 -05:00
parent a83a97c9d5
commit e1b3c1c427

View File

@@ -15,3 +15,16 @@ Semver: **MAJOR** (ломающие изменения) | **MINOR** (новая
4. Закоммитить и запушить
Скрипт `release.py` автоматически обновляет все 4 файла (`version.py`, `CHANGELOG.md`, `README.md`, `CLAUDE.md`) и генерирует changelog из git log.
## Git — автокоммит и пуш
**ОБЯЗАТЕЛЬНО:** После завершения любых изменений в коде — коммить и пуши в sensey:
```bash
git add <изменённые файлы>
git commit -m "описание"
git push sensey master
```
- Не оставляй незакоммиченные изменения в конце сессии
- Remote: `sensey` (https://git.sensey24.ru/aibot777/server-manager.git)
- Ветка: `master`