From c0ea071b3e4ed501baedaf4f328e1da1b24d88a6 Mon Sep 17 00:00:00 2001 From: Frank Bria Date: Thu, 2 Oct 2025 17:27:03 -0700 Subject: [PATCH] Correct Ralph technique attribution in README Updated the description of Ralph to reflect the correct attribution to Geoffrey Huntley and clarified its functionality. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9908db1..21d21e4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ > **Autonomous AI development loop with intelligent exit detection and rate limiting** -Ralph is an implementation of the [Ralph technique](https://github.com/paul-gauthier/aider/blob/main/docs/more/aider-benchmarks.md#ralph) by Paul Gauthier, specifically adapted for [Claude Code](https://claude.ai/code). It enables continuous autonomous development cycles where Claude Code iteratively improves your project until completion, with built-in safeguards to prevent infinite loops and API overuse. +Ralph is an implementation of the Geoffrey Huntley's technique for Claude Code that enables continuous autonomous development cycles he named after [Ralph Wiggam](https://ghuntley.com/ralph/). It enables continuous autonomous development cycles where Claude Code iteratively improves your project until completion, with built-in safeguards to prevent infinite loops and API overuse. **Install once, use everywhere** - Ralph becomes a global command available in any directory. @@ -595,4 +595,4 @@ See [Contributing](#-contributing) section below for guidelines. --- -**Ready to let AI build your project?** Start with `./install.sh` and let Ralph take it from there! 🚀 \ No newline at end of file +**Ready to let AI build your project?** Start with `./install.sh` and let Ralph take it from there! 🚀