✨ 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>
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
{
|
|
"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"
|
|
}
|
|
} |