From 725fc0231535fb0f4bab4f04a4fddf6ce6f39989 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Wed, 4 Feb 2026 17:44:06 +0300 Subject: [PATCH] Update CLAUDE.md with git push rules and repo link --- CLAUDE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 461bf90..142d105 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -14,7 +14,7 @@ Or install via HACS as a custom repository. Requires Media Server running on the target PC. -Media Server Repository: `TODO: Add repository URL` +Media Server Repository: [media-player-server](https://github.com/DolgolyovAlexei/media-player-server) ## Integration Location @@ -22,4 +22,5 @@ Integration files location: `U:\custom_components\remote_media_player` ## Git Rules -Always ask for user approval before committing changes to git. +- Always ask for user approval before committing changes to git. +- When pushing, always push to all remotes: `git push origin master && git push github master`