Releases: Fission-AI/OpenSpec
Releases · Fission-AI/OpenSpec
OpenSpec 0.6.0 - Simpler root instructions
What's Changed
Full Changelog: v0.5.0...v0.6.0
OpenSpec 0.5.0 - Better workflow instructions!
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!
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
- @jim-at-jibba made their first contribution in #83 🎉
Full Changelog: v0.3.0...v0.4.0
OpenSpec 0.3.0
OpenSpec 0.2.0
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
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