dev-manager-tauri/.blueprint/modules/blueprint-feedback.md
lanrtop a2596413c5 feat: add copy functionality for nodes and containers in GroupResourceCanvas
- Implemented CopyBtn component to allow copying of nodes with a new unique ID and adjusted position.
- Added copy functionality to ProjectNode, GitNode, EnvNode, ServerNode, FocusNode, CustomNode, and ContainerNode.
- Enhanced ContainerNode to copy itself along with its children nodes.
- Introduced a new LabeledEdge component for editable edges with drag-and-drop support for path adjustment and text labels.
- Added right-click context menu for edges to delete connections.
- Updated data structures to support new properties for tasks in BlueprintTask and BlueprintStats.
2026-04-03 08:42:17 +09:00

30 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: blueprint-feedback
name: 蓝图反馈聚合
status: concept
progress: 0
---
## 概述
建立跨项目蓝图反馈收集和分析机制。各项目 Claude 执行时将遇到的问题、格式缺口、改进建议写入 `.blueprint/FEEDBACK.md`dev-manager-tauri 扫描聚合后呈现,供 Opus 分析并优化 master CONVENTIONS.md形成飞轮闭环。
## 决策记录
- FEEDBACK.md 为纯 Markdown按条目写入每条含 type / reason / suggestion 字段
- 反馈类型blocked执行受阻/ convention_gap规则不够用/ format_issue格式问题/ improvement改进建议
- 聚合视图只读不提供编辑功能Claude 才是修改 CONVENTIONS.md 的执行者
## 任务卡
### 💭 FEEDBACK.md 格式约定
- status: concept
- notes: 需要在 CONVENTIONS.md 中加入 FEEDBACK.md 的写入规则和格式规范,确保各项目 Claude 写入格式一致
### 💭 get_all_blueprint_feedbacks command
- status: concept
- notes: 扫描所有已注册项目的 .blueprint/FEEDBACK.md解析条目按 type 分类返回
### 💭 跨项目反馈聚合视图
- status: concept
- notes: 在蓝图界面或设置页展示:高频 blocked 原因、重复出现的 convention_gap、跨项目 suggestion 列表;提供「复制给 Opus 分析」按钮,生成汇总报告