universal-dev-standards 5.8.0 → 5.11.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/bundled/ai/language-packs/README.md +55 -0
- package/bundled/ai/language-packs/language-pack-php-to-csharp.ai.yaml +83 -0
- package/bundled/ai/standards/behavior-snapshot.ai.yaml +122 -18
- package/bundled/ai/standards/deployment-standards.ai.yaml +108 -3
- package/bundled/ai/standards/feature-discovery-standards.ai.yaml +459 -0
- package/bundled/ai/standards/feature-manifest-standard.ai.yaml +23 -20
- package/bundled/ai/standards/mock-boundary.ai.yaml +93 -2
- package/bundled/ai/standards/multi-environment-e2e-testing.ai.yaml +250 -0
- package/bundled/ai/standards/test-completeness-dimensions.ai.yaml +39 -7
- package/bundled/ai/standards/verification-evidence.ai.yaml +30 -4
- package/bundled/core/adversarial-test.md +3 -0
- package/bundled/core/behavior-snapshot.md +1 -1
- package/bundled/core/capability-declaration.md +3 -0
- package/bundled/core/cd-deployment-strategies.md +3 -0
- package/bundled/core/chaos-injection-tests.md +3 -0
- package/bundled/core/circuit-breaker.md +3 -0
- package/bundled/core/container-security.md +3 -0
- package/bundled/core/cost-budget-test.md +3 -0
- package/bundled/core/data-migration-testing.md +3 -0
- package/bundled/core/disaster-recovery-drill.md +3 -0
- package/bundled/core/dual-phase-output.md +3 -0
- package/bundled/core/failure-source-taxonomy.md +3 -0
- package/bundled/core/feature-manifest-standard.md +1 -1
- package/bundled/core/flaky-test-management.md +3 -0
- package/bundled/core/full-coverage-testing.md +3 -0
- package/bundled/core/health-check-standards.md +3 -0
- package/bundled/core/immutability-first.md +3 -0
- package/bundled/core/llm-output-validation.md +3 -0
- package/bundled/core/no-cicd-deployment.md +3 -0
- package/bundled/core/pipeline-security-gates.md +3 -0
- package/bundled/core/policy-as-code-testing.md +3 -0
- package/bundled/core/prompt-regression.md +3 -0
- package/bundled/core/property-based-testing.md +3 -0
- package/bundled/core/recovery-recipe-registry.md +3 -0
- package/bundled/core/release-quality-manifest.md +3 -0
- package/bundled/core/replay-test.md +3 -0
- package/bundled/core/retry-standards.md +3 -0
- package/bundled/core/rollback-standards.md +3 -0
- package/bundled/core/sast-advanced.md +1 -1
- package/bundled/core/secure-op.md +3 -0
- package/bundled/core/security-decision.md +3 -0
- package/bundled/core/server-ops-security.md +3 -0
- package/bundled/core/skill-standard-alignment-check.md +3 -0
- package/bundled/core/smoke-test.md +3 -0
- package/bundled/core/standard-admission-criteria.md +3 -0
- package/bundled/core/standard-lifecycle-management.md +3 -0
- package/bundled/core/supply-chain-attestation.md +3 -0
- package/bundled/core/timeout-standards.md +3 -0
- package/bundled/core/token-budget.md +3 -0
- package/bundled/locales/zh-CN/CHANGELOG.md +38 -3
- package/bundled/locales/zh-CN/CLAUDE.md +1 -1
- package/bundled/locales/zh-CN/README.md +3 -3
- package/bundled/locales/zh-CN/SECURITY.md +1 -2
- package/bundled/locales/zh-CN/docs/CHEATSHEET.md +127 -15
- package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +141 -25
- package/bundled/locales/zh-CN/skills/adr-assistant/SKILL.md +43 -0
- package/bundled/locales/zh-CN/skills/ai-collaboration-standards/SKILL.md +35 -0
- package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +35 -0
- package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +35 -0
- package/bundled/locales/zh-CN/skills/contract-test-assistant/SKILL.md +24 -0
- package/bundled/locales/zh-CN/skills/documentation-guide/SKILL.md +37 -0
- package/bundled/locales/zh-CN/skills/error-code-guide/SKILL.md +33 -0
- package/bundled/locales/zh-CN/skills/git-workflow-guide/SKILL.md +34 -0
- package/bundled/locales/zh-CN/skills/logging-guide/SKILL.md +33 -0
- package/bundled/locales/zh-CN/skills/project-structure-guide/SKILL.md +19 -0
- package/bundled/locales/zh-CN/skills/retrospective-assistant/SKILL.md +38 -0
- package/bundled/locales/zh-CN/skills/testing-guide/SKILL.md +36 -0
- package/bundled/locales/zh-TW/CHANGELOG.md +38 -3
- package/bundled/locales/zh-TW/CLAUDE.md +1 -1
- package/bundled/locales/zh-TW/README.md +3 -3
- package/bundled/locales/zh-TW/SECURITY.md +1 -2
- package/bundled/locales/zh-TW/docs/CHEATSHEET.md +127 -15
- package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +141 -25
- package/bundled/locales/zh-TW/skills/adr-assistant/SKILL.md +43 -0
- package/bundled/locales/zh-TW/skills/ai-collaboration-standards/SKILL.md +35 -0
- package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +35 -0
- package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +35 -0
- package/bundled/locales/zh-TW/skills/brainstorm-assistant/guide.md +661 -267
- package/bundled/locales/zh-TW/skills/contract-test-assistant/SKILL.md +24 -0
- package/bundled/locales/zh-TW/skills/documentation-guide/SKILL.md +37 -0
- package/bundled/locales/zh-TW/skills/error-code-guide/SKILL.md +33 -0
- package/bundled/locales/zh-TW/skills/git-workflow-guide/SKILL.md +34 -0
- package/bundled/locales/zh-TW/skills/logging-guide/SKILL.md +33 -0
- package/bundled/locales/zh-TW/skills/project-structure-guide/SKILL.md +19 -0
- package/bundled/locales/zh-TW/skills/retrospective-assistant/SKILL.md +38 -0
- package/bundled/locales/zh-TW/skills/testing-guide/SKILL.md +36 -0
- package/bundled/skills/README.md +1 -1
- package/bundled/skills/spec-driven-dev/SKILL.md +41 -0
- package/package.json +4 -4
- package/src/commands/update.js +39 -1
- package/src/config/ai-agent-paths.js +8 -0
- package/src/i18n/messages.js +3 -0
- package/src/utils/integration-generator.js +18 -2
- package/standards-registry.json +29 -5
- package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +0 -79
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
**Version**: 1.0.0
|
|
6
6
|
**Last Updated**: 2026-05-05
|
|
7
7
|
**Applicability**: TypeScript / JavaScript projects
|
|
8
|
-
**Scope**:
|
|
8
|
+
**Scope**: universal
|
|
9
9
|
**References**: [CodeQL documentation](https://codeql.github.com/), [gitleaks](https://github.com/gitleaks/gitleaks), [Biome linter](https://biomejs.dev/)
|
|
10
10
|
|
|
11
11
|
---
|
|
@@ -63,3 +63,6 @@ function arbitrate(rules: SecurityDecisionRule[]): SecurityDecision {
|
|
|
63
63
|
- AI-optimized: [ai/standards/security-decision.ai.yaml](../ai/standards/security-decision.ai.yaml)
|
|
64
64
|
- XSPEC-037: Cross-project specification
|
|
65
65
|
- Borrowed from: [claude-code-book](https://github.com/lintsinghua/claude-code-book) Ch.4 four-stage permission pipeline
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
**Scope**: universal
|
|
@@ -77,3 +77,6 @@ Skill 必有 Standard 作為錨點,Standard 可無 Skill;定期識別孤兒
|
|
|
77
77
|
- DEC-043: UDS 覆蓋完整性路線圖(XSPEC-063~069 目的之一即清空本標準識別的 orphan 清單)
|
|
78
78
|
- Related: `standard-admission-criteria`, `standard-lifecycle-management`
|
|
79
79
|
- Internal: AsiaOstrich DEC-043 七主題缺口分析(slo/runbook/observability 等 40+ Skill 部分無 Standard 錨點)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
**Scope**: universal
|
|
@@ -92,3 +92,6 @@ Deprecated ──(migration done)───→ Archived
|
|
|
92
92
|
- DEC-043: UDS 覆蓋完整性路線圖(驅動來源)
|
|
93
93
|
- Related: `standard-admission-criteria`, `skill-standard-alignment-check`, `adr-standards`
|
|
94
94
|
- Industry: IETF RFC lifecycle (Proposed → Draft → Internet Standard), Python PEP states, W3C Recommendation Track
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
**Scope**: universal
|
|
@@ -115,3 +115,6 @@ app-commercial-v1.3.0/
|
|
|
115
115
|
- [Supply Chain Security Standards](supply-chain-security-standards.md) — dependency audit policies
|
|
116
116
|
- [Container Security Standards](container-security.md) — image hardening
|
|
117
117
|
- [Advanced SAST Standards](sast-advanced.md) — static analysis
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
**Scope**: universal
|
|
@@ -61,3 +61,6 @@ Downstream DB timeout = 5120 ms (6400 × 0.8)
|
|
|
61
61
|
- DEC-043: UDS 覆蓋完整性路線圖(驅動來源)
|
|
62
62
|
- Related: `circuit-breaker`, `retry-standards`, `failure-source-taxonomy`
|
|
63
63
|
- Industry: gRPC deadline propagation, Envoy timeout budgeting, Google SRE Book Ch.22
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
**Scope**: universal
|
|
@@ -56,3 +56,6 @@ Compression operations need output space to succeed. Reserve constants:
|
|
|
56
56
|
- AI-optimized: [ai/standards/token-budget.ai.yaml](../ai/standards/token-budget.ai.yaml)
|
|
57
57
|
- XSPEC-036: Cross-project specification
|
|
58
58
|
- Borrowed from: [claude-code-book](https://github.com/lintsinghua/claude-code-book) Ch.7 four-zone context management
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
**Scope**: universal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
source: ../../CHANGELOG.md
|
|
3
|
-
source_version: 5.
|
|
4
|
-
translation_version: 5.
|
|
5
|
-
last_synced: 2026-05-
|
|
3
|
+
source_version: 5.11.0
|
|
4
|
+
translation_version: 5.11.0
|
|
5
|
+
last_synced: 2026-05-14
|
|
6
6
|
status: current
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -17,6 +17,41 @@ status: current
|
|
|
17
17
|
|
|
18
18
|
## [Unreleased]
|
|
19
19
|
|
|
20
|
+
## [5.11.0] - 2026-05-14
|
|
21
|
+
|
|
22
|
+
### 新增 / Added
|
|
23
|
+
- **`spec-driven-development`** SPEC Type Agent 变体:`acceptance-criteria-traceability.ai.yaml` 与 SDD 模板新增 `spec-type: feature | agent | infrastructure` 字段,以及 Agent SPEC 五段式模板(能力范围 / 决策边界 / 可观测性 / 失败模式 / 跨 Agent 不变量)。让 Builder/QA/Planner 风格的 SPEC 可独立于 feature SPEC 追踪,并通过新增的 `agent-id` 字段连回特定 Agent。(XSPEC-205)
|
|
24
|
+
- **`reverse-engineering-standards`** 移植清单双向验证:新增路由驱动的发现方法(禁止以 filesystem-glob 为起点)、target→source 双向扫描,以及对"无对应来源产物"的发现的 `[GAP]` 标记协议。搭配 `testing.ai.yaml` 新增 `migration_testing` 区段,要求以 3 步骤 schema parity pattern 并由 CI gate 强制执行。关闭 UDS Issue #96 与 #97。(XSPEC-206)
|
|
25
|
+
|
|
26
|
+
### 修复 / Fixed
|
|
27
|
+
- **`uds update` 对 schema 3.x manifest 误报"CLAUDE.md.md:无法判断来源"还原失败**(`cli/src/utils/integration-generator.js`、`cli/src/commands/update.js`):schema 3.x manifest 在 `manifest.integrations` 存的是**文件名**(如 `"CLAUDE.md"`)而非工具名。`integration-generator.js:56` 的 `getToolFileName` fallback 无条件附加 `".md"`,导致 `getToolFilePath("CLAUDE.md")` 返回 `"CLAUDE.md.md"`,被当成丢失文件而无法还原(`getSourcePathFromRelative` 对该合成路径没有 mapping)。Commit `79532b3`(5.10.0)修了反向案例(工具名输入),但漏这个文件名变体。修补:从 `SUPPORTED_AI_TOOLS` 预计算 `KNOWN_TOOL_FILES`,对已知集成文件名或已含已知扩展名(`.md`/`.yaml`/`.yml`/`.json`)的输入短路返回。`integration-generator.test.js` 新增 5 个 regression test。(XSPEC-208 BUG-208-01)
|
|
28
|
+
- **`uds update` / `uds check` 误报"Integration UDS Block Integrity:GEMINI.md/AGENTS.md 丢失"警告**(`cli/src/commands/update.js`、`cli/src/i18n/messages.js`):`manifest.integrationBlockHashes` 每次安装都累加但从不清理。当 `manifest.aiTools` 缩减(如 `["claude-code","gemini-cli"]` → `["claude-code"]`),GEMINI.md 的 hash 仍残留,`check.js:1491 checkIntegrationBlocksIntegrity` 误报该文件丢失。修补:在 integration 重新生成步骤后,依 `manifest.aiTools`(声明的配置,而非 `results.integrations`,后者在暂时性写入失败时会 over-prune)反推预期文件名集合并移除孤儿 hash。被清理的文件名通过新增 i18n key `prunedOrphanedBlockHashes`(en / zh-TW / zh-CN)回报。`update.test.js` 新增 3 个 regression test。在 machine-setup `uds update` 5.1.0-beta.4 → 5.10.0 触发;于 5.10.0 → 5.11.0 验证修复。(XSPEC-208 BUG-208-02)
|
|
29
|
+
|
|
30
|
+
## [5.10.0] - 2026-05-13
|
|
31
|
+
|
|
32
|
+
### 新增
|
|
33
|
+
- **`multi-environment-e2e-testing`**(`ai/standards/multi-environment-e2e-testing.ai.yaml`):新增多部署目标 E2E 测试配置标准。核心原则:"执行命令即文档"。涵盖:BASE_URL 内嵌于测试框架配置(不依赖 .env);各环境含自检前置条件的 runner 脚本;环境能力矩阵提交至 repo;CI Gate 映射;凭证处理规则。关闭 UDS Issue #95。(XSPEC-204)
|
|
34
|
+
|
|
35
|
+
### 修改
|
|
36
|
+
- **`mock-boundary`**(v1.0.0 → v1.1.0):新增 Level 1 / Level 2 mock 层级区分。Level 1 = 代码级 mock,受 STUB 标记规则管制。Level 2 = 基础设施级 stub server(WireMock、MockSoap),受环境分层规则管制,**不受** STUB 部署阻断规则管辖。新增 `external_dependency_testability_matrix` 模板(✅/⚠️/❌ 各服务 × 环境)。新增规则:`level-2-stub-server-rules`、`no-stub-server-in-prd`。关闭 UDS Issue #94 盲点二。(XSPEC-204)
|
|
37
|
+
- **`deployment-standards`**(v1.0.0 → v1.1.0):新增 `environment_stratification_matrix` 块——有外部依赖的项目必须在测试计划阶段建立此矩阵;模板包含 10 大流程 × 三层环境对照表。新增 `stub_server_cicd_rules` 块——选项 A(sidecar 部署)/ 选项 B(推迟至 PRD Smoke);production artifact 排除规则;PRD 禁止规则;禁止状态定义。关闭 UDS Issue #94 盲点一与盲点三。(XSPEC-204)
|
|
38
|
+
- **`verification-evidence`**(v1.0.0 → v1.1.0):新增 Iron Law(环境维度):有外部服务依赖的 AC 验收证据必须标明 `environment_layer`。在 evidence format 新增 `environment_layer` 字段(有外部服务依赖的功能为必填)。新增规则 VE-005、VE-006。(XSPEC-204)
|
|
39
|
+
- **`test-completeness-dimensions`**(v1.2.0 → v1.3.0):新增第 11 维度:**环境可验证性(Environment Verifiability)**——有外部服务依赖的 AC 须标明最低可验证环境层次(local/UAT/PRD),追踪 PRD-only 项目,要求 smoke 测试计划。更新功能类型映射:外部集成 → [1,3,7,11];新增类型"外部依赖工作流程"→ [1,3,4,5,9,10,11]。更新 use-checklist 规则。(XSPEC-204)
|
|
40
|
+
|
|
41
|
+
### 修复
|
|
42
|
+
- **`uds update` 集成工具名称误作文件路径的误报**:`manifest.integrations` 含有 `"claude-code"`、`"opencode"` 等工具标识符时,update 命令将其直接推入 `allTrackedFiles` 作为文件路径,导致 `existsSync("claude-code")` 返回 false,触发假的「⚠ N 个文件缺失」警告和「✗ claude-code: 无法判断来源」还原失败。修复方式:先用 `getToolFilePath(int)` 转换为真实路径(如 `"CLAUDE.md"`)再推入列表;无法映射的条目跳过。问题出现于 `uds update` 5.7.2 → 5.8.0。
|
|
43
|
+
|
|
44
|
+
## [5.9.0] - 2026-05-13
|
|
45
|
+
|
|
46
|
+
### 新增
|
|
47
|
+
- **`feature-discovery-standards`**(`ai/standards/feature-discovery-standards.ai.yaml`、`core/feature-discovery-standards.md`):新增标准,定义遗留系统功能穷举发现的语言无关方法论。确立 **Deterministic-First 原则**(AI 在 Discovery Phase 禁止通过推断生成功能清单)。定义七种软件形式分类法(web/cli/gui/daemon/library/mobile/embedded),各含检测信号与提取工具。定义五个静态基础(入口点→调用图→字符串挖掘→资源文件→外部接口)、动态观察协议(三平台)、人工观察协议(confidence: 0.7 规则)与多层交叉比对矩阵模板。流水线位置:Discovery → feature-manifest → behavior-snapshot。(XSPEC-202)
|
|
48
|
+
- **`ai/language-packs/language-pack-php-to-csharp.ai.yaml`**:UDS 首个语言包,提供 PHP→C#(ASP.NET Core)迁移风险标签,含 7 个标签(SESSION_HANDLING、ORM_DIFFERENCES、TIMEZONE_HANDLING、FILE_UPLOAD_PATH、REGEX_DIFFERENCES、ARRAY_FUNCTIONS、EXCEPTION_HIERARCHY)各附详细说明。(XSPEC-203)
|
|
49
|
+
- **`ai/language-packs/README.md`**:语言包命名规范、使用指南与贡献说明。(XSPEC-203)
|
|
50
|
+
|
|
51
|
+
### 变更
|
|
52
|
+
- **`feature-manifest-standard`**(v1.0.0 → v1.1.0):重构 `migration_risks` 为语言无关架构。移除硬编的 `php_to_csharp` 区块(已移入 `ai/language-packs/`)。新增 `language_packs` Extension Point(`extension_point: true`)。新增三个通用风险标签:CONCURRENCY_MODEL、PACKAGE_ECOSYSTEM、TYPE_SYSTEM。(XSPEC-203)
|
|
53
|
+
- **`behavior-snapshot`**(v1.0.0 → v1.1.0):从纯 HTTP 扩充为多模态格式。新增 `adapter` 字段(默认 `http`,向下兼容)。新增 `adapters` 区段,含 4 种 schema:`http` / `cli` / `file` / `event`。新增 `adapter-selection` 与 `backward-compatibility` 规则。现有不含 `adapter` 字段的 HTTP 快照无需修改。(XSPEC-203)
|
|
54
|
+
|
|
20
55
|
## [5.8.0] - 2026-05-12
|
|
21
56
|
|
|
22
57
|
### 新增
|
|
@@ -14,7 +14,7 @@ status: current
|
|
|
14
14
|
|
|
15
15
|
Universal Development Standards 是一个语言无关、框架无关的文件化标准框架。它提供:
|
|
16
16
|
|
|
17
|
-
- **核心规范** (`core/`):
|
|
17
|
+
- **核心规范** (`core/`):125 个基础开发标准
|
|
18
18
|
- **AI 技能** (`skills/`):用于 AI 辅助开发的 Claude Code 技能
|
|
19
19
|
- **CLI 工具** (`cli/`):用于采用标准的 Node.js CLI
|
|
20
20
|
- **整合** (`integrations/`):各种 AI 工具的配置
|
|
@@ -14,7 +14,7 @@ status: current
|
|
|
14
14
|
|
|
15
15
|
> **语言**: [English](../../README.md) | [繁體中文](../zh-TW/README.md) | 简体中文
|
|
16
16
|
|
|
17
|
-
**版本**: 5.
|
|
17
|
+
**版本**: 5.11.0 | **发布日期**: 2026-05-14 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
|
|
18
18
|
|
|
19
19
|
语言无关、框架无关的软件项目文档标准。通过 AI 原生工作流,确保不同技术栈之间的一致性、质量和可维护性。
|
|
20
20
|
|
|
@@ -63,8 +63,8 @@ npx universal-dev-standards init
|
|
|
63
63
|
<!-- UDS_STATS_TABLE_START -->
|
|
64
64
|
| 类别 | 数量 | 说明 |
|
|
65
65
|
|----------|-------|-------------|
|
|
66
|
-
| **核心标准** |
|
|
67
|
-
| **AI Skills** |
|
|
66
|
+
| **核心标准** | 125 | 通用开发准则 |
|
|
67
|
+
| **AI Skills** | 54 | 互动式技能 |
|
|
68
68
|
| **斜线命令** | 48 | 快速操作 |
|
|
69
69
|
| **CLI 命令** | 6 | list, init, configure, check, update, skills |
|
|
70
70
|
<!-- UDS_STATS_TABLE_END -->
|
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
---
|
|
2
|
-
source: ../../../docs/CHEATSHEET.md
|
|
3
|
-
source_version: 1.0.0
|
|
4
|
-
translation_version: 1.0.0
|
|
5
|
-
last_synced: 2026-04-22
|
|
6
|
-
status: current
|
|
7
|
-
---
|
|
8
|
-
|
|
9
1
|
# UDS 速查表
|
|
10
2
|
|
|
11
|
-
> Quick reference for all UDS features | Last updated: 2026-
|
|
3
|
+
> Quick reference for all UDS features | Last updated: 2026-05-14
|
|
12
4
|
|
|
13
5
|
**Language**: [English](../../../docs/CHEATSHEET.md) | [繁體中文](../../zh-TW/docs/CHEATSHEET.md) | 简体中文
|
|
14
6
|
|
|
@@ -33,15 +25,19 @@ status: current
|
|
|
33
25
|
| Command | 说明 |
|
|
34
26
|
|---------|-------------|
|
|
35
27
|
| `/ac-coverage` | "[UDS] Generate AC-to-test traceability matrix and coverage report" |
|
|
28
|
+
| `/api-design` | "[UDS] Guide API design following REST, GraphQL and gRPC best practices" |
|
|
36
29
|
| `/atdd` | [UDS] Guide through Acceptance Test-Driven Development workflow |
|
|
30
|
+
| `/audit` | "[UDS] UDS health check and feedback system, diagnose installation integrity and detect development patterns" |
|
|
37
31
|
| `/bdd` | [UDS] Guide through Behavior-Driven Development workflow |
|
|
38
32
|
| `/brainstorm` | "[UDS] Structured AI-assisted brainstorming before spec creation" |
|
|
39
33
|
| `/changelog` | "[UDS] Generate and maintain CHANGELOG.md entries" |
|
|
40
34
|
| `/check` | [UDS] Verify standards adoption status |
|
|
41
35
|
| `/checkin` | "[UDS] Pre-commit quality gates verification" |
|
|
36
|
+
| `/ci-cd` | "[UDS] Guide CI/CD pipeline design, configuration and optimization" |
|
|
42
37
|
| `/commit` | [UDS] Generate commit messages following Conventional Commits standard |
|
|
43
38
|
| `/config` | [UDS] Configure project development standards |
|
|
44
39
|
| `/coverage` | [UDS] Analyze test coverage and provide recommendations |
|
|
40
|
+
| `/database` | "[UDS] Guide database design, migration planning and query optimization" |
|
|
45
41
|
| `/derive-all` | [UDS] Derive all test structures (BDD, TDD, ATDD) from SDD specification |
|
|
46
42
|
| `/derive-atdd` | [UDS] Derive ATDD acceptance tests from SDD specification |
|
|
47
43
|
| `/derive-bdd` | [UDS] Derive BDD Gherkin scenarios from SDD specification |
|
|
@@ -51,9 +47,16 @@ status: current
|
|
|
51
47
|
| `/discover` | "[UDS] Assess project health, architecture, and risks before adding features" |
|
|
52
48
|
| `/docgen` | "[UDS] Generate usage documentation from project sources" |
|
|
53
49
|
| `/docs` | [UDS] Manage, guide, and generate documentation. |
|
|
50
|
+
| `/durable` | "[UDS] Guide workflow failure recovery with checkpoints, retries and rollback strategies" |
|
|
51
|
+
| `/e2e` | [UDS] Generate E2E test skeletons from BDD scenarios with framework detection |
|
|
54
52
|
| `/guide` | [UDS] Access Universal Development Standards guides and references. |
|
|
53
|
+
| `/incident` | "[UDS] Guide incident response, root cause analysis and post-mortem documentation" |
|
|
55
54
|
| `/init` | [UDS] Initialize development standards in current project |
|
|
56
55
|
| `/methodology` | [UDS] Manage development methodology workflow |
|
|
56
|
+
| `/metrics` | "[UDS] Track development metrics, code quality indicators and project health" |
|
|
57
|
+
| `/migrate` | "[UDS] Guide code migration, framework upgrades and technology modernization" |
|
|
58
|
+
| `/observability` | "[UDS] Guide observability setup, metrics design, alerting, and maturity assessment" |
|
|
59
|
+
| `/pr` | "[UDS] Guide Pull Request creation, review automation and merge strategies" |
|
|
57
60
|
| `/refactor` | [UDS] Guide refactoring decisions and strategy selection |
|
|
58
61
|
| `/release` | [UDS] Manage release process and changelogs. |
|
|
59
62
|
| `/requirement` | [UDS] Write user stories and requirements following INVEST criteria |
|
|
@@ -62,8 +65,12 @@ status: current
|
|
|
62
65
|
| `/reverse-tdd` | [UDS] Analyze BDD-TDD coverage gaps |
|
|
63
66
|
| `/reverse` | [UDS] Reverse engineer code to Specs, BDD, or TDD coverage. |
|
|
64
67
|
| `/review` | [UDS] Perform systematic code review with checklist |
|
|
68
|
+
| `/runbook` | "[UDS] Guide runbook creation, maintenance, drills, and coverage reporting" |
|
|
69
|
+
| `/scan` | "[UDS] Guide automated security scanning, dependency auditing and secret detection" |
|
|
65
70
|
| `/sdd-retro` | [UDS] Create retroactive specs for untracked feat/fix commits |
|
|
66
71
|
| `/sdd` | [UDS] Create or review specification documents for Spec-Driven Development |
|
|
72
|
+
| `/security` | "[UDS] Guide security review and vulnerability assessment following OWASP standards" |
|
|
73
|
+
| `/slo` | "[UDS] Guide SLI selection, SLO setting, and Error Budget management" |
|
|
67
74
|
| `/tdd` | [UDS] Guide through Test-Driven Development workflow |
|
|
68
75
|
| `/update` | [UDS] Update development standards to latest version |
|
|
69
76
|
|
|
@@ -71,10 +78,11 @@ status: current
|
|
|
71
78
|
|
|
72
79
|
| Skill | 说明 |
|
|
73
80
|
|-------|-------------|
|
|
74
|
-
| `ac-coverage
|
|
81
|
+
| `ac-coverage` | "[UDS] Analyze AC-to-test traceability and coverage" |
|
|
82
|
+
| `adr-assistant` | [UDS] Create, manage, and track Architecture Decision Record |
|
|
75
83
|
| `ai-collaboration-standards` | Prevent AI hallucination and ensure evidence-based responses |
|
|
76
84
|
| `ai-friendly-architecture` | Design AI-friendly architecture with explicit patterns, laye |
|
|
77
|
-
| `ai-instruction-standards` | Create and maintain AI instruction files (CLAUDE.md, .
|
|
85
|
+
| `ai-instruction-standards` | Create and maintain AI instruction files (CLAUDE.md, AGENTS. |
|
|
78
86
|
| `api-design-assistant` | Guide API design following REST, GraphQL, and gRPC best prac |
|
|
79
87
|
| `atdd-assistant` | "[UDS] Guide through Acceptance Test-Driven Development work |
|
|
80
88
|
| `audit-assistant` | "[UDS] UDS Health & Feedback System \| UDS 健康檢查與回饋系統" |
|
|
@@ -85,29 +93,42 @@ status: current
|
|
|
85
93
|
| `ci-cd-assistant` | Guide CI/CD pipeline design, configuration, and optimization |
|
|
86
94
|
| `code-review-assistant` | "[UDS] Perform systematic code review with checklist" |
|
|
87
95
|
| `commit-standards` | "[UDS] Generate commit messages following Conventional Commi |
|
|
96
|
+
| `contract-test-assistant` | [UDS] Guide contract testing strategy for APIs and microserv |
|
|
88
97
|
| `database-assistant` | Guide database design, migration, and query optimization. |
|
|
98
|
+
| `deploy-assistant` | Guide reliable deployments without CI/CD platforms (GitHub A |
|
|
99
|
+
| `dev-methodology` | "[UDS] Manage development methodology workflow" |
|
|
89
100
|
| `dev-workflow-guide` | "[UDS] Guide for mapping software development phases to UDS |
|
|
90
101
|
| `docs-generator` | "[UDS] Generate usage documentation from project sources" |
|
|
91
102
|
| `documentation-guide` | Guide documentation structure, content requirements, and pro |
|
|
92
103
|
| `durable-execution-assistant` | "[UDS] Guide workflow failure recovery with checkpoints, ret |
|
|
104
|
+
| `e2e-assistant` | "[UDS] Generate E2E test skeletons from BDD scenarios" |
|
|
93
105
|
| `error-code-guide` | Design consistent error codes following the PREFIX_CATEGORY_ |
|
|
94
|
-
| `forward-derivation` | "[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables f |
|
|
95
106
|
| `git-workflow-guide` | Guide Git branching strategies, branch naming, and merge ope |
|
|
96
107
|
| `incident-response-assistant` | Guide incident response, root cause analysis, and post-morte |
|
|
108
|
+
| `journey-test-assistant` | "[UDS] 從專案描述生成連貫使用者旅程測試計畫(TESTPLAN)與 E2E 骨架" |
|
|
97
109
|
| `logging-guide` | Implement structured logging with proper log levels and sens |
|
|
98
|
-
| `methodology-system` | "[UDS] Manage development methodology workflow" |
|
|
99
110
|
| `metrics-dashboard-assistant` | "[UDS] Track development metrics, code quality indicators, a |
|
|
100
111
|
| `migration-assistant` | "[UDS] Guide code migration, framework upgrades, and technol |
|
|
112
|
+
| `observability-assistant` | Guide observability setup, metrics design, and alerting conf |
|
|
113
|
+
| `orchestrate` | Orchestrate multi-task execution plans using Claude's native |
|
|
114
|
+
| `plan` | Generate plan.json from Spec documents, OpenSpec changes, or |
|
|
101
115
|
| `pr-automation-assistant` | Guide pull request creation, review automation, and merge st |
|
|
102
116
|
| `project-discovery` | "[UDS] Assess project health, architecture, and risks before |
|
|
103
117
|
| `project-structure-guide` | Guide for organizing project directories following language- |
|
|
118
|
+
| `push` | AI-assisted safety layer for git push operations with qualit |
|
|
104
119
|
| `refactoring-assistant` | "[UDS] Guide refactoring decisions and strategy selection" |
|
|
105
120
|
| `release-standards` | "[UDS] Guide release process and changelogs" |
|
|
106
121
|
| `requirement-assistant` | "[UDS] Write user stories and requirements following INVEST |
|
|
122
|
+
| `retrospective-assistant` | [UDS] Guide structured team retrospectives for Sprint and Re |
|
|
107
123
|
| `reverse-engineer` | "[UDS] System archeology — reverse engineer code across Logi |
|
|
124
|
+
| `runbook-assistant` | Guide runbook creation, maintenance, and drill exercises. |
|
|
108
125
|
| `security-assistant` | Guide security review and vulnerability assessment following |
|
|
109
126
|
| `security-scan-assistant` | Guide automated security scanning, dependency auditing, and |
|
|
127
|
+
| `skill-builder` | "[UDS] Identify repeated processes and build Skills with the |
|
|
128
|
+
| `slo-assistant` | Guide SLI selection, SLO setting, and Error Budget managemen |
|
|
129
|
+
| `spec-derivation` | "[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables f |
|
|
110
130
|
| `spec-driven-dev` | "[UDS] Create or review specification documents for Spec-Dri |
|
|
131
|
+
| `sweep` | Scan codebase for debug artifacts and code quality issues; o |
|
|
111
132
|
| `tdd-assistant` | "[UDS] Guide through Test-Driven Development workflow" |
|
|
112
133
|
| `test-coverage-assistant` | "[UDS] Analyze test coverage and provide recommendations" |
|
|
113
134
|
| `testing-guide` | Testing pyramid and test writing standards for UT/IT/ST/E2E. |
|
|
@@ -139,46 +160,123 @@ status: current
|
|
|
139
160
|
| `acceptance-criteria-traceability` | Acceptance Criteria Traceability Standards |
|
|
140
161
|
| `acceptance-test-driven-development` | Acceptance Test-Driven Development (ATDD) Standards |
|
|
141
162
|
| `accessibility-standards` | This standard defines comprehensive guidelines for |
|
|
163
|
+
| `adr-standards` | Architecture Decision Records capture the context, |
|
|
164
|
+
| `adversarial-test` | 對抗性測試標準 |
|
|
165
|
+
| `agent-behavior-discipline` | This standard defines four behavioral disciplines |
|
|
166
|
+
| `agent-communication-protocol` | Define a unified communication protocol for AI age |
|
|
142
167
|
| `agent-dispatch` | Define standards for dispatching AI sub-agents in |
|
|
143
168
|
| `ai-agreement-standards` | This standard formalizes the interaction between H |
|
|
169
|
+
| `ai-command-behavior` | This standard defines a structure for specifying A |
|
|
144
170
|
| `ai-friendly-architecture` | This standard defines architecture and documentati |
|
|
145
171
|
| `ai-instruction-standards` | This standard defines best practices for creating |
|
|
172
|
+
| `ai-response-navigation` | This standard defines navigation behavior for AI r |
|
|
173
|
+
| `alerting-standards` | Alerting Standards |
|
|
146
174
|
| `anti-hallucination` | This standard defines strict guidelines for AI ass |
|
|
175
|
+
| `anti-sycophancy-prompting` | This standard defines techniques and rules for des |
|
|
147
176
|
| `api-design-standards` | This standard defines comprehensive guidelines for |
|
|
148
177
|
| `behavior-driven-development` | Behavior-Driven Development (BDD) Standards |
|
|
178
|
+
| `behavior-snapshot` | Behavior Snapshot Standard |
|
|
149
179
|
| `branch-completion` | Define a standardized workflow for completing deve |
|
|
180
|
+
| `browser-compatibility-standards` | This standard defines supported browser and device |
|
|
181
|
+
| `capability-declaration` | Capability Declaration Standard |
|
|
182
|
+
| `cd-deployment-strategies` | CD Deployment Strategies(CD 部署策略) |
|
|
150
183
|
| `change-batching-standards` | Change Batching Standards |
|
|
151
184
|
| `changelog-standards` | This standard defines how to write and maintain a |
|
|
185
|
+
| `chaos-engineering-standards` | Chaos Engineering Standards |
|
|
186
|
+
| `chaos-injection-tests` | Chaos Injection Tests |
|
|
152
187
|
| `checkin-standards` | This standard defines quality gates that MUST be p |
|
|
188
|
+
| `circuit-breaker` | Circuit Breaker Standard |
|
|
153
189
|
| `code-review-checklist` | This standard provides a comprehensive checklist f |
|
|
154
190
|
| `commit-message-guide` | Standardized commit messages improve code review e |
|
|
191
|
+
| `container-security` | 容器安全標準 |
|
|
192
|
+
| `containerization-standards` | Containerization Standards |
|
|
155
193
|
| `context-aware-loading` | This standard defines a protocol for AI tools to s |
|
|
194
|
+
| `contract-testing-standards` | Contract testing verifies that a provider (API ser |
|
|
195
|
+
| `cost-budget-test` | Cost Budget Test Standards |
|
|
196
|
+
| `cross-flow-regression` | This standard defines cross-flow regression testin |
|
|
197
|
+
| `data-migration-testing` | Data Migration Testing |
|
|
156
198
|
| `database-standards` | This standard defines guidelines for database desi |
|
|
157
199
|
| `deployment-standards` | This standard defines guidelines for safely deploy |
|
|
200
|
+
| `deprecation-standards` | Deprecation & Sunset Standards |
|
|
201
|
+
| `design-document-standards` | Design Document Standards |
|
|
158
202
|
| `developer-memory` | This standard defines a structured system for capt |
|
|
203
|
+
| `disaster-recovery-drill` | Disaster Recovery Drill Standards |
|
|
204
|
+
| `documentation-lifecycle` | This standard defines **when** to update documenta |
|
|
159
205
|
| `documentation-structure` | This standard defines a consistent documentation s |
|
|
160
206
|
| `documentation-writing-standards` | This standard defines documentation requirements b |
|
|
207
|
+
| `dual-phase-output` | Dual-Phase LLM Output Standard |
|
|
208
|
+
| `environment-standards` | Environment Management Standards |
|
|
161
209
|
| `error-code-standards` | Error Code Standards |
|
|
210
|
+
| `estimation-standards` | Estimation Standards |
|
|
211
|
+
| `execution-history` | Execution History Repository Standards |
|
|
212
|
+
| `failure-source-taxonomy` | Failure Source Taxonomy Standard |
|
|
213
|
+
| `feature-flag-standards` | Feature Flag Management Standards |
|
|
214
|
+
| `feature-manifest-standard` | Feature Manifest Standard |
|
|
215
|
+
| `flaky-test-management` | Flaky Test Management Standards |
|
|
216
|
+
| `flow-based-testing` | This document defines a systematic methodology for |
|
|
162
217
|
| `forward-derivation-standards` | This standard defines the principles and workflows |
|
|
218
|
+
| `frontend-design-standards` | This standard defines a machine-readable frontend |
|
|
219
|
+
| `full-coverage-testing` | Full Coverage Testing Standards |
|
|
163
220
|
| `git-workflow` | This standard defines Git branching strategies and |
|
|
164
221
|
| `git-worktree` | Define a lifecycle for using Git worktrees to isol |
|
|
222
|
+
| `governance-layer` | A governance layer provides a shared anchor for al |
|
|
223
|
+
| `health-check-standards` | Health Check Standards |
|
|
224
|
+
| `immutability-first` | Immutability-First Architecture Standard |
|
|
225
|
+
| `knowledge-transfer-standards` | Knowledge Transfer Standards |
|
|
226
|
+
| `llm-output-validation` | LLM 輸出驗證標準 |
|
|
165
227
|
| `logging-standards` | Logging Standards |
|
|
228
|
+
| `mock-boundary` | This document defines rules for what can and canno |
|
|
166
229
|
| `model-selection` | Define a cost-effective strategy for selecting AI |
|
|
230
|
+
| `mutation-testing` | Mutation testing evaluates test suite effectivenes |
|
|
231
|
+
| `no-cicd-deployment` | No-CI/CD Deployment Strategy |
|
|
232
|
+
| `observability-standards` | Observability Standards |
|
|
233
|
+
| `packaging-standards` | This standard defines a Recipe-based packaging fra |
|
|
167
234
|
| `performance-standards` | This standard defines comprehensive guidelines for |
|
|
168
235
|
| `pipeline-integration-standards` | Pipeline Integration Standards |
|
|
236
|
+
| `pipeline-security-gates` | Pipeline Security Gates(CI Pipeline 安全檢查點) |
|
|
237
|
+
| `policy-as-code-testing` | Policy as Code 測試標準 |
|
|
238
|
+
| `postmortem-standards` | Postmortem Standards (Blameless Post-Incident Review) |
|
|
239
|
+
| `privacy-standards` | Privacy Standards |
|
|
169
240
|
| `project-context-memory` | This standard defines a structured system for capt |
|
|
170
241
|
| `project-structure` | This standard defines conventions for project dire |
|
|
242
|
+
| `prompt-regression` | Prompt Regression Standards |
|
|
243
|
+
| `property-based-testing` | Property-Based Testing Standards |
|
|
244
|
+
| `recovery-recipe-registry` | Recovery Recipe Registry Standard |
|
|
171
245
|
| `refactoring-standards` | This standard defines comprehensive guidelines for |
|
|
246
|
+
| `release-quality-manifest` | Release Quality Manifest |
|
|
247
|
+
| `release-readiness-gate` | This standard defines a **single, aggregated Relea |
|
|
248
|
+
| `replay-test` | Replay Test Standards |
|
|
172
249
|
| `requirement-engineering` | Requirement Engineering Standards |
|
|
250
|
+
| `retrospective-standards` | Retrospectives are structured team reflections tha |
|
|
251
|
+
| `retry-standards` | Retry Standards |
|
|
173
252
|
| `reverse-engineering-standards` | This standard defines the principles, workflows, a |
|
|
253
|
+
| `rollback-standards` | Rollback Standards(回滾標準) |
|
|
254
|
+
| `runbook-standards` | Runbook Standards |
|
|
255
|
+
| `sast-advanced` | This standard defines Advanced Static Application |
|
|
256
|
+
| `secure-op` | Secure-Op:AI Agent 安全操作標準 |
|
|
257
|
+
| `security-decision` | Security Decision Standard |
|
|
174
258
|
| `security-standards` | This standard defines comprehensive security guide |
|
|
259
|
+
| `security-testing` | This document defines the security testing methodo |
|
|
260
|
+
| `server-ops-security` | 伺服器操作安全標準 |
|
|
261
|
+
| `skill-standard-alignment-check` | Skill-Standard Alignment Check |
|
|
262
|
+
| `slo-standards` | SLO Standards (Service Level Objectives) |
|
|
263
|
+
| `smoke-test` | Smoke Test Standards |
|
|
175
264
|
| `spec-driven-development` | Spec-Driven Development (SDD) Standards |
|
|
265
|
+
| `standard-admission-criteria` | Standard Admission Criteria |
|
|
266
|
+
| `standard-lifecycle-management` | Standard Lifecycle Management |
|
|
176
267
|
| `structured-task-definition` | Structured Task Definition Standards |
|
|
268
|
+
| `supply-chain-attestation` | Supply Chain Attestation Standards |
|
|
269
|
+
| `supply-chain-security-standards` | Supply Chain Security Standards |
|
|
177
270
|
| `systematic-debugging` | Define a structured, four-phase debugging workflow |
|
|
271
|
+
| `tech-debt-standards` | Tech Debt Management Standards |
|
|
178
272
|
| `test-completeness-dimensions` | This document defines a systematic framework for e |
|
|
273
|
+
| `test-data-standards` | Test Data Standards |
|
|
179
274
|
| `test-driven-development` | Test-Driven Development (TDD) Standards |
|
|
180
275
|
| `test-governance` | Test Governance Standards |
|
|
181
276
|
| `testing-standards` | This standard defines actionable testing rules and |
|
|
277
|
+
| `timeout-standards` | Timeout Standards |
|
|
278
|
+
| `token-budget` | Token Budget Zone Standard |
|
|
279
|
+
| `translation-lifecycle-standards` | Translation lifecycle standards: MISSING vs OUTDAT |
|
|
182
280
|
| `verification-evidence` | Establish an "Iron Law" that no task can be claime |
|
|
183
281
|
| `versioning` | This standard defines how to version software rele |
|
|
184
282
|
| `virtual-organization-standards` | This standard treats the AI ecosystem as a "Virtua |
|
|
@@ -190,19 +288,29 @@ status: current
|
|
|
190
288
|
| Script | 说明 |
|
|
191
289
|
|--------|-------------|
|
|
192
290
|
| `add-industry-standards-metadata.mjs` | Add industry standards metadata to core/ |
|
|
291
|
+
| `aggregate-effectiveness.mjs` | Aggregate Standards Effectiveness Reports |
|
|
292
|
+
| `analyze-hook-stats.mjs` | Hook Statistics Analyzer (SPEC-SELFDIAG-001 REQ-7, |
|
|
293
|
+
| `bump-version.mjs` | Build a platform-aware shell command for a .sh scr |
|
|
294
|
+
| `bump-version.sh` | DEPRECATED: Use 'node scripts/bump-version.mjs <ve |
|
|
193
295
|
| `check-ai-agent-sync.ps1` | Check Ai Agent Sync |
|
|
194
296
|
| `check-ai-agent-sync.sh` | AI Agent Sync Checker |
|
|
297
|
+
| `check-ai-behavior-sync.sh` | DEPRECATED: Use 'npx tsx scripts/check-ai-behavior |
|
|
195
298
|
| `check-cli-docs-sync.ps1` | Check Cli Docs Sync |
|
|
196
299
|
| `check-cli-docs-sync.sh` | CLI-to-Documentation Sync Checker |
|
|
197
300
|
| `check-commands-sync.ps1` | Check Commands Sync |
|
|
198
301
|
| `check-commands-sync.sh` | Commands Sync Checker |
|
|
199
|
-
| `check-commit-spec-reference.sh` |
|
|
302
|
+
| `check-commit-spec-reference.sh` | DEPRECATED: Use 'npx tsx scripts/check-commit-spec |
|
|
200
303
|
| `check-docs-integrity.ps1` | Check Docs Integrity |
|
|
201
304
|
| `check-docs-integrity.sh` | Documentation Integrity Checker |
|
|
202
305
|
| `check-docs-sync.ps1` | Check Docs Sync |
|
|
203
306
|
| `check-docs-sync.sh` | Documentation Sync Checker |
|
|
307
|
+
| `check-external-references.mjs` | External Reference Checker (SPEC-SELFDIAG-001 REQ- |
|
|
308
|
+
| `check-flow-gate-report.sh` | DEPRECATED: Use 'npx tsx scripts/check-flow-gate-r |
|
|
309
|
+
| `check-integration-commands-sync.sh` | DEPRECATED: Use 'npx tsx scripts/check-integration |
|
|
204
310
|
| `check-orphan-specs.ps1` | Check Orphan Specs |
|
|
205
311
|
| `check-orphan-specs.sh` | Orphan Spec Detection Script |
|
|
312
|
+
| `check-registry-completeness.sh` | DEPRECATED: Use 'npx tsx scripts/check-registry-co |
|
|
313
|
+
| `check-release-readiness-signoff.sh` | DEPRECATED: Use 'npx tsx scripts/check-release-rea |
|
|
206
314
|
| `check-scope-sync.ps1` | Check Scope Sync |
|
|
207
315
|
| `check-scope-sync.sh` | Scope Consistency Check Script |
|
|
208
316
|
| `check-skill-next-steps-sync.ps1` | Check Skill Next Steps Sync |
|
|
@@ -219,11 +327,15 @@ status: current
|
|
|
219
327
|
| `check-usage-docs-sync.sh` | check-usage-docs-sync.sh |
|
|
220
328
|
| `check-version-sync.ps1` | Check Version Sync |
|
|
221
329
|
| `check-version-sync.sh` | Version Sync Checker |
|
|
222
|
-
| `check-workflow-compliance.sh` |
|
|
330
|
+
| `check-workflow-compliance.sh` | DEPRECATED: Use 'npx tsx scripts/check-workflow-co |
|
|
223
331
|
| `convert-md-to-yaml.mjs` | Markdown to AI-YAML Conversion Script |
|
|
224
332
|
| `fix-manifest-paths.ps1` | Fix Manifest Paths |
|
|
225
333
|
| `fix-manifest-paths.sh` | Manifest Path Fixer |
|
|
226
334
|
| `generate-docs.mjs` | Generate Docs |
|
|
335
|
+
| `generate-version-manifest.mjs` | Generate Version Manifest (SPEC-SELFDIAG-001 REQ-9 |
|
|
336
|
+
| `install-hooks.mjs` | Install Hooks |
|
|
337
|
+
| `install-hooks.sh` | DEPRECATED: Use 'node scripts/install-hooks.mjs' i |
|
|
338
|
+
| `pre-commit.mjs` | Build a platform-aware shell command for a .sh scr |
|
|
227
339
|
| `pre-release-check.ps1` | Pre Release Check |
|
|
228
340
|
| `pre-release-check.sh` | Pre-release Check Script |
|
|
229
341
|
| `pre-release.ps1` | Pre-Release Preparation Script for Universal Devel |
|