You'll notice
Routine, private writes to your own org's artifacts can now skip the approval prompt
What
Claude Code's permission logic for writing to artifacts (files or outputs Claude creates) has a new automatic-approval path. A write is now approved without asking the user when all of the following are true:
- it's a routine write
- the artifact is not public
- the caller already has write access
- the write wasn't invited by another organization
This applies even when the turn wasn't started by a human.
Why
This cuts down on unnecessary approval prompts for writes that are low-risk and entirely within the user's own organization, while writes involving other organizations or public artifacts still go through the normal ask path.