Creating a private artifact type now runs an extra permission check before asking you to approve it
Before Claude Code asks you to approve creating a new private artifact from a type, it now runs an additional check first. This check consults a permission-ruling helper tagged type_create, and if that ruling says the action should be confirmed with you (and it hasn't already been remembered as approved for that type and slug), Claude Code returns a 'read' action instead of going straight to the create-artifact approval prompt.
This adds an extra layer of permission checking before creating a new artifact type, potentially changing what prompt or action you see compared to going straight to a create-artifact approval request.