Skip to content

v2.61.4

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 07:38
Immutable release. Only release title and notes can be modified.
a7acf8b
Make the site visible to LLMs and AI agents (#547)

<!-- CURSOR_AGENT_PR_BODY_BEGIN -->
Implements LLM visibility for public pages (`/` and `/music`):
registry-driven sitemap, `/llms.txt`, `.md` twins, Accept negotiation,
and robots rules.

Closes [DG-224](https://linear.app/dgattey/issue/DG-224)

### What changed?

- Single `markdownPages` registry in `@dg/shared-core/routes/app`
- Page-local Markdown modules (`homepageMarkdown.ts`,
`musicMarkdown.ts`)
- Proxy Accept negotiation + internal `/llm-markdown` route
- Rebased onto main (#549 light-dark, #550 modern CSS)
- **Fix:** `ContentCard` no longer defaults `verticalSpan={1}` (was
clipping intro RichText)
- Removed visually hidden Markdown hint shell
- **Removed** PR screenshots workflow + config (resource-heavy,
inaccurate)

### Owner follow-up (CodeQL)

CodeQL is GitHub **default setup** (not a repo workflow). This agent
cannot disable it (API 403). To finish removing it:

1. Repo **Settings → Code security → Code scanning** → turn off CodeQL
default setup
2. Repo **Settings → Rules → Default branch** → remove required status
check `CodeQL` and the `code_scanning` rule (also remove `📸 Screenshots`
if still listed)

### Release info

- [x] Patch
<!-- CURSOR_AGENT_PR_BODY_END -->

<div><a
href="https://cursor.com/agents/bc-8187388f-bec9-4cf4-b7d2-754310395b24"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-web-light.png"><img
alt="Open in Web" width="114" height="28"
src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a>&nbsp;<a
href="https://cursor.com/background-agent?bcId=bc-8187388f-bec9-4cf4-b7d2-754310395b24"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img
alt="Open in Cursor" width="131" height="28"
src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;</div>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Dylan Gattey <dgattey@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>