From 75b6be42dab32569375542f164ab6c9ec43db651 Mon Sep 17 00:00:00 2001 From: Jorge Coca Date: Wed, 8 Apr 2026 15:57:31 -0500 Subject: [PATCH] chore: prepare for v0.0.2 release --- .claude-plugin/plugin.json | 6 +++--- CLAUDE.md | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f709157..a5afaad 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { - "name": "very-good-ai-flutter-plugin", - "version": "0.0.1", + "name": "vgv-ai-flutter-plugin", + "version": "0.0.2", "description": "Best-practice skills for Flutter and Dart covering accessibility, BLoC, testing, theming, navigation, security, internationalization, and architecture — plus automated dart analyze and format hooks.", "homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin", "repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin", @@ -53,4 +53,4 @@ "dart-sdk", "flutter-sdk" ] -} +} \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md index 37eb013..2f6192a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -Very Good AI Flutter Plugin is a Claude Code plugin that provides best-practices skills for Flutter and Dart development. It is a **documentation-only repository** — there is no Dart/Flutter source code, no `pubspec.yaml`, and no tests. All value lives in the markdown skill files. +VGV AI Flutter Plugin is a Claude Code plugin that provides best-practices skills for Flutter and Dart development. It is a **documentation-only repository** — there is no Dart/Flutter source code, no `pubspec.yaml`, and no tests. All value lives in the markdown skill files. ## Repository Structure diff --git a/README.md b/README.md index 983ca6e..fe1d551 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Very Good AI Flutter Plugin +# VGV AI Flutter Plugin [![Very Good Ventures][logo_white]][very_good_ventures_link_dark] [![Very Good Ventures][logo_black]][very_good_ventures_link_light] @@ -19,7 +19,7 @@ Inside Claude Code: ```bash /plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace -/plugin install very-good-ai-flutter-plugin@very_good_claude_marketplace +/plugin install vgv-ai-flutter-plugin@very_good_claude_marketplace ``` For more details, see the [Very Good Claude Marketplace][marketplace_link].