Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:12 +08:00
commit 946e3c351f
5 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "codanna-cc-plugin",
"description": "Codanna code intelligence integration for Claude Code - semantic search, symbol analysis, and call graph exploration",
"version": "0.1.0",
"author": {
"name": "bartolli"
},
"commands": [
"./commands"
]
}