universal-dev-standards 5.7.3 → 5.8.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-dev-standards",
3
- "version": "5.7.3",
3
+ "version": "5.8.0",
4
4
  "description": "CLI tool for adopting Universal Development Standards",
5
5
  "keywords": [
6
6
  "documentation",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "5.7.3",
4
- "lastUpdated": "2026-04-16",
3
+ "version": "5.8.0",
4
+ "lastUpdated": "2026-05-12",
5
5
  "description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
6
6
  "formats": {
7
7
  "ai": {
@@ -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.3"
61
+ "version": "5.8.0"
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.3",
68
+ "version": "5.8.0",
69
69
  "note": "Skills are now included in the main repository under skills/"
70
70
  }
71
71
  },
@@ -1668,7 +1668,31 @@
1668
1668
  },
1669
1669
  "category": "reference",
1670
1670
  "skillName": null,
1671
- "description": "AC-to-test traceability matrix, coverage calculation, and spec generation quality rules"
1671
+ "description": "AC-to-test traceability matrix, coverage calculation (with not_implemented gate), and spec generation quality rules"
1672
+ },
1673
+ {
1674
+ "id": "feature-manifest-standard",
1675
+ "name": "Feature Manifest Standard",
1676
+ "nameZh": "功能盤點清單標準",
1677
+ "source": {
1678
+ "human": "core/feature-manifest-standard.md",
1679
+ "ai": "ai/standards/feature-manifest-standard.ai.yaml"
1680
+ },
1681
+ "category": "reference",
1682
+ "skillName": null,
1683
+ "description": "Machine-readable FM-NNN feature inventory format for migration/refactoring projects; FEATURE_STUB protocol and completeness gates"
1684
+ },
1685
+ {
1686
+ "id": "behavior-snapshot",
1687
+ "name": "Behavior Snapshot Standard",
1688
+ "nameZh": "行為快照標準",
1689
+ "source": {
1690
+ "human": "core/behavior-snapshot.md",
1691
+ "ai": "ai/standards/behavior-snapshot.ai.yaml"
1692
+ },
1693
+ "category": "reference",
1694
+ "skillName": null,
1695
+ "description": "HTTP golden-file snapshot format for migration parity verification and refactoring characterization (Gate 0/1 protocol)"
1672
1696
  },
1673
1697
  {
1674
1698
  "id": "change-batching",