/plugin marketplace add tsl-imperial/claude-memory-plugin/plugin install memory-system@tsl-claude-pluginsDefined in ./hooks.json
{
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "if [ -f '_memory/TOC.md' ]; then echo '🚨 MEMORY CHECK REQUIRED: Read _memory/TOC.md before investigating issues or implementing features. Search Quick Reference for relevant solutions. Only proceed without memory if no match exists. After solving issues, run /documentmemory to capture knowledge.'; else echo '💡 Memory system not initialized. Run /memory-init to set up institutional memory for this project.'; fi"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}