Module prereqs: sort Prerequisites lists numerically ascending (#102)
CI / check (push) Successful in 5s
Sync course wiki / sync-wiki (push) Successful in 5s

This commit was merged in pull request #102.
This commit is contained in:
2026-06-23 14:06:28 -04:00
parent edf3f34336
commit 74f23534c0
9 changed files with 49 additions and 49 deletions
+2 -2
View File
@@ -25,14 +25,14 @@ trusting an agent in the loop, before Module 25 lets one actually open a PR.
## Prerequisites
- **Module 5: Commit the AI's config.** The review rubric and the label taxonomy in this lab are
committed, versioned config: change how the agent behaves and it arrives as a reviewable diff.
- **Module 9: Issues and the task layer.** You have issues describing work, and the idea that an
assignee can be a human *or* an agent. The triage half of this module is the agent that sorts the
incoming pile and decides which is which.
- **Module 10: Reviewing code you didn't write.** You learned to read an AI's diff for plausibility
traps, not just correctness. The review half hands the *first pass* of exactly that skill to an
agent, so your attention lands where it matters.
- **Module 5: Commit the AI's config.** The review rubric and the label taxonomy in this lab are
committed, versioned config: change how the agent behaves and it arrives as a reviewable diff.
- **Module 22: Securing third-party MCP servers and skills.** The least-privilege and
prompt-injection thinking from there is what keeps an assistive agent inside its lane. We lean on
it directly in "Where it breaks."