Enhance workshop docs views & nav#1715
Conversation
There was a problem hiding this comment.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:
network:
allowed:
- defaults
- "awmgmcpg"See Network Configuration for more information.
Generated by 📋 Guidelines Enforcer for #1715 · 31.9 AIC · ⌖ 5.4 AIC · ⊞ 5.7K
| # Welcome to our Agent Factory Tour! | ||
|
|
||
| <!-- reuse:event-org-readme-intro:start --> | ||
| By the end of this workshop, a real AI agent will create an issue with a summary of the activity in your repository over the latest 24h, every day, without you writing shell-script workflow code. |
There was a problem hiding this comment.
Rule violated: Event provisioning surfaces
Offending change: This PR removes the <!-- reuse:event-org-readme-intro:start --> and <!-- reuse:event-org-readme-intro:end --> HTML reuse markers that wrapped the intro paragraph.
Guideline (Event provisioning surfaces):
When you change workshop onboarding language that should also appear in those provisioned surfaces, update the marked source blocks in
workshop/00-welcome.mdand keep the examples in sync.
The reuse markers exist so downstream event-provisioning tooling can extract and copy the intro text into org-profile READMEs and learner-repo Codespace launchers. Removing them breaks that sync contract.
Suggested fix: Restore the reuse markers around the intro paragraph:
<!-- reuse:event-org-readme-intro:start -->
By the end of this workshop, a real AI agent will create an issue with a summary of the activity in your repository over the latest 24h, every day, without you writing shell-script workflow code.
<!-- reuse:event-org-readme-intro:end -->If the event-provisioning examples are intentionally being retired, also update the Event provisioning surfaces section of .github/workflows/guidelines.md in this PR to reflect that change.
00-welcome.mdto clarify the workshop introduction, improve the explanation of agentic workflows, and make the language more engaging for new users.@fontsource-variable/mona-sansfor Mona Sans font.workshop/examples/event-provisioning/README.mdfile.workshop/examples/event-provisioning/devcontainer.json.workshop/examples/event-provisioning/org-profile-README.md.