InfinityPacer
|
feff545b16
|
refactor: isolate agent task execution data boundary (#6433)
|
2026-08-24 12:14:46 +08:00 |
|
jxxghp
|
4e44deb0fa
|
refactor: unify web agent notice event routing
|
2026-08-24 07:54:05 +08:00 |
|
jxxghp
|
c03b45eed7
|
refactor: inject plugin interaction event publisher
|
2026-08-24 07:36:50 +08:00 |
|
jxxghp
|
85d8c58a76
|
refactor: unify agent audio capability access
|
2026-08-24 07:23:29 +08:00 |
|
jxxghp
|
7c9d53c6f6
|
refactor: unify llm provider runtime access
|
2026-08-24 07:15:02 +08:00 |
|
jxxghp
|
8e669d415e
|
refactor: unify host agent runtime access
|
2026-08-24 06:42:07 +08:00 |
|
jxxghp
|
ce918e1565
|
refactor: unify mediaserver api config access
|
2026-08-24 05:20:18 +08:00 |
|
jxxghp
|
cb3c5f008f
|
refactor: unify service configuration boundary
|
2026-08-24 05:12:21 +08:00 |
|
jxxghp
|
52c5c14f87
|
refactor: unify monitor history port access
|
2026-08-24 04:59:45 +08:00 |
|
jxxghp
|
ae38e61880
|
refactor: unify agent data port access
|
2026-08-24 04:56:11 +08:00 |
|
jxxghp
|
c8ad54a190
|
refactor: unify transfer chain data ports
|
2026-08-24 04:48:06 +08:00 |
|
jxxghp
|
4346fc0559
|
refactor: unify subscribe chain data ports
|
2026-08-24 04:43:20 +08:00 |
|
jxxghp
|
f93ecf65d3
|
refactor: unify download chain data ports
|
2026-08-24 04:36:56 +08:00 |
|
jxxghp
|
fb08e06277
|
refactor: unify mediaserver chain data port
|
2026-08-24 04:30:05 +08:00 |
|
jxxghp
|
836cbfbbb2
|
refactor: unify site chain data port access
|
2026-08-24 04:25:29 +08:00 |
|
jxxghp
|
286b5836a1
|
refactor: unify music subscription data port
|
2026-08-24 04:20:06 +08:00 |
|
jxxghp
|
a13c96d30b
|
refactor: unify user chain data port access
|
2026-08-24 04:16:09 +08:00 |
|
jxxghp
|
48e796cab7
|
refactor: unify workflow data port access
|
2026-08-24 04:11:09 +08:00 |
|
jxxghp
|
8555d0da3e
|
refactor: use explicit system config getter
|
2026-08-24 04:04:35 +08:00 |
|
jxxghp
|
4dd2d7fed2
|
refactor: use explicit runtime facade getters
|
2026-08-24 03:56:54 +08:00 |
|
jxxghp
|
9f76fc9dec
|
refactor: unify workflow runtime boundary
|
2026-08-24 03:43:47 +08:00 |
|
jxxghp
|
6b65dc5d12
|
refactor: unify module runtime settings
|
2026-08-24 00:19:57 +08:00 |
|
jxxghp
|
25ad924aac
|
refactor: unify oper transaction dispatch
|
2026-08-24 00:04:35 +08:00 |
|
jxxghp
|
e9a226af02
|
refactor: complete command facade migration
|
2026-08-24 00:00:37 +08:00 |
|
jxxghp
|
9b0a96083f
|
refactor: unify plugin runtime access
|
2026-08-23 23:56:31 +08:00 |
|
jxxghp
|
066757888c
|
refactor: unify scheduler service access
|
2026-08-23 23:50:19 +08:00 |
|
jxxghp
|
6e69258e3c
|
refactor: make model sessions explicit
|
2026-08-23 23:33:07 +08:00 |
|
jxxghp
|
e1509c4e0d
|
refactor: reorganize startup persistence boundaries
|
2026-08-23 21:24:34 +08:00 |
|
InfinityPacer
|
fc677a2bba
|
feat(database): bound async configuration writes
|
2026-08-23 02:29:40 +08:00 |
|
jxxghp
|
c2a27f7c71
|
refactor: 收口订阅与插件应用边界
|
2026-08-18 13:54:17 +08:00 |
|
jxxghp
|
8472bcff43
|
refactor: 收口 V3 分层架构与插件兼容边界
|
2026-08-18 13:22:02 +08:00 |
|
jxxghp
|
5128ae9e1e
|
refactor: 推进后端分层架构治理
|
2026-08-18 00:29:14 +08:00 |
|
InfinityPacer
|
5b367011c5
|
refactor(agent): 按需加载 Agent 运行时 (#6336)
|
2026-08-16 19:25:24 +08:00 |
|
jxxghp
|
7e851dbfa7
|
refactor(chain): 处理链功能域 mixin 化,清理未使用导入并根治兼容层循环导入
- ChainBase 拆分为 RecognitionMixin/MessageProcessingMixin/NotificationMixin
- TransferChain 拆分为 7 个功能 mixin(_mixins.py),SubscribeChain 音乐订阅域拆出 _music.py
- 斜杠命令交互四件套收敛为 InteractionChainMixin 委托,会话管理器移至 application 层,chain 层不再 re-export
- 模块基础类收敛到 app/modules/_base(notification/mediaserver 语义重命名)
- 清理 app/chain/__init__.py 24 个未使用导入,修正 49 处测试 patch 目标到实际命名空间
- 兼容层 legacy 符号不再并入 __all__,根治 schemas 初始化反向拉起 application.transfer 的循环导入
- 修复 bangumi 集数为字符串时 set_bangumi_info 抛 TypeError
- 新增重复代码等架构门禁测试;capability 清单校验排除下划线内部目录
|
2026-08-16 16:30:16 +08:00 |
|
jxxghp
|
4345fcfa22
|
refactor(chain): chain 与 module 仅经 run_module 契约互联,实现模块内容封闭
- mTorrent 字幕链接解析下沉为 IndexerModule.site_subtitle_links,subtitle 模块自行跳过 API 站点
- TMDB/MusicBrainz 识别缓存管理改为模块方法(tmdb_cache_*/music_cache_*)经 run_module 分发
- WechatClawBot 客户端查找/临时客户端/缓存迁移内聚为 wechatclawbot_* 模块方法,
chain 移除 WechatClawBot 类与 ModuleManager 内省
- LISTENBRAINZ_* 常量迁至 schemas/types.py,模块与链层再导入保持兼容
- TMDbException 升为 schemas/exception.py 跨层契约,vendored 异常保持类身份一致
- 架构守护测试新增 test_chain_does_not_import_module_internals(共 18 项)
- 文档同步:chain->module 仅允许 run_module 分发,直接导入禁止
|
2026-08-16 05:25:28 +08:00 |
|
jxxghp
|
02f0dd0b9a
|
refactor(architecture): 修复模块依赖违规并强化架构守护
- 字幕编排上移 DownloadChain.download_site_subtitles,SubtitleModule 仅保留站点链接解析
- TransferChain.recommend_name 上移 TV episodes_info 获取,filemanager 模块不再导入 TmdbChain
- endpoint 穿透修复:WXBizMsgCrypt3 迁至 adapters/external/wechat_crypt.py;
music/tmdb 缓存管理、listenbrainz 常量、TMDbException、WechatClawBot 辅助统一经 chain 包装
- RuleParser 与 builtin_rules 合并为 application/filter_rules.py;
fsproxy/fsworker 迁至 adapters/system/
- chain/__init__.py 删除 qbittorrentapi/transmission_rpc 导入,消除后端协议类型泄漏
- 架构守护测试新增三项检查:模块间隔离、入口层穿透、下载器 SDK 泄漏
- 文档同步:05-architecture.md 记录 DB/Oper 聚合例外与迁移文件位置,AGENTS.md 更新所有权表
|
2026-08-16 04:59:17 +08:00 |
|
jxxghp
|
96118e73e7
|
refactor(string): split utilities by responsibility
|
2026-08-15 08:03:55 +08:00 |
|
jxxghp
|
369d7d6448
|
refactor: reorganize backend module boundaries
|
2026-08-14 19:53:33 +08:00 |
|
jxxghp
|
7b3444c366
|
refactor backend module architecture
|
2026-08-14 15:45:38 +08:00 |
|