From 2017dc6332fc438e911b9a3ce6e1180b35d2d93d Mon Sep 17 00:00:00 2001 From: mars167 Date: Fri, 30 Jan 2026 01:13:58 +0800 Subject: [PATCH 1/2] fix: escape parentheses in Mermaid diagram node labels --- .git-ai/lancedb.tar.gz | 4 ++-- README.md | 2 +- README.zh-CN.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.git-ai/lancedb.tar.gz b/.git-ai/lancedb.tar.gz index 5af42c0..66533b3 100644 --- a/.git-ai/lancedb.tar.gz +++ b/.git-ai/lancedb.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab12d19c0ba8f85eedf38614f1d12621a0ac7c5a2580b6acdf656d9d3b896f57 -size 84369 +oid sha256:467e1174da8160646eddd5e3f8891c214e6589474f4a491df340437c3385a4e8 +size 84389 diff --git a/README.md b/README.md index e9fe3d0..cf0d1aa 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Claude will automatically invoke git-ai tools to provide deep analysis. *Enablin ```mermaid graph TB - A[Git Repository] -->|On Commit| B[DSR (Deterministic Semantic Record)] + A[Git Repository] -->|On Commit| B["DSR (Deterministic Semantic Record)"] B --> C[.git-ai/dsr/.json
Semantic Snapshot] C -->|Index Rebuild| D[LanceDB Vector DB] C -->|Index Rebuild| E[CozoDB Graph DB] diff --git a/README.zh-CN.md b/README.zh-CN.md index 843ecae..eba99da 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -168,7 +168,7 @@ Claude 会自动调用 git-ai 的工具,为你提供深入的分析。*让 AI ```mermaid graph TB - A[Git 仓库] -->|每次提交| B[DSR (Deterministic Semantic Record)] + A[Git 仓库] -->|每次提交| B["DSR (Deterministic Semantic Record)"] B --> C[.git-ai/dsr/.json
语义快照] C -->|索引重建| D[LanceDB 向量库] C -->|索引重建| E[CozoDB 图数据库] From bb66810af632db2c115914e0a87f08433257deab Mon Sep 17 00:00:00 2001 From: mars167 Date: Fri, 30 Jan 2026 01:16:37 +0800 Subject: [PATCH 2/2] fix: escape special characters in Mermaid diagram node labels --- .git-ai/lancedb.tar.gz | 4 ++-- README.md | 6 +++--- README.zh-CN.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.git-ai/lancedb.tar.gz b/.git-ai/lancedb.tar.gz index 66533b3..40f8fef 100644 --- a/.git-ai/lancedb.tar.gz +++ b/.git-ai/lancedb.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:467e1174da8160646eddd5e3f8891c214e6589474f4a491df340437c3385a4e8 -size 84389 +oid sha256:602322a04f5a62790ca9009b06b1a426dc1043c886b4b6549b3b8e1e6b4b74d2 +size 84364 diff --git a/README.md b/README.md index cf0d1aa..dbaa236 100644 --- a/README.md +++ b/README.md @@ -169,14 +169,14 @@ Claude will automatically invoke git-ai tools to provide deep analysis. *Enablin ```mermaid graph TB A[Git Repository] -->|On Commit| B["DSR (Deterministic Semantic Record)"] - B --> C[.git-ai/dsr/.json
Semantic Snapshot] + B --> C[".git-ai/dsr/.json
Semantic Snapshot"] C -->|Index Rebuild| D[LanceDB Vector DB] C -->|Index Rebuild| E[CozoDB Graph DB] D --> F[MCP Server] E --> F - F -->|Tool Call| G[AI Agent
Claude Desktop / Trae] + F -->|Tool Call| G["AI Agent
Claude Desktop / Trae"] F -->|CLI| H[Developer] - C -->|Cross-Version| I{Semantic Timeline
Traceable, Comparable, Evolvable} + C -->|Cross-Version| I{"Semantic Timeline
Traceable, Comparable, Evolvable"} style B fill:#e1f5ff style C fill:#e8f5e9 diff --git a/README.zh-CN.md b/README.zh-CN.md index eba99da..d6dc99c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -174,9 +174,9 @@ graph TB C -->|索引重建| E[CozoDB 图数据库] D --> F[MCP Server] E --> F - F -->|工具调用| G[AI Agent
Claude Desktop / Trae] + F -->|工具调用| G["AI Agent
Claude Desktop / Trae"] F -->|命令行| H[开发者] - C -->|跨版本| I{语义时间线
可追溯、可比对、可演进} + C -->|跨版本| I{"语义时间线
可追溯、可比对、可演进"} style B fill:#e1f5ff style C fill:#e8f5e9