docs: make the knowledge-pack Project the only advised Claude free route - #110
Merged
Conversation
Live Free-account testing (2026-08-06) showed the GitHub connector route failing on both of its legs: attaching the repo just inserts a tree/main link with no readable content (claude-code#71542), and Claude's web-fetch fallback only retrieves user-pasted URLs, so the session degrades into the human relaying a raw URL per page. The chat_pack Project route, tested the same day, answered the same questions in one turn from knowledge. Retire Route A from the advice: single Claude row in the route table, a short "Where is Route A?" note in its place, and the connector symptom kept in Troubleshooting. The maintainer smoke test for Route A becomes the recovery gate for re-adding it. The README drops the connector row and the "GitHub synchronization" preamble from the chat demo prompts, which the advised routes (pre-configured Project / custom GPT) no longer need. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Follow-up to #107 and d38548d, closing out the free-tier route testing.
Live Free-account testing (2026-08-06) showed the GitHub connector route (Route A) failing on both legs:
tree/mainlink with no readable content behind it — the open connector bug GitHub connector links repositories successfully but Claude cannot access content for ANY repository (account-wide, public and private alike) — recent regression anthropics/claude-code#71542, reproduced first-hand;The
chat_pack/Project route (Route B), tested the same day, answered the same questions in one turn from project knowledge.Changes:
The
chat-bundle-checkfailure seen locally is the known version-stamp artifact of a source install (2026.7.23.1 vs the 2026.8.4.1 release stamp); no generated artifacts are touched here.🤖 Generated with Claude Code