mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Core component installation was missing the component registration step, causing post-installation validation to fail with "Core component not registered in metadata" while commands and MCP components passed. Added missing add_component_registration() call in CoreComponent.install() to match the pattern used by other components. Fixes validation error without affecting functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>