docs(blog): fill course-link placeholders + align learner-dir path

- Replace all 24 [COURSE LINK] placeholders across the 17 posts with the course URL
  https://git.jpaul.io/justin/ai-workflow-course.
- Align the learner working-dir path in the posts to ~/ai-workflow-course (matches
  the modules after the repo rename).
- blog/README: mark the course-link checklist item done; flag publish-time
  refinements (GitHub-mirror swap; repoint inline cross-post links to real
  jpaul.me post URLs).

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-22 19:15:20 -04:00
parent e5960c17ab
commit 250189a60e
18 changed files with 41 additions and 37 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ I want to start with a file I'm genuinely embarrassed about. Somewhere on an old
That little graveyard of filenames is what "version control" looked like for me for years. Not for code — I'd long since made peace with Git for code. For *words*. The runbooks, the design docs, the "why did we decide this" notes. All of it lived in Word, on a drive, and every time two of us touched the same file we'd email it back and forth and pray.
Here's the thing I wish someone had told me sooner: prose is the *safest possible place* to learn Git, and learning it there fixes that graveyard for good. That's what this post is about — and it's the first lesson in [The Workflow]([COURSE LINK]) that you can genuinely use on Monday with zero new tools.
Here's the thing I wish someone had told me sooner: prose is the *safest possible place* to learn Git, and learning it there fixes that graveyard for good. That's what this post is about — and it's the first lesson in [The Workflow](https://git.jpaul.io/justin/ai-workflow-course) that you can genuinely use on Monday with zero new tools.
A quick callback for anyone just landing here: in the [last post]([COURSE LINK]) we installed the safety net — Git as *undo for the AI*, a checkpoint you can always get back to. This post takes that same net and points it at something where a mistake costs you absolutely nothing: a markdown document.
A quick callback for anyone just landing here: in the [last post](https://git.jpaul.io/justin/ai-workflow-course) we installed the safety net — Git as *undo for the AI*, a checkpoint you can always get back to. This post takes that same net and points it at something where a mistake costs you absolutely nothing: a markdown document.
## Why words are the perfect practice ground