Add production deploy warning to CLAUDE.md

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 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 11:18:06 +00:00
parent 6f403c0c2d
commit 84f66557df

View File

@@ -5,6 +5,7 @@ Cooperative web platform: federated content, commerce, events, and media process
## Deployment ## Deployment
- **Do NOT push** until explicitly told to. Pushes reload code to dev automatically. - **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 ## Project Structure