From f91f4626d1d98bda76adff3d9f7403708f404647 Mon Sep 17 00:00:00 2001 From: dafang Date: Thu, 6 Aug 2026 16:11:30 +0800 Subject: [PATCH] chore(release): bump CodeStable to 2.0.2 Co-Authored-By: Claude Fable 5 --- .agents/plugins/marketplace.json | 2 +- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- plugins/codestable/.claude-plugin/plugin.json | 2 +- plugins/codestable/.codex-plugin/plugin.json | 2 +- plugins/codestable/skills/cs-onboard/VERSION | 2 +- 7 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 58d9a34..30479a7 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -3,7 +3,7 @@ "plugins": [ { "name": "codestable", - "version": "2.0.1", + "version": "2.0.2", "description": "CodeStable AI coding workflow skills.", "source": { "source": "local", diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8ca8bec..6294471 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ "plugins": [ { "name": "codestable", - "version": "2.0.1", + "version": "2.0.2", "description": "CodeStable AI coding workflow skills.", "source": "./plugins/codestable" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c940d5..f57fb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.0.2 + +- Added the owner-gated `item_progression: parallel` policy to `cs-epic`: the main workflow stays the + sole orchestrator and cursor writer, workers execute dependency-independent items in host-provided + isolated workspaces, and integration is serialized without advancing mainline history until per-item + re-verification passes (protocol in `references/parallel-execution.md`). +- Scoped the skill-coupling rule to file-level dependencies; mentioning or routing to another skill by + name remains allowed. + ## 2.0.1 - Replaced task-shape workflow tiers with minimum sufficient assurance selected from unexcluded risks. diff --git a/VERSION b/VERSION index 38f77a6..e9307ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 +2.0.2 diff --git a/plugins/codestable/.claude-plugin/plugin.json b/plugins/codestable/.claude-plugin/plugin.json index 23c775d..b9b8094 100644 --- a/plugins/codestable/.claude-plugin/plugin.json +++ b/plugins/codestable/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codestable", - "version": "2.0.1", + "version": "2.0.2", "description": "CodeStable AI coding workflow skills.", "author": { "name": "CodeStable" diff --git a/plugins/codestable/.codex-plugin/plugin.json b/plugins/codestable/.codex-plugin/plugin.json index 44bd073..464bcc2 100644 --- a/plugins/codestable/.codex-plugin/plugin.json +++ b/plugins/codestable/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codestable", - "version": "2.0.1", + "version": "2.0.2", "description": "CodeStable AI coding workflow skills.", "skills": "./skills/" } diff --git a/plugins/codestable/skills/cs-onboard/VERSION b/plugins/codestable/skills/cs-onboard/VERSION index 38f77a6..e9307ca 100644 --- a/plugins/codestable/skills/cs-onboard/VERSION +++ b/plugins/codestable/skills/cs-onboard/VERSION @@ -1 +1 @@ -2.0.1 +2.0.2