mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
Apply suggestions from code review
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
@@ -116,7 +116,7 @@ Do not edit production code until this RED state is confirmed.
|
||||
|
||||
If the repository is under Git, create a checkpoint commit immediately after this stage is validated.
|
||||
Recommended commit message format:
|
||||
- `test: add reproducer for <bug>`
|
||||
- `test: add reproducer for <feature or bug>`
|
||||
- This commit may also serve as the RED validation checkpoint if the reproducer was compiled and executed and failed for the intended reason
|
||||
|
||||
### Step 4: Implement Code
|
||||
@@ -143,6 +143,7 @@ Only after a valid GREEN result may you proceed to refactor.
|
||||
|
||||
If the repository is under Git, create a checkpoint commit immediately after GREEN is validated.
|
||||
Recommended commit message format:
|
||||
- `fix: <feature or bug>`
|
||||
- The fix commit may also serve as the GREEN validation checkpoint if the same relevant test target was rerun and passed
|
||||
|
||||
### Step 6: Refactor
|
||||
|
||||
Reference in New Issue
Block a user