gewuyou
|
ce6bab2301
|
docs(review): 收口PR反馈与技能描述
- 修复 gframework-doc-refresh skill 描述中的 YAML 解析问题
- 补充 Game Scene 与 UI 接入目录和文件约定
- 归档文档治理已闭环 trace 并更新当前恢复点
|
2026-04-22 09:57:58 +08:00 |
|
gewuyou
|
1239fb4651
|
refactor(skills): 统一文档刷新技能入口
- 新增 gframework-doc-refresh 统一技能入口,并补齐模块扫描、证据顺序、模板与校验脚本
- 更新共享文档规范与模块映射,收口源码模块到 README、docs 和 ai-libs 的固定关联
- 删除旧 vitepress-* 公开技能定义,避免继续以文档类型拆分入口
- 同步 documentation-governance-and-refresh 的恢复点、风险和下一步
|
2026-04-22 09:13:22 +08:00 |
|
GeWuYou
|
d836ec8027
|
docs(agents): 修复提交正文换行约束
- 补充 Git 提交规则,禁止使用 Bash $"..." 传递多行 commit body
- 规定多行正文应改用多个 -m 或 ANSI-C $... 引号,避免字面量 \n 被写入提交信息
- 验证 docs 站点构建通过
|
2026-04-21 16:46:25 +08:00 |
|
GeWuYou
|
48e45787f3
|
docs(source-generators): 收口上下文与优先级生成器文档
- 重写 ContextAware 与 Priority 专题页,按当前生成成员、priority-aware API 和兼容边界说明使用方式\n- 更新 documentation-governance-and-refresh 的 tracking 与 trace,记录 RP-007 与后续 Godot 生成器核对重点\n- 验证 docs 站点构建通过
|
2026-04-21 16:26:13 +08:00 |
|
GeWuYou
|
da707c7b4f
|
docs(game): 收口场景与UI专题文档
- 重写 game/scene 与 game/ui 专题页,按当前 router、factory、root、输入与暂停语义说明接入方式\n- 更新 documentation-governance-and-refresh 的 tracking 与 trace,记录 RP-006 与后续 source-generators 核对重点\n- 验证 docs 站点构建通过
|
2026-04-21 16:08:05 +08:00 |
|
gewuyou
|
9ccfed3ad9
|
Merge pull request #265 from GeWuYou/fix/analyzer-warning-reduction-batch
Fix/analyzer warning reduction batch
|
2026-04-21 15:08:56 +08:00 |
|
gewuyou
|
4d306498b9
|
Merge pull request #266 from GeWuYou/docs/sdk-update-documentation
docs(core): 收口 Core 事件属性与日志专题页
|
2026-04-21 14:09:11 +08:00 |
|
GeWuYou
|
4a779ac794
|
fix(tooling): 优化 PR review 输出收窄流程
- 新增 gframework-pr-review 脚本的 JSON 落盘、section 过滤与 path 过滤能力
- 更新文本输出截断与 skill 用法说明以减少超长 review JSON 漏看风险
- 更新 analyzer-warning-reduction 的 tracking 与 trace 以记录 RP-012 验证结果
|
2026-04-21 14:04:12 +08:00 |
|
GeWuYou
|
a5a35ce6ed
|
docs(core): 收口 Core 事件属性与日志专题页
- 更新 Core events、property 与 logging 专题页,改回当前公开入口、边界与迁移建议
- 记录 state-management 与 coroutine 的复核结论,明确本轮无需继续机械改写
- 推进 documentation-governance-and-refresh 到 RP-005,并更新下一恢复点到 game 与 source-generators 栏目
|
2026-04-21 13:07:38 +08:00 |
|
GeWuYou
|
240fc761ed
|
fix(events): 修复事件监听器计数偏差
- 修复 Event 泛型事件默认 no-op 委托导致的 GetListenerCount off-by-one
- 补充 Event 单参数与双参数监听器计数回归测试
- 更新 analyzer-warning-reduction 的 tracking 与 trace 以记录 RP-011 验证结果
|
2026-04-21 13:01:05 +08:00 |
|
GeWuYou
|
aa78dfbf51
|
fix(core): 修复 PR review 回归问题
- 修复 CoroutineScheduler 在零初始容量下的扩容边界并补充回归测试
- 修复 Store dispatch 快照阶段的异常回滚逻辑并补充异常安全测试
- 更新 analyzer-warning-reduction 的 tracking 与 trace 以记录 RP-010 验证结果
|
2026-04-21 12:56:28 +08:00 |
|
gewuyou
|
c61ee140a1
|
Merge branch 'main' into fix/analyzer-warning-reduction-batch
|
2026-04-21 12:44:28 +08:00 |
|
gewuyou
|
2c678cbdda
|
Merge pull request #264 from GeWuYou/docs/sdk-update-documentation
docs: Realign Core/Game documentation with current APIs and ai-libs reference implementations
|
2026-04-21 12:44:01 +08:00 |
|
GeWuYou
|
233195df91
|
docs(core): 补齐导航链接并收口追踪告警
- 更新 core landing page 的 Godot 与 Source Generators 导航入口为可点击链接
- 修复 documentation-governance-and-refresh active trace 的重复标题并消除 MD024 告警
- 补充 tracking 与 trace 的恢复点、验证记录和 PR review 跟进结论
|
2026-04-21 12:34:37 +08:00 |
|
GeWuYou
|
33c435bad5
|
refactor(core): 收拢泛型家族文件以清理MA0048
- 重构 Command 与 Query 抽象基类文件布局,合并同名泛型家族到基名文件
- 迁移泛型 Event 类型到 Event.cs,保持公共 API 与行为不变
- 更新 analyzer warning reduction 的 RP-009 跟踪与验证结果
|
2026-04-21 12:31:24 +08:00 |
|
GeWuYou
|
26d5d84d26
|
fix(pr-review): 修复 CodeRabbit 非空评审解析
- 修复最新 head commit 上空 APPROVED review 覆盖非空 COMMENTED review 的选择逻辑
- 保持最新 review 元数据输出不变,并新增用于结构化解析的非空 CodeRabbit review 选择
- 验证当前分支 PR 可重新提取 Nitpick comments
|
2026-04-21 12:30:53 +08:00 |
|
GeWuYou
|
035c7db18e
|
docs(ai-plan): 更新 warning 批处理策略
- 更新 analyzer warning reduction 的恢复策略,明确按类型优先批处理
- 补充单次 boot 的文件改动上限与非冲突 subagent 并行规则
- 修正文档措辞,明确低数量时可顺手吸收其他低冲突类型而非特指 MA0015 和 MA0077
|
2026-04-21 11:40:32 +08:00 |
|
GeWuYou
|
f044aeb770
|
fix(analyzer): 收敛 CoroutineScheduler 长方法 warning
- 重构 CoroutineScheduler 的启动与完成清理阶段,降低 MA0051 并保持取消与完成语义
- 补充辅助方法注释,保留标签分组、统计和等待者唤醒顺序
- 更新 analyzer warning reduction 的恢复点与验证记录
|
2026-04-21 11:17:47 +08:00 |
|
GeWuYou
|
ec0c9a7bc8
|
fix(analyzer): 收敛 Store 长方法 warning
- 重构 Store 的 dispatch 进入提交退出阶段,降低 MA0051 并保持锁与通知语义
- 重构 reducer 快照创建流程,保留多态匹配的稳定排序规则
- 更新 analyzer warning reduction 的恢复点与验证记录
|
2026-04-21 10:30:20 +08:00 |
|
gewuyou
|
b553d7cbc6
|
Merge pull request #263 from GeWuYou/fix/analyzer-warning-reduction-batch
Fix/analyzer warning reduction batch
|
2026-04-21 09:31:32 +08:00 |
|
GeWuYou
|
ff1996e81b
|
refactor(pause): 收口 PauseStackManager 长方法告警
- 重构 PauseStackManager 的销毁与 Pop 流程,拆分锁内状态迁移与锁外通知阶段
- 新增 PauseStackManager 销毁恢复通知回归测试,覆盖多暂停组销毁补发行为
- 更新 analyzer warning reduction 主题的 active tracking 与 trace,记录 RP-005 验证结果和下一恢复点
|
2026-04-21 09:18:20 +08:00 |
|
GeWuYou
|
60faf8eaff
|
docs(core): 重写核心专题页文档
- 更新 architecture、context、lifecycle、command、query 与 cqrs 页面,使其对齐当前公开 API 与初始化语义
- 移除 Init、属性式总线、旧输入赋值示例和已移除的 Mediator 兼容入口等过时说明
- 补充 documentation-governance-and-refresh 主题的恢复点、验证结果与下一步专题页计划
|
2026-04-21 09:14:06 +08:00 |
|
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 |
|