chore: 清理本地配置并重组文档结构

This commit is contained in:
Cheng Zhou
2026-03-30 17:32:34 +08:00
parent 244c424126
commit 3a1415d1e1
23 changed files with 215 additions and 541 deletions
@@ -112,7 +112,7 @@ git commit -m "feat: add production init entrypoint"
**Files:**
- Modify: `docker-compose.yaml`
- Modify: `README.md`
- Modify: `docs/release-checklist.md`
- Modify: `docs/guides/release-checklist.md`
- Optionally modify: `database/init.sql`
**Step 1: Write failing verification**
@@ -136,7 +136,7 @@ Expected: PASS with the new init workflow represented in configuration or docume
**Step 5: Commit**
```bash
git add docker-compose.yaml README.md docs/release-checklist.md database/init.sql
git add docker-compose.yaml README.md docs/guides/release-checklist.md database/init.sql
git commit -m "docs: define production database init flow"
```