universal-dev-standards 3.5.1-beta.17 → 3.5.1-beta.19

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.
@@ -786,7 +786,10 @@ export const messages = {
786
786
  newSkillsInstalled: 'Installed Skills for {count} AI tools',
787
787
  newSkillsInstalledWithErrors: 'Installed Skills with {errors} errors',
788
788
  newCommandsInstalled: 'Installed commands for {count} AI tools',
789
- newCommandsInstalledWithErrors: 'Installed commands with {errors} errors'
789
+ newCommandsInstalledWithErrors: 'Installed commands with {errors} errors',
790
+ // Marketplace detection
791
+ alreadyViaMarketplace: 'already via Marketplace',
792
+ marketplaceCoexistNote: 'Note: File-based installation will coexist with Marketplace version'
790
793
  },
791
794
 
792
795
  // configure command
@@ -859,7 +862,18 @@ export const messages = {
859
862
  applyChangesNow: 'Apply changes now? (regenerate integration files)',
860
863
  runUpdateLater: 'Run `uds update --integrations-only` later to apply changes',
861
864
  applyingChanges: 'Applying changes...',
862
- changesApplied: 'Changes applied successfully'
865
+ changesApplied: 'Changes applied successfully',
866
+ // Declined features
867
+ previouslyDeclined: 'Previously declined',
868
+ reinstallDeclinedSkills: 'Reinstall declined Skills',
869
+ reinstallDeclinedCommands: 'Reinstall declined Commands',
870
+ skillsLevelQuestion: 'Where should Skills be installed?',
871
+ projectLevel: 'Project level',
872
+ userLevel: 'User level',
873
+ // Marketplace detection
874
+ viaMarketplace: 'Via Marketplace',
875
+ marketplaceOnly: 'Marketplace only (no local files)',
876
+ marketplaceCoexistNote: 'Note: File-based installation will coexist with Marketplace version'
863
877
  }
864
878
  }
865
879
  },
@@ -1642,7 +1656,10 @@ export const messages = {
1642
1656
  newSkillsInstalled: '已為 {count} 個 AI 工具安裝 Skills',
1643
1657
  newSkillsInstalledWithErrors: '安裝 Skills 時發生 {errors} 個錯誤',
1644
1658
  newCommandsInstalled: '已為 {count} 個 AI 工具安裝斜線命令',
1645
- newCommandsInstalledWithErrors: '安裝斜線命令時發生 {errors} 個錯誤'
1659
+ newCommandsInstalledWithErrors: '安裝斜線命令時發生 {errors} 個錯誤',
1660
+ // Marketplace detection
1661
+ alreadyViaMarketplace: '已透過 Marketplace 安裝',
1662
+ marketplaceCoexistNote: '注意:檔案安裝將與 Marketplace 版本並存'
1646
1663
  },
1647
1664
 
1648
1665
  // configure command
@@ -1715,7 +1732,18 @@ export const messages = {
1715
1732
  applyChangesNow: '是否立即套用變更?(重新產生整合檔案)',
1716
1733
  runUpdateLater: '稍後執行 `uds update --integrations-only` 以套用變更',
1717
1734
  applyingChanges: '正在套用變更...',
1718
- changesApplied: '變更套用成功'
1735
+ changesApplied: '變更套用成功',
1736
+ // Declined features
1737
+ previouslyDeclined: '先前已拒絕',
1738
+ reinstallDeclinedSkills: '重新安裝已拒絕的 Skills',
1739
+ reinstallDeclinedCommands: '重新安裝已拒絕的斜線命令',
1740
+ skillsLevelQuestion: 'Skills 要安裝到哪裡?',
1741
+ projectLevel: '專案層級',
1742
+ userLevel: '使用者層級',
1743
+ // Marketplace detection
1744
+ viaMarketplace: '透過 Marketplace',
1745
+ marketplaceOnly: '僅 Marketplace(無本機檔案)',
1746
+ marketplaceCoexistNote: '注意:檔案安裝將與 Marketplace 版本並存'
1719
1747
  }
1720
1748
  }
1721
1749
  },
@@ -2330,7 +2358,10 @@ export const messages = {
2330
2358
  newSkillsInstalled: '已为 {count} 个 AI 工具安装 Skills',
2331
2359
  newSkillsInstalledWithErrors: '安装 Skills 时发生 {errors} 个错误',
2332
2360
  newCommandsInstalled: '已为 {count} 个 AI 工具安装斜线命令',
2333
- newCommandsInstalledWithErrors: '安装斜线命令时发生 {errors} 个错误'
2361
+ newCommandsInstalledWithErrors: '安装斜线命令时发生 {errors} 个错误',
2362
+ // Marketplace detection
2363
+ alreadyViaMarketplace: '已通过 Marketplace 安装',
2364
+ marketplaceCoexistNote: '注意:文件安装将与 Marketplace 版本并存'
2334
2365
  },
2335
2366
 
2336
2367
  // configure command
@@ -2403,7 +2434,18 @@ export const messages = {
2403
2434
  applyChangesNow: '是否立即应用变更?(重新生成集成文件)',
2404
2435
  runUpdateLater: '稍后执行 `uds update --integrations-only` 以应用变更',
2405
2436
  applyingChanges: '正在应用变更...',
2406
- changesApplied: '变更应用成功'
2437
+ changesApplied: '变更应用成功',
2438
+ // Declined features
2439
+ previouslyDeclined: '之前已拒绝',
2440
+ reinstallDeclinedSkills: '重新安装已拒绝的 Skills',
2441
+ reinstallDeclinedCommands: '重新安装已拒绝的斜杠命令',
2442
+ skillsLevelQuestion: 'Skills 要安装到哪里?',
2443
+ projectLevel: '项目级别',
2444
+ userLevel: '用户级别',
2445
+ // Marketplace detection
2446
+ viaMarketplace: '通过 Marketplace',
2447
+ marketplaceOnly: '仅 Marketplace(无本地文件)',
2448
+ marketplaceCoexistNote: '注意:文件安装将与 Marketplace 版本并存'
2407
2449
  }
2408
2450
  }
2409
2451
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "3.5.1-beta.17",
4
- "lastUpdated": "2026-01-15",
3
+ "version": "3.5.1-beta.19",
4
+ "lastUpdated": "2026-01-19",
5
5
  "description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
6
6
  "formats": {
7
7
  "ai": {
@@ -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.17"
51
+ "version": "3.5.1-beta.19"
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.17",
58
+ "version": "3.5.1-beta.19",
59
59
  "note": "Skills are now included in the main repository under skills/"
60
60
  }
61
61
  },