mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
feat: Enhanced Framework-Hooks with comprehensive testing and validation
- Update compression engine with improved YAML handling and error recovery - Add comprehensive test suite with 10 test files covering edge cases - Enhance hook system with better MCP intelligence and pattern detection - Improve documentation with detailed configuration guides - Add learned patterns for project optimization - Strengthen notification and session lifecycle hooks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -292,4 +292,6 @@ class UnifiedConfigLoader:
|
||||
|
||||
|
||||
# Global instance for shared use across hooks
|
||||
config_loader = UnifiedConfigLoader(".")
|
||||
# Use Claude installation directory instead of current working directory
|
||||
import os
|
||||
config_loader = UnifiedConfigLoader(os.path.expanduser("~/.claude"))
|
||||
Reference in New Issue
Block a user