diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index e3ca5be..58d9a34 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -3,7 +3,7 @@ "plugins": [ { "name": "codestable", - "version": "2.0.0", + "version": "2.0.1", "description": "CodeStable AI coding workflow skills.", "source": { "source": "local", diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index da12318..8ca8bec 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ "plugins": [ { "name": "codestable", - "version": "2.0.0", + "version": "2.0.1", "description": "CodeStable AI coding workflow skills.", "source": "./plugins/codestable" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4614a5..3c940d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.1 + +- Replaced task-shape workflow tiers with minimum sufficient assurance selected from unexcluded risks. +- Added pre-approval Epic route discovery with a document-owned route map, derived frontier, and explicit HITL decisions. +- Added conditional shared-language alignment for Feature and Epic design without introducing a mandatory glossary or new gate. +- Removed stale experiments for retired v1 skill entries and tightened experiment-to-skill consistency checks. + ## 2.0.0 - Reduced the shipped package from the 32 skills in v1.0.4 to 8 thin-harness skills: `cs`, diff --git a/VERSION b/VERSION index 227cea2..38f77a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/plugins/codestable/.claude-plugin/plugin.json b/plugins/codestable/.claude-plugin/plugin.json index aa69377..23c775d 100644 --- a/plugins/codestable/.claude-plugin/plugin.json +++ b/plugins/codestable/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codestable", - "version": "2.0.0", + "version": "2.0.1", "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 7e66aa3..44bd073 100644 --- a/plugins/codestable/.codex-plugin/plugin.json +++ b/plugins/codestable/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codestable", - "version": "2.0.0", + "version": "2.0.1", "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 227cea2..38f77a6 100644 --- a/plugins/codestable/skills/cs-onboard/VERSION +++ b/plugins/codestable/skills/cs-onboard/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1