From 0ac54b5eb88cec4410921fbd574562c6df6e68c3 Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Sat, 17 Jan 2026 16:34:01 -0500 Subject: [PATCH 1/2] Add policyengine-claude plugin auto-install Co-Authored-By: Claude --- .claude/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 000000000..647162e29 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,10 @@ +{ + "plugins": { + "marketplaces": [ + "PolicyEngine/policyengine-claude" + ], + "auto_install": [ + "country-models@policyengine-claude" + ] + } +} From 6b4295af7712639779d3e875bf347c49bdcb8e2d Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Sun, 18 Jan 2026 15:36:01 -0500 Subject: [PATCH 2/2] Add changelog entry --- changelog_entry.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 0f6ab7677..b46584867 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +1,4 @@ -- bump: patch +- bump: minor changes: changed: - - Added household-level impact analysis by pension contributions to UK income tax and NI reforms blog post + - Added policyengine-claude plugin auto-install configuration.