Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vgv-ai-flutter-plugin",
"version": "0.0.5",
"version": "0.0.6",
"description": "Best-practice skills for Flutter and Dart covering accessibility, animations, BLoC, testing, theming, navigation, security, internationalization, layered architecture, license compliance, UI packages, project creation, SDK/lint upgrades, and an autonomous quality-gate loop that drives analyze, format, test, and coverage to green — plus automated dart analyze and format hooks.",
"homepage": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin",
"repository": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.5"
".": "0.0.6"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.0.6](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/compare/v0.0.5...v0.0.6) (2026-09-08)


### Features

* adopt the AGENTS.md standard ([#129](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/129)) ([7b09f0e](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/7b09f0e9662084413dcde976f1c83bb927fd144d))
* **evals:** add local promptfoo skill-eval harness covering all 15 skills ([#133](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/133)) ([4c19eea](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/4c19eeac0b0c33b216bc3684d45dae54a5c543d1))
* make skills portable across agent harnesses ([#128](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/128)) ([8998e55](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/8998e5515cd3573e8b8c448ded14d1914f6c2b2f))


### Bug Fixes

* close the nine eval failures on main and unmask routing misses ([#136](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/136)) ([d9907b8](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/d9907b80efbf951147e9732b42b7a9685b3be14a))
* correct typos in issue templates ([#144](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/144)) ([0ff3681](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/0ff3681cfeb01060f05b42e7f1f90ff91e01492d))
* **skills:** repair the green-gate format gate and make buried guidance reachable ([#132](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/132)) ([cc1550e](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/cc1550e8e2639f8bce47162b0c2d1c9ae979afc1))

## [0.0.5](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/compare/v0.0.4...v0.0.5) (2026-07-07)


Expand Down
Loading