fabis-ralph-loop 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -113,3 +113,11 @@ After completing one story (commit done, prd.json updated, progress appended):
|
|
|
113
113
|
- Read the Codebase Patterns section in `.ralph/progress.txt` before starting
|
|
114
114
|
- Do NOT push — git push is blocked in this sandbox
|
|
115
115
|
- Do NOT modify stories other than the one you're working on
|
|
116
|
+
|
|
117
|
+
### Tasks before stopping
|
|
118
|
+
|
|
119
|
+
This must be done before you finish up your work:
|
|
120
|
+
|
|
121
|
+
- Ensure all changes are git committed
|
|
122
|
+
- Stop any background processes you started (dev servers etc.)
|
|
123
|
+
- If you changed the git author from the previous local/global one, undo those changes
|