Skip to content

Commit a6ec963

Browse files
committed
Add C# and JavaScript versions of the book collection app to AGENTS.md
1 parent 7896c37 commit a6ec963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Beginner-friendly course teaching GitHub Copilot CLI. Educational content, not s
88
|------|---------|
99
| `00-07/` | Chapters: analogy → concepts → hands-on → assignment → next |
1010
| `samples/book-app-project/` | **Primary sample**: Python CLI book collection app used throughout all chapters |
11+
| `samples/book-app-project-cs/` | C# version of the book collection app |
12+
| `samples/book-app-project-js/` | JavaScript version of the book collection app |
1113
| `samples/book-app-buggy/` | **Intentional bugs** for debugging exercises (Ch 03) |
1214
| `samples/agents/` | Agent template examples (python-reviewer, pytest-helper, hello-world) |
1315
| `samples/skills/` | Skill template examples (code-checklist, pytest-gen, commit-message, hello-world) |

0 commit comments

Comments
 (0)