Skip to content

v1.0.0 — Initial release

Choose a tag to compare

@michael-tomala michael-tomala released this 13 May 14:23
· 52 commits to main since this release

Initial public release of claude4spec — local-first spec editor with markdown + SQLite + AI agent integration.

Highlights

  • CLI: claude4spec (web editor), c4s (read entities from terminal), c4s-mcp (MCP server).
  • Web editor: React + tiptap with chat overlay and live page rendering.
  • Claude Code integration: bundled skills c4s-spec-reader and c4s-brief-implementer.
  • Entities: endpoints, DTOs, tables, acceptance criteria, UI views — first-class records in a local SQLite store.
  • Briefs & patches: spec-driven implementation workflow with self-contained briefs.

Install

npx claude4spec

(Currently installable from source; npm publication is pending — see CHANGELOG.)

See CHANGELOG.md for details.