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:
@@ -277,6 +277,15 @@ model will keep offering it. Concretely:
|
||||
|
||||
## 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/17-secrets-config-and-environments/lab/`. Copy them into a working folder
|
||||
> and make a first commit so you start clean:
|
||||
>
|
||||
> ```bash
|
||||
> cp -r ~/ai-workflow-course/modules/17-secrets-config-and-environments/lab ~/ai-workflow-course/17-secrets-config-and-environments-lab
|
||||
> cd ~/ai-workflow-course/17-secrets-config-and-environments-lab && git init -b main && git add -A && git commit -m "start: module 17"
|
||||
> ```
|
||||
**Lab language:** Python + shell, on a new `sync` feature for the `tasks-app` from Module 1.
|
||||
|
||||
You'll take a file that hardcodes a secret (the exact thing an AI hands you) and refactor it so the
|
||||
|
||||
Reference in New Issue
Block a user