fabis-ralph-loop 1.3.0 → 1.3.1
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.
|
@@ -107,7 +107,7 @@ After completing one story (commit done, prd.json updated, progress appended):
|
|
|
107
107
|
|
|
108
108
|
## Rules
|
|
109
109
|
|
|
110
|
-
- Do not EVER under ANY circumstances output the completion signal `<%= completionSignal %>` until you have fully completed the full plan (ALL stories now have `passes: true`)
|
|
110
|
+
- Do not EVER under ANY circumstances output the completion signal `<%= completionSignal %>` until you have fully completed the full plan (ALL stories now have `passes: true`). You should not even mention it in your thinking & partial progress reports. If you have to refer to it just refer to it as "the completion signal" without writing the actual string.
|
|
111
111
|
- Implement exactly ONE story, then stop
|
|
112
112
|
- Commit frequently
|
|
113
113
|
- Keep CI green
|