15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"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"
|
|
]
|
|
} |