Files
gh-gsornsen-mycelium-plugin…/.claude-plugin/plugin.json
2025-11-29 18:29:36 +08:00

19 lines
529 B
JSON

{
"name": "mycelium-core",
"description": "Distributed intelligence system with 130+ expert agents across 11 domains, dual-mode coordination (Redis/TaskQueue/Markdown), real-time pub/sub messaging, and durable Temporal workflows. Like nature's mycelial networks.",
"version": "1.0.0",
"author": {
"name": "Gerald Sornsen",
"email": "gsornsen@gmail.com",
"url": "https://github.com/gsornsen/mycelium"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}