fabis-ralph-loop 1.2.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,6 +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`). 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.
110
111
  - Implement exactly ONE story, then stop
111
112
  - Commit frequently
112
113
  - Keep CI green
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fabis-ralph-loop",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "description": "CLI for setting up and running Claude Ralph autonomous coding loops in Docker containers",
5
5
  "repository": {
6
6
  "type": "git",