@@ -12,38 +12,38 @@ In this section, you'll set up your development environment and teach GitHub Cop
1212
1313## 🔧 Initial Setup
1414
15- ### Step 1: Choose Your Start Option
16-
17- This repo already includes a ready-to-use devcontainer (` .devcontainer/devcontainer.json ` ), so you can run locally or in Codespaces.
18-
19- #### Option A: Create Your Own Repository (best if you want your own GitHub Pages URL)
15+ ### Step 1: Create Your Own Repository (required)
2016
21171 . Open [ github.com/copilot-dev-days/agent-lab-python] ( https://github.com/copilot-dev-days/agent-lab-python )
22182 . Click ** Use this template** → ** Create a new repository**
2319 - Name: ` my-soc-ops-python `
2420 - Visibility: ** Public**
25213 . ✅ Your own Soc Ops repo is ready!
2622
27- #### Option B: Open in GitHub Codespaces (no template/fork needed)
28-
29- 1 . Open [ github.com/copilot-dev-days/agent-lab-python] ( https://github.com/copilot-dev-days/agent-lab-python )
30- 2 . Click ** Code** → ** Codespaces** → ** Create codespace on main**
31- 3 . Wait for setup to finish (the devcontainer runs ` uv sync ` automatically)
32- 4 . ✅ You can start the lab directly in the browser-based VS Code experience
33-
34- ### Step 2: Enable GitHub Pages (Option A only)
23+ ### Step 2: Enable GitHub Pages
3524
36251 . Go to your repo's ** Settings** → ** Pages**
37262 . Under "Build and deployment", select ** GitHub Actions**
38273 . ✅ Every commit will now publish to: ` https://{username}.github.io/{repo-name} `
3928
40- ### Step 3: Clone & Open in VS Code (Option A only)
29+ ### Step 3: Choose How to Open Your Repository
30+
31+ This repo includes a ready-to-use devcontainer (` .devcontainer/devcontainer.json ` ), so you can work locally or in Codespaces.
32+
33+ #### Option A: Clone & Open in Local VS Code
4134
42351 . Open VS Code
43362 . Run command: ` Git: Clone ` → ` Clone from GitHub `
44373 . Select your new repository
45384 . When prompted, install ** recommended extensions**
4639
40+ #### Option B: Open Your New Repo in GitHub Codespaces
41+
42+ 1 . Open your newly created repository on GitHub
43+ 2 . Click ** Code** → ** Codespaces** → ** Create codespace on main**
44+ 3 . Wait for setup to finish (the devcontainer runs ` uv sync ` automatically)
45+ 4 . ✅ You can start the lab directly in the browser-based VS Code experience
46+
4747### Step 4: Run the Setup Agent (both options)
4848
4949In the Chat panel:
0 commit comments