v5.3.0 — Universal Rules Sync, Incident Replay, Safety Templates
What's New in v5.3.0
Universal Rules Sync
One command syncs your SpecLock constraints to every AI coding tool:
speclock sync --all
Generates rules files for Cursor (.cursor/rules/speclock.mdc), Claude Code (CLAUDE.md), AGENTS.md, Windsurf, GitHub Copilot, Gemini, and Aider — all from
one source of truth.
Incident Replay
Flight recorder for AI coding sessions:
speclock replay
Shows exactly what AI agents tried and what SpecLock caught — with ALLOW/WARN/BLOCK verdicts for every action.
Safety Templates
4 new pre-built constraint packs:
- safe-defaults — "Vibe Coding Seatbelt" (5 locks preventing the most common AI disasters)
- hipaa — HIPAA healthcare compliance (8 locks)
- api-stability — API contract protection (6 locks)
- solo-founder — Essential protection for indie builders (3 locks)
Watch Mode Dashboard
speclock watch now shows a live terminal dashboard with real-time constraint checks, file changes, and warnings.
Stats
- 46 MCP tools (up from 42)
- 929 tests, 100% pass rate
- 10 templates (up from 6)
- 8 sync formats supported
Install / Update
npx speclock@latest setup --goal "My project" --template safe-defaults
speclock sync --all
---Developed by Sandeep Roy https://github.com/sgroy10