Skip to content

Commit 7cf37f3

Browse files
AlbertHsuclaude
authored andcommitted
chore(release): 5.0.0-beta.12
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6eb532e commit 7cf37f3

File tree

7 files changed

+30
-14
lines changed

7 files changed

+30
-14
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
99

1010
## [Unreleased]
1111

12+
## [5.0.0-beta.12] - 2026-02-12
13+
14+
### Added
15+
- **Workflow Prerequisite System**: New `workflow-prerequisites.yaml` registry and `prerequisite-check.md` AI behavior protocol for checking command prerequisites before execution
16+
- **Workflow Analysis Document**: Comprehensive `docs/WORKFLOW-ANALYSIS.md` with process inventory, decision quick reference, and adoption roadmap
17+
- **Workflow Gaps Tracker**: `docs/WORKFLOW-GAPS.md` tracking 12 identified gaps (CI/CD, incident response, etc.)
18+
- **Cross-Command Handoff Guidance**: `/discover`, `/reverse`, `/derive`, `/release` now suggest logical next steps after completion
19+
- **Doc Generation Tooling**: `scripts/sync-manifest.mjs` and `scripts/generate-docs.mjs` for automated README stats sync
20+
- **`/brainstorm` Skill**: Structured AI-assisted ideation skill
21+
22+
### Changed
23+
- **Documentation Sync**: Update all READMEs, MAINTENANCE.md, STANDARDS-MAPPING.md, FEATURE-REFERENCE.md with accurate counts (32 standards, 26 skills, 30 commands)
24+
- **AI Tool Support Table**: Expanded to include Gemini CLI, Cursor, Cline/Roo Code, Windsurf with detailed feature support
25+
- **Pre-release Checks**: Add Step 1.5 `docs:sync` to `pre-release-check.sh`
26+
- **Skill Prerequisites**: `/derive` now declares `spec-approved` prerequisite; `/release` declares `release-check` prerequisite
27+
1228
## [5.0.0-beta.11] - 2026-02-11
1329

1430
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **Language**: English | [繁體中文](locales/zh-TW/README.md) | [简体中文](locales/zh-CN/README.md)
88
9-
**Version**: 5.0.0-beta.11 (Pre-release) | **Released**: 2026-02-11 | **License**: [Dual License](LICENSE) (CC BY 4.0 + MIT)
9+
**Version**: 5.0.0-beta.12 (Pre-release) | **Released**: 2026-02-11 | **License**: [Dual License](LICENSE) (CC BY 4.0 + MIT)
1010

1111
Language-agnostic, framework-agnostic documentation standards for software projects. Ensure consistency, quality, and maintainability across diverse technology stacks.
1212

@@ -36,7 +36,7 @@ Language-agnostic, framework-agnostic documentation standards for software proje
3636
npm install -g universal-dev-standards@beta
3737

3838
# Or install a specific beta version
39-
npm install -g universal-dev-standards@5.0.0-beta.11
39+
npm install -g universal-dev-standards@5.0.0-beta.12
4040

4141
# Use without installing
4242
npx universal-dev-standards@beta init
@@ -111,7 +111,7 @@ npx universal-dev-standards init
111111

112112
**Specific Version**
113113
```bash
114-
npm install -g universal-dev-standards@5.0.0-beta.11 # Latest beta
114+
npm install -g universal-dev-standards@5.0.0-beta.12 # Latest beta
115115
npm install -g universal-dev-standards@beta # Always latest beta
116116
npm install -g universal-dev-standards@latest # Stable release
117117
```

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "universal-dev-standards",
3-
"version": "5.0.0-beta.11",
3+
"version": "5.0.0-beta.12",
44
"description": "CLI tool for adopting Universal Development Standards",
55
"keywords": [
66
"documentation",

cli/standards-registry.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"version": "5.0.0-beta.11",
3+
"version": "5.0.0-beta.12",
44
"lastUpdated": "2026-02-09",
55
"description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
66
"formats": {
@@ -48,14 +48,14 @@
4848
"standards": {
4949
"name": "universal-dev-standards",
5050
"url": "https://github.com/AsiaOstrich/universal-dev-standards",
51-
"version": "5.0.0-beta.11"
51+
"version": "5.0.0-beta.12"
5252
},
5353
"skills": {
5454
"name": "universal-dev-standards",
5555
"url": "https://github.com/AsiaOstrich/universal-dev-standards",
5656
"localPath": "skills",
5757
"rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills",
58-
"version": "5.0.0-beta.11",
58+
"version": "5.0.0-beta.12",
5959
"note": "Skills are now included in the main repository under skills/"
6060
}
6161
},

locales/zh-CN/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **语言**: [English](../../README.md) | [繁體中文](../zh-TW/README.md) | 简体中文
88
9-
**版本**: 5.0.0-beta.11 (Pre-release) | **发布日期**: 2026-02-11 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
9+
**版本**: 5.0.0-beta.12 (Pre-release) | **发布日期**: 2026-02-11 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
1010

1111
语言无关、框架无关的软件项目文档标准。确保不同技术栈之间的一致性、质量和可维护性。
1212

@@ -36,7 +36,7 @@
3636
npm install -g universal-dev-standards@beta
3737

3838
# 或安装特定 beta 版本
39-
npm install -g universal-dev-standards@5.0.0-beta.11
39+
npm install -g universal-dev-standards@5.0.0-beta.12
4040

4141
# 无需安装直接使用
4242
npx universal-dev-standards@beta init
@@ -111,7 +111,7 @@ npx universal-dev-standards init
111111

112112
**特定版本**
113113
```bash
114-
npm install -g universal-dev-standards@5.0.0-beta.11 # 最新 beta
114+
npm install -g universal-dev-standards@5.0.0-beta.12 # 最新 beta
115115
npm install -g universal-dev-standards@beta # 始终获取最新 beta
116116
npm install -g universal-dev-standards@latest # 稳定版
117117
```

locales/zh-TW/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **語言**: [English](../../README.md) | 繁體中文 | [简体中文](../zh-CN/README.md)
88
9-
**版本**: 5.0.0-beta.11 (Pre-release) | **發布日期**: 2026-02-11 | **授權**: [雙重授權](../../LICENSE) (CC BY 4.0 + MIT)
9+
**版本**: 5.0.0-beta.12 (Pre-release) | **發布日期**: 2026-02-11 | **授權**: [雙重授權](../../LICENSE) (CC BY 4.0 + MIT)
1010

1111
語言無關、框架無關的軟體專案文件標準。確保不同技術堆疊之間的一致性、品質和可維護性。
1212

@@ -36,7 +36,7 @@
3636
npm install -g universal-dev-standards@beta
3737

3838
# 或安裝特定 beta 版本
39-
npm install -g universal-dev-standards@5.0.0-beta.11
39+
npm install -g universal-dev-standards@5.0.0-beta.12
4040

4141
# 無需安裝直接使用
4242
npx universal-dev-standards@beta init

0 commit comments

Comments
 (0)