From 84f66557df2a6b1c275096a9c6a01084f63b6dc4 Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 7 Mar 2026 11:18:06 +0000 Subject: [PATCH] Add production deploy warning to CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pushing to main triggers a production deploy — make this explicit in the deployment section so it's never done accidentally. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 297672f..ff8db7a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -5,6 +5,7 @@ Cooperative web platform: federated content, commerce, events, and media process ## Deployment - **Do NOT push** until explicitly told to. Pushes reload code to dev automatically. +- **NEVER push to `main`** — pushing to main triggers a **PRODUCTION deploy**. Only push to main when the user explicitly requests a production deploy. Work on the `macros` branch by default; merge to main only with explicit permission. ## Project Structure