Workshop file reviewed
workshop/01-prerequisites.md
Problem
The tip callout links to a broken anchor on the AI engines reference page:
[Anthropic](https://github.github.com/gh-aw/reference/engines/#available-coding-agents) Claude Code
The fragment #available-coding-agents does not exist on https://github.github.com/gh-aw/reference/engines/. Verified live heading ids on that page include built-in-ai-engines, which-engine-should-i-choose, engine-feature-comparison, etc. — there is no available-coding-agents section, so the link currently just loads the top of the page instead of jumping to a relevant section about supported engines/providers.
Current correct syntax
Point the link at an anchor that actually exists on the engines reference page, for example #built-in-ai-engines, or drop the fragment entirely and link to the page root: https://github.github.com/gh-aw/reference/engines/.
Suggested fix
In workshop/01-prerequisites.md, replace:
[Anthropic](https://github.github.com/gh-aw/reference/engines/#available-coding-agents) Claude Code
with:
[Anthropic](https://github.github.com/gh-aw/reference/engines/#built-in-ai-engines) Claude Code
(or remove the #available-coding-agents fragment).
Generated by 🔍 Workshop Sync Check · copilot · auto · 134.2 AIC · ⌖ 4.76 AIC · ⊞ 8.6K · ◷
Workshop file reviewed
workshop/01-prerequisites.mdProblem
The tip callout links to a broken anchor on the AI engines reference page:
The fragment
#available-coding-agentsdoes not exist onhttps://github.github.com/gh-aw/reference/engines/. Verified live heading ids on that page includebuilt-in-ai-engines,which-engine-should-i-choose,engine-feature-comparison, etc. — there is noavailable-coding-agentssection, so the link currently just loads the top of the page instead of jumping to a relevant section about supported engines/providers.Current correct syntax
Point the link at an anchor that actually exists on the engines reference page, for example
#built-in-ai-engines, or drop the fragment entirely and link to the page root:https://github.github.com/gh-aw/reference/engines/.Suggested fix
In
workshop/01-prerequisites.md, replace:with:
(or remove the
#available-coding-agentsfragment).