diff --git a/.changeset/opsx-experimental-workflow.md b/.changeset/opsx-experimental-workflow.md deleted file mode 100644 index e766c58f05..0000000000 --- a/.changeset/opsx-experimental-workflow.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -Add OPSX experimental workflow commands and enhanced artifact system - -**New Commands:** -- `/opsx:ff` - Fast-forward through artifact creation, generating all needed artifacts in one go -- `/opsx:sync` - Sync delta specs from a change to main specs -- `/opsx:archive` - Archive completed changes with smart sync check - -**Artifact Workflow Enhancements:** -- Schema-aware apply instructions with inline guidance and XML output -- Agent schema selection for experimental artifact workflow -- Per-change schema metadata via `.openspec.yaml` files -- Agent Skills for experimental artifact workflow -- Instruction loader for template loading and change context -- Restructured schemas as directories with templates - -**Improvements:** -- Enhanced list command with last modified timestamps and sorting -- Change creation utilities for better workflow support - -**Fixes:** -- Normalize paths for cross-platform glob compatibility -- Allow REMOVED requirements when creating new spec files diff --git a/CHANGELOG.md b/CHANGELOG.md index 44abebb2c1..bb9eae5f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # @fission-ai/openspec +## 0.18.0 + +### Minor Changes + +- 8dfd824: Add OPSX experimental workflow commands and enhanced artifact system + + **New Commands:** + + - `/opsx:ff` - Fast-forward through artifact creation, generating all needed artifacts in one go + - `/opsx:sync` - Sync delta specs from a change to main specs + - `/opsx:archive` - Archive completed changes with smart sync check + + **Artifact Workflow Enhancements:** + + - Schema-aware apply instructions with inline guidance and XML output + - Agent schema selection for experimental artifact workflow + - Per-change schema metadata via `.openspec.yaml` files + - Agent Skills for experimental artifact workflow + - Instruction loader for template loading and change context + - Restructured schemas as directories with templates + + **Improvements:** + + - Enhanced list command with last modified timestamps and sorting + - Change creation utilities for better workflow support + + **Fixes:** + + - Normalize paths for cross-platform glob compatibility + - Allow REMOVED requirements when creating new spec files + ## 0.17.2 ### Patch Changes diff --git a/package.json b/package.json index 683bdb3b5d..a7f366ded4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "0.17.2", + "version": "0.18.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",