Initial commit: Claude Code Hooks with Diátaxis documentation
✨ Features: - 🧠 Shadow learner that builds intelligence from command patterns - 🛡️ Smart command validation with safety checks - 💾 Automatic context monitoring and backup system - 🔄 Session continuity across Claude restarts 📚 Documentation: - Complete Diátaxis-organized documentation - Learning-oriented tutorial for getting started - Task-oriented how-to guides for specific problems - Information-oriented reference for quick lookup - Understanding-oriented explanations of architecture 🚀 Installation: - One-command installation script - Bootstrap prompt for installation via Claude - Cross-platform compatibility - Comprehensive testing suite 🎯 Ready for real-world use and community feedback! 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
commit
162ca67098
34 changed files with 5904 additions and 0 deletions
12
config/hooks.json.template
Normal file
12
config/hooks.json.template
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"hooks": {
|
||||
"UserPromptSubmit": "python3 {{INSTALL_PATH}}/hooks/context_monitor.py",
|
||||
"PreToolUse": {
|
||||
"Bash": "python3 {{INSTALL_PATH}}/hooks/command_validator.py"
|
||||
},
|
||||
"PostToolUse": {
|
||||
"*": "python3 {{INSTALL_PATH}}/hooks/session_logger.py"
|
||||
},
|
||||
"Stop": "python3 {{INSTALL_PATH}}/hooks/session_finalizer.py"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue