DOC-003: 整理 Calendar 验收清单

- 后端验收项: 数据模型、Slot ID 策略与物化、验证规则、不可变性、Calendar API、Agent/心跳协作
- 前端验收项: 页面骨架、日程展示、计划展示、操作交互、状态提示、权限
- CLI 验收项: 命令组、日程/计划操作命令、输出格式、用户创建扩展
- 插件联动验收项: 心跳请求、唤醒逻辑、状态管理、ScheduledGatewayRestart
- 跨模块集成验收项
This commit is contained in:
zhi
2026-03-29 15:01:35 +00:00
parent c2b11248d7
commit 339f9aa126
2 changed files with 175 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
## A. Root / Docs(根目录与规划文档)
- [x] DOC-001整理本波开发范围说明root docs only
- [x] DOC-001:整理本波开发范围说明(root docs only)
- [x] 明确 Calendar 属于独立功能线
- [x] 明确 Proposal / Essential 属于项目结构调整线
- [x] 明确两条线的交叉点仅限 `event_data` / Agent 调度引用层
@@ -22,11 +22,11 @@
- [x] 说明 `story/*` 改为 restricted 的影响面
- [x] 说明旧数据和旧接口的兼容策略
- [ ] DOC-003:整理 Calendar 验收清单(root docs only)
- [ ] 列出后端验收项
- [ ] 列出前端验收项
- [ ] 列出 CLI 验收项
- [ ] 列出插件联动验收项
- [x] DOC-003整理 Calendar 验收清单(root docs only)
- [x] 列出后端验收项
- [x] 列出前端验收项
- [x] 列出 CLI 验收项
- [x] 列出插件联动验收项
## B. HarborForge.Backend - Proposal / Essential / Story restricted