diff --git a/.gitignore b/.gitignore index a05f276..ff8d6ae 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.planning/config.json b/.planning/config.json index 034b1fd..5b635c3 100644 --- a/.planning/config.json +++ b/.planning/config.json @@ -92,5 +92,9 @@ "graphify": { "enabled": true, "auto_update": true + }, + "mempalace": { + "enabled": true, + "wing": "familysync" } }