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.
- package/README.md +5 -0
- 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.
|