Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:29:36 +08:00
commit 046f8881f2
12 changed files with 1666 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "codebase-learning",
"description": "A comprehensive plugin for learning codebase structure, architecture, design patterns, and domain concepts through specialized agents and interactive commands",
"version": "1.0.0",
"author": {
"name": "Jsnn",
"email": "jsnn@example.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}