dev-manager-tauri/.blueprint/usage.json
lanrtop eb346ae1fd feat: add runtime diagnostics, health center, and project mentor
运行时可观测性:
- 新增 runtime_logs SQLite 表,提供全局 log_event 写入函数(保留最近 500 条)
- mcp_server/mcp_inject/groups 关键路径接入结构化日志
- MCP 新增 get_diagnostics 工具,返回注入摘要与近期错误
- add_group_member 注入失败时前端显示黄色 toast 警告

健康中心:
- 新增 run_health_check 命令(6 项并行检查:MCP/Git 路径/项目路径/GitHub Token/编辑器/DB 延迟)
- 新增质量指标聚合(休眠项目/孤立项目/注入异常组/无路径项目)
- 侧边栏新增健康中心页面,支持手动刷新和诊断报告复制
- 设置页 MCP 状态改为真实 HTTP ping 检测

项目导师:
- 新增 get_mentor_context 后端命令,聚合健康状态/蓝图摘要/近期错误
- MCP 新增 get_project_mentor_context 工具(含产品组归属校验)
- 项目卡片底部新增 🎓 导师按钮,面板支持复制结构化 Markdown 报告
- 修复 WSL 项目路径识别:wsl_path 存 UNC 格式时自动提取 distro 和 Linux 路径,改用 wsl 命令检查路径存在性(规避 Path::exists() 对 \wsl.localhost\... 不可靠的问题)

AI 工作流:
- 新增 AI-WORKFLOW.md、.claude/skills/ 技能体系配置
- 更新 CLAUDE.md 补充蓝图驱动开发规范
2026-04-04 19:58:49 +09:00

49 lines
975 B
JSON

{
"project_name": "dev-manager-tauri",
"snapshots": [
{
"at": "2026-04-03T04:52:50Z",
"blocked_reasons": [],
"conventions_version": "1.1.0",
"modules": {
"blocked": 0,
"concept": 0,
"done": 22,
"in_progress": 1,
"planned": 2,
"total": 25
},
"tasks": {
"blocked": 0,
"dispatched": 4,
"done": 84,
"in_progress": 0,
"todo": 7,
"total": 95
}
},
{
"at": "2026-04-04T01:50:46Z",
"blocked_reasons": [],
"conventions_version": "1.3.0",
"iteration": 1,
"modules": {
"blocked": 0,
"concept": 0,
"done": 29,
"in_progress": 0,
"planned": 0,
"stalled": [],
"total": 29
},
"tasks": {
"blocked": 0,
"dispatched": 0,
"done": 106,
"in_progress": 0,
"todo": 0,
"total": 110
}
}
]
}