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,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"
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.2"
".": "0.0.3"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down