docs: upload code files and config

This commit is contained in:
Developer
2026-07-13 18:41:33 +08:00
parent 6a64aece24
commit cafe67db6d
38 changed files with 7448 additions and 126 deletions
+16
View File
@@ -0,0 +1,16 @@
---
name: stage-6-verify
description: ⑥ 审查验证阶段 — 运行检查 + AI 自审查 + 人类验收
---
## 行为
1. 运行 lint / 类型检查 / 编译
2. 运行已有测试
3. AI 自审查(潜在 bug、边界情况、安全)
4. 汇总结果:
- 通过 → 完成
- 有严重代码问题 → 回 Stage ⑤
- 有方案层面问题 → 回 Stage ③
## 退出条件
- 代码通过所有检查
- 人类最终验收确认