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:
@@ -11,7 +11,7 @@ Tags: AI, developer workflow, agentic tools, git, code review, ter
|
||||
|
||||
# Let the AI Edit Your Files (Yes, Really — Here's Why It's Safe)
|
||||
|
||||
A few posts back I named the thing that makes building software with a chat window feel like work: *you* are the integration layer. The AI hands you text, you copy it, you paste it into the right file, you notice it forgot the second file, you fix that by hand. Describe, copy, paste, run, paste the error back, repeat. We called it the copy-paste loop, and the whole point of [The Workflow]([COURSE LINK]) is to dismantle it.
|
||||
A few posts back I named the thing that makes building software with a chat window feel like work: *you* are the integration layer. The AI hands you text, you copy it, you paste it into the right file, you notice it forgot the second file, you fix that by hand. Describe, copy, paste, run, paste the error back, repeat. We called it the copy-paste loop, and the whole point of [The Workflow](https://git.jpaul.io/justin/ai-workflow-course) is to dismantle it.
|
||||
|
||||
This is the post where we actually do that. Not soften it. Not make the pasting a little faster. End it.
|
||||
|
||||
@@ -62,7 +62,7 @@ The exact clicks differ per tool and drift constantly, so here's the *shape* eve
|
||||
3. **Point it at the repo.** This is the step with no equivalent in the browser, and it's the entire point. The convention is *the current working directory is the project*:
|
||||
|
||||
```bash
|
||||
cd ~/workflow-course/tasks-app # the repo from earlier modules
|
||||
cd ~/ai-workflow-course/tasks-app # the repo from earlier modules
|
||||
your-agent # launch from inside the project
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user