universal-dev-standards 5.7.0 → 5.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
source: ../../CHANGELOG.md
|
|
3
|
-
source_version: 5.7.
|
|
4
|
-
translation_version: 5.7.
|
|
3
|
+
source_version: 5.7.1
|
|
4
|
+
translation_version: 5.7.1
|
|
5
5
|
last_synced: 2026-05-08
|
|
6
6
|
status: current
|
|
7
7
|
---
|
|
@@ -17,6 +17,19 @@ status: current
|
|
|
17
17
|
|
|
18
18
|
## [Unreleased]
|
|
19
19
|
|
|
20
|
+
## [5.7.1] - 2026-05-08
|
|
21
|
+
|
|
22
|
+
### 修复
|
|
23
|
+
- **`cli/package-lock.json`**:同步 lock file,修正 GitHub Actions `npm ci` 失败(`@emnapi/core`、`@emnapi/runtime` 条目缺失)。
|
|
24
|
+
|
|
25
|
+
### 移除
|
|
26
|
+
- **`specs/`**:删除已迁移至 dev-platform 的 4 个 spec 文件(XSPEC-026/005/006 对应)。保留 `execution-history-spec.md`(Archived)、`schemas/`、`standards-effectiveness-schema.json`。
|
|
27
|
+
- **`docs/archive/`**:删除 7 个过时的迁移指南与工作流程分析文件。
|
|
28
|
+
- **`.project-context/`**:删除 gemini-cli 自动生成的架构文件(内容已由 CLAUDE.md 涵盖)。
|
|
29
|
+
|
|
30
|
+
### 新增
|
|
31
|
+
- **`.npmignore`**:排除 `tests/`、`scripts/`、`.github/` 等开发用目录,不再随 npm publish 发出(v5.7.0 前这些目录一直被误打包)。
|
|
32
|
+
|
|
20
33
|
## [5.7.0] - 2026-05-08
|
|
21
34
|
|
|
22
35
|
> **跨平台脚本迁移**(XSPEC-179 + XSPEC-180):bash 脚本逐步被单一来源的
|
|
@@ -911,7 +924,8 @@ status: current
|
|
|
911
924
|
- 范本:需求文档范本
|
|
912
925
|
- 集成:OpenSpec 框架
|
|
913
926
|
|
|
914
|
-
[Unreleased]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v5.7.
|
|
927
|
+
[Unreleased]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v5.7.1...HEAD
|
|
928
|
+
[5.7.1]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v5.7.0...v5.7.1
|
|
915
929
|
[5.7.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v5.6.0...v5.7.0
|
|
916
930
|
[3.0.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.3.0...v3.0.0
|
|
917
931
|
[2.3.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.2.0...v2.3.0
|
|
@@ -14,7 +14,7 @@ status: current
|
|
|
14
14
|
|
|
15
15
|
> **语言**: [English](../../README.md) | [繁體中文](../zh-TW/README.md) | 简体中文
|
|
16
16
|
|
|
17
|
-
**版本**: 5.7.
|
|
17
|
+
**版本**: 5.7.1 | **发布日期**: 2026-04-13 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
|
|
18
18
|
|
|
19
19
|
语言无关、框架无关的软件项目文档标准。通过 AI 原生工作流,确保不同技术栈之间的一致性、质量和可维护性。
|
|
20
20
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
source: ../../CHANGELOG.md
|
|
3
|
-
source_version: 5.7.
|
|
4
|
-
translation_version: 5.7.
|
|
3
|
+
source_version: 5.7.1
|
|
4
|
+
translation_version: 5.7.1
|
|
5
5
|
last_synced: 2026-05-08
|
|
6
6
|
status: current
|
|
7
7
|
---
|
|
@@ -17,6 +17,19 @@ status: current
|
|
|
17
17
|
|
|
18
18
|
## [Unreleased]
|
|
19
19
|
|
|
20
|
+
## [5.7.1] - 2026-05-08
|
|
21
|
+
|
|
22
|
+
### 修復
|
|
23
|
+
- **`cli/package-lock.json`**:同步 lock file,修正 GitHub Actions `npm ci` 失敗(`@emnapi/core`、`@emnapi/runtime` 條目缺失)。
|
|
24
|
+
|
|
25
|
+
### 移除
|
|
26
|
+
- **`specs/`**:刪除已遷移至 dev-platform 的 4 個 spec 檔案(XSPEC-026/005/006 對應)。保留 `execution-history-spec.md`(Archived)、`schemas/`、`standards-effectiveness-schema.json`。
|
|
27
|
+
- **`docs/archive/`**:刪除 7 個過時的遷移指南與工作流程分析文件。
|
|
28
|
+
- **`.project-context/`**:刪除 gemini-cli 自動生成的架構文件(內容已由 CLAUDE.md 涵蓋)。
|
|
29
|
+
|
|
30
|
+
### 新增
|
|
31
|
+
- **`.npmignore`**:排除 `tests/`、`scripts/`、`.github/` 等開發用目錄,不再隨 npm publish 發出(v5.7.0 前這些目錄一直被誤打包)。
|
|
32
|
+
|
|
20
33
|
## [5.7.0] - 2026-05-08
|
|
21
34
|
|
|
22
35
|
> **跨平台腳本遷移**(XSPEC-179 + XSPEC-180):bash 腳本逐步被單一來源的
|
|
@@ -911,7 +924,8 @@ status: current
|
|
|
911
924
|
- 範本:需求文件範本
|
|
912
925
|
- 整合:OpenSpec 框架
|
|
913
926
|
|
|
914
|
-
[Unreleased]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v5.7.
|
|
927
|
+
[Unreleased]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v5.7.1...HEAD
|
|
928
|
+
[5.7.1]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v5.7.0...v5.7.1
|
|
915
929
|
[5.7.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v5.6.0...v5.7.0
|
|
916
930
|
[3.4.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v3.3.0...v3.4.0
|
|
917
931
|
[3.3.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v3.0.0...v3.3.0
|
|
@@ -14,7 +14,7 @@ status: current
|
|
|
14
14
|
|
|
15
15
|
> **語言**: [English](../../README.md) | 繁體中文 | [简体中文](../zh-CN/README.md)
|
|
16
16
|
|
|
17
|
-
**版本**: 5.7.
|
|
17
|
+
**版本**: 5.7.1 | **發布日期**: 2026-04-13 | **授權**: [雙重授權](../../LICENSE) (CC BY 4.0 + MIT)
|
|
18
18
|
|
|
19
19
|
語言無關、框架無關的軟體專案文件標準。透過 AI 原生工作流,確保不同技術堆疊之間的一致性、品質和可維護性。
|
|
20
20
|
|
package/package.json
CHANGED
package/standards-registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.1",
|
|
4
4
|
"lastUpdated": "2026-04-16",
|
|
5
5
|
"description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
|
|
6
6
|
"formats": {
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"standards": {
|
|
59
59
|
"name": "universal-dev-standards",
|
|
60
60
|
"url": "https://github.com/AsiaOstrich/universal-dev-standards",
|
|
61
|
-
"version": "5.7.
|
|
61
|
+
"version": "5.7.1"
|
|
62
62
|
},
|
|
63
63
|
"skills": {
|
|
64
64
|
"name": "universal-dev-standards",
|
|
65
65
|
"url": "https://github.com/AsiaOstrich/universal-dev-standards",
|
|
66
66
|
"localPath": "skills",
|
|
67
67
|
"rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills",
|
|
68
|
-
"version": "5.7.
|
|
68
|
+
"version": "5.7.1",
|
|
69
69
|
"note": "Skills are now included in the main repository under skills/"
|
|
70
70
|
}
|
|
71
71
|
},
|