chore(hooks): switch push/main-bookmark guard from hard-block to ask-prompt
Changes the block-push.mjs PreToolUse:Bash hook from a hard rejection (stderr + exit 20) to a permission-prompt request via the documented permissionDecision: 'ask' shape. The user gets the standard tool-permission prompt and can approve or deny inline, instead of having to retry the command via the ! prefix. Same trigger patterns (jj git push, git push, jj bookmark set main, etc.) — only the response shape changed.