[workshop-diagrams] Add theme-aware explanatory diagram for terminal command anatomy - #3199
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
Adds a light/dark SVG pair illustrating the four-stage flow of a terminal command (prompt, command, Enter, output) and how cd loops back to update the next prompt. Inserts a minimal theme-aware <picture> reference in the terminal basics side quest right after the prose that introduces prompt/command/output terminology. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Summary
Adds a new theme-aware explanatory diagram to
workshop/side-quest-01-01-terminal-basics.md— this file previously had no images.What changed
cdupdates the next prompt.workshop/images/side-quest-01-01-command-anatomy-light.svgworkshop/images/side-quest-01-01-command-anatomy-dark.svg<picture>block right after the paragraph that introduces the prompt/command/output terminology, using the light variant as the<img>fallback with descriptive alt text.Why this helps learners
This side quest is a first-time terminal primer for complete beginners. The four core terms (prompt, command, Enter, output) and the fact that
cdchanges what the next prompt shows are currently explained only in prose across three separate practice sections. A single compact diagram lets learners see the full request/response loop at a glance before they start typing commands themselves.QA performed
scripts/check-svg-visual-language.jsagainst both new SVGs — no violations.<picture>block in bothlightanddarkcolorSchemecontexts, confirmingcurrentSrccorrectly resolves to-light.svgand-dark.svgrespectively..github/skills/github-brand) and the theme-aware<picture>pattern from.github/workflows/guidelines.md.Warning
Firewall blocked 6 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comandroid.clients.google.comclients2.google.comregistry.npmjs.orgwww.google.comwww.gstatic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.