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:
NomenAK
2025-08-05 22:20:42 +02:00
parent cee59e343c
commit 73dfcbb228
30 changed files with 5365 additions and 40 deletions

View File

@@ -11,16 +11,19 @@ project_profile:
learned_optimizations:
file_patterns:
high_frequency_files:
- "/SuperClaude/Commands/*.md"
- "/SuperClaude/Core/*.md"
- "/SuperClaude/Modes/*.md"
patterns:
- "commands/*.md"
- "Core/*.md"
- "Modes/*.md"
- "MCP/*.md"
frequency_weight: 0.9
cache_priority: "high"
structural_patterns:
- "markdown documentation with YAML frontmatter"
- "python scripts with comprehensive docstrings"
- "modular architecture with clear separation"
patterns:
- "markdown documentation with YAML frontmatter"
- "python scripts with comprehensive docstrings"
- "modular architecture with clear separation"
optimization: "maintain full context for these patterns"
workflow_optimizations: