docs(readme): nest soft-delete section under Advanced quota check and trim verbosity#35
Open
achandmsft wants to merge 1 commit into
Open
docs(readme): nest soft-delete section under Advanced quota check and trim verbosity#35achandmsft wants to merge 1 commit into
achandmsft wants to merge 1 commit into
Conversation
… trim verbosity - Move the 'Free quota held by soft-deleted accounts' details block inside the existing 'Advanced: check Claude quota & capacity programmatically' section so the two quota topics live together. - Reduce the section to a short fix + caveats (commands kept; long prose removed). - Tighten the troubleshooting row that re-explained the same content to a one-liner pointing at the section. - Anchor id #free-quota-held-by-soft-deleted-accounts preserved so all existing cross-links keep working.
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
Nests the Free quota held by soft-deleted accounts section inside the existing Advanced: check Claude quota & capacity programmatically
<details>block, and trims it to a short fix + caveats. Also tightens the troubleshooting row that re-explained the same content.Fixes #34.
Why
715-123420/InsufficientQuota.Changes
README.md<details id="free-quota-held-by-soft-deleted-accounts">block from between the Preflight and Advanced quota details.<details>(same anchor id) at the bottom of<details id="advanced-check-claude-quota--capacity-programmatically">.Cross-link compatibility
Anchor id
#free-quota-held-by-soft-deleted-accountsis preserved, so the three existing cross-links from the troubleshooting table still resolve.Diff stat
Net -17 lines.
Test plan
README.mdon GitHub and confirm:<details>expands/collapses correctly inside its parent.