Files
server-manager/CLAUDE.md
chrome-storm-c442 e1b3c1c427 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>
2026-02-23 14:16:56 -05:00

31 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# CLAUDE.md — инструкции для Claude Code
## Текущая версия: 1.5.0
## Версионирование
Файл версии: `version.py``__version__`
Semver: **MAJOR** (ломающие изменения) | **MINOR** (новая фича) | **PATCH** (багфикс, мелкие правки)
**Порядок релиза:**
1. Внести изменения в код и закоммитить
2. `python release.py minor` (или `patch` / `major` / `2.0.0`)
3. `python build.py --clean`
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`