Skip to content

Commit 0d149e1

Browse files
GeneAIclaude
authored andcommitted
security: Upgrade Next.js to 15.5.7 (CVE-2025-55182)
- Fix critical RCE vulnerability in React Server Components - Upgrade next: 15.5.6 → 15.5.7 - Upgrade eslint-config-next: 15.5.6 → 15.5.7 - Update session handoff docs with empathy 2.0.0 status 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 663d252 commit 0d149e1

File tree

4 files changed

+105
-70
lines changed

4 files changed

+105
-70
lines changed

MCP_PUBLISH_CONFIG.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
{
2-
"task": "MCP Registry Publication for MemDocs",
3-
"status": "pending_pypi_update",
2+
"task": "MCP Registry Publication for MemDocs + Empathy PyPI Publication",
3+
"status": "pending_pypi_updates",
44
"created": "2025-11-30",
5+
"updated": "2025-12-05",
6+
7+
"empathy_project": {
8+
"path": "/Users/patrickroebuck/projects/empathy_review_20251109_212721/empathy",
9+
"package_name": "empathy",
10+
"version": "2.0.0",
11+
"status": "built_awaiting_name_claim",
12+
"dist_location": "/Users/patrickroebuck/projects/empathy_review_20251109_212721/empathy/dist/",
13+
"pypi_name_claim_issue": "https://github.com/pypi/support/issues/8401",
14+
"commands_when_approved": [
15+
"cd /Users/patrickroebuck/projects/empathy_review_20251109_212721/empathy",
16+
"python -m twine upload dist/*"
17+
]
18+
},
19+
20+
"empathy_framework_project": {
21+
"path": "/Users/patrickroebuck/empathy_11_6_2025/Empathy-framework",
22+
"package_name": "empathy-framework",
23+
"version": "2.0.0",
24+
"status": "published",
25+
"pypi_url": "https://pypi.org/project/empathy-framework/2.0.0/"
26+
},
527

628
"memdocs_project": {
729
"path": "/Users/patrickroebuck/projects/memdocs",

SESSION_HANDOFF_SUGGESTIONS.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Session Handoff: Strategic Suggestions & Pending Tasks
22

3-
**Date:** 2025-11-30
4-
**Projects:** Empathy Framework, MemDocs, SmartAI Memory Website
3+
**Date:** 2025-12-05 (Updated)
4+
**Projects:** Empathy Framework, MemDocs, Empathy, SmartAI Memory Website
55

66
---
77

88
## 🎯 Priority Actions (Next Steps)
99

10+
### 0. Empathy PyPI Publication (Awaiting Name Claim)
11+
**Status:** Built v2.0.0, awaiting PyPI name claim approval
12+
**Issue:** https://github.com/pypi/support/issues/8401
13+
**Dist Location:** `/Users/patrickroebuck/projects/empathy_review_20251109_212721/empathy/dist/`
14+
15+
Once approved, run:
16+
```bash
17+
cd /Users/patrickroebuck/projects/empathy_review_20251109_212721/empathy
18+
python -m twine upload dist/*
19+
```
20+
1021
### 1. MCP Registry Publication (MemDocs)
1122
**Status:** Changes made, awaiting PyPI publish
1223
**Time Required:** ~15 minutes
@@ -37,6 +48,8 @@ Post announcing 10,000+ downloads milestone. High-impact, low-effort visibility.
3748

3849
| Task | Files Changed |
3950
|------|---------------|
51+
| **empathy-framework 2.0.0 published** | https://pypi.org/project/empathy-framework/2.0.0/ |
52+
| **empathy 2.0.0 built** (awaiting name claim) | `/Users/patrickroebuck/projects/empathy_review_20251109_212721/empathy/dist/` |
4053
| Dev Wizards link updated | `Navigation.tsx`, `dashboard/page.tsx`, `sitemap.ts` |
4154
| GitHub authentication for MCP Registry | Token stored locally |
4255
| MCP publisher CLI built | `/tmp/mcp-registry/bin/mcp-publisher` |

website/package-lock.json

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@stripe/stripe-js": "^8.1.0",
1919
"bcryptjs": "^3.0.2",
2020
"gray-matter": "^4.0.3",
21-
"next": "15.5.6",
21+
"next": "15.5.7",
2222
"nodemailer": "^7.0.10",
2323
"pg": "^8.16.3",
2424
"react": "19.1.0",
@@ -42,7 +42,7 @@
4242
"@types/react-dom": "^19",
4343
"@types/uuid": "^10.0.0",
4444
"eslint": "^9",
45-
"eslint-config-next": "15.5.6",
45+
"eslint-config-next": "15.5.7",
4646
"tailwindcss": "^4",
4747
"typescript": "^5"
4848
}

0 commit comments

Comments
 (0)