优化标签功能#7
Merged
Hidden character warning
The head ref may contain hidden characters: "\u4f18\u5316\u6807\u7b7e\u529f\u80fd"
Merged
Conversation
主要变更: - 重构目录结构: diffguard/agent/* -> services/agent/app/ - 迁移prompt模板到 llm/prompts/ 统一管理 - 新增GitHub API客户端和webhook支持 - 新增False Positive过滤stage - 删除未使用的Multi-Agent组件 - 新增GitHub Action支持 - 清理废弃的RabbitMQ消息组件 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 删除不存在的MULTI_AGENT模式设计(MultiAgentOrchestrator已删除) - 删除RabbitMQ相关设计(已删除) - 删除不再实现的SIMPLE引擎设计 - 更新Pipeline架构为实际4阶段:Summary→Reviewer→Aggregation→Filter - 更新Prompt存储路径:diffguard/prompts -> llm/prompts - 删除不再实现的Agent基类规范 - 简化Tool约束,移除FileAccessSandbox等未实现概念 - 添加False Positive过滤架构说明 - 添加未来演进路线图 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
主要改进: - Security Reviewer: 添加完整的安全问题分类体系(注入、认证、数据、加密等) - Logic Reviewer: 添加逻辑问题分类(空指针、并发、资源泄漏等) - Quality Reviewer: 添加质量问题分类和SOLID原则评估 - Summary Stage: 完善风险评估维度 - Aggregation Stage: 优化合并去重规则说明 每类Prompt现在包含: - 明确的角色定义 - 必须检查的问题类型列表 - 3-Phase分析方法论 - 严重程度和置信度定义 - 重要排除项 - 输出Schema约束 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 重新组织和扩充文档内容,从项目简介到核心模块详解全面覆盖 - 明确双服务架构及技术栈,增加流程图和调用链详细说明 - 规范 Pipeline 设计、Prompt 管理和 Tool 调用开发流程 - 细化安全、异常处理和 API Key 管理要求 - 列出必须谨慎修改的高风险文件及中低风险文件清单 - 补充 AI 修改代码指南和架构一致性检查清单 - 统一代码审查流程及误报过滤机制说明 - 提供详尽项目目录结构和核心调用链示意 - 强化项目风险区域识别,方便维护和开发规范执行
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.