Files
2025-11-30 09:07:28 +08:00

14 lines
446 B
JSON

{
"name": "repomix-explorer",
"description": "AI-powered repository analysis agent using Repomix CLI. Analyzes local and remote repositories intelligently by running repomix commands, then reading and searching the generated output files to answer questions about code structure, patterns, and content.",
"version": "1.1.0",
"author": {
"name": "yamadashy"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}