fix: mobile drawer chrome parity with desktop sidebar (MOBILE-SHELL-PARITY) #27
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user