feat: support MCP elicitation and rebuild release

This commit is contained in:
shiyue
2026-08-24 17:39:41 +08:00
parent dd233a40e8
commit bd20a79d4b
69 changed files with 8978 additions and 13 deletions

View File

@@ -0,0 +1,21 @@
# Gitea Workflow 核心领域模块实施计划
## Goal
在不重写 `server.js` 的前提下,为 Gitea Webhook 工作流新增可独立使用的核心领域模块,覆盖配置模型、仓库/会话/turn 状态、持久化、delivery 去重、仓库串行队列、重启恢复与审计事件,并提供测试或可调用接口。
## Status
- [x] 读取现有代码与 PRD/架构约束
- [x] 实现领域模型、状态机与配置规范化
- [x] 实现持久化、去重、队列与重启恢复
- [x] 实现审计记录与可调用服务接口
- [x] 补充测试并完成静态/运行验证
- [x] 汇总接口契约、修改文件与未决集成点
## Errors Encountered
| 错误 | 尝试 | 处理 |
|---|---:|---|
| 全局 planning-with-files 路径不存在 | 1 | 改用项目内 `.codex/skills/planning-with-files` |
| `todo-list-csv` 技能文件未发现 | 1 | 手工创建同等格式的任务 CSV |