Update CLAUDE.md with commit/push approval rules

This commit is contained in:
2026-02-04 20:29:52 +03:00
parent 99cd808ca8
commit a4a61869ce

View File

@@ -43,7 +43,9 @@ Version is tracked in two files that must be kept in sync:
When releasing a new version, update both files with the same version string.
**Important:** After making any changes, always ask the user if the version needs to be incremented.
## Git Rules
- Always ask for user approval before committing changes to git.
- **ALWAYS ask for user approval before committing and pushing changes.**
- When pushing, always push to all remotes: `git push origin master && git push github master`