Step 8: Replace flat pre-flight checklist with collapsible Model Access Wizard#1160
Merged
Merged
Conversation
5 tasks
…ss Wizard - Add three <details> wizard blocks (Copilot / Claude / Codex-OpenAI), each with 1-2 verification steps and a single confirmation checkbox - Move Codespace Read-and-write permissions step into its own collapsible <details> block, shown only when learner confirms Codespace environment - Simplify "Before you click Run" from 8 items to 4 essential items - Remove flat Codespace permissions from "Before You Start" prerequisites - Remove two [!IMPORTANT] alarmist callouts - Update checkpoint and trigger section to reference wizard instead of the old flat pre-flight checklist Closes #1153 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Repair: Consolidate Step 8 model-access pre-flight into a collapsible decision wizard
Step 8: Replace flat pre-flight checklist with collapsible Model Access Wizard
Jul 15, 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.
08-run-your-workflow.mdis the highest dropout point in the workshop (13.1%) — the flat 8-item pre-flight list forces every learner to read all three engine paths and a Codespace-specific setup step regardless of their configuration.Changes
Model Access Wizard: replaces the flat 3-checkbox engine list with three
<details>blocks (Copilot / Claude / Codex-OpenAI). Each expands to 1–2 verification steps and a single confirmation checkbox. Learners see only what applies to them.Codespace permissions gated: moves "Read and write permissions" setup out of the always-visible "Before You Start" list into a dedicated collapsible block ("Running in a GitHub Codespace? Expand for one extra step."). Non-Codespace learners never see it.
"Before you click Run" trimmed: 8 items across two sub-sections → 4 focused items in one list.
Removed two
[!IMPORTANT]alarmist callouts ("Do not proceed until all items are checked…") — the wizard structure provides the same guardrails without directive friction.All three engine verification paths, the reflection question, the hands-on trigger/watch exercise, and all side-quest links are preserved.