Skip to content

Releases: Fission-AI/OpenSpec

OpenSpec 0.2.0

16 Sep 06:53
21a0e74

Choose a tag to compare

OpenSpec 0.2.0 🎉

What's Changed

  • Remove diff command in favor of show command by @TabishB in #57
  • docs(openspec): align agent instructions and templates by @TabishB in #58
  • feat: add openspec view dashboard command by @TabishB in #61
  • docs: add slash command support proposal by @TabishB in #60
  • chore(changes): propose agent file rename by @TabishB in #59
  • feat(cli): add slash command support by @TabishB in #63
  • feat: add active change sorting proposal by @TabishB in #64
  • feat: rename agent instructions file to AGENTS.md by @TabishB in #62
  • Update slash command guardrails by @TabishB in #65
  • chore(release): version packages by @github-actions[bot] in #66

Full Changelog: v0.1.0...v0.2.0

OpenSpec 0.1.0

06 Sep 16:46
02fe5b3

Choose a tag to compare

OpenSpec v0.1.0 🎉

This is the first public release of OpenSpec, a framework for spec-driven workflows that make shipping faster and safer.

Highlights

  • Core CLI commands: init, update, list, diff, archive, change, spec, validate, show
  • Structured spec + change format with delta-based storage
  • Complexity management guidelines and conventions
  • JSON output + runtime validation (via Zod)
  • Verb-noun CLI structure for consistency
  • Early agent instruction templates

Why it matters

  • Provides a consistent way to define and evolve specs as code
  • Enables validation, diffing, and archiving of changes over time
  • Lays the foundation for AI-assisted and agent-driven workflows

Full Changelog: v0.1.0 commits