From ce5a9d5c06d5809d6f705cf3780d09b05e27443c Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:13:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(ai-plan):=20=E4=BF=AE=E6=AD=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=91=BD=E4=BB=A4=E7=A4=BA=E4=BE=8B=E7=9A=84=20Markdo?= =?UTF-8?q?wn=20=E6=AD=A7=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 ai-plan 跟踪文档中命令示例的嵌套反引号问题 - 优化 rg 匹配串的 Markdown 渲染稳定性,避免 markdownlint 告警 - 保持原有验证语义不变,仅调整展示层面的文档写法 --- ai-plan/public/todos/cqrs-rewrite-migration-tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-plan/public/todos/cqrs-rewrite-migration-tracking.md b/ai-plan/public/todos/cqrs-rewrite-migration-tracking.md index a958acfe..6c52969a 100644 --- a/ai-plan/public/todos/cqrs-rewrite-migration-tracking.md +++ b/ai-plan/public/todos/cqrs-rewrite-migration-tracking.md @@ -686,7 +686,7 @@ ### 阶段:RP-041 验证 -- `rg -n "using GFramework\\.SourceGenerators\\.Abstractions\\.|### GFramework\\.SourceGenerators|GFramework\\.SourceGenerators 自动生成|`GFramework\\.SourceGenerators` 现在还会分析" docs/zh-CN` +- `rg -n "using GFramework\\.SourceGenerators\\.Abstractions\\.|### GFramework\\.SourceGenerators|GFramework\\.SourceGenerators 自动生成|GFramework\\.SourceGenerators 现在还会分析" docs/zh-CN` - 结果:通过 - 备注:`docs/zh-CN/**` 中上述旧公开命名空间与旧聚合表述已清理完毕