From 4539346b6e172ecef378813a4b43bd05f0ca33da Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale Date: Wed, 7 Jan 2026 00:27:48 -0800 Subject: [PATCH] Add changeset for OPSX experimental workflow commands --- .changeset/opsx-experimental-workflow.md | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .changeset/opsx-experimental-workflow.md diff --git a/.changeset/opsx-experimental-workflow.md b/.changeset/opsx-experimental-workflow.md new file mode 100644 index 000000000..e766c58f0 --- /dev/null +++ b/.changeset/opsx-experimental-workflow.md @@ -0,0 +1,26 @@ +--- +"@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