subagent-edit-write-not-in-permissions-causes-stalls

Subagents stall on every file modification when Edit() and Write() patterns are absent from settings.local.json permissions.allow — each tool call triggers an interactive permission prompt the orchestrator has implicitly accepted but the subagent cannot. The fix is pre-approving broad safe wildcard patterns (Edit(/root/aj-workspace/**), Write(/root/aj-workspace/**), Read(*)) so subagents inherit them. Zero pre-approved Edit/Write entries equals zero subagent file-write capability in practice.