Prep docs/syllabus/README for github.com/recklessop public mirror (#108)
Sync course wiki / sync-wiki (push) Successful in 5s
CI / check (push) Successful in 7s

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #108.
This commit is contained in:
2026-06-24 21:10:08 -04:00
committed by Claude (agent)
parent 58f54ce745
commit 70d91722b7
4 changed files with 75 additions and 29 deletions
+4 -4
View File
@@ -18,7 +18,7 @@ built on a branch and merged through review, the same motion the modules teach.
## Read it as a book
The lessons render into the **[Wiki](https://git.jpaul.io/justin/ai-workflow-course/wiki)** as a
The lessons render into the **[Wiki](https://github.com/recklessop/ai-workflow-course/wiki)** as a
navigable textbook (unit-by-unit sidebar, one page per module, prev/next links). The wiki is
generated from `modules/` and kept in sync automatically; it's build output, so read it there but
**edit the lessons here in `modules/`**. See [`tools/`](tools/) for the generator and the sync
@@ -92,7 +92,6 @@ ai-workflow-course/
README.md # this file
AGENTS.md # committed AI instructions; dogfoods Module 5 (vendor-neutral name)
the-workflow-syllabus.md # the full course plan (source of truth for structure)
handoff.md # build-context notes for the authoring sessions
_TEMPLATE.md # the shape every module follows
modules/
01-the-copy-paste-problem/
@@ -112,5 +111,6 @@ ai-workflow-course/
## Status
All 27 modules and the capstone are written and reviewed. The lessons render to the
[Wiki](https://git.jpaul.io/justin/ai-workflow-course/wiki) as a textbook, kept in sync from
`modules/` by CI. Blog drafts for jpaul.me live under [`blog/`](blog/).
[Wiki](https://github.com/recklessop/ai-workflow-course/wiki) as a textbook, kept in sync from
`modules/` by CI. Each lab is skip-friendly: copy that module's `lab/start/` snapshot into a
fresh `tasks-app`, commit, and run that lab without doing the earlier ones.