Просмотр исходного кода

Update RELEASE-NOTES.md with brainstorm server ESM fix

Jesse Vincent 6 месяцев назад
Родитель
Сommit
0002948041
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      RELEASE-NOTES.md

+ 6 - 0
RELEASE-NOTES.md

@@ -1,5 +1,11 @@
 # Superpowers Release Notes
 
+## Unreleased
+
+### Bug Fixes
+
+- **Brainstorm server ESM fix** — renamed `server.js` → `server.cjs` so the brainstorming server starts correctly on Node.js 22+ where the root `package.json` `"type": "module"` caused `require()` to fail. (PR #784, fixes #774, #780, #783)
+
 ## v5.0.4 (2026-03-16)
 
 ### Review Loop Refinements