From 46eaf070eafc19636e75856dc22dfbfaf8308f4f Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 17 Jun 2026 20:12:50 -0400 Subject: [PATCH] chore: enable MemPalace for project and ignore per-project files Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 4 ++++ .planning/config.json | 4 ++++ 2 files changed, 8 insertions(+) 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" } }