From 2e0ae8f2974bdee19d2abe6577249efbde04c8c0 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 18 May 2026 05:26:43 +0000 Subject: [PATCH 1/3] docs: add GitHub star request near top of README Encourages users to star the repo to support the open source project. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00eda10..8f90b60 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ requires uv

+

+ Give us a ⭐️ GitHub star ⭐️ on the top of this page to support what we're doing — it means a lot for open source projects! +

+ ---

From 89df583bc8d2038f2d2648c8ab13bbb6a0ac218b Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 18 May 2026 05:28:33 +0000 Subject: [PATCH 2/3] docs: warmer, more persuasive star request Lead with the solo-project context to tie the ask to value delivered, keep the one-click framing, and close with a personal thank you. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f90b60..c9d1d5c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

- Give us a ⭐️ GitHub star ⭐️ on the top of this page to support what we're doing — it means a lot for open source projects! + Token-Goat is built by one person and given away free. If it saves you tokens, please drop a ⭐️ at the top of this page. One click, takes a second, and it genuinely makes our day. Thank you.

--- From fce36ae2c41280b4c3f28a601a2eb15ce68b270e Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 18 May 2026 05:29:32 +0000 Subject: [PATCH 3/3] docs: fix pronoun in star request (our -> my) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d1d5c..e5449c8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

- Token-Goat is built by one person and given away free. If it saves you tokens, please drop a ⭐️ at the top of this page. One click, takes a second, and it genuinely makes our day. Thank you. + Token-Goat is built by one person and given away free. If it saves you tokens, please drop a ⭐️ at the top of this page. One click, takes a second, and it genuinely makes my day. Thank you.

---