From 64a04cdd7f84990e132725a473d959e1823ecb45 Mon Sep 17 00:00:00 2001 From: Keysat Date: Fri, 8 May 2026 14:13:44 -0500 Subject: [PATCH] Reword short description to lead with the output, not the tech Old: Download, transcribe, and summarize YouTube videos and podcasts with AI. New: Turn videos and podcasts into structured topic summaries with clickable timestamps. Updated in both the StartOS manifest (startos/manifest/i18n.ts) and the registry card (startos-registry/packages/recap/package.json). --- startos-registry/packages/recap/package.json | 2 +- startos/manifest/i18n.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/startos-registry/packages/recap/package.json b/startos-registry/packages/recap/package.json index 67b005e..c78391e 100644 --- a/startos-registry/packages/recap/package.json +++ b/startos-registry/packages/recap/package.json @@ -3,7 +3,7 @@ "title": "Recap", "version": "0.1.18:0", - "descriptionShort": "Download, transcribe, and summarize YouTube videos and podcasts with AI.", + "descriptionShort": "Turn videos and podcasts into structured topic summaries with clickable timestamps.", "descriptionLong": "Recap downloads audio from YouTube videos and podcast RSS feeds, transcribes them using Google Gemini, and produces structured topic-by-topic summaries with timestamps. Features include channel and podcast subscriptions with automatic new episode detection, a background processing queue with configurable delays, auto-download per subscription, organized history with folders, and a responsive web interface. Requires a Google Gemini API key (free tier available at aistudio.google.com/apikey).", "license": "Proprietary", diff --git a/startos/manifest/i18n.ts b/startos/manifest/i18n.ts index dc4786a..3b4c351 100644 --- a/startos/manifest/i18n.ts +++ b/startos/manifest/i18n.ts @@ -1,6 +1,6 @@ export const short = { en_US: - 'Download, transcribe, and summarize YouTube videos and podcasts with AI.', + 'Turn videos and podcasts into structured topic summaries with clickable timestamps.', } export const long = {