codex-ralph 0.1.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Codex Ralph Loop
1
+ # Codex Ralph Wiggum Loop
2
2
 
3
- Minimal Ralph Loop runner that feeds a sprint requirement into Codex, one item per iteration.
3
+ Minimal Ralph Wiggum Loop runner that feeds a sprint requirement into Codex, one item per iteration.
4
4
 
5
5
  ## Quick start
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-ralph",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Ralph Loop sprint runner for Codex.",
5
5
  "bin": {
6
6
  "ralph-loop": "agent/ralph-loop.sh"
@@ -8,6 +8,10 @@
8
8
  "scripts": {
9
9
  "ralph-loop": "agent/ralph-loop.sh"
10
10
  },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/isachivka/codex-ralph.git"
14
+ },
11
15
  "author": "Igor Sachivka <juicy.igor@gmail.com>",
12
16
  "license": "MIT"
13
17
  }