Roadmap: What's coming in v5.6 — telemetry dashboard, more rule packs, GitHub Action #11
sgroy10
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Roadmap: What's coming in v5.6 — telemetry dashboard, more rule packs, GitHub Action
Posting the public roadmap so the community can weigh in. v5.6 is targeting a release in ~4 weeks. Here's what's planned, what's shipped on main, and what I'm still deciding on.
Shipped on main (will land in v5.6)
Telemetry dashboard
A local-first, opt-in dashboard at
http://localhost:5151/speclockthat shows:All data stays local. No phone-home. Opt-in via
speclock telemetry enable.Expanded synonym taxonomy
v5.5.7 added "sweep away", "wipe", "purge". v5.6 extends coverage to architectural actions: "refactor out", "inline away", "absorb into", "migrate off of". See the Show & Tell post on v5.5.7 for context.
New rule packs
Curated rule packs you can apply with one command:
speclock apply-template nextjs-prod— production Next.js guardrailsspeclock apply-template python-data— data pipeline invariantsspeclock apply-template monorepo-turbo— monorepo workspace boundariesspeclock apply-template oss-library— public package hygieneEach pack is curated from real-world violations I've seen across 50+ repos.
GitHub Action
sgroy10/speclock-action@v1— runs semantic audit on every PR. Posts a comment with:This is the piece I get the most requests for. It's ~80% done.
Under consideration (need community input)
1. VS Code extension — should SpecLock ship a standalone VS Code extension, or is the MCP-via-Cursor path enough? Let me know which you'd use.
2. Team mode — shared lock registry across a team via a hosted sync service. This would be a paid tier. Is this something you'd actually pay for, or should it stay 100% local/OSS?
3. Rule conflict auto-resolver — when two locks disagree, suggest a merge. Useful but complex. Worth it?
4. LLM-assisted lock authoring —
speclock suggest-locksalready exists but v5.6 could ship a conversational mode where you describe a rule and it writes the lock spec for you.Not shipping in v5.6 (punted to v5.7+)
How to influence the roadmap
feature-request.Everything ships as OSS. The repo is at sgroy10/speclock. Star it if you find it useful — it actually does help visibility.
Thanks for all the feedback so far. v5.6 is shaped by it.
Beta Was this translation helpful? Give feedback.
All reactions