From 850d94c2890f37d4b1c57e9de84d481cc742abc0 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust <345885+scottschreckengaust@users.noreply.github.com> Date: Wed, 25 Feb 2026 20:04:46 +0000 Subject: [PATCH 1/2] fix(lint): pretty up JSON Signed-off-by: Scott Schreckengaust <345885+scottschreckengaust@users.noreply.github.com> --- .claude/settings.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index eaa38350..a818e4be 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": "\ud83e\udd16 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": [] } } From 92abd59963edb9589745d1ca3897fb19f60f6923 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust <345885+scottschreckengaust@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:08:14 +0000 Subject: [PATCH 2/2] fix: only allow Basic Multilingual Plane (BMP) Signed-off-by: Scott Schreckengaust <345885+scottschreckengaust@users.noreply.github.com> --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index a818e4be..4aeae823 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,6 +1,6 @@ { "attribution": { - "pr": "\ud83e\udd16 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": { "claude-md-management@claude-plugins-official": true,