From 0740fdb81a16cb857205c396e7ffc4f8d167187a Mon Sep 17 00:00:00 2001 From: Kim Harjamaki Date: Mon, 13 Jul 2026 12:35:38 +0300 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0a4c914 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +## 1.0.0 (2026-07-13) + + +### Features + +* **01-01:** establish product contract schemas ([4189e4b](https://github.com/Coding-Autopilot-System/cas-workstation/commit/4189e4b07938cd7b6420622da5d3fead29dec95d)) +* **01-03:** add unified quality gate ([06663f9](https://github.com/Coding-Autopilot-System/cas-workstation/commit/06663f9d34a45e26e27218a46e1a0575ed44ff34)) +* **02-01:** validate and resolve desired state ([cf88e7a](https://github.com/Coding-Autopilot-System/cas-workstation/commit/cf88e7aa4258fa54dd9822b36d734d75637a5f63)) +* **02-02:** enforce ownership and path safety ([0525d4a](https://github.com/Coding-Autopilot-System/cas-workstation/commit/0525d4a086a4b0a10fa7692624d861985a9be3b3)) +* **02-03:** enforce ledger-only safe uninstall ([efe8728](https://github.com/Coding-Autopilot-System/cas-workstation/commit/efe872868e4025fd5aee9d8ba8903791685c37c7)) +* **03-01:** add deterministic operation planning ([ec93bdf](https://github.com/Coding-Autopilot-System/cas-workstation/commit/ec93bdf499efc260e4d093d9484ee44ed0419a1f)) +* **03-02:** add journaled resumable apply engine ([af4c846](https://github.com/Coding-Autopilot-System/cas-workstation/commit/af4c846b855753718111ec876e0f8e56f17e7f40)) +* **03-03:** integrate safe operational workflows ([12d73d0](https://github.com/Coding-Autopilot-System/cas-workstation/commit/12d73d0c2593365ac1edcfd203676afd610d482f)) +* add transactional plan and apply engine ([6417871](https://github.com/Coding-Autopilot-System/cas-workstation/commit/6417871feff6f49dde20eccca852637c0215d4a4)) +* complete governance and quality foundation ([c24637e](https://github.com/Coding-Autopilot-System/cas-workstation/commit/c24637e3f3fa33421de4f9839f1a5b6a7f7ec539)) +* complete Phase 4 client skill and workspace profiles ([0c63671](https://github.com/Coding-Autopilot-System/cas-workstation/commit/0c63671babb8e06577fe6bfccd184b9c1145adcf)) +* enforce manifest inventory and safety boundaries ([d99308c](https://github.com/Coding-Autopilot-System/cas-workstation/commit/d99308cb026ec15e4cd7fc180b0884defac1957b)) +* **phase-4:** manage clients skills and workspaces safely ([030e58a](https://github.com/Coding-Autopilot-System/cas-workstation/commit/030e58a0b87c8cd6ed88c0ec0310ff73c18ca9a0)) +* seed CAS workstation product ([a01a048](https://github.com/Coding-Autopilot-System/cas-workstation/commit/a01a048bab1f9eb914eae9a790a16ba164e75321)) + + +### Bug Fixes + +* add -Force to Get-ChildItem in tree digest/copy to include hidden files in scope checks ([2b826f1](https://github.com/Coding-Autopilot-System/cas-workstation/commit/2b826f1ff281bb35afc2f4bc8446453654ee66a9)) +* add -Force to Get-ChildItem in tree digest/copy to include hidden files in scope checks ([#18](https://github.com/Coding-Autopilot-System/cas-workstation/issues/18)) ([26a9afd](https://github.com/Coding-Autopilot-System/cas-workstation/commit/26a9afdd11d4f97d6454a7780f4c260571fc9133)) +* **ci:** repin release-please reusable workflow to reachable SHA ([#23](https://github.com/Coding-Autopilot-System/cas-workstation/issues/23)) ([7d17917](https://github.com/Coding-Autopilot-System/cas-workstation/commit/7d179173ceb941c0a4879aa2ae6fc667fb4a0756)) +* **ci:** wire release-please PAT into reusable workflow caller ([#28](https://github.com/Coding-Autopilot-System/cas-workstation/issues/28)) ([b749f88](https://github.com/Coding-Autopilot-System/cas-workstation/commit/b749f88e71a56a5966678c78c4b683fb69c47a04)) +* **phase-4:** resolve managed profile review findings ([88a1c6b](https://github.com/Coding-Autopilot-System/cas-workstation/commit/88a1c6bd0df6af3d86fa43299ea09c5b6f6a03ec))