🎨 style(markdown): format all markdown files with prettier

- 使用 prettier 格式化所有 markdown 文件
- prose-wrap: always, print-width: 80
- 保持代码块和表格格式
- 提升可读性和一致性

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
csh
2026-01-07 17:18:01 +08:00
co-authored by Claude Sonnet 4.5
parent 7e96bc86d8
commit 99bef309b7
86 changed files with 1858 additions and 981 deletions
@@ -1,6 +1,8 @@
---
name: verification-before-completion
description: "Evidence-based verification before claiming completion. Triggers: verify, verification, run tests, prove, 验证, 跑一下, 确认一下, 自证."
description:
"Evidence-based verification before claiming completion. Triggers: verify,
verification, run tests, prove, 验证, 跑一下, 确认一下, 自证."
---
# Verification Before Completion(先验证再宣称完成)
@@ -19,20 +21,18 @@ description: "Evidence-based verification before claiming completion. Triggers:
## Proceduredefault
1. **Define Success Signals**
- Tests passing, build artifacts produced, commands return 0
- Specific output text or file diffs
2. **Run the Smallest Check**
- Start narrow (changed module tests) then broaden if needed
3. **Record Evidence**
- Capture key output lines, exit codes, and relevant file paths
4. **Handle Gaps**
- If verification cant be run, say why and offer alternatives (manual checklist, static reasoning, targeted logs)
- If verification cant be run, say why and offer alternatives (manual
checklist, static reasoning, targeted logs)
## Output Contractstable