- Add all 21 commands (clawd, ralph, prometheus*, dexto*) - Add all hooks (intelligent-router, clawd-*, prometheus-wrapper, unified-integration-v2) - Add skills (ralph, prometheus master) - Add MCP servers (registry.json, manager.sh) - Add plugins directory with marketplaces - Add health-check.sh and aliases.sh scripts - Complete repository synchronization with local ~/.claude/ Total changes: 100+ new files added All integrations now fully backed up in repository 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
40 lines
1010 B
JSON
40 lines
1010 B
JSON
{
|
|
"name": "prometheus",
|
|
"description": "Prometheus multi-agent code analysis system - Automated issue resolution, feature implementation, and intelligent code context retrieval using knowledge graphs",
|
|
"version": "1.0.0",
|
|
"author": "EuniAI",
|
|
"homepage": "https://github.com/EuniAI/Prometheus",
|
|
"repository": "https://github.com/EuniAI/Prometheus",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"multi-agent",
|
|
"code-analysis",
|
|
"bug-fixing",
|
|
"feature-implementation",
|
|
"knowledge-graph",
|
|
"langgraph",
|
|
"neo4j"
|
|
],
|
|
"capabilities": [
|
|
"issue-classification",
|
|
"bug-reproduction",
|
|
"patch-generation",
|
|
"context-retrieval",
|
|
"feature-planning",
|
|
"test-validation"
|
|
],
|
|
"triggers": [
|
|
"analyze issue",
|
|
"fix bug",
|
|
"implement feature",
|
|
"code context",
|
|
"prometheus"
|
|
],
|
|
"integrations": {
|
|
"neo4j": "Knowledge graph storage",
|
|
"docker": "Containerized testing",
|
|
"langgraph": "Agent orchestration",
|
|
"ast": "Code parsing"
|
|
}
|
|
}
|