chore(release): bump CodeStable to 2.0.2

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
dafang
2026-08-06 16:11:30 +08:00
parent 72eb55d8b6
commit f91f4626d1
7 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"plugins": [
{
"name": "codestable",
"version": "2.0.1",
"version": "2.0.2",
"description": "CodeStable AI coding workflow skills.",
"source": {
"source": "local",
+1 -1
View File
@@ -7,7 +7,7 @@
"plugins": [
{
"name": "codestable",
"version": "2.0.1",
"version": "2.0.2",
"description": "CodeStable AI coding workflow skills.",
"source": "./plugins/codestable"
}
+9
View File
@@ -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.
+1 -1
View File
@@ -1 +1 @@
2.0.1
2.0.2
@@ -1,6 +1,6 @@
{
"name": "codestable",
"version": "2.0.1",
"version": "2.0.2",
"description": "CodeStable AI coding workflow skills.",
"author": {
"name": "CodeStable"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codestable",
"version": "2.0.1",
"version": "2.0.2",
"description": "CodeStable AI coding workflow skills.",
"skills": "./skills/"
}
+1 -1
View File
@@ -1 +1 @@
2.0.1
2.0.2