Replace Module 10's literal /path/to/ placeholders and gloss the unexplained git apply
#53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Unlike the Module 1 exemplar's concrete copy instruction, Module 10 embeds literal
cp /path/to/modules/10-…/lab/tasks-app/*.py .andgit apply /path/to/…/ai-change.patch, which a literal-minded learner can type verbatim.git applyis a brand-new command (it appears only in M10 across all modules) and is used with no gloss; it silently rewrites two files. Part A also creates a separate review-lab repo distinct fromtasks-app, which can confuse.Evidence
modules/10-reviewing-code-you-didnt-write/README.mdPart B step 3 (~line 242): "git apply /path/to/modules/10-reviewing-code-you-didnt-write/lab/ai-change.patch" with no explanation;cp /path/to/...(~line 209).git applyappears nowhere else in the course.Why it matters
Clarity/consistency gap vs the locked Module 1 exemplar, plus a first-use command with no gloss in a module otherwise careful about its git mechanics.
Proposed change
/path/to/with a concrete repo-relative instruction in the Module 1 style (or the M5/path/to/...placeholder convention used elsewhere).git apply, e.g. "applies the AI's proposed change onto this branch as if it were its PR, so you can review it before merging." (Avoid "simulating its PR landing" — the lab ends in "request changes," not a merge.)tasks-app.Acceptance criteria
/path/to/placeholder without explanation.git applyis glossed on first use.Affected files
modules/10-reviewing-code-you-didnt-write/README.mdReferences
Source finding F59 (realVotes 2/3 — one lens judged
/path/to/an acceptable course-wide convention for this audience; lower confidence).Filed from an adversarial multi-agent course review (217 raw findings → 54 adversarially-verified survivors). Scoped for manual review; intentionally not auto-assigned to an agent.