From 33e0ea4f54be5eae1eb20d8b2003c2a25732bf2e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 6 May 2026 20:34:37 +0000 Subject: [PATCH] Add Cursor blog bookmark: Bootstrapping Composer with autoinstall Co-authored-by: Nathan Thomas --- app/bookmarks/bookmarks.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/bookmarks/bookmarks.ts b/app/bookmarks/bookmarks.ts index f815d0a3..8825cf00 100644 --- a/app/bookmarks/bookmarks.ts +++ b/app/bookmarks/bookmarks.ts @@ -12,6 +12,12 @@ export type Bookmark = { export type Bookmarks = Array; export const BOOKMARKS: Bookmarks = [ + { + id: "a599d8f1-33a4-48fd-abdc-19529af77de5", + date: "2026-05-06", + title: "Cursor: Bootstrapping Composer with autoinstall", + url: "https://cursor.com/blog/bootstrapping-composer-with-autoinstall", + }, { id: "e0054849-8a86-459f-a884-650f8e550658", date: "2026-04-29",