{ "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" ] } } }