From 37988331eb768b4307893a697c763c2d8b1462a5 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Wed, 4 Feb 2026 20:29:54 +0300 Subject: [PATCH] Update CLAUDE.md with commit/push approval rules --- CLAUDE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 427c58f..447df64 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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`