Self-contained, skip-friendly lab starting points (#103)
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #103.
This commit is contained in:
@@ -162,6 +162,15 @@ into a revertable diff.
|
||||
|
||||
## Hands-on lab
|
||||
|
||||
|
||||
> **Starting point (this lab is skip-friendly).** This lab is self-contained and does not depend
|
||||
> on the earlier labs. Its files live in `modules/23-working-with-existing-codebases/lab/`. Copy them into a working folder
|
||||
> and make a first commit so you start clean:
|
||||
>
|
||||
> ```bash
|
||||
> cp -r ~/ai-workflow-course/modules/23-working-with-existing-codebases/lab ~/ai-workflow-course/23-working-with-existing-codebases-lab
|
||||
> cd ~/ai-workflow-course/23-working-with-existing-codebases-lab && git init -b main && git add -A && git commit -m "start: module 23"
|
||||
> ```
|
||||
**Lab language:** shell + the provided Python script (`orient.py`); you run it, you don't write it.
|
||||
This lab does **not** use `tasks-app`; the entire point is a codebase you *didn't* write.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user