From a63ca865a18969423596df8e57ed21e127e36c1a Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Tue, 4 Aug 2026 06:10:09 +0300 Subject: [PATCH] chore: fix package description, em-dash and stale scope Two problems in one string. It carried an em-dash, which writing-style.md bans site-wide and which brand-consistency.md names as the canonical bad example for this exact field. And "video processing" no longer covers the product: three of the nine live job types generate images rather than transform video. Now follows the brand colon format and matches the new slogan. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8883cd4..0508138 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rendobar-cli", "version": "1.10.1", "private": true, - "description": "Rendobar CLI — serverless video processing from your terminal.", + "description": "Rendobar CLI: media processing and AI generation from your terminal.", "license": "MIT", "repository": { "type": "git",