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 +- `