Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions modules/01-the-copy-paste-problem/lab/starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ A deliberately tiny command-line task tracker. It exists to be *changed by an AI
enough to read in a minute but real enough to have more than one file, which is exactly where the
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).

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 is the running example throughout the course: pain in Module 1, safety net in Module 2, docs in Module 3, agent-driven edits in Module 4, and it keeps showing up all the way to the capstone.

## Files

Expand Down
Loading