From c9950ea68d209e83551dd6a6982883729151cac0 Mon Sep 17 00:00:00 2001 From: JacobPEvans <20714140+JacobPEvans@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:32:35 -0400 Subject: [PATCH] chore: remove orphaned rate-limit-config.json Two-tier rate limiting was removed in claude-code-plugins PR #125. The enforce-issue-limits hook now uses hardcoded limits and no longer reads this config file. Nothing else references it. (claude) --- .github/rate-limit-config.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/rate-limit-config.json diff --git a/.github/rate-limit-config.json b/.github/rate-limit-config.json deleted file mode 100644 index c6283eb..0000000 --- a/.github/rate-limit-config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "trusted_user_ids": [20714140], - "limits": { - "trusted": {"issues_24h": 10, "prs_24h": 20}, - "default": {"issues_24h": 5, "prs_24h": 5} - } -}