{ "memory": { "enableManagedAutoMemory": true, "enableManagedAutoDream": true }, "hooks": { "SessionStart": [ { "matcher": "*", "hooks": [ { "type": "command", "command": "$QWEN_PROJECT_DIR/.qwen/hooks/inject_memory.py", "name": "sqlite-memory-session", "timeout": 10000 }, { "type": "command", "command": "$QWEN_PROJECT_DIR/.qwen/hooks/log_event.py", "name": "sqlite-log-session", "async": true } ] } ], "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "$QWEN_PROJECT_DIR/.qwen/hooks/inject_memory.py", "name": "sqlite-memory-prompt", "timeout": 10000 }, { "type": "command", "command": "$QWEN_PROJECT_DIR/.qwen/hooks/log_event.py", "name": "sqlite-log-prompt", "async": true } ] } ], "PostToolUse": [ { "matcher": "*", "hooks": [ { "type": "command", "command": "$QWEN_PROJECT_DIR/.qwen/hooks/log_event.py", "name": "sqlite-log-tool", "async": true } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "$QWEN_PROJECT_DIR/.qwen/hooks/log_event.py", "name": "sqlite-log-stop", "async": true } ] } ] } }