Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:14 +08:00
commit 150b6aa82c
5 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "codanna",
"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"
]
}