release(main): 清理本地配置并重组文档结构

This commit is contained in:
Cheng Zhou
2026-03-30 19:03:17 +08:00
parent 244c424126
commit aa6cdd40e9
23 changed files with 215 additions and 541 deletions
@@ -409,8 +409,8 @@ git commit -m "feat(ui): unify loading empty error states"
### Task 9: Verification, Demo Path, and Release Gate
**Files:**
- Create: `docs/ui/enterprise-ui-acceptance-checklist.md`
- Modify: `docs/release-checklist.md`
- Create: `docs/audits/enterprise-ui-acceptance-checklist.md`
- Modify: `docs/guides/release-checklist.md`
- Test: manual smoke + build checks
**Step 1: Write the failing test**
@@ -435,7 +435,7 @@ Expected: PASS technically, but acceptance checklist remains FAIL/PENDING.
- Execute manual smoke on target routes.
- Update checklist to PASS with reviewer/date notes.
- Add release gating notes to `docs/release-checklist.md`.
- Add release gating notes to `docs/guides/release-checklist.md`.
**Step 4: Run test to verify it passes**
@@ -445,7 +445,7 @@ Expected: PASS for all commands and checklist completed.
**Step 5: Commit**
```bash
git add docs/ui/enterprise-ui-acceptance-checklist.md docs/release-checklist.md
git add docs/audits/enterprise-ui-acceptance-checklist.md docs/guides/release-checklist.md
git commit -m "docs(ui): add enterprise refresh acceptance and release gates"
```