Sifa professional network API (Fastify, AT Protocol, Jetstream) sifa.id/

feat(registry): add KipClip bookmarking app (#147)

KipClip (kipclip.com) uses the community bookmark lexicon
(community.lexicon.bookmarks.bookmark) as its main record type,
with com.kipclip.annotation for enrichment metadata (title,
description, favicon). Verified against real PDS records.

authored by

Guido X Jansen and committed by
GitHub
98e080b1 ef9b0bc7

+9
+9
src/lib/atproto-app-registry.ts
··· 125 125 urlPattern: 'https://keytrace.dev/{handle}', 126 126 color: 'indigo', 127 127 }, 128 + { 129 + id: 'kipclip', 130 + name: 'KipClip', 131 + category: 'Links', 132 + collectionPrefixes: ['com.kipclip', 'community.lexicon.bookmarks'], 133 + scanCollections: ['community.lexicon.bookmarks.bookmark'], 134 + urlPattern: 'https://kipclip.com/{handle}', 135 + color: 'teal', 136 + }, 128 137 ]; 129 138 130 139 export const EXCLUDED_COLLECTIONS: string[] = [