Skip to content

Releases: Fission-AI/OpenSpec

OpenSpec 0.6.0 - Simpler root instructions

30 Sep 07:36
adc6306

Choose a tag to compare

What's Changed

  • feat(init): slim root agent instructions by @TabishB in #98

Full Changelog: v0.5.0...v0.6.0

OpenSpec 0.5.0 - Better workflow instructions!

29 Sep 13:52
a908dc5

Choose a tag to compare

What's Changed

  • docs: document archive yes flag usage by @TabishB in #90
  • docs: Make apply instructions more specific by @TabishB in #92

Full Changelog: v0.4.0...v0.5.0

OpenSpec 0.4.0 - OpenCode Support Added!

26 Sep 06:07
367aa12

Choose a tag to compare

What's Changed

  • feat: add Opencode slash commands by @jim-at-jibba in #83 (Big thanks!)
  • chore: add codeowners by @TabishB in #72
  • docs: add Discord badge by @TabishB in #73
  • feat: add OpenSpec change proposals for CLI improvements by @TabishB in #78
  • fix: normalize line endings in markdown parser to handle CRLF files by @TabishB in #79
  • docs: add --yes flag to archive command template by @TabishB in #84
  • chore(release): version packages v0.4.0 by @TabishB in #86

New Contributors

Full Changelog: v0.3.0...v0.4.0

OpenSpec 0.3.0

17 Sep 13:51

Choose a tag to compare

What's Changed

  • docs: correct claude code commands by @TabishB in #67
  • feat(cli-init): propose additional agent init flow by @TabishB in #68
  • feat(cli): add agents md standard support by @TabishB in #69
  • docs: improve README Getting Started section by @TabishB in #70

Full Changelog: v0.2.0...v0.3.0

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