chore: archive plan and restore seed checklist
This commit is contained in:
64
docs/plans/2026-02-03.md
Normal file
64
docs/plans/2026-02-03.md
Normal file
@@ -0,0 +1,64 @@
|
||||
# Implementation Plan: Consolidate UI Testing Artifacts
|
||||
|
||||
**Branch**: `main` | **Date**: 2026-01-26 | **Spec**: `docs/backups/seed_verification.md`
|
||||
**Input**: 将测试清单文档从备份位置合并回正式目录,确保符合 AGENTS.md 的计划要求并归档/清空。
|
||||
|
||||
## Summary
|
||||
|
||||
把 `docs/backups/seed_verification.md` 的页面测试清单合并回 `docs/seed_verification.md`,保证计划文档更新,并按规则归档 `docs/plan.md`。
|
||||
|
||||
## Technical Context
|
||||
|
||||
**Language/Version**: Markdown docs
|
||||
**Primary Dependencies**: N/A
|
||||
**Storage**: N/A
|
||||
**Testing**: N/A
|
||||
**Target Platform**: repo docs
|
||||
**Project Type**: Documentation
|
||||
**Performance Goals**: N/A
|
||||
**Constraints**: 遵循 AGENTS 计划要求;不改生成文件
|
||||
**Scale/Scope**: 文档归拢
|
||||
|
||||
## Constitution Check
|
||||
|
||||
- 遵循 `backend/llm.txt`(无代码改动)。
|
||||
- 仅修改文档。
|
||||
|
||||
## Project Structure
|
||||
|
||||
```text
|
||||
docs/
|
||||
├── plan.md
|
||||
├── seed_verification.md
|
||||
└── backups/seed_verification.md
|
||||
```
|
||||
|
||||
## Plan Phases
|
||||
|
||||
### Phase 1: Merge doc
|
||||
- 将备份版检查表合并为正式版 `docs/seed_verification.md`。
|
||||
|
||||
### Phase 2: Plan archive
|
||||
- 将当前 plan 归档到 `docs/plans/<date>.md` 并清空 `docs/plan.md`。
|
||||
|
||||
## Tasks
|
||||
|
||||
- [ ] T001 Merge backup checklist into docs/seed_verification.md
|
||||
- [ ] T002 Archive plan to docs/plans/<date>.md and clear docs/plan.md
|
||||
|
||||
## Dependencies
|
||||
|
||||
- Phase 1 → Phase 2
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- `docs/seed_verification.md` 包含最新清单内容。
|
||||
- `docs/plan.md` 归档并清空。
|
||||
|
||||
## Risks
|
||||
|
||||
- 无
|
||||
|
||||
## Complexity Tracking
|
||||
|
||||
无
|
||||
Reference in New Issue
Block a user