codex-ralph 0.4.5 → 0.5.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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,3 +62,8 @@ Acceptance criteria: Free-form acceptance criteria.
62
62
  - Marks items complete only when all steps are satisfied.
63
63
  - Uses conventional commits for each completed requirement (no story ID requirement).
64
64
  - If no local `AGENTS.md` exists up the tree, use `./.codex/AGENTS.md`. In monorepos, prefer package-level AGENTS.md for package-specific knowledge.
65
+
66
+ ## Changelog
67
+
68
+ ### 0.5.0
69
+ - Version bump.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-ralph",
3
- "version": "0.4.5",
3
+ "version": "0.5.0",
4
4
  "description": "Ralph Loop sprint runner for Codex.",
5
5
  "bin": {
6
6
  "ralph-loop": "agent/ralph-loop.sh"