mirror of
https://github.com/codestable/CodeStable.git
synced 2026-09-19 09:03:09 +08:00
chore(release): bump CodeStable to 2.0.2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "codestable",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "CodeStable AI coding workflow skills.",
|
||||
"source": {
|
||||
"source": "local",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "codestable",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "CodeStable AI coding workflow skills.",
|
||||
"source": "./plugins/codestable"
|
||||
}
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "codestable",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "CodeStable AI coding workflow skills.",
|
||||
"author": {
|
||||
"name": "CodeStable"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "codestable",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "CodeStable AI coding workflow skills.",
|
||||
"skills": "./skills/"
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.0.1
|
||||
2.0.2
|
||||
|
||||
Reference in New Issue
Block a user