Skip to content

Commit dfe5dcf

Browse files
Update PolicyEngine Claude
1 parent d5cd3ba commit dfe5dcf

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.claude-plugin/marketplace.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://claude.ai/schemas/plugin-marketplace.json",
33
"name": "policyengine-claude",
4-
"version": "3.14.4",
4+
"version": "3.14.5",
55
"description": "Complete PolicyEngine knowledge base - for users, analysts, and contributors across the entire PolicyEngine ecosystem",
66
"owner": {
77
"name": "PolicyEngine",
@@ -13,7 +13,7 @@
1313
"description": "Essential PolicyEngine knowledge for all users - understanding the platform, using the web app, and basic concepts",
1414
"source": "./",
1515
"category": "getting-started",
16-
"version": "3.14.4",
16+
"version": "3.14.5",
1717
"keywords": ["beginner", "users", "guide", "basics"],
1818
"author": {
1919
"name": "PolicyEngine",
@@ -33,7 +33,7 @@
3333
"description": "Complete multi-agent workflow for implementing government benefit programs in PolicyEngine country packages",
3434
"source": "./",
3535
"category": "development",
36-
"version": "3.14.4",
36+
"version": "3.14.5",
3737
"keywords": ["tax", "benefits", "microsimulation", "country-models", "rules", "testing"],
3838
"author": {
3939
"name": "PolicyEngine",
@@ -96,7 +96,7 @@
9696
"description": "API development - Flask endpoints, caching, services, and integration patterns",
9797
"source": "./",
9898
"category": "development",
99-
"version": "3.14.4",
99+
"version": "3.14.5",
100100
"keywords": ["api", "flask", "backend", "rest", "endpoints"],
101101
"author": {
102102
"name": "PolicyEngine",
@@ -127,7 +127,7 @@
127127
"description": "React app development - app-v2, standalone tools, Vercel deployment, and PolicyEngine-specific patterns",
128128
"source": "./",
129129
"category": "development",
130-
"version": "3.14.4",
130+
"version": "3.14.5",
131131
"keywords": ["react", "frontend", "app", "ui", "components", "vercel", "interactive-tools"],
132132
"author": {
133133
"name": "PolicyEngine",
@@ -166,7 +166,7 @@
166166
"description": "Policy analysis and research - impact studies, dashboards, notebooks, and visualizations",
167167
"source": "./",
168168
"category": "analysis",
169-
"version": "3.14.4",
169+
"version": "3.14.5",
170170
"keywords": ["analysis", "research", "policy", "impact", "streamlit", "plotly", "notebooks"],
171171
"author": {
172172
"name": "PolicyEngine",
@@ -194,7 +194,7 @@
194194
"description": "Data analysis, survey enhancement, imputation, calibration, and microdata utilities",
195195
"source": "./",
196196
"category": "data",
197-
"version": "3.14.4",
197+
"version": "3.14.5",
198198
"keywords": ["data", "microdata", "survey", "imputation", "calibration", "inequality", "poverty", "ml"],
199199
"author": {
200200
"name": "PolicyEngine",
@@ -222,7 +222,7 @@
222222
"description": "Content generation - social images and posts from blog articles",
223223
"source": "./",
224224
"category": "marketing",
225-
"version": "3.14.4",
225+
"version": "3.14.5",
226226
"keywords": ["content", "social", "marketing", "images"],
227227
"author": {
228228
"name": "PolicyEngine",
@@ -245,7 +245,7 @@
245245
"description": "Complete PolicyEngine knowledge base - all agents, commands, and skills for users, analysts, and contributors",
246246
"source": "./",
247247
"category": "complete",
248-
"version": "3.14.4",
248+
"version": "3.14.5",
249249
"keywords": ["complete", "all", "comprehensive"],
250250
"author": {
251251
"name": "PolicyEngine",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.14.5] - 2026-03-05
9+
10+
### Fixed
11+
12+
- Fix /tmp/ file naming collision in review-program and backdate-program commands by using branch-name-based prefixes
13+
814
## [3.14.4] - 2026-03-05
915

1016
### Changed
@@ -137,6 +143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137143

138144

139145

146+
[3.14.5]: https://github.com/PolicyEngine/policyengine-claude/compare/3.14.4...3.14.5
140147
[3.14.4]: https://github.com/PolicyEngine/policyengine-claude/compare/3.14.3...3.14.4
141148
[3.14.3]: https://github.com/PolicyEngine/policyengine-claude/compare/3.14.2...3.14.3
142149
[3.14.2]: https://github.com/PolicyEngine/policyengine-claude/compare/3.14.1...3.14.2

changelog.d/fix-tmp-collision.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)