diff --git a/.claude/settings.json b/.claude/settings.json index eaa38350..4aeae823 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,14 +1,14 @@ { - "permissions": { - "allow": [] - }, "attribution": { - "pr": "🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---\n\nBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the [project license](https://github.com/awslabs/agent-plugins/blob/main/LICENSE)." + "pr": "Generated with [Claude Code](https://claude.com/claude-code)\n\n---\n\nBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the [project license](https://github.com/awslabs/agent-plugins/blob/main/LICENSE)." }, "enabledPlugins": { - "code-review@claude-plugins-official": true, - "pr-review-toolkit@claude-plugins-official": true, "claude-md-management@claude-plugins-official": true, - "plugin-dev@claude-plugins-official": true + "code-review@claude-plugins-official": true, + "plugin-dev@claude-plugins-official": true, + "pr-review-toolkit@claude-plugins-official": true + }, + "permissions": { + "allow": [] } }