ralph-prd 1.0.4 → 1.0.5
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -181,6 +181,10 @@ Ralph validates the plan structure before execution and checks off criteria as p
|
|
|
181
181
|
- **macOS notifications** — get notified when phases complete or fail
|
|
182
182
|
- **Safety** — optional `blocked-commands.txt` and `blocked-paths.txt` restrict what Claude can do
|
|
183
183
|
|
|
184
|
+
## Acknowledgments
|
|
185
|
+
|
|
186
|
+
Three of the skills in this repo — [`/grill-me`](https://skills.sh/mattpocock/skills/grill-me), [`/write-a-prd`](https://skills.sh/mattpocock/skills/write-a-prd), and [`/prd-to-plan`](https://skills.sh/mattpocock/skills/prd-to-plan) — are based on [Matt Pocock](https://github.com/mattpocock)'s work. Matt generously gave his blessing to include them here. If you find these useful, go check out his cohort and give him a star.
|
|
187
|
+
|
|
184
188
|
## License
|
|
185
189
|
|
|
186
190
|
MIT
|