From fe5603a74ad5601b827cd54e1af51da7d44c2d85 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Mon, 20 Apr 2026 00:40:43 +0000 Subject: [PATCH 1/3] feat: CHANGELOG for Apr 20, 2026 --- 2026/20-04-26.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 2026/20-04-26.md diff --git a/2026/20-04-26.md b/2026/20-04-26.md new file mode 100644 index 0000000..52131f8 --- /dev/null +++ b/2026/20-04-26.md @@ -0,0 +1,69 @@ +# Very Good Changelog (04-20-2026) + +TODO: Someone should write a nice description for this CHANGELOG + +## vgv-wingspan +- fix: remove unused Figma MCP server configuration ([@ryzizub](https://github.com/ryzizub)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/170 +- fix: simplify shell commands in skills to avoid permission errors ([@ryzizub](https://github.com/ryzizub)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/165 +- doc: add all enhancements for skill instructions sharing and scripts to CONTRIBUTING best practices ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/160 +- feat: tight prose from skills to reduce token usage ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/162 +- feat: moved branch scope detection to scripts ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/159 +- feat: moved extensive, minimal and standard templates to shared references ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/158 +- feat: moved validation pattern to shared reference ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/157 +- feat: extracted shared clear context handoff to shared reference ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/156 +- feat: extracted shared review consolidation to reference ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/155 +- feat: moved review-agent instructions to shared file ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/154 +- ci: replace custom manifest validation with claude plugin validate ([@ryzizub](https://github.com/ryzizub)) + - https://github.com/VeryGoodOpenSource/vgv-wingspan/pull/161 + +## vgv-ai-flutter-plugin +- ci: replace custom manifest validation with claude plugin validate ([@ryzizub](https://github.com/ryzizub)) + - https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/pull/80 + +## very_good_templates +- chore(very_good_flame_game): 1.5.0 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/512 +- chore(very_good_flutter_plugin): 1.3.2 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/495 +- chore(very_good_dart_package): 1.3.4 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/515 +- refactor(flutter_plugin): add pigeon for platform communication ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/386 +- chore(very_good_core): 1.3.2 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/493 +- chore(very_good_app_ui): 0.2.1 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/489 +- chore(very_good_docs_site): 1.0.6 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/487 +- feat(very_good_flame_game): add linux platform option ([@yashas-hm](https://github.com/yashas-hm)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/350 +- chore(very_good_dart_cli): 1.3.3 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/492 +- chore(very_good_dart_package): 1.3.3 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/490 +- chore(very_good_flutter_package): 1.3.2 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/491 +- chore(very_good_flame_game): 1.4.1 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/494 +- docs: add very_good_app_ui to README ([@Copilot](https://github.com/Copilot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/505 +- fix: add missing variables for LICENSE files ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/503 + +## mockingjay +- chore: add deprecation notice ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/mockingjay/pull/113 + +## very_good_claude_code_marketplace +- ci: add plugin installation verification workflow ([@ryzizub](https://github.com/ryzizub)) + - https://github.com/VeryGoodOpenSource/very_good_claude_code_marketplace/pull/14 From e76160f0dcc53c3f8a10f401a55b6bb748d815f8 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:38:17 +0200 Subject: [PATCH 2/3] Update 2026/20-04-26.md --- 2026/20-04-26.md | 1 - 1 file changed, 1 deletion(-) diff --git a/2026/20-04-26.md b/2026/20-04-26.md index 52131f8..7e6b481 100644 --- a/2026/20-04-26.md +++ b/2026/20-04-26.md @@ -1,4 +1,3 @@ -# Very Good Changelog (04-20-2026) TODO: Someone should write a nice description for this CHANGELOG From 5660575c2ac3ff3d88f05e504f801032c1a45f21 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:39:50 +0200 Subject: [PATCH 3/3] Apply suggestion from @marcossevilla --- 2026/20-04-26.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2026/20-04-26.md b/2026/20-04-26.md index 7e6b481..eafa415 100644 --- a/2026/20-04-26.md +++ b/2026/20-04-26.md @@ -1,5 +1,4 @@ - -TODO: Someone should write a nice description for this CHANGELOG +# Very Good Changelog (04-20-2026) ## vgv-wingspan - fix: remove unused Figma MCP server configuration ([@ryzizub](https://github.com/ryzizub))