revert: Remove unauthorized branch workflow instructions
Some checks failed
CI / lint-and-test (push) Has been cancelled

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 <noreply@anthropic.com>
This commit is contained in:
2026-01-18 20:36:09 -05:00
parent 3eb32a4766
commit 54665bac63

View File

@@ -33,10 +33,7 @@ make ci # Run all checks
1. Create feature branch FROM `development`: `git checkout -b feature/{sprint}-{description}` 1. Create feature branch FROM `development`: `git checkout -b feature/{sprint}-{description}`
2. Work and commit on feature branch 2. Work and commit on feature branch
3. Merge INTO `development` when complete 3. Merge INTO `development` when complete
4. Delete the feature branch after merge (keep branches clean) 4. `development` -> `staging` -> `main` for releases
5. `development` -> `staging` -> `main` for releases
**CRITICAL: NEVER DELETE the `development` branch. It is the main integration branch.**
--- ---