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.
Related
- subagent-stalls-from-missing-edit-write-permissions
- subagent-stall-root-cause-missing-edit-write-wildcards
- subagent-permission-stall-root-cause-and-fix
- settings-local-json-wildcard-strategy-for-subagents
- subagent-stall-root-causes-and-bulletproofing
- settings-local-json-wildcards-inherited-by-subagents-reduce