Files
Nexus/docs/design/plans/2026-06-01-single-owner-execution.md
T

29 lines
1.3 KiB
Markdown
Raw Normal View History

# 执行计划 — 单负责人收口(2026-06-01
> **负责人**:当前 Cursor Agent(用户唯一对接人)
> **顺序**:推送同步 → 文档对齐 → 生产验收 → 前端部署加固 → changelog
## 任务清单
| # | 任务 | 验收标准 | 状态 |
|---|------|----------|------|
| T1 | `git push origin main`(含 b8af1fc | 远程 main 含单 Agent 提交 | ✅ |
| T2 | 生产 `git pull` + 重启(仅文档/规则,无前端 build) | `curl /health``ok` | ✅ |
| T3 | 刷新 `docs/handoff-2026-06-01.md` 第八节 | 已修复项标 ✅;主栈写 Vue SPA | ✅ |
| T4 | 刷新 `.cursorrules` 已知待续 | 与 T3 一致 | ✅ |
| T5 | 生产 L5 验收(可自动化部分) | health、/app/、test_api 有记录 | ✅ |
| T6 | `deploy-frontend.sh` prune 失败即中止 | 脚本 dry-run 后非 0 退出 | ✅ |
| T7 | `docs/changelog/2026-06-01-single-owner-execution.md` | 行数≥10,含验证命令 | ✅ |
## T5 验收子项
1. `/health` 纯文本 `ok`
2. `/app/` HTTP 200
3. 生产 `tests/test_api.py`(若环境允许)
4. 记录 Redis/MySQL/WebSSH/告警/守护 — 能 SSH 检查的写结果,需 UI 的标「待用户抽测」
## 回滚
- T2`git reset --hard <prev>` + `supervisorctl restart nexus`
- T6:还原 `deploy/deploy-frontend.sh` 单文件