Skip to content

chore: remove orphaned rate-limit-config.json#94

Merged
JacobPEvans merged 1 commit intomainfrom
chore/remove-rate-limit-config
Mar 15, 2026
Merged

chore: remove orphaned rate-limit-config.json#94
JacobPEvans merged 1 commit intomainfrom
chore/remove-rate-limit-config

Conversation

@JacobPEvans
Copy link
Owner

Summary

  • Remove .github/rate-limit-config.json — no longer consumed by any workflow or hook
  • Two-tier rate limiting was removed in claude-code-plugins PR #125; the enforce-issue-limits hook now uses hardcoded limits

Test plan

  • Verified no references to rate-limit-config exist in claude-code-plugins or this repo

🤖 Generated with Claude Code

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)
Copilot AI review requested due to automatic review settings March 15, 2026 04:33
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on code hygiene by eliminating an unused configuration file. The rate-limit-config.json file, which previously defined rate limits, has become redundant after the underlying two-tier rate limiting functionality was deprecated and removed in a separate change. Its removal simplifies the codebase and ensures that only active and relevant files are maintained.

Highlights

  • Configuration Removal: Removed the .github/rate-limit-config.json file as it is no longer consumed by any workflow or hook within the repository.
  • Obsolete Feature Cleanup: The two-tier rate limiting mechanism, which this configuration file supported, was previously removed in a related pull request (claude-code-plugins PR #125), making this file obsolete.
Changelog
  • .github/rate-limit-config.json
    • Removed the file as it is no longer used for rate limiting configurations.
Activity
  • Verified that no references to rate-limit-config exist in either the claude-code-plugins repository or this repository.
  • The pull request was generated using Claude Code.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.


Old config, unused, Removed to keep code clean and trim, No longer needed.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the orphaned .github/rate-limit-config.json file, which is no longer referenced by any workflow or hook after rate limiting was hardcoded in a separate repo.

Changes:

  • Deleted .github/rate-limit-config.json (unused config for two-tier rate limiting)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@JacobPEvans JacobPEvans merged commit 66bc71b into main Mar 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants