chore: enable MemPalace for project and ignore per-project files

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-06-17 20:12:50 -04:00
co-authored by Claude Opus 4.8
parent 4b635784e4
commit 46eaf070ea
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -62,3 +62,7 @@ graphify-out/
apps/pwa/test-results/
apps/pwa/playwright-report/
apps/pwa/blob-report/
# MemPalace per-project files (issue #185)
mempalace.yaml
entities.json
+4
View File
@@ -92,5 +92,9 @@
"graphify": {
"enabled": true,
"auto_update": true
},
"mempalace": {
"enabled": true,
"wing": "familysync"
}
}