Skip to content

refactor(side-quest-06-03): split Copilot auth page into focused sub-pages#1122

Merged
pelikhan merged 3 commits into
mainfrom
copilot/curriculum-eval-side-quest-06-03-copilot-token-md
Jul 14, 2026
Merged

refactor(side-quest-06-03): split Copilot auth page into focused sub-pages#1122
pelikhan merged 3 commits into
mainfrom
copilot/curriculum-eval-side-quest-06-03-copilot-token-md

Conversation

Copilot AI commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

side-quest-06-03-copilot-token.md had 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-pages
  • side-quest-06-03a-copilot-requests-permission.md (new) — Method 1 only (~400 words): frontmatter YAML snippet, gh auth status verification, 4-item checkpoint, failure table in a collapsible <details> block at the end
  • side-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 end

Each 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.

Copilot AI and others added 2 commits July 14, 2026 22:04
…-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
Copilot AI requested a review from pelikhan July 14, 2026 22:05
@pelikhan pelikhan marked this pull request as ready for review July 14, 2026 22:12
@pelikhan pelikhan merged commit 36f62ef into main Jul 14, 2026
@pelikhan pelikhan deleted the copilot/curriculum-eval-side-quest-06-03-copilot-token-md branch July 14, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants