Comparison landing page, extended troubleshooting#120
Merged
Conversation
New: /concepts/comparisons.md — hub page linking to all 6 comparison articles (vs rate limiters, provider caps, token counters, Guardrails AI, LLM proxies, DIY wrappers) with a quick-scan capability matrix. Expanded: /how-to/troubleshooting-and-faq.md — added 4 new sections: - MCP server issues (config, mock mode, tool visibility) - Admin API issues (wrong port/header, fund operations, tenant 409) - Common first-integration mistakes (TTL, USD_MICROCENTS math, scope mismatch) - Cross-links to all 4 incident pattern pages Updated sidebar to add Comparisons as first Concepts entry. https://claude.ai/code/session_01NEcAqmfZHsZV9WEZXNofWY
- Fix scope/budget claim: scopes without budgets are skipped during enforcement (not "every level needs its own budget"). Updated both the pre-existing note (line 31) and the new first-integration section. - Fix pre-existing bug: admin API curl examples used X-Cycles-API-Key instead of X-Admin-API-Key for port 7979 calls (3 instances). - Rewrite scope mismatch troubleshooting entry with accurate scenarios. https://claude.ai/code/session_01NEcAqmfZHsZV9WEZXNofWY
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.
Comparison landing page (
/concepts/comparisons.md):Expanded troubleshooting (4 new sections in
troubleshooting-and-faq.md):Sidebar — "Comparisons" added as first item in Concepts section.