This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryPre-push verification gate now enforces both type checking and test suite passage before every git push.
Full changelog
What's new
Pre-push verification gate (Rule 19 expanded)
Rule 19 is now a full verification gate — not just tsc --noEmit. Both steps must pass before every git push, regardless of repo type:
- Type check —
tsc --noEmit/next build/mypy/pyright - Test suite —
npx vitest run/python3 -m pytest/npm test/jest
Each catches a different failure class. Type check alone missed 2 incidents in May 2026.
Mechanical guard + 20 test cases
verification_guard.py checks whether both steps ran before a push. 20 test cases including verbatim command sequences from both May 2026 incidents:
- Incident #1 (
e55211c):aacSpeakimport dropped, vitest passed (mocked), Vercel failed - Incident #2 (
6ca43ff): translation fix pushed, 2 tests failing, onlynext buildran
Patch
npm publish requires OTP. Run when ready:
npm install -g [email protected]
Breaking Changes
- Pushes now require passing both a type‑check step (`tsc --noEmit`, `next build`, `mypy`, `pyright`) and the full test suite (`npx vitest run`, `python3 -m pytest`, `npm test`, `jest`).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dcostenco/prism-mcp
Zero-config persistent memory for AI agents with local SQLite. Mind Palace web dashboard, time travel (rewind/replay sessions), agent telepathy (cross-client memory sharing), code mode templates, morning briefings, and progressive context loading. 25 tools, 6 resources, 4 prompts.
Related context
Beta — feedback welcome: [email protected]