File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,8 +313,9 @@ complete until `git push` succeeds.
3133131 . ** File issues for remaining work** - Create issues for anything that needs
314314 follow-up
3153152 . ** 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
You can’t perform that action at this time.
0 commit comments