clarify github token requirements to prevent agent auth confusion#4
Open
caffeinum wants to merge 6 commits into
Open
clarify github token requirements to prevent agent auth confusion#4caffeinum wants to merge 6 commits into
caffeinum wants to merge 6 commits into
Conversation
eval showed agents using Claude OAuth tokens instead of GitHub PATs. added callouts, token prefix hints (ghp_), headless env note, and troubleshooting table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
replaces Mintlify config with full Next.js + Fumadocs scaffold: - app router with docs layout, search API, and static generation - MDX content moved to content/docs/ with meta.json navigation - shim components for all Mintlify primitives (Card, Tabs, Steps, ParamField, etc.) - tailwind + fumadocs-ui theming with indigo primary color - internal links updated to /docs/ prefix, api: frontmatter stripped Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
simpler flow: gh auth login → gh auth token Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Ready to review this PR? Stage has broken it down into 7 individual chapters for you: Chapters generated by Stage for commit 70de8cd on May 13, 2026 6:42am UTC. |
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.
eval showed agents using Claude OAuth tokens instead of GitHub PATs. added callouts, token prefix hints (ghp_), headless env note, and troubleshooting table.