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:
13
CLAUDE.md
13
CLAUDE.md
@@ -15,3 +15,16 @@ Semver: **MAJOR** (ломающие изменения) | **MINOR** (новая
|
|||||||
4. Закоммитить и запушить
|
4. Закоммитить и запушить
|
||||||
|
|
||||||
Скрипт `release.py` автоматически обновляет все 4 файла (`version.py`, `CHANGELOG.md`, `README.md`, `CLAUDE.md`) и генерирует changelog из git log.
|
Скрипт `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`
|
||||||
|
|||||||
Reference in New Issue
Block a user