feat: Enhance documentation and workflow clarity; add CI configuration for automated checks
CI / Format Check (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Tests (push) Has been cancelled

This commit is contained in:
2026-05-23 18:30:44 -05:00
parent 2ecab4db12
commit 36c4ed7b62
6 changed files with 67 additions and 35 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Development Workflow
This project uses Red-Green TDD/BDD and GitHub Flow.
This project uses Red-Green TDD/BDD and feature-branch workflow with pull request review.
## Red-Green TDD/BDD Cycle
@@ -23,7 +23,7 @@ Definition of done for a change:
- Refactoring has preserved behavior.
- Documentation is updated when contracts or workflows change.
## GitHub Flow Branching Policy
## Feature-Branch Workflow
Use short-lived branches from main.