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,4 +1,4 @@
# Agent A prompt the `wipe` command
# Agent A prompt: the `wipe` command
Paste this into the AI session you've pointed at the `tasks-app-wipe` worktree folder.
@@ -1,4 +1,4 @@
# Agent B prompt the `remaining` command
# Agent B prompt: the `remaining` command
Paste this into the AI session you've pointed at the `tasks-app-remaining` worktree folder.
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Module 7 lab tear down the two worktrees created by setup-worktrees.sh.
# Module 7 lab: tear down the two worktrees created by setup-worktrees.sh.
# The tool the coordinating AI session runs to clean up. Hand it to your agent, or copy it into
# tasks-app and let the agent run it:
#
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Module 7 lab create two linked worktrees off the tasks-app repo, each on its own branch.
# Module 7 lab: create two linked worktrees off the tasks-app repo, each on its own branch.
# This is the tool the coordinating AI session (the one already pointed at tasks-app) can run to
# set up the worktrees. Hand it to your agent, or copy it into tasks-app and let the agent run it:
#