refactor(maa): 解耦宿主遗留配置模型 - #2
Open
qiyinxi wants to merge 2 commits into
Open
Conversation
- 任务构造签名由 MultipleConfig 改为 Mapping[uuid.UUID, Any] - adapter 类型校验改用 runtime.type_key,移除 script_types 兼容查询 - 补充存储边界与遗留导入防回归测试 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- .gitignore 新增 debug/ 与 *.log Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
🧙 Sourcery 正在审查你的 Pull Request! 提示与命令与 Sourcery 互动
自定义你的体验打开你的 控制面板 来:
获取帮助Original review guide in English🧙 Sourcery is reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
配套主仓 alpha 批次:AUTO-MAS#305
🤖 Generated with Claude Code
Summary by Sourcery
将 MAA 任务和适配器代码从旧版配置模型中解耦,并使其与新的用户配置映射以及基于运行时
type_key的校验机制保持一致。Enhancements:
MultipleConfig模型。runtime.type_key值来验证脚本类型,而不是依赖旧版的兼容性辅助函数。Build:
automas_script_maa包版本从0.0.5提升到0.0.6,并扩展.gitignore,以排除调试产物和日志文件。Tests:
runtime.type_key,且不会导入任何旧版配置模型或兼容性查找逻辑。Original summary in English
Summary by Sourcery
Decouple MAA task and adapter code from legacy configuration models and align them with the new user-config mapping and runtime type_key-based validation.
Enhancements:
Build:
Tests:
Original summary in English
Summary by Sourcery
将 MAA 任务和适配器代码从旧版配置模型中解耦,并使其与新的用户配置映射以及基于运行时
type_key的校验机制保持一致。Enhancements:
MultipleConfig模型。runtime.type_key值来验证脚本类型,而不是依赖旧版的兼容性辅助函数。Build:
automas_script_maa包版本从0.0.5提升到0.0.6,并扩展.gitignore,以排除调试产物和日志文件。Tests:
runtime.type_key,且不会导入任何旧版配置模型或兼容性查找逻辑。Original summary in English
Summary by Sourcery
Decouple MAA task and adapter code from legacy configuration models and align them with the new user-config mapping and runtime type_key-based validation.
Enhancements:
Build:
Tests:
增强:
MultipleConfig模型。runtime.type_key,而不是兼容性辅助方法。构建:
0.0.5提升到0.0.6,并扩展.gitignore以排除调试产物和日志文件。测试:
runtime.type_key的检查和「映射式」用户配置处理。Original summary in English
Summary by Sourcery
将 MAA 任务和适配器代码从旧版配置模型中解耦,并使其与新的用户配置映射以及基于运行时
type_key的校验机制保持一致。Enhancements:
MultipleConfig模型。runtime.type_key值来验证脚本类型,而不是依赖旧版的兼容性辅助函数。Build:
automas_script_maa包版本从0.0.5提升到0.0.6,并扩展.gitignore,以排除调试产物和日志文件。Tests:
runtime.type_key,且不会导入任何旧版配置模型或兼容性查找逻辑。Original summary in English
Summary by Sourcery
Decouple MAA task and adapter code from legacy configuration models and align them with the new user-config mapping and runtime type_key-based validation.
Enhancements:
Build:
Tests:
Original summary in English
Summary by Sourcery
将 MAA 任务和适配器代码从旧版配置模型中解耦,并使其与新的用户配置映射以及基于运行时
type_key的校验机制保持一致。Enhancements:
MultipleConfig模型。runtime.type_key值来验证脚本类型,而不是依赖旧版的兼容性辅助函数。Build:
automas_script_maa包版本从0.0.5提升到0.0.6,并扩展.gitignore,以排除调试产物和日志文件。Tests:
runtime.type_key,且不会导入任何旧版配置模型或兼容性查找逻辑。Original summary in English
Summary by Sourcery
Decouple MAA task and adapter code from legacy configuration models and align them with the new user-config mapping and runtime type_key-based validation.
Enhancements:
Build:
Tests: