fix: mobile drawer chrome parity with desktop sidebar (MOBILE-SHELL-PARITY) #27

Merged
bert.hausmans merged 9 commits from feat/mobile-shell-parity into main 2026-06-03 13:28:23 +02:00
Showing only changes of commit eb2104ada4 - Show all commits

View File

@@ -36,8 +36,8 @@ if echo "$path" | grep -Eq '(^|/)apps/admin/'; then
block "apps/admin/ was deleted in WS-3 and must not return" "Use apps/app/ (Organizer SPA, includes Platform Admin under /platform/*)"
fi
# .claude/ tooling self-modification
if echo "$path" | grep -Eq '(^|/)\.claude/'; then
# .claude/ tooling self-modification (allow ephemeral agent worktrees under .claude/worktrees/)
if echo "$path" | grep -Eq '(^|/)\.claude/' && ! echo "$path" | grep -Eq '(^|/)\.claude/worktrees/'; then
block "tooling self-modification — Bert reviews .claude/ changes by hand" "Open the file in an editor outside Claude Code, or ask Bert to authorize the change explicitly"
fi