-
Notifications
You must be signed in to change notification settings - Fork 41
Add mission control and custom agent content #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reorganizes the lab documentation structure and adds three new exercises on custom agents (Exercise 5), mission control (Exercise 6), and updates the reviewing exercise (Exercise 7). The changes also introduce two new images and an accessibility agent configuration file.
Reviewed Changes
Copilot reviewed 10 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/README.md | Updates exercise numbering and adds new exercises 5-7 to the table of contents |
| docs/0-prereqs.md | Updates next step reference from coding agent to MCP exercise |
| docs/1-mcp.md | Renumbered from Exercise 2 to Exercise 1, updates navigation links |
| docs/2-custom-instructions.md | Renumbered from Exercise 3 to Exercise 2, updates navigation links |
| docs/3-copilot-agent-mode-vscode.md | Renumbered from Exercise 4 to Exercise 3, updates navigation links |
| docs/4-copilot-coding-agent.md | Renumbered from Exercise 1 to Exercise 4, updates navigation links and assignment UI |
| docs/5-custom-agents.md | New exercise introducing custom agents and accessibility agent usage |
| docs/6-mission-control.md | New exercise covering mission control for monitoring and redirecting agents |
| docs/7-reviewing-coding-agent.md | Renumbered from Exercise 5 to Exercise 7, adds accessibility review section |
| .github/agents/accessibility.md | New custom agent configuration for accessibility guidance |
| docs/images/assign-copilot-coding-agent.png | New screenshot for updated assignment UI |
| docs/images/accessibility-session.png | New screenshot showing mission control session |
Comments suppressed due to low confidence (1)
.github/agents/accessibility.md:1
- Grammatical error: 'perform at task' should be 'perform a task'.
---
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…thub-samples/agents-in-sdlc into mission-control-custom-agents
…ps for improved readability and maintainability
…s for clarity and consistency
…es for blueprints and mandatory Playwright tests for new functionality
…dd new screenshot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 31 out of 76 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
workshop-content/README.md:27
- Corrected grammar: Changed 'The lab envisions you as' to 'You are' for more direct and natural phrasing.
| [next-lesson]: | ||
| --- |
Copilot
AI
Nov 6, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate definition of [next-lesson] reference link. Line 88 defines it as empty, then line 91 redefines it with the actual path. Remove the empty definition on line 88 and the separator on line 89.
This PR introduces numerous updates to both the flow and structure of the workshop, as well as adding new features. Some notes:
Background on two decisions: