From 032cff6f7e9ec3d59e977c795c9318dfd434d545 Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Wed, 4 Mar 2026 17:53:27 +0200 Subject: [PATCH] Fix link formatting for Geoffrey Huntley credit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a3dc53..73d23fa 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ After uninstalling, you **MUST** manually remove the following entry from your ` ## Special Thanks -- **Geoffrey Huntley**: For the original ["Ralph Wiggum" technique]((https://ghuntley.com/ralph/) and the fundamental insight that "Ralph is a Bash loop." +- **Geoffrey Huntley**: For the original ["Ralph Wiggum" technique](https://ghuntley.com/ralph/) and the fundamental insight that "Ralph is a Bash loop." - **Anthropic Engineering**: For their research on [Effective harnesses for long-running agents](https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents), which informs the design of stable agentic loops. - **Inspiration & Reference Implementations**: - [galz10/pickle-rick-extension](https://github.com/galz10/pickle-rick-extension)