Skip to content

Commit ff944ec

Browse files
committed
docs: clarify commit step in landing the plane workflow
1 parent ab017c7 commit ff944ec

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,9 @@ complete until `git push` succeeds.
313313
1. **File issues for remaining work** - Create issues for anything that needs
314314
follow-up
315315
2. **Run quality gates** (if code changed) - Tests, linters, builds
316-
3. **Update issue status** - Close finished work, update in-progress items
317-
4. **PUSH TO REMOTE** - This is MANDATORY:
316+
3. **Commit changes** - Stage and commit all related code changes
317+
4. **Update issue status** - Close finished work, update in-progress items
318+
5. **PUSH TO REMOTE** - This is MANDATORY:
318319

319320
```bash
320321
git pull --rebase
@@ -323,9 +324,9 @@ complete until `git push` succeeds.
323324
git status # MUST show "up to date with origin"
324325
```
325326

326-
5. **Clean up** - Clear stashes, prune remote branches
327-
6. **Verify** - All changes committed AND pushed
328-
7. **Hand off** - Provide context for next session
327+
6. **Clean up** - Clear stashes, prune remote branches
328+
7. **Verify** - All changes committed AND pushed
329+
8. **Hand off** - Provide context for next session
329330

330331
**CRITICAL RULES:**
331332

0 commit comments

Comments
 (0)