diff --git a/CHANGELOG.md b/CHANGELOG.md index 2469720a..072143b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.0.6 - 2026-06-01 + +### 🎉 Features + +- Dependency-driven auto-enqueue (opt-in) (#232) + +### 🐛 Bug Fixes + +- Wake coordinator sessions reliably (#240) +- Enable runtime evidence profiles (#242) +- React doctor fixes (#245) +- Verify marketplace skill installs (#244) + ## 0.0.5 - 2026-05-29 ### ♻️ Refactoring @@ -300,6 +313,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Stabilize release e2e flows - Improve suite speed +[0.0.6]: https://github.com/compozy/agh/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/compozy/agh/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/compozy/agh/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/compozy/agh/compare/v0.0.2...v0.0.3 diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md index 70edc7f6..c2f51f65 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,22 +1,12 @@ -## 0.0.5 - 2026-05-29 - -### ♻️ Refactoring - -- Optimize prompt consumption (#222) -- Orchestration improvements (#230) +## 0.0.6 - 2026-06-01 ### 🎉 Features -- Decouple worker concurrency from coordinator uniqueness (#229) +- Dependency-driven auto-enqueue (opt-in) (#232) ### 🐛 Bug Fixes -- Handle provider overlay subtables (#228) - -### 📚 Documentation - -- Add contributors - -### 🔧 CI/CD - -- Web asset release +- Wake coordinator sessions reliably (#240) +- Enable runtime evidence profiles (#242) +- React doctor fixes (#245) +- Verify marketplace skill installs (#244) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a6b7edcf..c80f18db 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,16 @@ +## 0.0.6 - 2026-06-01 + +### 🎉 Features + +- Dependency-driven auto-enqueue (opt-in) (#232) + +### 🐛 Bug Fixes + +- Wake coordinator sessions reliably (#240) +- Enable runtime evidence profiles (#242) +- React doctor fixes (#245) +- Verify marketplace skill installs (#244) + ## 0.0.5 - 2026-05-29 ### ♻️ Refactoring diff --git a/go.mod b/go.mod index f85de35d..1ea2eb11 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/charmbracelet/bubbles v1.0.0 github.com/charmbracelet/bubbletea v1.3.10 github.com/coder/acp-go-sdk v0.12.2 - github.com/compozy/agh-web-assets v0.0.24 + github.com/compozy/agh-web-assets v0.0.28 github.com/creativeprojects/go-selfupdate v1.5.2 github.com/daytonaio/daytona/libs/sdk-go v0.166.0 github.com/getkin/kin-openapi v0.135.0 diff --git a/go.sum b/go.sum index 7aa034f0..907de2d1 100644 --- a/go.sum +++ b/go.sum @@ -122,8 +122,8 @@ github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb h1:EDmT6Q9Zs+SbUo github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb/go.mod h1:ZjrT6AXHbDs86ZSdt/osfBi5qfexBrKUdONk989Wnk4= github.com/coder/acp-go-sdk v0.12.2 h1:fpRJ8Z5HMSr5cZ5IywzFlFZcIxZOsto+laNVu7XelFA= github.com/coder/acp-go-sdk v0.12.2/go.mod h1:yKzM/3R9uELp4+nBAwwtkS0aN1FOFjo11CNPy37yFko= -github.com/compozy/agh-web-assets v0.0.24 h1:4fAtsDOPal+pfkecC/pKhzbMu/0GLqPE8eHhGQKZENI= -github.com/compozy/agh-web-assets v0.0.24/go.mod h1:X4Gwpl8HRswrtrQqM43F4bTd+Mw7iTojtj0JkDOqRGI= +github.com/compozy/agh-web-assets v0.0.28 h1:lyCuKxVfO7CSGguqfRxzJtZz/IFIwoXgnIqHEoV10qc= +github.com/compozy/agh-web-assets v0.0.28/go.mod h1:X4Gwpl8HRswrtrQqM43F4bTd+Mw7iTojtj0JkDOqRGI= github.com/coreos/go-oidc/v3 v3.16.0 h1:qRQUCFstKpXwmEjDQTIbyY/5jF00+asXzSkmkoa/mow= github.com/coreos/go-oidc/v3 v3.16.0/go.mod h1:wqPbKFrVnE90vty060SB40FCJ8fTHTxSwyXJqZH+sI8= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= diff --git a/package.json b/package.json index 6021e1b0..2ae9be81 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "private": true, "workspaces": [ "packages/ui", @@ -19,6 +19,7 @@ "codegen": "make codegen", "codegen-check": "make codegen-check", "dev": "turbo run dev --filter=./web", + "doctor": "npx react-doctor@latest", "format": "make fmt && oxfmt", "format:check": "bunx oxfmt --check", "go:lint": "go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.4 run --allow-parallel-runners ./... && go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@v0.21.1 ./...", @@ -34,8 +35,7 @@ "test:e2e:runtime": "make test-e2e-runtime", "test:e2e:web": "make test-e2e-web", "tests": "bun run test", - "typecheck": "bun run bun:typecheck", - "doctor": "npx react-doctor@latest" + "typecheck": "bun run bun:typecheck" }, "devDependencies": { "@commitlint/cli": "^21.0.1", diff --git a/packages/site/content/blog/changelog/v0.0.6.mdx b/packages/site/content/blog/changelog/v0.0.6.mdx new file mode 100644 index 00000000..1df5780d --- /dev/null +++ b/packages/site/content/blog/changelog/v0.0.6.mdx @@ -0,0 +1,29 @@ +--- +version: "v0.0.6" +date: "2026-06-01T17:39:54.000Z" +status: "alpha" +summary: "Dependency-driven auto-enqueue (opt-in) (#232)" +added: + - "Dependency-driven auto-enqueue (opt-in) (#232)" +changed: [] +fixed: + - "Wake coordinator sessions reliably (#240)" + - "Enable runtime evidence profiles (#242)" + - "React doctor fixes (#245)" + - "Verify marketplace skill installs (#244)" +breaking: [] +compareUrl: "https://github.com/compozy/agh/compare/v0.0.5...v0.0.6" +--- + +Generated from release artifacts for v0.0.6. + +## Verification posture + +This generated release entry names the release gates and artifact guarantees that the AGH release workflow owns: + +- Repository gate: `make verify` covers codegen drift, Bun lint/typecheck/test/build, Go fmt/lint/test/build, and import boundaries. +- Release PR dry-run: `pr-release dry-run`, `make test-e2e-nightly`, and `make test-integration` run before the release commit is merged. +- Production release: generated release assets are validated before `goreleaser release --clean` publishes the release. +- Artifact provenance: GoReleaser signs `checksums.txt` with cosign, publishes the Sigstore bundle `checksums.txt.sigstore.json`, and generates Syft SBOMs for archives, packages, and source. + +Known limitation: this generated changelog does not claim a manual post-release install smoke or live-provider QA run unless a release note in this entry names that evidence.