diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 609e749..564bbf2 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "vgv-wingspan", "description": "VGV Wingspan - AI-native workflows following Very Good Ventures best practices.", - "version": "0.0.2", + "version": "0.0.3", "author": { "name": "Very Good Ventures", "url": "https://verygood.ventures" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..3a327a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f93cc..f05434a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.0.3](https://github.com/VeryGoodOpenSource/vgv-wingspan/compare/v0.0.2...v0.0.3) (2026-05-20) + + +### Features + +* **debrief:** generate issue previews from action items ([#186](https://github.com/VeryGoodOpenSource/vgv-wingspan/issues/186)) ([2075131](https://github.com/VeryGoodOpenSource/vgv-wingspan/commit/207513101e240c4f1a0dfa852b5800e6c9aaa8b9)) + + +### Bug Fixes + +* pass absolute report paths to review skill agents ([#177](https://github.com/VeryGoodOpenSource/vgv-wingspan/issues/177)) ([941c9f8](https://github.com/VeryGoodOpenSource/vgv-wingspan/commit/941c9f80a29e55c74dbc55efcf3566ac987ad195)) +* **skills:** align frontmatter with latest standards and wire $ARGUMENTS ([#187](https://github.com/VeryGoodOpenSource/vgv-wingspan/issues/187)) ([542ce83](https://github.com/VeryGoodOpenSource/vgv-wingspan/commit/542ce83fccff02cac7add8793cc9ca9891f75ae0)) +* validate-and-fix should prefer MCP tools over shell commands ([#193](https://github.com/VeryGoodOpenSource/vgv-wingspan/issues/193)) ([580d24e](https://github.com/VeryGoodOpenSource/vgv-wingspan/commit/580d24eab1f8afe327716777d881bc9ea5923dd9)) +* vgv-wingspan installation command on README ([#196](https://github.com/VeryGoodOpenSource/vgv-wingspan/issues/196)) ([a0b5bee](https://github.com/VeryGoodOpenSource/vgv-wingspan/commit/a0b5beea65ae788fbd84de925e2d4777295684da)) + + +### Docs + +* clarify in-session plugin install steps in README ([#197](https://github.com/VeryGoodOpenSource/vgv-wingspan/issues/197)) ([dad78c4](https://github.com/VeryGoodOpenSource/vgv-wingspan/commit/dad78c42d89addfd2f35e3e646a3a6d919473515)) + ## [0.0.2](https://github.com/VeryGoodOpenSource/vgv-wingspan/compare/v0.0.1...v0.0.2) (2026-04-22)