@pageai/ralph-loop 1.16.0 → 1.17.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.
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: prd-creator
3
3
  description: Guides creation of comprehensive Product Requirement Documents (PRDs) for software projects through structured questioning and validation, then generates implementation task lists in JSON format. Use when users want to document a software idea, create specifications for development, plan a new application feature/bug, or break down requirements into actionable tasks. Transforms ideas into implementation-ready documents with verifiable pass criteria.
4
+ license: MIT
5
+ metadata:
6
+ author: pageai
7
+ version: '1.0.1'
8
+ tags: prd, product requirements, software development, documentation, task generation
9
+ website: https://pageai.pro/blog/long-running-ai-coding-agents-ralph-loop#step-2-write-your-requirements
4
10
  ---
5
11
 
6
12
  # PRD Creation Assistant
package/README.md CHANGED
@@ -87,6 +87,8 @@ Requirements:
87
87
  // etc.
88
88
  ```
89
89
 
90
+ > Check out [the video](https://www.youtube.com/watch?v=3TL8Ez66I3o&t=403s) for a more realistic example on how to write requirements.
91
+
90
92
  <details>
91
93
  <summary><strong>✨ Pro tips</strong></summary>
92
94
 
@@ -145,7 +147,7 @@ And follow the instructions to log in into Claude Code.
145
147
 
146
148
  > NB: you might need to run `chmod +x ralph.sh` to make the script executable.
147
149
 
148
- > ⚠️ The default "mode" is "implementation". Depending on your use case, you might want to change `.agent/PROMPT.md` to a different mode, e.g. "refactor", "review", "test" etc.
150
+ > The default "mode" is "implementation". Depending on your use case, you might want to change `.agent/PROMPT.md` to a different mode, e.g. "refactor", "review", "test" etc.
149
151
 
150
152
  ⚠️ If you want to use a different language or testing framework, see below.
151
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pageai/ralph-loop",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },