Files
WhispAssist/.claude/settings.json
T
iamdoubz 5757cd7345 Phase 4
2026-07-01 07:53:23 -05:00

17 lines
267 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "memanto memory sync --project-dir .",
"timeout": 30
}
]
}
]
}
}