ReMe/integrations/claude_code/reme/hooks/hooks.json
jinliyl f5ec230fef
feat: add DSH memory integration and organize extensions (#461)
* feat: add DSH memory integration and organize extensions

* fix: support newer DSH release candidates

* fix: address DSH integration review feedback

* fix: handle DSH cross-day retry edge cases
2026-08-20 15:31:51 +08:00

16 lines
357 B
JSON

{
"description": "On stop, record this Claude Code session into ReMe long-term memory (background, async).",
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/auto_memory.py\"",
"timeout": 30
}
]
}
]
}
}