From eebc370cb25d6aed767545a3103a3e7a092b4704 Mon Sep 17 00:00:00 2001 From: Wuesteon Date: Mon, 15 Dec 2025 14:14:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20update=20runtime=20URL?= =?UTF-8?q?=20injection=20checklist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark all 7 web apps with backends as using the correct dynamic URL pattern after recent fixes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/guidelines/sveltekit-web.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.claude/guidelines/sveltekit-web.md b/.claude/guidelines/sveltekit-web.md index 4a69dd273..c149c4dfc 100644 --- a/.claude/guidelines/sveltekit-web.md +++ b/.claude/guidelines/sveltekit-web.md @@ -799,18 +799,20 @@ Docker containers can reach each other by service name (`mana-core-auth`), but b ### Apps Using This Pattern Correctly -- ✅ `chat/apps/web` - Has `hooks.server.ts` with runtime injection -- ✅ `todo/apps/web` - Fixed -- ✅ `calendar/apps/web` - Fixed -- ✅ `clock/apps/web` - Fixed +All web apps with backends now use the runtime injection pattern: -### Apps That Still Need Fixing +- ✅ `chat/apps/web` +- ✅ `picture/apps/web` +- ✅ `zitare/apps/web` +- ✅ `contacts/apps/web` +- ✅ `calendar/apps/web` +- ✅ `clock/apps/web` +- ✅ `todo/apps/web` -- ❌ `contacts/apps/web` -- ❌ `manadeck/apps/web` -- ❌ `manacore/apps/web` -- ❌ `zitare/apps/web` -- ❌ `picture/apps/web` +### Apps That May Need Fixing + +- ❓ `manadeck/apps/web` - Check if using dynamic URLs +- ❓ `manacore/apps/web` - Check if using dynamic URLs ### Quick Checklist for New SvelteKit Apps