feat: add semantic graph design for static code analysis

- Introduced a comprehensive design document for a Code Semantic Graph aimed at enhancing static analysis capabilities.
- Defined the architecture, core components, and implementation steps for analyzing function calls, data flow, and dependencies.
- Included detailed specifications for nodes and edges in the graph, along with database schema for storage.
- Outlined phases for implementation, technical challenges, success metrics, and application scenarios.
This commit is contained in:
catlog22
2025-12-15 09:47:18 +08:00
parent d91477ad80
commit 3ffb907a6f
17 changed files with 4557 additions and 261 deletions

View File

@@ -1,22 +1,11 @@
{
"mcpServers": {
"test-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"D:/Claude_dms3"
]
},
"ccw-tools": {
"command": "npx",
"args": [
"-y",
"ccw-mcp"
],
"env": {
"CCW_ENABLED_TOOLS": "write_file,edit_file,codex_lens,smart_search"
}
]
}
}
}
}