Skip to content

Commit cbb1c47

Browse files
authored
chore: prepare for v0.0.2 release (#73)
1 parent 6e0880f commit cbb1c47

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.claude-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "very-good-ai-flutter-plugin",
3-
"version": "0.0.1",
2+
"name": "vgv-ai-flutter-plugin",
3+
"version": "0.0.2",
44
"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.",
55
"homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
66
"repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
@@ -53,4 +53,4 @@
5353
"dart-sdk",
5454
"flutter-sdk"
5555
]
56-
}
56+
}

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
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.
7+
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.
88

99
## Repository Structure
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Very Good AI Flutter Plugin
1+
# VGV AI Flutter Plugin
22

33
[![Very Good Ventures][logo_white]][very_good_ventures_link_dark]
44
[![Very Good Ventures][logo_black]][very_good_ventures_link_light]
@@ -19,7 +19,7 @@ Inside Claude Code:
1919

2020
```bash
2121
/plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace
22-
/plugin install very-good-ai-flutter-plugin@very_good_claude_marketplace
22+
/plugin install vgv-ai-flutter-plugin@very_good_claude_marketplace
2323
```
2424

2525
For more details, see the [Very Good Claude Marketplace][marketplace_link].

0 commit comments

Comments
 (0)