docs: keep the tasks-app scope note honest across the course#2
Merged
Conversation
recklessop
commented
Jul 2, 2026
| copy-paste workflow starts to hurt. | ||
|
|
||
| This is the running example for **Module 1** (where you feel the copy-paste problem) and **Module 2** | ||
| (where you put it under version control). |
Owner
Author
There was a problem hiding this comment.
Nit — the delete captures the intent, but the new one-liner collapses M2's role into just "safety net." That works for someone reading top-down, but folks who land here from a search for "undo the AI" might miss that this is the repo M2 has them practice git restore on. Two options: (1) keep the delete and reword the new sentence to name the practice explicitly ("safety net you practice with git restore"), or (2) split the sentence and keep an explicit "Module 2" callout. I'd lean (1) — same tightness, doesn't lose the anchor.
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.
The starter README says tasks-app is the running example for Module 1 and Module 2. In reality it's used from M1 through the capstone (agent edits it in M4, worktrees drive it in M7, the review lab pastes a patch onto it in M10, etc). Tighten the note so it reflects the actual scope.