From 7572145d00017d62f5960602b96dd70d86fe8744 Mon Sep 17 00:00:00 2001 From: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:24:44 +0700 Subject: [PATCH] docs(footer): credit Cursor with their own lockup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The footer said "Not affiliated with or endorsed by Cursor" without ever showing what the action is built on, and the README never said it at all — the Marketplace listing renders the README, so that is where the question gets asked. Adds Cursor's horizontal lockup, unmodified from their brand page in the two inks they publish, next to the disclaimer, and repeats the disclaimer in the README intro. --- README.md | 2 +- docs/README.md | 2 ++ docs/public/cursor-lockup-dark.svg | 20 ++++++++++++++++++++ docs/public/cursor-lockup-light.svg | 20 ++++++++++++++++++++ docs/src/components/footer.tsx | 22 ++++++++++++++++++++++ 5 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 docs/public/cursor-lockup-dark.svg create mode 100644 docs/public/cursor-lockup-light.svg diff --git a/README.md b/README.md index d85f498..efa8799 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cursor Action -Run [Cursor](https://cursor.com) agents in GitHub Actions using the official [`@cursor/sdk`](https://www.npmjs.com/package/@cursor/sdk). +Run [Cursor](https://cursor.com) agents in GitHub Actions using the official [`@cursor/sdk`](https://www.npmjs.com/package/@cursor/sdk). An independent project, not affiliated with or endorsed by Cursor. [](https://github.com/PunGrumpy/cursor-action/actions/workflows/ci.yml) [](https://github.com/PunGrumpy/cursor-action/actions/workflows/release.yml) diff --git a/docs/README.md b/docs/README.md index 7290e50..2fc0593 100644 --- a/docs/README.md +++ b/docs/README.md @@ -33,6 +33,8 @@ Per-page social cards are rendered at build time by Takumi, configured in `press ## Third-party assets +`public/cursor-lockup-light.svg` and `public/cursor-lockup-dark.svg` are Cursor's horizontal lockup, taken unmodified from [their brand page](https://cursor.com/brand) in the two inks they publish. They are the only files in `public/` that `bun run brand` does not draw, because the mark in them is not ours to compute. Cursor asks to be called Cursor, not Cursor AI or Cursor Code. + `public/hero-wallpaper.webp` is Albert Bierstadt's _Alaskan Coastal Range_ (before 1889), re-encoded to WebP from [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Bierstadt-Alaskan_Coastal_Range.jpg). Bierstadt died in 1902, so the painting is in the public domain worldwide and carries no licence obligation. ## Deployment diff --git a/docs/public/cursor-lockup-dark.svg b/docs/public/cursor-lockup-dark.svg new file mode 100644 index 0000000..5522984 --- /dev/null +++ b/docs/public/cursor-lockup-dark.svg @@ -0,0 +1,20 @@ + + \ No newline at end of file diff --git a/docs/public/cursor-lockup-light.svg b/docs/public/cursor-lockup-light.svg new file mode 100644 index 0000000..b86ccc7 --- /dev/null +++ b/docs/public/cursor-lockup-light.svg @@ -0,0 +1,20 @@ + + \ No newline at end of file diff --git a/docs/src/components/footer.tsx b/docs/src/components/footer.tsx index 12d45fd..fd817dc 100644 --- a/docs/src/components/footer.tsx +++ b/docs/src/components/footer.tsx @@ -143,6 +143,28 @@ export const SiteFooter = () => (