feat(agentreach): 接入外部发现与补证后端链路 - #70
Merged
Merged
Conversation
…end-merge-main # Conflicts: # .gitignore # src/__tests__/runSummaryObserver.test.ts # src/action/dailyVerification.ts # src/action/runSummary.ts # src/action/weeklyReport.ts # src/cli.ts # src/types.ts
LetVGo
approved these changes
Jul 5, 2026
This was referenced Jul 5, 2026
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.
概述
本 PR 提交 AgentReach 外部发现 / 补证后端链路,保持为次级信号层,不替代 GitHub / Trendshift 主链路和主评分结论。
主要内容:
src/externalDiscovery/后端模块,支持 AgentReach 上游 artifact 读取、字段归一、实体匹配、脱敏校验、候选聚合、候选解释、公开讨论者提取和外部讨论趋势窗口。边界说明
/agentreach前端 UI 展示分支。data/raw/external-discovery/输入,不提交 candidate explanation cache。验证
pnpm exec tsc --noEmitpnpm test,83 个测试文件 / 406 个测试通过代码质量检查
TODO/FIXME/debugger/ts-ignore/as any残留。isExternalPlatform。explanations.ts、trendWindow.ts体量偏大,但当前按规则职责拆分清楚且测试覆盖充分;后续如继续扩展,可再拆 selection / scoring / rendering 子模块。