Files

28 lines
529 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 测试结果
- 日期:2026-08-12
- Node.jsv20.20.2
## 已执行
```text
npm run test:governance
结果:4 个测试通过,0 个失败。
node --check tools/governance/start.mjs
结果:通过。
node --check tools/governance/finish.mjs
结果:通过。
npm run governance:finish -- GOV-001 engineering-governance
结果:基础门禁通过。
```
中文提交钩子另外验证规范中文示例通过、英文摘要被拒绝。
```text
规范中文提交:退出码 0
英文摘要提交:退出码 1
```