From af96f7c2341ef44748d9d888368fed5632cb8b8b Mon Sep 17 00:00:00 2001 From: beo3000 Date: Tue, 3 Mar 2026 10:04:10 +0100 Subject: [PATCH] upd mem --- .claude/settings.local.json | 3 ++- home-claude/settings.json | 14 ++++++++++++ memory/projects/aims/MEMORY.md | 31 +++++++++++++++++++++++++++ memory/projects/claude-meta/MEMORY.md | 10 ++++++++- 4 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 memory/projects/aims/MEMORY.md diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 93fbf69..d24584a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,7 +5,8 @@ "Bash(get-childitem:*)", "WebFetch(domain:geminicli.com)", "WebFetch(domain:google-gemini.github.io)", - "Bash(Get-ChildItem \"C:\\\\work\\\\claude-meta\\\\home-claude\")" + "Bash(Get-ChildItem \"C:\\\\work\\\\claude-meta\\\\home-claude\")", + "Bash(npx:*)" ] } } diff --git a/home-claude/settings.json b/home-claude/settings.json index ffdcc1f..1457e80 100644 --- a/home-claude/settings.json +++ b/home-claude/settings.json @@ -50,6 +50,20 @@ ], "defaultMode": "acceptEdits" }, + "mcpServers": { + "playwright": { + "command": "npx", + "args": ["@playwright/mcp@latest", "--browser", "chromium", "--headed"] + }, + "postgres": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-postgres", + "postgresql://krah:krah_dev_pw@localhost:5432/krah_prodb" + ] + } + }, "enabledPlugins": { "csharp-lsp@claude-plugins-official": true }, diff --git a/memory/projects/aims/MEMORY.md b/memory/projects/aims/MEMORY.md new file mode 100644 index 0000000..c730f41 --- /dev/null +++ b/memory/projects/aims/MEMORY.md @@ -0,0 +1,31 @@ +# AIMS Project Memory + +## Razor Pages Migration (Branch: feat/razor-pages-migration) +- Dashboard (`/`) and Goals List (`/goals`) migrated to Razor Pages +- Blazor `@page` directives removed from `Dashboard.razor` and `GoalsList.razor` +- NavMenu.razor: `ForceLoad="true"` on Dashboard and Ziele links +- MainLayout.razor: `ToggleDarkMode` now writes `aims-dark-mode` cookie via JS Interop + +### Key gotchas +- `