Skip to content

Commit d6785cd

Browse files
brunoborgesCopilot
andcommitted
Rename .lab/ to workshop/ for consistent directory structure
Standardized workshop content directory from .lab/ to workshop/ across all repos. Updated all internal references in README.md, docs/step.html, and related files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c294133 commit d6785cd

11 files changed

Lines changed: 10 additions & 10 deletions

.copilotignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.lab
1+
workshop

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
Social Bingo game for in-person mixers. Find people who match the questions and get 5 in a row!
44

5-
📚 **[View Lab Guide](.lab/GUIDE.md)**
5+
📚 **[View Lab Guide](workshop/GUIDE.md)**
66

77
---
88

99
## 📚 Lab Guide
1010

1111
| Part | Title |
1212
|------|-------|
13-
| [**00**](.lab/00-overview.md) | Overview & Checklist |
14-
| [**01**](.lab/01-setup.md) | Setup & Context Engineering |
15-
| [**02**](.lab/02-design.md) | Design-First Frontend |
16-
| [**03**](.lab/03-quiz-master.md) | Custom Quiz Master |
17-
| [**04**](.lab/04-multi-agent.md) | Multi-Agent Development |
13+
| [**00**](workshop/00-overview.md) | Overview & Checklist |
14+
| [**01**](workshop/01-setup.md) | Setup & Context Engineering |
15+
| [**02**](workshop/02-design.md) | Design-First Frontend |
16+
| [**03**](workshop/03-quiz-master.md) | Custom Quiz Master |
17+
| [**04**](workshop/04-multi-agent.md) | Multi-Agent Development |
1818

19-
> 📝 Lab guides are also available in the [`.lab/`](.lab/) folder for offline reading.
19+
> 📝 Lab guides are also available in the [`workshop/`](workshop/) folder for offline reading.
2020
2121
---
2222

docs/step.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
}());
276276
}
277277

278-
const GITHUB_RAW_BASE = 'https://raw.githubusercontent.com/copilot-dev-days/agent-lab-typescript/main/.lab/';
278+
const GITHUB_RAW_BASE = 'https://raw.githubusercontent.com/copilot-dev-days/agent-lab-typescript/main/workshop/';
279279

280280
function getCurrentStepId() {
281281
const params = new URLSearchParams(window.location.search);
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The agent will figure out any required installation steps.
4545

4646
**Success:** App is running and open in browser!
4747

48-
Keep this `.lab/` guide open (📌 Pin).
48+
Keep this `workshop/` guide open (📌 Pin).
4949

5050
---
5151

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)