Open
Conversation
## 主要改动 ### ga.py - 新增 _is_in_plan_mode() 统一状态检测逻辑 - 新增 _check_plan_completion() 优化文件系统操作 - 新增 _exit_plan_mode() 统一状态清理 - 重构 do_no_tool 和 next_prompt_patcher 使用新方法 ### memory/plan_sop.md - 优化工作目录说明文案 ## 改进效果 - 消除状态检测逻辑不一致问题 - 移除递归文件搜索,改用固定路径,提升性能 - 代码可读性和可维护性提升 - 符合代码审查标准:局部可推理、逻辑收敛、无重复代码
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.
主要改动
ga.py
_is_in_plan_mode()统一状态检测逻辑_check_plan_completion()优化文件系统操作_exit_plan_mode()统一状态清理do_no_tool和next_prompt_patcher使用新方法memory/plan_sop.md
memory/verify_sop.md
改进效果