universal-dev-standards 3.5.1-beta.13 → 3.5.1-beta.15

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.
@@ -22,14 +22,45 @@ First, run `uds check` to show current installation status and available updates
22
22
 
23
23
  ### Step 2: Ask Update Preferences | 步驟 2:詢問更新偏好
24
24
 
25
- If updates are available, use AskUserQuestion with these options:
25
+ If updates are available, use AskUserQuestion with options based on version type.
26
+
27
+ 根據可用更新的版本類型顯示對應選項。
28
+
29
+ #### Pre-release Version Types | Pre-release 版本類型
30
+
31
+ Pre-release versions are sorted by stability (ascending):
32
+
33
+ Pre-release 版本按穩定度排序(由低到高):
34
+
35
+ | Type | Stability | Description | 說明 |
36
+ |------|-----------|-------------|------|
37
+ | alpha | 🔴 Early | Features may be incomplete, for internal testing | 功能可能不完整,供內部測試 |
38
+ | beta | 🟡 Testing | Features complete, may have bugs, for early adopters | 功能大致完成,可能有 bug,供早期採用者 |
39
+ | rc | 🟢 Near-stable | Release candidate, close to stable, for beta testers | 候選發布版,接近正式版,供 beta 測試者 |
40
+
41
+ Version comparison: `alpha < beta < rc < stable`
42
+
43
+ For detailed versioning standards, see [core/versioning.md](../../../core/versioning.md).
44
+
45
+ #### Update Options | 更新選項
46
+
47
+ **If stable version available (e.g., 3.5.1):**
26
48
 
27
49
  | Option | Description |
28
50
  |--------|-------------|
29
- | **Update Now** | Update standards to latest stable version (Recommended) |
51
+ | **Update Now** | Update standards to latest stable version X.Y.Z (Recommended) |
30
52
  | **Check Beta** | Check for beta version updates |
31
53
  | **Skip** | Don't update at this time |
32
54
 
55
+ **If only pre-release version available (e.g., 3.5.1-beta.N, 3.5.1-alpha.N, 3.5.1-rc.N):**
56
+
57
+ | Option | Description |
58
+ |--------|-------------|
59
+ | **Update to Pre-release** | Update standards to pre-release version X.Y.Z-tag.N (Recommended) |
60
+ | **Skip** | Don't update at this time |
61
+
62
+ Note: Detect version type from `uds check` output. If version contains "beta", "alpha", or "rc", it's a pre-release.
63
+
33
64
  ### Step 3: Execute | 步驟 3:執行
34
65
 
35
66
  **If Update Now selected:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-dev-standards",
3
- "version": "3.5.1-beta.13",
3
+ "version": "3.5.1-beta.15",
4
4
  "description": "CLI tool for adopting Universal Development Standards",
5
5
  "keywords": [
6
6
  "documentation",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "3.5.1-beta.13",
3
+ "version": "3.5.1-beta.15",
4
4
  "lastUpdated": "2026-01-15",
5
5
  "description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
6
6
  "formats": {
@@ -48,14 +48,14 @@
48
48
  "standards": {
49
49
  "name": "universal-dev-standards",
50
50
  "url": "https://github.com/AsiaOstrich/universal-dev-standards",
51
- "version": "3.5.1-beta.13"
51
+ "version": "3.5.1-beta.15"
52
52
  },
53
53
  "skills": {
54
54
  "name": "universal-dev-standards",
55
55
  "url": "https://github.com/AsiaOstrich/universal-dev-standards",
56
56
  "localPath": "skills/claude-code",
57
57
  "rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills/claude-code",
58
- "version": "3.5.1-beta.13",
58
+ "version": "3.5.1-beta.15",
59
59
  "note": "Skills are now included in the main repository under skills/"
60
60
  }
61
61
  },