feat: restore cmdb-assistant plugin and fix marketplace paths

- Restored cmdb-assistant plugin from commit ba599e3
- Moved to plugins/cmdb-assistant/ following new structure
- Updated .mcp.json path to ../../mcp-servers/netbox
- Fixed marketplace.json paths for all plugins (now in plugins/)
- Updated README.md with cmdb-assistant link and structure
- Updated CLAUDE.md governance to include cmdb-assistant

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-11 23:38:07 -05:00
parent e9e425933b
commit dc4f751240
11 changed files with 528 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ AI-guided sprint planning with Gitea and Wiki.js integration. Transforms a prove
**Commands:** `/sprint-plan`, `/sprint-start`, `/sprint-status`, `/sprint-close`, `/labels-sync`
### cmdb-assistant *(Planned)*
### [cmdb-assistant](./plugins/cmdb-assistant/README.md)
**NetBox CMDB Integration**
Full CRUD operations for network infrastructure management directly from Claude Code.
@@ -156,9 +156,13 @@ support-claude-mktplace/
│ │ ├── .claude-plugin/
│ │ ├── commands/
│ │ └── agents/
── project-hygiene/ # Cleanup automation plugin
── project-hygiene/ # Cleanup automation plugin
│ │ ├── .claude-plugin/
│ │ └── hooks/
│ └── cmdb-assistant/ # NetBox CMDB integration
│ ├── .claude-plugin/
── hooks/
── commands/
│ └── agents/
├── mcp-servers/ # Shared MCP servers
│ ├── gitea/
│ ├── wikijs/