Skip to content

dcostenco/prism-mcp

v15.2.1 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 24d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory ai-agent anti-sycophancy cognitive-architecture hebbian-learning hipaa
+14 more
local-first local-llm mcp mcp-server mind-palace model-context-protocol ollama prism-coder semantic-search spreading-activation sqlite supabase typescript vector-db

Summary

AI summary

Pre-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 checktsc --noEmit / next build / mypy / pyright
  • Test suitenpx 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): aacSpeak import dropped, vitest passed (mocked), Vercel failed
  • Incident #2 (6ca43ff): translation fix pushed, 2 tests failing, only next build ran

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

Track dcostenco/prism-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]