Halopen output
“"Take the rate-limiter middleware and move it from the express-app file into a standalone middleware-rate-limit module under the lib folder. Make the per-route caps configurable via a new RATE_LIMIT_CONFIG environment variable shaped as a JSON object keyed by route prefix. Update the seven existing routes that use it. Keep the existing default of one hundred requests per minute as a fallback."”
- · Specific count ("seven routes") preserved
- · Hyphenated module path captured naturally
- · Configuration shape and default value retained verbatim
- · Negative constraint ("keep the existing default") preserved