Files
gh-claudeforge-marketplace-…/.claude-plugin/plugin.json
2025-11-29 18:14:29 +08:00

39 lines
940 B
JSON

{
"name": "enterprise-workspace",
"description": "Complete workspace management platform with architecture governance, compliance tracking, and automated validation",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/workspace-architect.md",
"./agents/compliance-auditor.md"
],
"commands": [
"./commands/workspace-init.md",
"./commands/workspace-sync.md",
"./commands/workspace-audit.md"
],
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate-workspace.sh"
}
]
}
]
},
"mcp": {
"workspace-state": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/workspace-server.js"
]
}
}
}