universal-dev-standards 5.3.0 → 5.3.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,8 +1,8 @@
1
1
  ---
2
2
  source: ../../CHANGELOG.md
3
- source_version: 5.3.0
4
- translation_version: 5.3.0
5
- last_synced: 2026-04-26
3
+ source_version: 5.3.1
4
+ translation_version: 5.3.1
5
+ last_synced: 2026-04-27
6
6
  status: current
7
7
  ---
8
8
 
@@ -17,6 +17,13 @@ status: current
17
17
 
18
18
  ## [Unreleased]
19
19
 
20
+ ## [5.3.1] - 2026-04-27
21
+
22
+ > **修补版本发布**:Bug 修复 —— `uds update` 后 `uds check` 不再误报「AGENTS.md 标准不同步」。
23
+
24
+ ### 修复
25
+ - **`generateAgentsMdSummary()`**(`integration-generator.js`):移除导致 AGENTS.md 只列出 30 项标准的 `.slice(0, 30)` 截断。`uds check` 与 manifest 全量标准比对,截断导致永远误报 `30/64 out of sync`。现在列出全部已安装标准,check 正常通过。
26
+
20
27
  ## [5.3.0] - 2026-04-26
21
28
 
22
29
  > **次版本发布**:四个新标准 + 一个新 Skill(XSPEC-085/064)—— `no-cicd-deployment`、`rollback-standards`、`cd-deployment-strategies`、`pipeline-security-gates`,以及无 CI/CD 环境的 `/deploy` Skill。标准总数:136。
@@ -14,7 +14,7 @@ status: current
14
14
 
15
15
  > **语言**: [English](../../README.md) | [繁體中文](../zh-TW/README.md) | 简体中文
16
16
 
17
- **版本**: 5.3.0 | **发布日期**: 2026-04-13 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
17
+ **版本**: 5.3.1 | **发布日期**: 2026-04-13 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
18
18
 
19
19
  语言无关、框架无关的软件项目文档标准。通过 AI 原生工作流,确保不同技术栈之间的一致性、质量和可维护性。
20
20
 
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  source: ../../CHANGELOG.md
3
- source_version: 5.3.0
4
- translation_version: 5.3.0
5
- last_synced: 2026-04-26
3
+ source_version: 5.3.1
4
+ translation_version: 5.3.1
5
+ last_synced: 2026-04-27
6
6
  status: current
7
7
  ---
8
8
 
@@ -17,6 +17,13 @@ status: current
17
17
 
18
18
  ## [Unreleased]
19
19
 
20
+ ## [5.3.1] - 2026-04-27
21
+
22
+ > **修補版本發布**:Bug 修復 —— `uds update` 後 `uds check` 不再誤報「AGENTS.md 標準不同步」。
23
+
24
+ ### 修復
25
+ - **`generateAgentsMdSummary()`**(`integration-generator.js`):移除導致 AGENTS.md 只列出 30 項標準的 `.slice(0, 30)` 截斷。`uds check` 與 manifest 全量標準比對,截斷導致永遠誤報 `30/64 out of sync`。現在列出全部已安裝標準,check 正常通過。
26
+
20
27
  ## [5.3.0] - 2026-04-26
21
28
 
22
29
  > **次版本發布**:四個新標準 + 一個新 Skill(XSPEC-085/064)—— `no-cicd-deployment`、`rollback-standards`、`cd-deployment-strategies`、`pipeline-security-gates`,以及無 CI/CD 環境的 `/deploy` Skill。標準總數:136。
@@ -14,7 +14,7 @@ status: current
14
14
 
15
15
  > **語言**: [English](../../README.md) | 繁體中文 | [简体中文](../zh-CN/README.md)
16
16
 
17
- **版本**: 5.3.0 | **發布日期**: 2026-04-13 | **授權**: [雙重授權](../../LICENSE) (CC BY 4.0 + MIT)
17
+ **版本**: 5.3.1 | **發布日期**: 2026-04-13 | **授權**: [雙重授權](../../LICENSE) (CC BY 4.0 + MIT)
18
18
 
19
19
  語言無關、框架無關的軟體專案文件標準。透過 AI 原生工作流,確保不同技術堆疊之間的一致性、品質和可維護性。
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-dev-standards",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "CLI tool for adopting Universal Development Standards",
5
5
  "keywords": [
6
6
  "documentation",
@@ -3183,7 +3183,7 @@ function detectBuildCommands(projectPath) {
3183
3183
  }
3184
3184
 
3185
3185
  /**
3186
- * Generate a concise AGENTS.md summary file (≤ 150 lines)
3186
+ * Generate a concise AGENTS.md summary file
3187
3187
  * Follows AAIF best practices: commands, testing, structure, style, git, boundaries
3188
3188
  *
3189
3189
  * @param {Object} config - Generation configuration
@@ -3192,7 +3192,7 @@ function detectBuildCommands(projectPath) {
3192
3192
  * @param {string} [config.outputLanguage='english'] - Output language
3193
3193
  * @param {Object} [config.standardOptions={}] - Standard options (workflow, merge_strategy, etc.)
3194
3194
  * @param {string} [config.projectPath] - Project root path for detecting build tools
3195
- * @returns {string} AGENTS.md content (≤ 150 lines)
3195
+ * @returns {string} AGENTS.md content
3196
3196
  */
3197
3197
  export function generateAgentsMdSummary(config = {}) {
3198
3198
  const {
@@ -3265,16 +3265,14 @@ export function generateAgentsMdSummary(config = {}) {
3265
3265
  lines.push('');
3266
3266
 
3267
3267
  if (installedStandards.length > 0) {
3268
- lines.push('All standards are in `.standards/`. Key standards:');
3268
+ lines.push('All standards are in `.standards/`. Installed standards:');
3269
3269
  lines.push('');
3270
3270
 
3271
- // Group and show key standards (limited to keep within 150 lines)
3272
3271
  const keyStandards = installedStandards
3273
3272
  .filter(s => {
3274
3273
  const name = basename(s);
3275
3274
  return name.endsWith('.ai.yaml');
3276
- })
3277
- .slice(0, 30); // Limit to avoid exceeding 150 lines
3275
+ });
3278
3276
 
3279
3277
  for (const std of keyStandards) {
3280
3278
  const name = basename(std).replace('.ai.yaml', '');
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "5.3.0",
3
+ "version": "5.3.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.3.0"
61
+ "version": "5.3.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.3.0",
68
+ "version": "5.3.1",
69
69
  "note": "Skills are now included in the main repository under skills/"
70
70
  }
71
71
  },