Update RELEASE-NOTES.md with brainstorm server ESM fix

This commit is contained in:
Jesse Vincent
2026-03-17 14:35:03 -07:00
parent 3128a2c3cd
commit 0002948041

View File

@@ -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