From 068e7e5ea64c89281e74ac3d82f1c51397a4ea8a Mon Sep 17 00:00:00 2001 From: Angelo Girardi Date: Sun, 9 Nov 2025 22:48:26 -0600 Subject: [PATCH 1/2] fix: badges in readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 418c085..eb45322 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # DevBuddy - Multi-Platform Ticket Management for Developers -[![Version](https://img.shields.io/github/v/release/angelogirardi/developer-buddy?label=version)](https://github.com/angelogirardi/developer-buddy/releases) -[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/personal.dev-buddy)](https://marketplace.visualstudio.com/items?itemName=personal.dev-buddy) -[![Downloads](https://img.shields.io/visual-studio-marketplace/d/personal.dev-buddy)](https://marketplace.visualstudio.com/items?itemName=personal.dev-buddy) -[![License](https://img.shields.io/github/license/angelogirardi/developer-buddy)](./LICENSE) +[![Version](https://img.shields.io/github/v/release/angelo-hub/devbuddy?label=version)](https://github.com/angelo-hub/devbuddy/releases) +[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/angelogirardi.dev-buddy)](https://marketplace.visualstudio.com/items?itemName=angelogirardi.dev-buddy) +[![Downloads](https://img.shields.io/visual-studio-marketplace/d/angelogirardi.dev-buddy)](https://marketplace.visualstudio.com/items?itemName=angelogirardi.dev-buddy) +[![License](https://img.shields.io/github/license/angelo-hub/devbuddy)](./LICENSE) **Transform your development workflow with AI-powered ticket management, supporting Linear, Jira, and more!** @@ -276,11 +276,11 @@ Install directly from the [VS Code Marketplace](https://marketplace.visualstudio ### From GitHub Releases -Download the latest `.vsix` file from [GitHub Releases](https://github.com/angelogirardi/developer-buddy/releases): +Download the latest `.vsix` file from [GitHub Releases](https://github.com/angelo-hub/devbuddy/releases): ```bash # Download the latest release -# Visit: https://github.com/angelogirardi/developer-buddy/releases +# Visit: https://github.com/angelo-hub/devbuddy/releases # Install the VSIX file code --install-extension dev-buddy-x.x.x.vsix @@ -290,8 +290,8 @@ code --install-extension dev-buddy-x.x.x.vsix ```bash # Clone and build -git clone https://github.com/angelogirardi/developer-buddy.git -cd developer-buddy +git clone https://github.com/angelo-hub/devbuddy.git +cd devbuddy npm install npm run package code --install-extension dev-buddy-0.1.0.vsix From 3c54d0d4d0d17cd86dbfe83f14df1385355a4630 Mon Sep 17 00:00:00 2001 From: Angelo Girardi Date: Sun, 9 Nov 2025 22:52:33 -0600 Subject: [PATCH 2/2] fix: badge on the licensing --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb45322..fcabb23 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Version](https://img.shields.io/github/v/release/angelo-hub/devbuddy?label=version)](https://github.com/angelo-hub/devbuddy/releases) [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/angelogirardi.dev-buddy)](https://marketplace.visualstudio.com/items?itemName=angelogirardi.dev-buddy) [![Downloads](https://img.shields.io/visual-studio-marketplace/d/angelogirardi.dev-buddy)](https://marketplace.visualstudio.com/items?itemName=angelogirardi.dev-buddy) -[![License](https://img.shields.io/github/license/angelo-hub/devbuddy)](./LICENSE) +[![License](https://img.shields.io/badge/license-MIT%20%2B%20Pro-blue)](./LICENSE) **Transform your development workflow with AI-powered ticket management, supporting Linear, Jira, and more!** @@ -309,7 +309,11 @@ See [docs/developer/RELEASE_PROCESS.md](./docs/developer/RELEASE_PROCESS.md) for ## 📄 License -Personal use. Not for commercial distribution. +**Dual License:** +- **Core Features**: [MIT License](./LICENSE) - Free and open source +- **Pro Features**: [Commercial License](./LICENSE.pro) - Requires subscription + +The extension is free to use with all core features. Pro features (when available) will require a paid subscription. See [LICENSING_MODEL.md](./LICENSING_MODEL.md) for details. ---