docs(mirror): prep for github.com/recklessop/ai-workflow-course public mirror
CI / check (pull_request) Successful in 7s
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:
@@ -21,5 +21,5 @@ jobs:
|
||||
set -euo pipefail
|
||||
python3 -m pip install --quiet pyyaml || true
|
||||
python3 tools/build_wiki.py --repo-root . --out /tmp/awc-wiki-build \
|
||||
--web-base https://github.com/justin/ai-workflow-course --branch main --host github
|
||||
--web-base https://github.com/recklessop/ai-workflow-course --branch main --host github
|
||||
bash tools/check.sh
|
||||
|
||||
Reference in New Issue
Block a user