refactor(side-quest-06-03): split Copilot auth page into focused sub-pages#1122
Merged
pelikhan merged 3 commits intoJul 14, 2026
Merged
Conversation
…-pages - Create side-quest-06-03a-copilot-requests-permission.md (~400 words, Method 1 only, 2 code blocks, 4-item checkpoint, troubleshooting at end) - Create side-quest-06-03b-copilot-github-token.md (~400 words, Method 2 only, 2 code blocks, 4-item checkpoint, troubleshooting at end) - Reduce side-quest-06-03-copilot-token.md to 130-word routing page linking to the two sub-pages - Move failure tables to collapsible <details> blocks at the end of each sub-page under Troubleshooting - All files pass markdownlint with 0 errors Closes #1113 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
- Make token expiry reminder more actionable (calendar reminder) - Clarify log message description for COPILOT_GITHUB_TOKEN - Remove engine default note from focused method page Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix cognitive load and active learning issues in copilot token guide
refactor(side-quest-06-03): split Copilot auth page into focused sub-pages
Jul 14, 2026
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.
side-quest-06-03-copilot-token.mdhad grown to 1,394 words covering two auth methods, seven failure modes, and PAT configuration on a single page — scoring 6.84/10 due to cognitive overload (30 new concepts) and near-zero activity density (0.72 vs ≥3 target).Changes
side-quest-06-03-copilot-token.md→ reduced to a 130-word routing page with a method-selection table linking to the two sub-pagesside-quest-06-03a-copilot-requests-permission.md(new) — Method 1 only (~400 words): frontmatter YAML snippet,gh auth statusverification, 4-item checkpoint, failure table in a collapsible<details>block at the endside-quest-06-03b-copilot-github-token.md(new) — Method 2 only (~400 words): PAT creation + secret storage steps, frontmatter YAML snippet, 4-item checkpoint, failure table in a collapsible<details>block at the endEach sub-page keeps callout blocks ≤ 3 and moves all troubleshooting content to the end rather than front-loading it before the learner has attempted anything.