Remove stale /wipe and /pos/auth route references#11
Merged
PeterRounce merged 1 commit intomainfrom Feb 21, 2026
Merged
Conversation
Clean up stale route references after the priority refactorings commit: - CLAUDE.md: remove /wipe from programmer endpoints, /pos/auth from rate limiting description - Caddyfile: remove /pos/auth from rate-limited auth paths Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Removes references to routes that no longer exist, keeping documentation and the Caddy rate-limiting matcher aligned with the current HTTP surface area.
Changes:
- Removed
/pos/authfrom the Caddy@auth_pathsmatcher used for auth rate limiting. - Updated
CLAUDE.mdto drop stale mentions of/pos/authand/wipe.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Caddyfile | Updates @auth_paths to stop rate-limiting a deleted /pos/auth route. |
| CLAUDE.md | Updates architecture/route documentation to remove stale /pos/auth and /wipe references. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/wipefrom CLAUDE.md Bolt Card Programmer endpoints (route deleted in e5cc1bd)/pos/authfrom CLAUDE.md webproxy rate limiting description and Caddyfile@auth_pathsmatcher (route deleted in e5cc1bd)Test plan
docker compose up webproxystarts without errors🤖 Generated with Claude Code