Claude Code permissions: how allow, ask, and deny actually compose
Claude Code's permission system composes rules from three lists—allow, ask, and deny—with evaluation order deny, then ask, then allow, and specificity determined by the first match, according to a gui…