docs(mirror): prep for github.com/recklessop/ai-workflow-course public mirror
CI / check (pull_request) Successful in 7s

- README: drop blog/ and handoff.md from the layout (won't be on the mirror),
  repoint the wiki URL to the GitHub wiki, refresh the Status line with the
  skip-friendly lab note.
- Module 1 download URL: point at the github.com/recklessop mirror so the
  public copy's "Get the course materials" step resolves.
- the-workflow-syllabus.md: reflect the AI-drives-git reframe (M1-3 by hand;
  M4 pivot; calculator analogy; learner directs+verifies, doesn't type git),
  Claude Code as the concrete worked example (model-agnostic in principle),
  Module 6 rescoped to "Branches: Sandboxes for AI Experiments" (M3 first-teaches
  branches; M6 doesn't re-teach), lesson=theory rule, the skip-friendly lab
  format, and no-slop voice. All 27 modules + capstone preserved; nothing
  reordered. Em-dash count: 0.
- .github/workflows/ci.yml: fix the hardcoded owner to `recklessop`.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TfzV5QvtPDz8LJS3Pu5VLT
This commit is contained in:
2026-06-24 21:09:52 -04:00
parent 7f439212ac
commit ae264981aa
4 changed files with 75 additions and 29 deletions
+2 -2
View File
@@ -159,7 +159,7 @@ purpose** so you recognize it later.
Everything you'll run in this course lives in one repo. Grab it once, up front; no tools required
beyond a web browser:
1. Open the course's home page, **`https://git.jpaul.io/justin/ai-workflow-course`**, and use its
1. Open the course's home page, **`https://github.com/recklessop/ai-workflow-course`**, and use its
**Download ZIP** (archive) link.
2. Unzip it under your home directory so the course's `modules/` folder lands at
`~/ai-workflow-course/modules/`. (Rename the unzipped folder to `ai-workflow-course` if your download
@@ -265,5 +265,5 @@ rest of the course safe to attempt.
## Verify-before-publish
- [ ] Confirm the **Download ZIP** URL (`https://git.jpaul.io/justin/ai-workflow-course`) points at
- [ ] Confirm the **Download ZIP** URL (`https://github.com/recklessop/ai-workflow-course`) points at
the published course host before shipping.