From c8f2b3a1909b5a3d3ff0d4e8d20afda5d94af477 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 15 Nov 2025 21:54:38 +0000 Subject: [PATCH] improve: enhance GitHub description and tagline Updated package.json description and README tagline to better communicate Clavix's value proposition: - More action-oriented and benefit-focused - Highlights the CLEAR framework - Mentions popular AI coding assistants - Better captures the transformation from idea to production-ready prompts --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6210b15..6eaaf3b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Clavix -> AI prompt improvement & PRD generation CLI (CLEAR Framework) +> Transform vague ideas into production-ready prompts. Analyze gaps, generate PRDs, and supercharge your AI coding workflow with the CLEAR framework. ## Table of contents - [Why Clavix?](#why-clavix) diff --git a/package.json b/package.json index 590f374..22c16dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "clavix", "version": "2.1.2", - "description": "AI prompt improvement and PRD generation CLI tool for developers", + "description": "Transform vague ideas into production-ready prompts. CLI tool using the CLEAR framework to analyze, improve, and generate PRDs for AI coding assistants (Claude Code, Cursor, Windsurf, and more)", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": {