De-slop: remove every em-dash + banned words across all modules + capstone (#94)
Sync course wiki / sync-wiki (push) Successful in 4s

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #94.
This commit is contained in:
2026-06-22 23:21:22 -04:00
committed by Claude (agent)
parent 513d7e7ac8
commit c098933f25
99 changed files with 1324 additions and 1315 deletions
@@ -1,7 +1,7 @@
# Dependencies an AI "suggested" for the tasks-app cloud-sync feature.
#
# This file is deliberately booby-trapped with the three things AI gets wrong about dependencies.
# Read it before you run anything every line looks plausible, which is the whole problem.
# Read it before you run anything; every line looks plausible, which is the whole problem.
#
# Work through it in Part B of the lab:
# 1) `pip-audit -r requirements.txt` will FAIL TO RESOLVE because of the bad names below.
@@ -14,11 +14,11 @@
requests==2.19.1
# (2) TYPOSQUAT of a real package ("requests"). One transposed letter. Does not exist on the
# public index today the resolver will reject it. The danger isn't the 404; it's "fixing"
# public index today; the resolver will reject it. The danger isn't the 404; it's "fixing"
# it by guessing instead of verifying what was actually meant.
reqeusts==2.31.0
# (3) HALLUCINATION a plausible-but-invented name the model produced from thin air. This is the
# (3) HALLUCINATION: a plausible-but-invented name the model produced from thin air. This is the
# slopsquatting target: register this name with malware and the next person to `pip install`
# gets owned. Confirm it does not resolve; never add it without verifying the real project.
task-cloud-sync-client==1.4.2