Update CLAUDE.md with commit/push approval rules

This commit is contained in:
2026-02-04 20:29:54 +03:00
parent b13aa86594
commit 37988331eb

View File

@@ -26,7 +26,9 @@ Version is tracked in `custom_components/remote_media_player/manifest.json` - `v
Update this field when releasing a new version.
**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`