From 55326667b06ca8da2b25e0eec1fd7c2ff3ecb678 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 May 2026 15:34:14 +0000 Subject: [PATCH] release: prepare release v0.0.1 --- CHANGELOG.md | 252 ++++++++++++++++++ RELEASE_BODY.md | 239 +++++++++++++++++ RELEASE_NOTES.md | 239 +++++++++++++++++ package.json | 39 +-- .../site/content/blog/changelog/v0.0.1.mdx | 205 ++++++++++++++ 5 files changed, 955 insertions(+), 19 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 RELEASE_BODY.md create mode 100644 RELEASE_NOTES.md create mode 100644 packages/site/content/blog/changelog/v0.0.1.mdx diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..b338b3853 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,252 @@ +# Changelog + +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.1 - 2026-05-26 + +### Other Changes + +- Lessons learned + +### โ™ป๏ธ Refactoring + +- Project structure (#7) +- Kb improvements (#12) +- Rename spaces to channels (#17) +- Add extensions gaps (#21) +- Improve tool calls ui (#22) +- Remove web app header +- Module improvements (#29) +- Memory improvements (#35) +- Storybook for web and ui (#38) +- Enable AGH network by default for new installs (#57) +- Hermes adjustments (#69) +- Badges design (#84) +- Storybook scenario and logos gallery +- Migrate typescript tests (#114) +- Internal go packages (#120) +- Ui patterns (#127) +- Improve e2e tests (#130) +- Ui redesign +- Workspace isolation across runtime surfaces (#145) +- Prod ready applies (#162) +- Tool card ui (#164) +- Alpha on logo +- Prod ready features (#167) +- Thread sheet (#202) + +### ๐ŸŽ‰ Features + +- Implement config foundation packages +- Implement sqlite store package +- Add ACP client package +- Add session lifecycle manager +- Implement observe package +- Add daemon composition root +- Add uds api server +- Implement cli package +- Add http api server +- Add system design +- Add foundation types, schemas, and layout shell for web client +- Add daemon health polling and agent sidebar systems for web client +- Add session system CRUD, streaming core, and session store for web client +- Add chat view, messages, and composer tests for web client +- Add tool cards and renderers for web client +- Add file-backed memory store core +- Scaffold memory session seams +- Add memory dream consolidation service +- Wire memory assembler into daemon +- Add memory api and cli +- New skills system (#1) +- Add workspace entity (#5) +- Add new skill capabilities (#8) +- Web ui v2 (#9) +- Improve hooks system (#10) +- Session resilience (#11) +- Add extensability (#13) +- Add automation (#16) +- Add channels (#14) +- Add network implementation (#15) +- Add network, bridges and automations web pages (#18) +- Ext registry (#20) +- Add core tasks (#19) +- Bridge adapters (#23) +- Add site (#26) +- Add ext refac and sandbox (#25) +- Settings ui (#37) +- Tasks ui (#36) +- Harness improvements (#44) +- Agent capabilities (#49) +- Redesign ui (#48) +- Unify capability (#53) +- Redesign network workspace (#59) +- Add task deletion and split session delete from stop (#58) +- Session provider selection (#60) +- Production grade adjustments (#66) +- Autonomous system (#75) +- Add agent session route (#80) +- Tools registry (#85) +- Agents soul (#88) +- Add network threads (#105) +- Orchestration improvements (#106) +- Memory v2 (#108) +- Agent categories (#113) +- Providers model (#118) +- Add canonical AGH bundled skill (#143) +- Onboarding and improvements (#198) +- Onboarding and improvements (#201) + +### ๐Ÿ› Bug Fixes + +- Review round +- Review rounds +- Resolve memory extensibility review batch +- Embed web into daemon +- Defaults agents +- Acp integration (#4) +- Lint errors +- Prd folder +- Remove orphan web actions and dead surfaces (#55) +- Qa testing and fixes (#73) +- New review rounds (#82) +- Security audit (#90) +- Release qa round (#95) +- Add missing tools (#141) +- New qa round (#147) +- Advanced qa round (#149) +- Homebrew tap +- Final review round (#151) +- Daemon healthy +- Reasoning models (#158) +- Lint errors (#160) +- Review round (#168) +- Release adjustments (#171) +- Stabilize release ci fixtures +- Stabilize release integration gate +- Stabilize release verify gates +- Stabilize release integration flows +- Stabilize release verify gates +- Stabilize main verify shutdown +- Ignore stale acpmock cancel +- Marketplace search focus and filtering (#193) +- Website video +- Workspace command select + +### ๐Ÿ“š Documentation + +- Update agents.md +- Update prd +- Update skills +- Update compozy tasks +- Update compozy +- Update compozy +- Add new skills +- Archive prd +- Update prds +- Update rfc +- Update prds +- Update prds +- Add automation prd +- Channels prd +- Update prd +- Update prd +- New prds +- Archive prds +- Bridges adapters prd +- Sandbox prd +- Update +- Archive prd +- Update +- Add new prd +- New design +- Update prd +- Archive prds +- Update prds +- Tasks-ui prd tasks +- Update prd +- Update design docs +- Agent capabilities prd +- Improve site docs +- Remove old design references +- Udpate +- Autonomous prd +- Update skills +- Blog design +- Agent sould prd +- Final qa plan +- Update +- Remove codex ledgers from gitignore +- Remove not needed files +- Udpate ledger +- Update cy-codex-loop skill +- Orchestration improves prd +- Update prds +- Orch improvs prd +- Memv2 prd +- Providers model prd +- Update refacs prd +- New design proposal +- Update rules +- Update skills +- New blog posts (#173) +- Format docs +- Remove old design files +- Remove old +- Skeeper update + +### ๐Ÿ“ฆ Build System + +- Initial structure +- Commitlint +- Frontend base structure +- Update vscode settings +- Add subagents +- Coderabbit +- Prd and tooling +- Bun lock +- Lint tooling +- Copy.md and tooling adjusts +- Add repoclone rc +- Upgrade skeeper to v0.2.0 +- Update go.mod +- Adopt task artifacts into skeeper +- Sync codex plans with skeeper +- Skeeper lock +- Skeeper lock +- New skills +- Skeeper lock +- Skeeper lock +- Skeeper lock +- Update deps and go +- Regenerate daytona sidecar assets for go 1.26.3 +- Fix cliff +- Ignore docs on fmt +- Build web assets before goreleaser +- Extend release dry-run timeout + +### ๐Ÿ”ง CI/CD + +- Lint errors +- Fint release pr +- Fix goreleaser + +### ๐Ÿงช Testing + +- Add e2e tests (#27) +- Qa rounds (#78) +- Improve test suite (#138) +- Harden daemon-served restart reloads +- Harden daemon-served readiness waits +- Stabilize dashboard focus assertion +- Stabilize release integration gates +- Stabilize release e2e markers +- Stabilize release e2e flows + +[0.0.1]: https://github.com/compozy/agh/releases/tag/v0.0.1 + +--- + +_Generated by [git-cliff](https://git-cliff.org)_ diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md new file mode 100644 index 000000000..0483f5b03 --- /dev/null +++ b/RELEASE_BODY.md @@ -0,0 +1,239 @@ +## 0.0.1 - 2026-05-26 + +### Other Changes + +- Lessons learned + +### โ™ป๏ธ Refactoring + +- Project structure (#7) +- Kb improvements (#12) +- Rename spaces to channels (#17) +- Add extensions gaps (#21) +- Improve tool calls ui (#22) +- Remove web app header +- Module improvements (#29) +- Memory improvements (#35) +- Storybook for web and ui (#38) +- Enable AGH network by default for new installs (#57) +- Hermes adjustments (#69) +- Badges design (#84) +- Storybook scenario and logos gallery +- Migrate typescript tests (#114) +- Internal go packages (#120) +- Ui patterns (#127) +- Improve e2e tests (#130) +- Ui redesign +- Workspace isolation across runtime surfaces (#145) +- Prod ready applies (#162) +- Tool card ui (#164) +- Alpha on logo +- Prod ready features (#167) +- Thread sheet (#202) + +### ๐ŸŽ‰ Features + +- Implement config foundation packages +- Implement sqlite store package +- Add ACP client package +- Add session lifecycle manager +- Implement observe package +- Add daemon composition root +- Add uds api server +- Implement cli package +- Add http api server +- Add system design +- Add foundation types, schemas, and layout shell for web client +- Add daemon health polling and agent sidebar systems for web client +- Add session system CRUD, streaming core, and session store for web client +- Add chat view, messages, and composer tests for web client +- Add tool cards and renderers for web client +- Add file-backed memory store core +- Scaffold memory session seams +- Add memory dream consolidation service +- Wire memory assembler into daemon +- Add memory api and cli +- New skills system (#1) +- Add workspace entity (#5) +- Add new skill capabilities (#8) +- Web ui v2 (#9) +- Improve hooks system (#10) +- Session resilience (#11) +- Add extensability (#13) +- Add automation (#16) +- Add channels (#14) +- Add network implementation (#15) +- Add network, bridges and automations web pages (#18) +- Ext registry (#20) +- Add core tasks (#19) +- Bridge adapters (#23) +- Add site (#26) +- Add ext refac and sandbox (#25) +- Settings ui (#37) +- Tasks ui (#36) +- Harness improvements (#44) +- Agent capabilities (#49) +- Redesign ui (#48) +- Unify capability (#53) +- Redesign network workspace (#59) +- Add task deletion and split session delete from stop (#58) +- Session provider selection (#60) +- Production grade adjustments (#66) +- Autonomous system (#75) +- Add agent session route (#80) +- Tools registry (#85) +- Agents soul (#88) +- Add network threads (#105) +- Orchestration improvements (#106) +- Memory v2 (#108) +- Agent categories (#113) +- Providers model (#118) +- Add canonical AGH bundled skill (#143) +- Onboarding and improvements (#198) +- Onboarding and improvements (#201) + +### ๐Ÿ› Bug Fixes + +- Review round +- Review rounds +- Resolve memory extensibility review batch +- Embed web into daemon +- Defaults agents +- Acp integration (#4) +- Lint errors +- Prd folder +- Remove orphan web actions and dead surfaces (#55) +- Qa testing and fixes (#73) +- New review rounds (#82) +- Security audit (#90) +- Release qa round (#95) +- Add missing tools (#141) +- New qa round (#147) +- Advanced qa round (#149) +- Homebrew tap +- Final review round (#151) +- Daemon healthy +- Reasoning models (#158) +- Lint errors (#160) +- Review round (#168) +- Release adjustments (#171) +- Stabilize release ci fixtures +- Stabilize release integration gate +- Stabilize release verify gates +- Stabilize release integration flows +- Stabilize release verify gates +- Stabilize main verify shutdown +- Ignore stale acpmock cancel +- Marketplace search focus and filtering (#193) +- Website video +- Workspace command select + +### ๐Ÿ“š Documentation + +- Update agents.md +- Update prd +- Update skills +- Update compozy tasks +- Update compozy +- Update compozy +- Add new skills +- Archive prd +- Update prds +- Update rfc +- Update prds +- Update prds +- Add automation prd +- Channels prd +- Update prd +- Update prd +- New prds +- Archive prds +- Bridges adapters prd +- Sandbox prd +- Update +- Archive prd +- Update +- Add new prd +- New design +- Update prd +- Archive prds +- Update prds +- Tasks-ui prd tasks +- Update prd +- Update design docs +- Agent capabilities prd +- Improve site docs +- Remove old design references +- Udpate +- Autonomous prd +- Update skills +- Blog design +- Agent sould prd +- Final qa plan +- Update +- Remove codex ledgers from gitignore +- Remove not needed files +- Udpate ledger +- Update cy-codex-loop skill +- Orchestration improves prd +- Update prds +- Orch improvs prd +- Memv2 prd +- Providers model prd +- Update refacs prd +- New design proposal +- Update rules +- Update skills +- New blog posts (#173) +- Format docs +- Remove old design files +- Remove old +- Skeeper update + +### ๐Ÿ“ฆ Build System + +- Initial structure +- Commitlint +- Frontend base structure +- Update vscode settings +- Add subagents +- Coderabbit +- Prd and tooling +- Bun lock +- Lint tooling +- Copy.md and tooling adjusts +- Add repoclone rc +- Upgrade skeeper to v0.2.0 +- Update go.mod +- Adopt task artifacts into skeeper +- Sync codex plans with skeeper +- Skeeper lock +- Skeeper lock +- New skills +- Skeeper lock +- Skeeper lock +- Skeeper lock +- Update deps and go +- Regenerate daytona sidecar assets for go 1.26.3 +- Fix cliff +- Ignore docs on fmt +- Build web assets before goreleaser +- Extend release dry-run timeout + +### ๐Ÿ”ง CI/CD + +- Lint errors +- Fint release pr +- Fix goreleaser + +### ๐Ÿงช Testing + +- Add e2e tests (#27) +- Qa rounds (#78) +- Improve test suite (#138) +- Harden daemon-served restart reloads +- Harden daemon-served readiness waits +- Stabilize dashboard focus assertion +- Stabilize release integration gates +- Stabilize release e2e markers +- Stabilize release e2e flows diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 000000000..0483f5b03 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,239 @@ +## 0.0.1 - 2026-05-26 + +### Other Changes + +- Lessons learned + +### โ™ป๏ธ Refactoring + +- Project structure (#7) +- Kb improvements (#12) +- Rename spaces to channels (#17) +- Add extensions gaps (#21) +- Improve tool calls ui (#22) +- Remove web app header +- Module improvements (#29) +- Memory improvements (#35) +- Storybook for web and ui (#38) +- Enable AGH network by default for new installs (#57) +- Hermes adjustments (#69) +- Badges design (#84) +- Storybook scenario and logos gallery +- Migrate typescript tests (#114) +- Internal go packages (#120) +- Ui patterns (#127) +- Improve e2e tests (#130) +- Ui redesign +- Workspace isolation across runtime surfaces (#145) +- Prod ready applies (#162) +- Tool card ui (#164) +- Alpha on logo +- Prod ready features (#167) +- Thread sheet (#202) + +### ๐ŸŽ‰ Features + +- Implement config foundation packages +- Implement sqlite store package +- Add ACP client package +- Add session lifecycle manager +- Implement observe package +- Add daemon composition root +- Add uds api server +- Implement cli package +- Add http api server +- Add system design +- Add foundation types, schemas, and layout shell for web client +- Add daemon health polling and agent sidebar systems for web client +- Add session system CRUD, streaming core, and session store for web client +- Add chat view, messages, and composer tests for web client +- Add tool cards and renderers for web client +- Add file-backed memory store core +- Scaffold memory session seams +- Add memory dream consolidation service +- Wire memory assembler into daemon +- Add memory api and cli +- New skills system (#1) +- Add workspace entity (#5) +- Add new skill capabilities (#8) +- Web ui v2 (#9) +- Improve hooks system (#10) +- Session resilience (#11) +- Add extensability (#13) +- Add automation (#16) +- Add channels (#14) +- Add network implementation (#15) +- Add network, bridges and automations web pages (#18) +- Ext registry (#20) +- Add core tasks (#19) +- Bridge adapters (#23) +- Add site (#26) +- Add ext refac and sandbox (#25) +- Settings ui (#37) +- Tasks ui (#36) +- Harness improvements (#44) +- Agent capabilities (#49) +- Redesign ui (#48) +- Unify capability (#53) +- Redesign network workspace (#59) +- Add task deletion and split session delete from stop (#58) +- Session provider selection (#60) +- Production grade adjustments (#66) +- Autonomous system (#75) +- Add agent session route (#80) +- Tools registry (#85) +- Agents soul (#88) +- Add network threads (#105) +- Orchestration improvements (#106) +- Memory v2 (#108) +- Agent categories (#113) +- Providers model (#118) +- Add canonical AGH bundled skill (#143) +- Onboarding and improvements (#198) +- Onboarding and improvements (#201) + +### ๐Ÿ› Bug Fixes + +- Review round +- Review rounds +- Resolve memory extensibility review batch +- Embed web into daemon +- Defaults agents +- Acp integration (#4) +- Lint errors +- Prd folder +- Remove orphan web actions and dead surfaces (#55) +- Qa testing and fixes (#73) +- New review rounds (#82) +- Security audit (#90) +- Release qa round (#95) +- Add missing tools (#141) +- New qa round (#147) +- Advanced qa round (#149) +- Homebrew tap +- Final review round (#151) +- Daemon healthy +- Reasoning models (#158) +- Lint errors (#160) +- Review round (#168) +- Release adjustments (#171) +- Stabilize release ci fixtures +- Stabilize release integration gate +- Stabilize release verify gates +- Stabilize release integration flows +- Stabilize release verify gates +- Stabilize main verify shutdown +- Ignore stale acpmock cancel +- Marketplace search focus and filtering (#193) +- Website video +- Workspace command select + +### ๐Ÿ“š Documentation + +- Update agents.md +- Update prd +- Update skills +- Update compozy tasks +- Update compozy +- Update compozy +- Add new skills +- Archive prd +- Update prds +- Update rfc +- Update prds +- Update prds +- Add automation prd +- Channels prd +- Update prd +- Update prd +- New prds +- Archive prds +- Bridges adapters prd +- Sandbox prd +- Update +- Archive prd +- Update +- Add new prd +- New design +- Update prd +- Archive prds +- Update prds +- Tasks-ui prd tasks +- Update prd +- Update design docs +- Agent capabilities prd +- Improve site docs +- Remove old design references +- Udpate +- Autonomous prd +- Update skills +- Blog design +- Agent sould prd +- Final qa plan +- Update +- Remove codex ledgers from gitignore +- Remove not needed files +- Udpate ledger +- Update cy-codex-loop skill +- Orchestration improves prd +- Update prds +- Orch improvs prd +- Memv2 prd +- Providers model prd +- Update refacs prd +- New design proposal +- Update rules +- Update skills +- New blog posts (#173) +- Format docs +- Remove old design files +- Remove old +- Skeeper update + +### ๐Ÿ“ฆ Build System + +- Initial structure +- Commitlint +- Frontend base structure +- Update vscode settings +- Add subagents +- Coderabbit +- Prd and tooling +- Bun lock +- Lint tooling +- Copy.md and tooling adjusts +- Add repoclone rc +- Upgrade skeeper to v0.2.0 +- Update go.mod +- Adopt task artifacts into skeeper +- Sync codex plans with skeeper +- Skeeper lock +- Skeeper lock +- New skills +- Skeeper lock +- Skeeper lock +- Skeeper lock +- Update deps and go +- Regenerate daytona sidecar assets for go 1.26.3 +- Fix cliff +- Ignore docs on fmt +- Build web assets before goreleaser +- Extend release dry-run timeout + +### ๐Ÿ”ง CI/CD + +- Lint errors +- Fint release pr +- Fix goreleaser + +### ๐Ÿงช Testing + +- Add e2e tests (#27) +- Qa rounds (#78) +- Improve test suite (#138) +- Harden daemon-served restart reloads +- Harden daemon-served readiness waits +- Stabilize dashboard focus assertion +- Stabilize release integration gates +- Stabilize release e2e markers +- Stabilize release e2e flows diff --git a/package.json b/package.json index 8de30b823..bd6d061df 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "version": "0.0.1", "private": true, "workspaces": [ "packages/ui", @@ -9,31 +10,31 @@ "sdk/examples/prompt-enhancer" ], "scripts": { - "postinstall": "bash scripts/postinstall.sh", - "prepare": "husky", + "build": "make build && turbo run build", + "bun:build": "turbo run build", + "bun:lint": "bun run format:check && bunx oxlint --deny-warnings", + "bun:test": "turbo run test", + "bun:test:cold": "turbo run test --force", + "bun:typecheck": "turbo run typecheck", "codegen": "make codegen", "codegen-check": "make codegen-check", "dev": "turbo run dev --filter=./web", - "build": "make build && turbo run build", - "lint": "bun run go:lint && bun run bun:lint", "format": "make fmt && oxfmt", "format:check": "bunx oxfmt --check", - "typecheck": "bun run bun:typecheck", + "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 ./...", + "lint": "bun run go:lint && bun run bun:lint", + "postinstall": "bash scripts/postinstall.sh", + "prepare": "husky", + "prs:scrape": "bun run scripts/scrape-prs.ts", + "release:site-changelog": "bun run packages/site/scripts/generate-changelog-release.ts", "test": "make test && bun run bun:test", "test:cold": "bun run bun:test:cold", - "tests": "bun run test", - "bun:build": "turbo run build", - "bun:lint": "bun run format:check && bunx oxlint --deny-warnings", - "bun:typecheck": "turbo run typecheck", - "bun:test": "turbo run test", - "bun:test:cold": "turbo run test --force", - "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 ./...", - "test:e2e:runtime": "make test-e2e-runtime", - "test:e2e:web": "make test-e2e-web", "test:e2e": "make test-e2e", "test:e2e:nightly": "make test-e2e-nightly", - "prs:scrape": "bun run scripts/scrape-prs.ts", - "release:site-changelog": "bun run packages/site/scripts/generate-changelog-release.ts" + "test:e2e:runtime": "make test-e2e-runtime", + "test:e2e:web": "make test-e2e-web", + "tests": "bun run test", + "typecheck": "bun run bun:typecheck" }, "devDependencies": { "@commitlint/cli": "^21.0.1", @@ -57,12 +58,12 @@ }, "lint-staged": { "*.go": "make fmt", + "*.{css,html,json,jsonc,yaml,yml,md}": [ + "oxfmt --no-error-on-unmatched-pattern" + ], "*.{js,jsx,ts,tsx}": [ "oxfmt --no-error-on-unmatched-pattern", "oxlint --deny-warnings" - ], - "*.{css,html,json,jsonc,yaml,yml,md}": [ - "oxfmt --no-error-on-unmatched-pattern" ] }, "packageManager": "bun@1.3.4", diff --git a/packages/site/content/blog/changelog/v0.0.1.mdx b/packages/site/content/blog/changelog/v0.0.1.mdx new file mode 100644 index 000000000..59de02aa5 --- /dev/null +++ b/packages/site/content/blog/changelog/v0.0.1.mdx @@ -0,0 +1,205 @@ +--- +version: "v0.0.1" +date: "2026-05-26T15:33:49.000Z" +status: "alpha" +summary: "Implement config foundation packages" +added: + - "Implement config foundation packages" + - "Implement sqlite store package" + - "Add ACP client package" + - "Add session lifecycle manager" + - "Implement observe package" + - "Add daemon composition root" + - "Add uds api server" + - "Implement cli package" + - "Add http api server" + - "Add system design" + - "Add foundation types, schemas, and layout shell for web client" + - "Add daemon health polling and agent sidebar systems for web client" + - "Add session system CRUD, streaming core, and session store for web client" + - "Add chat view, messages, and composer tests for web client" + - "Add tool cards and renderers for web client" + - "Add file-backed memory store core" + - "Scaffold memory session seams" + - "Add memory dream consolidation service" + - "Wire memory assembler into daemon" + - "Add memory api and cli" + - "New skills system (#1)" + - "Add workspace entity (#5)" + - "Add new skill capabilities (#8)" + - "Web ui v2 (#9)" + - "Improve hooks system (#10)" + - "Session resilience (#11)" + - "Add extensability (#13)" + - "Add automation (#16)" + - "Add channels (#14)" + - "Add network implementation (#15)" + - "Add network, bridges and automations web pages (#18)" + - "Ext registry (#20)" + - "Add core tasks (#19)" + - "Bridge adapters (#23)" + - "Add site (#26)" + - "Add ext refac and sandbox (#25)" + - "Settings ui (#37)" + - "Tasks ui (#36)" + - "Harness improvements (#44)" + - "Agent capabilities (#49)" + - "Redesign ui (#48)" + - "Unify capability (#53)" + - "Redesign network workspace (#59)" + - "Add task deletion and split session delete from stop (#58)" + - "Session provider selection (#60)" + - "Production grade adjustments (#66)" + - "Autonomous system (#75)" + - "Add agent session route (#80)" + - "Tools registry (#85)" + - "Agents soul (#88)" + - "Add network threads (#105)" + - "Orchestration improvements (#106)" + - "Memory v2 (#108)" + - "Agent categories (#113)" + - "Providers model (#118)" + - "Add canonical AGH bundled skill (#143)" + - "Onboarding and improvements (#198)" + - "Onboarding and improvements (#201)" +changed: + - "Initial structure" + - "Update agents.md" + - "Commitlint" + - "Update prd" + - "Frontend base structure" + - "Update skills" + - "Update compozy tasks" + - "Update compozy" + - "Update vscode settings" + - "Add subagents" + - "Add new skills" + - "Coderabbit" + - "Prd and tooling" + - "Project structure (#7)" + - "Archive prd" + - "Update prds" + - "Update rfc" + - "Kb improvements (#12)" + - "Add automation prd" + - "Channels prd" + - "Bun lock" + - "Rename spaces to channels (#17)" + - "New prds" + - "Archive prds" + - "Bridges adapters prd" + - "Add extensions gaps (#21)" + - "Sandbox prd" + - "Improve tool calls ui (#22)" + - "Lint tooling" + - "Update" + - "Remove web app header" + - "Add new prd" + - "New design" + - "Module improvements (#29)" + - "Tasks-ui prd tasks" + - "Memory improvements (#35)" + - "Storybook for web and ui (#38)" + - "Update design docs" + - "Agent capabilities prd" + - "Improve site docs" + - "Remove old design references" + - "Enable AGH network by default for new installs (#57)" + - "Udpate" + - "Hermes adjustments (#69)" + - "Autonomous prd" + - "Badges design (#84)" + - "Blog design" + - "Copy.md and tooling adjusts" + - "Agent sould prd" + - "Final qa plan" + - "Storybook scenario and logos gallery" + - "Remove codex ledgers from gitignore" + - "Remove not needed files" + - "Udpate ledger" + - "Add repoclone rc" + - "Update cy-codex-loop skill" + - "Orchestration improves prd" + - "Orch improvs prd" + - "Memv2 prd" + - "Migrate typescript tests (#114)" + - "Providers model prd" + - "Update refacs prd" + - "Upgrade skeeper to v0.2.0" + - "Internal go packages (#120)" + - "Update go.mod" + - "Adopt task artifacts into skeeper" + - "Sync codex plans with skeeper" + - "Ui patterns (#127)" + - "New design proposal" + - "Update rules" + - "Improve e2e tests (#130)" + - "Ui redesign" + - "Skeeper lock" + - "New skills" + - "Workspace isolation across runtime surfaces (#145)" + - "Update deps and go" + - "Regenerate daytona sidecar assets for go 1.26.3" + - "Prod ready applies (#162)" + - "Tool card ui (#164)" + - "Alpha on logo" + - "Prod ready features (#167)" + - "New blog posts (#173)" + - "Format docs" + - "Fix cliff" + - "Ignore docs on fmt" + - "Build web assets before goreleaser" + - "Extend release dry-run timeout" + - "Remove old design files" + - "Remove old" + - "Skeeper update" + - "Thread sheet (#202)" +fixed: + - "Review round" + - "Review rounds" + - "Resolve memory extensibility review batch" + - "Embed web into daemon" + - "Defaults agents" + - "Acp integration (#4)" + - "Lint errors" + - "Prd folder" + - "Remove orphan web actions and dead surfaces (#55)" + - "Qa testing and fixes (#73)" + - "New review rounds (#82)" + - "Security audit (#90)" + - "Release qa round (#95)" + - "Add missing tools (#141)" + - "New qa round (#147)" + - "Advanced qa round (#149)" + - "Homebrew tap" + - "Final review round (#151)" + - "Daemon healthy" + - "Reasoning models (#158)" + - "Lint errors (#160)" + - "Review round (#168)" + - "Release adjustments (#171)" + - "Stabilize release ci fixtures" + - "Stabilize release integration gate" + - "Stabilize release verify gates" + - "Stabilize release integration flows" + - "Stabilize main verify shutdown" + - "Ignore stale acpmock cancel" + - "Marketplace search focus and filtering (#193)" + - "Website video" + - "Workspace command select" +breaking: [] +compareUrl: "https://github.com/compozy/agh/releases/tag/v0.0.1" +--- + +Generated from release artifacts for v0.0.1. + +## 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.