feat(maintainer): 强化大模型驱动的修复决策与验收 - #10
Merged
Merged
Conversation
建立 MaintainerLocalJudge 抽象接口及保守桩实现, 用于后续在少数高杠杆语义判断点接入轻量判别辅助。 保持当前 Maintainer 行为不变:桩始终标记判定不可靠, runner 预留 localJudge 字段但未改变判定流。 Co-Authored-By: Kimi K3 (Moonshot) <noreply@moonshot.ai>
- MaintainerRunner 构造器替换保守桩为 LlmMaintainerLocalJudge - recheckStaleFindingIfNeeded 中调用 assistAlreadyFixedCheck 辅助判别 - 辅助不可靠时回退到 brain.recheckAlreadyFixed 原逻辑 - 辅助可靠且建议已修复时仅在可靠命中时覆盖结论 本提交属于 feat/upgrade_maintainer 分支的阶段3最小接通。 Co-Authored-By: Kimi K3 (Moonshot) <noreply@moonshot.ai>
Co-Authored-By: Kimi K3 (Moonshot) <noreply@moonshot.ai>
- 接入 Maintainer 的大模型语义判断、方案评审和对抗性复核 - 增加 already-fixed 检查与修复后 verifyFix 最终验收门禁 - 缺少大模型验收、证据不完整或验收失败时禁止提交 - 补充认知引擎、修复执行器和 Runner 回归测试 Co-Authored-By: Kimi K3 (Moonshot) <noreply@moonshot.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.
变更摘要
verifyFix()最终验收门禁,仅接受带证据和调用标识的大模型结论。校验结果
npm run test:vitest -- tests/advance/classic/fix:207/207 通过。npm run build:通过。npm run lint:通过,仅有既有 ESLint 配置弃用警告。说明
main。docs/、私有规则文件或外部项目资料。