This commit is contained in:
iamdoubz
2026-07-01 07:53:23 -05:00
parent 357d6cf842
commit 5757cd7345
14 changed files with 1354 additions and 57 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "memanto memory sync --project-dir .",
"timeout": 30
}
]
}
]
}
}