You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -459,10 +459,10 @@ Succinct learnings about how to RUN the project:
459
459
- Serves as the shared buffer between You and the Product Manager Agent.
460
460
- Contains the full conversation history of the requirements gathering session.
461
461
462
-
### Model Remapping:
462
+
### Model Remapping: OPTIONAL
463
463
464
-
The prompts reference "Sonnet" and "Opus" models in Claude Code.
465
-
I prefer to use z.ai and their GLM models or sometimes will switch to local models. These are shortcuts that can be remapped to any LLM family via Claude Code settings:
464
+
I cannot afford Claude so I use different models in Claude Code. Below is an example of "how-to" use GLM models or similarly switch to local models.
465
+
These are shortcuts that can be remapped to any LLM family via Claude Code settings:
This allows using GPT, GLM, or other models while keeping the prompts unchanged.
495
507
@@ -499,14 +511,17 @@ This allows using GPT, GLM, or other models while keeping the prompts unchanged.
499
511

500
512
501
513
## Acknowledgments
502
-
-**Aku Tembe** - the bestest boi.
514
+
515
+
This implementation builds on the work of many talented individuals, and all I have done is build a little bit on top of their inspiratonal work. No credit or creativity asserted by me. I am just happy that I have acceess to so much talent to learn from.
516
+
517
+
-**Clayton Farr** – [The Ralph Playbook](https://ClaytonFarr.github.io/ralph-playbook/) (comprehensive methodology guide)
503
518
-**Geoffrey Huntley** – Original creator of [Ralph](https://ghuntley.com/ralph/)
504
519
-**Matt Pocock** – Early overview and explanations
505
520
-**Ryan Carson** – Community documentation
506
-
-**Clayton Farr** – [The Ralph Playbook](https://ClaytonFarr.github.io/ralph-playbook/) (comprehensive methodology guide)
507
521
- and many more who have contributed to the Ralph Method community.
508
522
509
-
This implementation builds on their work while adding cross-platform support, git-optional operation, and model-agnostic configuration.
0 commit comments