chore(release): version packages #579
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@fission-ai/openspec@1.0.0
Major Changes
#578
0cc9d90Thanks @TabishB! - ## OpenSpec 1.0 — The OPSX ReleaseThe workflow has been rebuilt from the ground up. OPSX replaces the old phase-locked
/openspec:*commands with an action-based system where AI understands what artifacts exist, what's ready to create, and what each action unlocks.Breaking Changes
/openspec:proposal,/openspec:apply, and/openspec:archiveno longer existCLAUDE.md,.cursorrules,AGENTS.md,project.md) are no longer generatedopenspec initto upgrade. Legacy artifacts are detected and cleaned up with confirmation.From Static Prompts to Dynamic Instructions
Before: AI received the same static instructions every time, regardless of project state.
Now: Instructions are dynamically assembled from three layers:
config.yaml(tech stack, conventions)AI queries the CLI for real-time state: which artifacts exist, what's ready to create, what dependencies are satisfied, and what each action unlocks.
From Phase-Locked to Action-Based
Before: Linear workflow — proposal → apply → archive. Couldn't easily go back or iterate.
Now: Flexible actions on a change. Edit any artifact anytime. The artifact graph tracks state automatically.
/opsx:explore/opsx:new/opsx:continue/opsx:ff/opsx:apply/opsx:verify/opsx:sync/opsx:archive/opsx:bulk-archive/opsx:onboardFrom Text Merging to Semantic Spec Syncing
Before: Spec updates required manual merging or wholesale file replacement.
Now: Delta specs use semantic markers that AI understands:
## ADDED Requirements— New requirements to add## MODIFIED Requirements— Partial updates (add scenario without copying existing ones)## REMOVED Requirements— Delete with reason and migration notes## RENAMED Requirements— Rename preserving contentArchive parses these at the requirement level, not brittle header matching.
From Scattered Files to Agent Skills
Before: 8+ config files at project root + slash commands scattered across 21 tool-specific locations with different formats.
Now: Single
.claude/skills/directory with YAML-fronted markdown files. Auto-detected by Claude Code, Cursor, Windsurf. Cross-editor compatible.New Features
Onboarding skill —
/opsx:onboardwalks new users through their first complete change with codebase-aware task suggestions and step-by-step narration (11 phases, ~15 minutes)21 AI tools supported — Claude Code, Cursor, Windsurf, Continue, Gemini CLI, GitHub Copilot, Amazon Q, Cline, RooCode, Kilo Code, Auggie, CodeBuddy, Qoder, Qwen, CoStrict, Crush, Factory, OpenCode, Antigravity, iFlow, and Codex
Interactive setup —
openspec initshows animated welcome screen and searchable multi-select for choosing tools. Pre-selects already-configured tools for easy refresh.Customizable schemas — Define custom artifact workflows in
openspec/schemas/without touching package code. Teams can share workflows via version control.Bug Fixes
Documentation