From b314b34dbbdfcb5f1f206e88e23144450b6b35c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 May 2026 02:52:10 +0000 Subject: [PATCH] release: prepare release v0.0.1 --- CHANGELOG.md | 32 ++++++++++++ RELEASE_NOTES.md | 32 ++++++++++++ package.json | 129 ++++++++++++++++++++++++----------------------- 3 files changed, 129 insertions(+), 64 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 RELEASE_NOTES.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..37ecc3ac6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# 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-12 + +### 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 +### ๐ŸŽ‰ 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) +### ๐Ÿ› 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) +### ๐Ÿ“š 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 +### ๐Ÿ“ฆ 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 +### ๐Ÿงช Testing + +- Add e2e tests (#27)- Qa rounds (#78) +[0.0.1]: https://github.com///releases/tag/v0.0.1 +--- +*Generated by [git-cliff](https://git-cliff.org)* \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 000000000..37ecc3ac6 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,32 @@ +# 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-12 + +### 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 +### ๐ŸŽ‰ 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) +### ๐Ÿ› 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) +### ๐Ÿ“š 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 +### ๐Ÿ“ฆ 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 +### ๐Ÿงช Testing + +- Add e2e tests (#27)- Qa rounds (#78) +[0.0.1]: https://github.com///releases/tag/v0.0.1 +--- +*Generated by [git-cliff](https://git-cliff.org)* \ No newline at end of file diff --git a/package.json b/package.json index 8b6d2f3aa..b9673a373 100644 --- a/package.json +++ b/package.json @@ -1,67 +1,68 @@ { - "private": true, - "workspaces": [ - "packages/ui", - "packages/site", - "web", - "sdk/typescript", - "sdk/create-extension", - "sdk/examples/prompt-enhancer" + "devDependencies": { + "@commitlint/cli": "^21.0.0", + "@commitlint/config-conventional": "^21.0.0", + "@octokit/rest": "^22.0.1", + "@types/node": "^25.6.2", + "@typescript/native-preview": "^7.0.0-dev.20260511.1", + "@vitest/coverage-v8": "^4.1.6", + "husky": "^9.1.7", + "lint-staged": "^17.0.4", + "openapi-typescript": "^7.13.0", + "oxfmt": "^0.48.0", + "oxlint": "^1.63.0", + "shadcn": "^4.7.0", + "tailwindcss": "^4.3.0", + "turbo": "^2.9.12", + "tw-animate-css": "^1.4.0", + "typescript": "^6.0.3", + "vite": "^8.0.12", + "vitest": "^4.1.6" + }, + "lint-staged": { + "*.go": "make fmt", + "*.{css,html,json,jsonc,yaml,yml,md}": [ + "oxfmt --no-error-on-unmatched-pattern" ], - "scripts": { - "postinstall": "bash scripts/postinstall.sh", - "prepare": "husky", - "codegen": "make codegen", - "codegen-check": "make codegen-check", - "dev": "turbo run dev --filter=./web", - "build": "turbo run build", - "lint": "bun run format && bunx oxlint", - "format": "bunx oxfmt", - "format:check": "bunx oxfmt --check", - "typecheck": "turbo run typecheck", - "test": "turbo run test", - "test:cold": "turbo run test --force", - "tests": "bun run test", - "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" - }, - "devDependencies": { - "@commitlint/cli": "^21.0.0", - "@commitlint/config-conventional": "^21.0.0", - "@octokit/rest": "^22.0.1", - "@types/node": "^25.6.2", - "@typescript/native-preview": "^7.0.0-dev.20260511.1", - "@vitest/coverage-v8": "^4.1.6", - "husky": "^9.1.7", - "lint-staged": "^17.0.4", - "openapi-typescript": "^7.13.0", - "oxfmt": "^0.48.0", - "oxlint": "^1.63.0", - "shadcn": "^4.7.0", - "tailwindcss": "^4.3.0", - "turbo": "^2.9.12", - "tw-animate-css": "^1.4.0", - "typescript": "^6.0.3", - "vite": "^8.0.12", - "vitest": "^4.1.6" - }, - "lint-staged": { - "*.go": "make fmt", - "*.{js,jsx,ts,tsx}": [ - "oxfmt --no-error-on-unmatched-pattern", - "oxlint" - ], - "*.{css,html,json,jsonc,yaml,yml,md}": [ - "oxfmt --no-error-on-unmatched-pattern" - ] - }, - "packageManager": "bun@1.3.4", - "msw": { - "workerDirectory": [ - "web/public" - ] - } + "*.{js,jsx,ts,tsx}": [ + "oxfmt --no-error-on-unmatched-pattern", + "oxlint" + ] + }, + "msw": { + "workerDirectory": [ + "web/public" + ] + }, + "packageManager": "bun@1.3.4", + "private": true, + "scripts": { + "build": "turbo run build", + "codegen": "make codegen", + "codegen-check": "make codegen-check", + "dev": "turbo run dev --filter=./web", + "format": "bunx oxfmt", + "format:check": "bunx oxfmt --check", + "lint": "bun run format \u0026\u0026 bunx oxlint", + "postinstall": "bash scripts/postinstall.sh", + "prepare": "husky", + "prs:scrape": "bun run scripts/scrape-prs.ts", + "test": "turbo run test", + "test:cold": "turbo run test --force", + "test:e2e": "make test-e2e", + "test:e2e:nightly": "make test-e2e-nightly", + "test:e2e:runtime": "make test-e2e-runtime", + "test:e2e:web": "make test-e2e-web", + "tests": "bun run test", + "typecheck": "turbo run typecheck" + }, + "version": "0.0.1", + "workspaces": [ + "packages/ui", + "packages/site", + "web", + "sdk/typescript", + "sdk/create-extension", + "sdk/examples/prompt-enhancer" + ] }