From 54665bac63c09cad00bca466532319228a725490 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Sun, 18 Jan 2026 20:36:09 -0500 Subject: [PATCH] revert: Remove unauthorized branch workflow instructions Removes instructions that were added without user authorization: - Step about deleting feature branches after merge - CRITICAL warning about development branch Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 04e02b0..2ebf7ca 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -33,10 +33,7 @@ make ci # Run all checks 1. Create feature branch FROM `development`: `git checkout -b feature/{sprint}-{description}` 2. Work and commit on feature branch 3. Merge INTO `development` when complete -4. Delete the feature branch after merge (keep branches clean) -5. `development` -> `staging` -> `main` for releases - -**CRITICAL: NEVER DELETE the `development` branch. It is the main integration branch.** +4. `development` -> `staging` -> `main` for releases ---