From 2b66579dc3421baa47a0bd19fddaff4da56f2449 Mon Sep 17 00:00:00 2001 From: Samuel Gbafa Date: Fri, 18 Jul 2025 10:41:50 +0300 Subject: [PATCH] Update push-changes command to emphasize not pushing to main MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/commands/push-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/push-changes.md b/.claude/commands/push-changes.md index efc2886..155485e 100644 --- a/.claude/commands/push-changes.md +++ b/.claude/commands/push-changes.md @@ -1,4 +1,4 @@ -Push the latest changes. If we are on main, consider the current changes and checkout a new branch before pushing. +Push the latest changes. Do not push on main! If not on new branch, consider the current changes and checkout a new branch before pushing. This command is being called by someone who does not know what git is. Your job is to do the process on their behalf.