Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:16 +08:00
commit fe36ec86de
6 changed files with 226 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "codanna-cc",
"description": "Codanna code intelligence integration for Claude Code - semantic search, symbol analysis, and call graph exploration",
"version": "0.1.3",
"author": {
"name": "bartolli"
},
"commands": [
"./commands/x-ray.md",
"./commands/symbol.md"
],
"mcp": [
"./.mcp.json"
]
}