From a383b6afee84e790858e5d91a446c4e9965d5cdd Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Mon, 24 Aug 2026 08:28:39 +0500 Subject: [PATCH] docs(release): prepare public GDS 0.1.2 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d232eda..aceb5e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Versioning. ## [Unreleased] +## [0.1.2] - 2026-08-24 + ### Changed - CI and Drakkars skills now qualify changes only with naturally occurring @@ -17,6 +19,19 @@ Versioning. policy as their canonical Codex control. The catalog no longer requires the unsupported legacy `disable-model-invocation` SKILL frontmatter key; portable adapters continue to derive invocation behavior from the typed registry. +- Release and platform workflows now run entirely on GitHub-hosted public + capacity and cover Linux amd64/arm64 plus macOS arm64 without exposing private + estate runner labels. +- Public module coverage can compare declared required contexts with live + provider enforcement without requiring the private estate to duplicate a + second version ledger. + +### Fixed + +- Public anchors no longer inherit the archived private control plane's schema, + repository identity or embedded projection templates. +- Static analysis now covers the Go engine and Actions workflows on the public + authority before a private estate can advance its gitlink. ## [0.1.1] - 2026-08-16