codex-ralph 0.6.5 → 0.7.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.
package/README.md CHANGED
@@ -51,6 +51,12 @@ Each requirement is a level-2 heading with a checkbox. The loop picks the first
51
51
 
52
52
  Description: Free-form task details.
53
53
 
54
+ Acceptance criteria: Free-form acceptance criteria.
55
+
56
+ ## [ ] Requirement description
57
+
58
+ Description: Free-form task details.
59
+
54
60
  Acceptance criteria: Free-form acceptance criteria.
55
61
  ```
56
62
 
package/agent/prompt.md CHANGED
@@ -49,7 +49,7 @@ Only add patterns that are **general and reusable**, not story-specific details.
49
49
  Before committing, check if any edited files have learnings worth preserving in nearby AGENTS.md files:
50
50
 
51
51
  1. **Identify directories with edited files** - Look at which directories you modified
52
- 2. **Check for existing AGENTS.md** - Look for AGENTS.md in those directories or parent directories. If none is found all the way up, use `./.codex/AGENTS.md`.
52
+ 2. **Check for existing AGENTS.md/CLAUDE.md** - Look for AGENTS.md/CLAUDE.md in those directories or parent directories
53
53
  3. **Monorepos** - If working under `./packages/<name>` (or similar), prefer placing AGENTS.md in that package if the knowledge is package-specific.
54
54
  4. **Add valuable learnings** - If you discovered something future developers/agents should know:
55
55
  - API patterns or conventions specific to that module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-ralph",
3
- "version": "0.6.5",
3
+ "version": "0.7.0",
4
4
  "description": "Ralph Loop sprint runner for Codex.",
5
5
  "bin": {
6
6
  "ralph-loop": "agent/ralph-loop.sh"