Initial commit
This commit is contained in:
39
.claude-plugin/plugin.json
Normal file
39
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user