codex-ralph 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ Minimal Ralph Wiggum Loop runner that feeds a sprint requirement into Codex, one
5
5
  ## Quick start
6
6
 
7
7
  ```bash
8
- npx ralph-loop --sprint=path/to/Sprint_0001.md --max-iterations=1
8
+ npx codex-ralph --sprint=path/to/Sprint_0001.md --max-iterations=1
9
9
  ```
10
10
 
11
11
  ## Sprint format (Markdown)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-ralph",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Ralph Loop sprint runner for Codex.",
5
5
  "bin": {
6
6
  "ralph-loop": "agent/ralph-loop.sh"