settings-local-json-wildcards-inherited-by-subagents-reduce-stalls

The permissions.allow entries in settings.local.json are fully inherited by all dispatched subagents. Without Edit() and Write() wildcards covering workspace directory trees, every file modification triggers an interactive permission prompt that indefinitely stalls the subagent. Minimum required patterns are Edit/Write wildcards for all workspace directories (Edit(/root/aj-workspace/**), etc.) plus Bash wildcards for common CLIs (Bash(git *:*), Bash(npm *:*)). This expanded capability while reducing the entry count from 225 to 155 by replacing per-file entries with broad-safe patterns.