GeWuYou
|
358b1e9cca
|
fix(cqrs): 修复 PR 审查遗留问题
- 修复 CqrsHandlerRegistrar generated registry 激活路径的可空 out 契约并移除 null! 抑制
- 更新 analyzer warning reduction 跟踪与 trace,记录 PR #263 review follow-up 和编译验证结果
|
2026-04-21 08:42:13 +08:00 |
|
GeWuYou
|
dfeb40ba15
|
docs(documentation): 更新 ai-libs 参考引用
- 更新 AGENTS、Game README 与游戏栏目入口中的参考表述,统一改为 ai-libs 下的只读参考实现
- 移除活跃文档入口中的旧外部项目命名,避免继续暴露特定参考仓库线索
- 补充 documentation-governance-and-refresh 主题的 tracking 与 trace,记录本轮引用迁移和后续约束
|
2026-04-21 08:27:14 +08:00 |
|
GeWuYou
|
462a71ba3c
|
fix(core): 拆分架构生命周期初始化流程
- 优化 ArchitectureLifecycle 的初始化批次与阶段执行拆分
- 保持阶段顺序、日志语义与 late registration 行为不变
- 更新 analyzer warning reduction 的 active tracking 与 trace,记录 RP-003 验证结果
|
2026-04-21 08:27:11 +08:00 |
|
GeWuYou
|
5c7870ca3e
|
fix(cqrs): 拆分处理器注册长方法
- 优化 CqrsHandlerRegistrar 的 generated registry 激活与 fallback 解析拆分
- 保持原有日志文本、缓存策略与 reflection fallback 语义不变
- 更新 analyzer warning reduction 的 active tracking 与 trace,记录 RP-002 验证结果
|
2026-04-21 07:46:00 +08:00 |
|
GeWuYou
|
7531762d3e
|
docs(documentation): 收口栏目入口页导航
- 更新 Core、Game 与 Source Generators 栏目 landing page,使其对齐当前模块定位、包关系与最小接入路径
- 修复 VitePress 对 docs 目录外 README 相对链接的 dead-link 校验问题,改为纯文本入口提示
- 补充 documentation-governance-and-refresh 主题的恢复点、验证结果与下一步专题页修订计划
|
2026-04-21 07:45:39 +08:00 |
|
gewuyou
|
5175f00178
|
Merge pull request #261 from GeWuYou/feat/cqrs-optimization
Feat/cqrs optimization
|
2026-04-20 20:00:13 +08:00 |
|
GeWuYou
|
13d52a8a94
|
docs(cqrs-rewrite): 同步PR评审追踪状态
- 更新 cqrs-rewrite migration trace,标记 RP-047 已被 RP-050 覆盖并禁止恢复 MakePointerType precise registration
- 同步 migration tracking 中 PR #261 的 open thread、CTRF 测试结果与 MegaLinter 状态
|
2026-04-20 19:48:31 +08:00 |
|
GeWuYou
|
c1f9fa8b9a
|
fix(cqrs): 修复指针合同生成回归
- 修复 CqrsHandlerRegistryGenerator 对 pointer 与 function pointer 的精确注册建模
- 补充生成器测试对输入源 CS0306 与 fallback 诊断的断言
- 更新 cqrs-rewrite 跟踪文档记录 PR #261 review follow-up
|
2026-04-20 19:42:06 +08:00 |
|
gewuyou
|
db65249315
|
refactor(cqrs): 收敛处理器重复映射判定
- 优化 CqrsHandlerRegistrar 使用本地映射索引替代重复线性扫描
- 补充 重复 handler 类型输入仍只注册一份映射的回归测试
- 更新 cqrs-rewrite 跟踪与 trace 到 RP-049
|
2026-04-20 19:42:06 +08:00 |
|
gewuyou
|
110666d06b
|
refactor(cqrs): 缓存处理器接口反射元数据
- 优化 CqrsHandlerRegistrar 复用 supported handler interface 缓存
- 补充 registrar 静态缓存隔离与接口缓存复用回归测试
- 更新 cqrs-rewrite 跟踪与 trace 到 RP-048
|
2026-04-20 19:42:06 +08:00 |
|
gewuyou
|
5f3964d4c0
|
refactor(cqrs): 扩展指针类型注册生成覆盖
- 优化 CqrsHandlerRegistryGenerator 对 pointer 类型的 runtime type 递归重建与发射逻辑
- 修复 function pointer 签名默认直出导致隐藏类型漏回退的判定边界
- 补充 pointer precise registration 与 function pointer fallback 回归测试
- 更新 cqrs-rewrite 跟踪与 trace 到 RP-047
|
2026-04-20 19:42:06 +08:00 |
|
gewuyou
|
7cf0a75568
|
refactor(cqrs): 收敛生成注册器激活反射路径
- 优化 generated registry 激活流程,使用缓存工厂委托优先替代 ConstructorInfo.Invoke\n- 补充私有无参构造 registry 的回归测试,保持生成器产物兼容性\n- 更新 CQRS ai-plan 恢复点与验证记录,指向新的 Phase 8 下一步
|
2026-04-20 19:42:06 +08:00 |
|
gewuyou
|
a926748def
|
docs(ai-plan): 同步CQRS恢复点复核结果
- 更新 CQRS 重写跟踪中的恢复点与活跃事实,记录 PR #253 已关闭且剩余 thread 为 stale review\n- 调整 CQRS 重写 trace 的下一步,恢复 Phase 8 主线优先级
|
2026-04-20 19:42:06 +08:00 |
|
gewuyou
|
3fabf44387
|
Merge pull request #262 from GeWuYou/feat/ai-first-config
feat(config): 支持对象约束型条件 schema
|
2026-04-20 19:41:17 +08:00 |
|
GeWuYou
|
ed53f9c68c
|
fix(ai-first-config): 收口PR评审解析与Tooling校验
- 修复 gframework-pr-review 对 outside-diff 评论与 Python nitpick 卡片的解析,并补充结构化输出
- 优化 review section 解析边界,避免 latest review body 区块串读并消化 marker 查找 nitpick
- 收紧 config tool 对条件分支 schema 坏形状的拒绝规则,并新增 JS 回归测试
- 更新 ai-plan 跟踪与 trace,记录本轮 PR #262 follow-up 验证结果
|
2026-04-20 19:20:47 +08:00 |
|
GeWuYou
|
5f2442dbcd
|
fix(ai-first-config): 收口条件分支评审跟进
- 修复 Runtime 条件分支 schema 坏形状的诊断路径,改为指向具体 if/then/else 分支
- 新增 else 缺失 if 的运行时回归测试,保持与 Generator 覆盖对称
- 更新 ai-plan 跟踪与 trace,记录 PR #262 follow-up 验证并消除重复标题
|
2026-04-20 18:07:23 +08:00 |
|
GeWuYou
|
8a39f0a932
|
fix(ai-first-config): 修复 PR review nitpick 解析与跟进收口
- 修复 gframework-pr-review 对 latest review body folded nitpick comments 的解析遗漏,并输出 declared / parsed 数量
- 优化 config tool 的条件提示与共享校验 helper
- 补充 generator/runtime/tooling 回归测试并更新 ai-plan 跟踪
|
2026-04-20 17:02:08 +08:00 |
|
GeWuYou
|
0da15f6ffd
|
fix(config): 修复条件分支诊断与文档摘要
- 修复 then/else 非 object 分支诊断定位到具体条件路径
- 优化 if/then/else 文档摘要,补充 properties 内约束说明
- 补充生成器回归测试,覆盖分支路径与文档输出
|
2026-04-20 17:02:08 +08:00 |
|
GeWuYou
|
68d653623a
|
feat(config): 支持对象约束型条件 schema
- 新增 Runtime、Source Generator 与 VS Code Tooling 对 object-focused if/then/else 的一致支持
- 补充运行时、生成器与工具链回归测试覆盖
- 更新配置系统文档与 ai-plan 恢复入口
|
2026-04-20 17:02:08 +08:00 |
|
gewuyou
|
f99736f95f
|
Merge pull request #260 from GeWuYou/feat/data-repository-persistence
Refactor migration chain execution with unified VersionedMigrationRunner
|
2026-04-20 15:55:31 +08:00 |
|
GeWuYou
|
5353d5bd45
|
fix(game): 修复设置迁移缓存并发一致性
- 修复 SettingsModel 迁移注册与缓存重建的并发竞争
- 新增 SettingsModel 并发回归测试并更新 ai-plan 跟踪
|
2026-04-20 13:02:49 +08:00 |
|
GeWuYou
|
a0cc418e05
|
docs(ai-plan): 修正 PR 评审后的恢复文档状态
- 更新 tracking 文档中的 PR #260 review follow-up 状态描述
- 修复 trace 文档重复的三级标题,避免 Markdown 锚点冲突
|
2026-04-20 12:46:08 +08:00 |
|
gewuyou
|
702dec6ed1
|
Merge pull request #259 from GeWuYou/feat/coroutine-optimization
test(coroutine): 补齐 Godot 协程宿主回归测试
|
2026-04-20 11:49:57 +08:00 |
|
GeWuYou
|
ec3de5bbb0
|
fix(game): 修复 PR 评审遗留的迁移与文档问题
- 修复 SaveRepository 迁移链并发读取,改为单次快照执行
- 补充 VersionedMigrationRunner 与 SettingsModel 的 XML 文档契约
- 更新 PersistenceTests、接入文档与 ai-plan 跟踪记录
|
2026-04-20 11:44:27 +08:00 |
|
GeWuYou
|
90b9e2a4c9
|
fix(ci): 修复 MegaLinter 工作区歧义
- 修复 MegaLinter 的 dotnet format workspace 指向,避免 solution 与 csproj 歧义导致 CI warning
- 更新 gframework-pr-review skill 与抓取脚本,提取 GitHub Actions 发布的 MegaLinter detailed issues
- 补充 coroutine optimization 跟踪与 trace,记录本次 PR 页面 warning 的收口与验证结果
|
2026-04-20 11:20:14 +08:00 |
|
GeWuYou
|
d369118351
|
fix(coroutine): 收口 Timing 测试宿主清理
- 修复 Timing 共享单例仅在当前实例持有引用时才清理,避免测试宿主误伤其他实例
- 新增 TimingTests 的 NonParallelizable 约束,避免静态实例槽位并发污染
- 更新 coroutine optimization 跟踪与 trace,记录 PR #259 review 收口与验证结果
|
2026-04-20 10:19:11 +08:00 |
|
gewuyou
|
88de1235ae
|
refactor(game): 收敛版本迁移链执行器
- 新增 internal 迁移执行器,统一 settings 与 save 的链式版本校验
- 修复 SettingsModel 重复注册、缺链回填与目标版本判定的迁移约束
- 补充 Persistence 与 SettingsModel 定向测试,并更新迁移文档和 ai-plan 跟踪
|
2026-04-20 09:52:37 +08:00 |
|
gewuyou
|
9576e0f8bd
|
test(coroutine): 补齐 Godot 协程宿主回归测试
- 新增 Timing 纯托管测试宿主入口,支持在 dotnet test 下验证 Godot 协程阶段推进
- 补充 TimingTests,覆盖暂停、segment 路由和阶段等待回归
- 更新 coroutine ai-plan 跟踪与 trace,记录 RP-002 验证结果与后续缺口
|
2026-04-20 09:40:46 +08:00 |
|
gewuyou
|
31ca8cc963
|
docs(game): 澄清 JsonSerializer 配置与并发契约
- 补充 JsonSerializer 对 settings 与 converters 生命周期的 XML 注释
- 更新序列化文档与 README,修正线程安全和组合根配置说明
- 新增 JsonSerializer 配置实例暴露契约测试,并回写 data-repository-persistence 跟踪
|
2026-04-20 09:36:11 +08:00 |
|
gewuyou
|
374db438ea
|
Merge pull request #258 from GeWuYou/feat/data-repository-persistence
docs(ai-plan): 迁移数据仓库持久化计划
|
2026-04-19 22:58:15 +08:00 |
|
GeWuYou
|
254d354c8d
|
docs(ai-plan): 迁移数据仓库持久化计划
hBc
|
2026-04-19 22:30:26 +08:00 |
|
gewuyou
|
58f325317e
|
Merge pull request #257 from GeWuYou/feat/coroutine-optimization
docs(ai-plan): 迁移 coroutine 早期计划
|
2026-04-19 21:59:12 +08:00 |
|
GeWuYou
|
2381e72572
|
docs(sdk): 更新 SDK 文档并移除已归档的协程优化分支信息
- 移除了关于协程优化分支的文档条目
- 清理了已归档主题的相关工作树提示信息
- 更新了 SDK 使用说明以反映当前状态
|
2026-04-19 21:57:10 +08:00 |
|
GeWuYou
|
da7d03d89d
|
feat(docs): 更新分支文档以反映协程优化工作
- 添加协程优化分支信息到文档
- 更新工作树提示为 GFramework 协程优化
- 添加协程优化优先级标记
|
2026-04-19 21:47:26 +08:00 |
|
coderabbitai[bot]
|
c3614b5b5d
|
fix: apply CodeRabbit auto-fixes
Fixed 1 file(s) based on 1 unresolved review comment.
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
|
2026-04-19 13:05:36 +00:00 |
|
gewuyou
|
e1e32b2b04
|
docs(ai-plan): 迁移 coroutine 早期计划
- 新增 coroutine-optimization 主题并整合 legacy local-plan todo,补写缺失 trace 的恢复边界\n- 更新 ai-plan 公共索引与治理跟踪,建立 feat/coroutine-optimization 的 topic 映射\n- 删除 worktree 根目录 legacy local-plan 入口,统一从 ai-plan/public 恢复
|
2026-04-19 20:51:44 +08:00 |
|
gewuyou
|
84b40a2d23
|
Merge pull request #256 from GeWuYou/docs/sdk-update-documentation
docs: migrate documentation recovery plan into ai-plan
|
2026-04-19 18:00:08 +08:00 |
|
GeWuYou
|
88b4dfed12
|
docs: migrate documentation recovery plan into ai-plan
|
2026-04-19 17:06:26 +08:00 |
|
gewuyou
|
bac0b0151e
|
Merge pull request #255 from GeWuYou/fix/analyzer-warning-reduction-batch
docs(ai-plan): 迁移 analyzer 恢复文档到 ai-plan
|
2026-04-19 16:20:43 +08:00 |
|
GeWuYou
|
a67aa8c305
|
docs(ai-plan): 迁移 analyzer 恢复文档到 ai-plan
- 新增 analyzer-warning-reduction topic 的 active 与 archive 恢复入口
- 归档 local-plan 中的 RP-001 tracking 和 trace 历史并移除旧目录
- 更新公共索引与 ai-plan-governance 记录并补充迁移验证
|
2026-04-19 16:12:32 +08:00 |
|
gewuyou
|
011cba3ce3
|
Merge pull request #254 from GeWuYou/feat/ai-first-config
Feat/ai first config
|
2026-04-19 15:57:15 +08:00 |
|
GeWuYou
|
235aa8e116
|
docs(cqrs-rewrite): 更新文档归档说明
- 将文档标识为历史归档快照,用于回溯 CQRS-REWRITE-RP-043 及之前阶段
- 添加说明指导后续在 active todos/ 与 traces/ 维护当前恢复点
- 明确完成阶段需继续归档到历史记录中
|
2026-04-19 15:38:31 +08:00 |
|
coderabbitai[bot]
|
bc3d50f07e
|
fix: apply CodeRabbit auto-fixes
Fixed 6 file(s) based on 6 unresolved review comments.
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
|
2026-04-19 07:29:01 +00:00 |
|
GeWuYou
|
9b904709d6
|
docs(ai-plan): 收口主题内归档与恢复入口
- 新增 活跃主题的 archive 目录并归档已完成且已验证的历史 tracking 与 trace\n- 更新 ai-plan 治理规则、README 与 boot skill,明确 active todo 和 trace 必须保持精简\n- 收短 ai-plan-governance、ai-first-config-system 与 cqrs-rewrite 的默认恢复入口并补充归档索引
|
2026-04-19 15:11:50 +08:00 |
|
GeWuYou
|
406e6f1926
|
docs(ai-plan): 迁移当前工作树恢复文档到 ai-plan
- 迁移 feat/ai-first-config 工作树的 tracking、next 与 trace 文档到 ai-plan/public/ai-first-config-system\n- 更新 ai-plan 公共索引与治理跟踪,登记当前分支的活跃主题映射\n- 清理 旧本地恢复入口并补充迁移后的结构校验与最小构建验证
|
2026-04-19 13:00:53 +08:00 |
|
gewuyou
|
f5b3cfd6b1
|
Merge pull request #253 from GeWuYou/feat/cqrs-optimization
feat: CQRS cache hardening、ai-plan governance
|
2026-04-19 12:12:48 +08:00 |
|
GeWuYou
|
acd638e807
|
fix(cqrs): 修正恢复主线与评审提示
- 修复 cqrs-rewrite 跟踪文档的下次恢复建议,使当前主线阶段与 Phase 8 保持一致
- 补充 cqrs-rewrite trace,记录本次 PR review 复核结论与恢复点更新
- 优化 gframework-pr-review 输出,明确 open thread 中的 Addressed in commit 文案仍需本地验证
|
2026-04-19 11:39:21 +08:00 |
|
GeWuYou
|
c44b0667b5
|
docs(ai-plan): 修复治理追踪锚点冲突
- 修复 ai-plan 治理 trace 中重复的 Markdown 标题并追加恢复点后缀,消除 MD024 锚点冲突
- 更新 ai-plan 治理 tracking,记录本次 PR review 修正和文本校验结果
|
2026-04-19 11:35:26 +08:00 |
|
gewuyou
|
c82518aa0d
|
docs(ai-plan): 收口公共计划主题索引
- 重构 ai-plan public 结构为按主题分组并引入归档层级
- 新增 public README worktree 映射并同步 boot 启动入口
- 更新治理 tracking trace 与仓库文档中的 ai-plan 路径约定
|
2026-04-19 10:46:27 +08:00 |
|
GeWuYou
|
ce5a9d5c06
|
fix(ai-plan): 修正文档命令示例的 Markdown 歧义
- 修复 ai-plan 跟踪文档中命令示例的嵌套反引号问题
- 优化 rg 匹配串的 Markdown 渲染稳定性,避免 markdownlint 告警
- 保持原有验证语义不变,仅调整展示层面的文档写法
|
2026-04-19 10:13:28 +08:00 |
|