24 lines
732 B
JSON
24 lines
732 B
JSON
{
|
|
"name": "rag-multi-agent-framework-plugin",
|
|
"description": "Local RAG plugin with Multi-Agent Framework orchestration for context-aware development assistance",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "ItMeDiaTech",
|
|
"email": "",
|
|
"url": "https://github.com/ItMeDiaTech"
|
|
},
|
|
"commands": [
|
|
"./.claude/commands/rag-query.md",
|
|
"./.claude/commands/rag-index.md",
|
|
"./.claude/commands/rag-status.md",
|
|
"./.claude/commands/rag-save.md",
|
|
"./.claude/commands/rag-searches.md",
|
|
"./.claude/commands/rag-exec.md",
|
|
"./.claude/commands/rag-graph.md",
|
|
"./.claude/commands/rag-metrics.md",
|
|
"./.claude/commands/rag-query-advanced.md"
|
|
],
|
|
"hooks": [
|
|
"./.claude-plugin/hooks.json"
|
|
]
|
|
} |