Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .git-ai/lancedb.tar.gz
Git LFS file not shown
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@ 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/<commit>.json<br/>Semantic Snapshot]
A[Git Repository] -->|On Commit| B["DSR (Deterministic Semantic Record)"]
B --> C[".git-ai/dsr/<commit>.json<br/>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<br/>Claude Desktop / Trae]
F -->|Tool Call| G["AI Agent<br/>Claude Desktop / Trae"]
F -->|CLI| H[Developer]
C -->|Cross-Version| I{Semantic Timeline<br/>Traceable, Comparable, Evolvable}
C -->|Cross-Version| I{"Semantic Timeline<br/>Traceable, Comparable, Evolvable"}

style B fill:#e1f5ff
style C fill:#e8f5e9
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@ 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/<commit>.json<br/>语义快照]
C -->|索引重建| D[LanceDB 向量库]
C -->|索引重建| E[CozoDB 图数据库]
D --> F[MCP Server]
E --> F
F -->|工具调用| G[AI Agent<br/>Claude Desktop / Trae]
F -->|工具调用| G["AI Agent<br/>Claude Desktop / Trae"]
F -->|命令行| H[开发者]
C -->|跨版本| I{语义时间线<br/>可追溯、可比对、可演进}
C -->|跨版本| I{"语义时间线<br/>可追溯、可比对、可演进"}

style B fill:#e1f5ff
style C fill:#e8f5e9
Expand Down