diff --git a/claude_code_partials_detailed_prompt.txt b/claude_code_partials_detailed_prompt.txt index f6ae077..002f68c 100644 --- a/claude_code_partials_detailed_prompt.txt +++ b/claude_code_partials_detailed_prompt.txt @@ -8,8 +8,6 @@ Use Gitea issues as the source of truth: Important instruction: - Do NOT rotate or change the admin password during this pass. -- Treat admin password rotation as a final manual ops step after all code and config fixes are complete and verified. -- If you mention password rotation in comments or summaries, explicitly mark it as "LAST STEP". First, re-verify the repo state before changing anything. Do not trust prior summaries blindly. @@ -86,10 +84,6 @@ Instructions: - If an issue is still partial, say so directly. - Avoid renaming something and then claiming the underlying architectural concern is solved. -Manual ops note: -- Admin password rotation is intentionally deferred. -- If referenced, mark it exactly as: `LAST STEP: rotate admin password after all remaining fixes are complete and verified.` - Final output format: - `Completed:` - `Partial:` diff --git a/frontend-v2/src/lib/components/layout/Navbar.svelte b/frontend-v2/src/lib/components/layout/Navbar.svelte index 482691f..81d8341 100644 --- a/frontend-v2/src/lib/components/layout/Navbar.svelte +++ b/frontend-v2/src/lib/components/layout/Navbar.svelte @@ -44,21 +44,7 @@ {/if} {#if showApp('fitness')} - + Fitness {/if} {#if showApp('inventory')}