diff --git a/CLAUDE.md b/CLAUDE.md index c642099..9295c30 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -36,4 +36,5 @@ Default port: `8765` ## 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`