Add the permission $ARGUMENTS to the permissions.allow array in .claude/settings.local.json in the current project directory.
Steps
- Read
.claude/settings.local.json(relative to the current project root). If the file doesn't exist, start from{"permissions": {"allow": []}}. - Check whether
$ARGUMENTSis already present inpermissions.allow. If it is, say so and stop. - Append
"$ARGUMENTS"to thepermissions.allowarray. If thepermissionsorallowkeys don't exist
[Description truncada. Veja o README completo no GitHub.]