refactor: 收口 V3 分层架构与插件兼容边界

This commit is contained in:
jxxghp
2026-08-18 13:22:02 +08:00
parent cca99bd421
commit 8472bcff43
274 changed files with 10730 additions and 6130 deletions
@@ -31,7 +31,7 @@ def _mock_counter(monkeypatch) -> Mock:
increment = Mock()
# 计数逻辑在识别 mixin 中,按 _recognition 模块命名空间解析 SystemConfigOper
monkeypatch.setattr(
"app.chain._recognition.SystemConfigOper",
"app.chain._recognition.get_configured_system_config",
lambda: SimpleNamespace(increment=increment),
)
return increment