From e390e4304cfbc5655314a733ef64033289ff9dda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 10:22:43 +0000 Subject: [PATCH] Version Packages --- .changeset/combined-since-v1.0.2.md | 10 ---------- .changeset/nix-flake-improvements.md | 13 ------------- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 .changeset/combined-since-v1.0.2.md delete mode 100644 .changeset/nix-flake-improvements.md diff --git a/.changeset/combined-since-v1.0.2.md b/.changeset/combined-since-v1.0.2.md deleted file mode 100644 index a0a6ebcab..000000000 --- a/.changeset/combined-since-v1.0.2.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -### Bug Fixes - -- **Codex global path support** — Codex adapter now resolves global paths correctly, fixing workflow file generation when run outside the project directory (#622) -- **Archive operations on cross-device or restricted paths** — Archive now falls back to copy+remove when rename fails with EPERM or EXDEV errors, fixing failures on networked/external drives (#605) -- **Slash command hints in workflow messages** — Workflow completion messages now display helpful slash command hints for next steps (#603) -- **Windsurf workflow file path** — Updated Windsurf adapter to use the correct `workflows` directory instead of the legacy `commands` path (#610) diff --git a/.changeset/nix-flake-improvements.md b/.changeset/nix-flake-improvements.md deleted file mode 100644 index 0988492da..000000000 --- a/.changeset/nix-flake-improvements.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@fission-ai/openspec": patch ---- - -### Improvements - -- **Nix flake maintenance** — Version now read dynamically from package.json, reducing manual sync issues -- **Nix build optimization** — Source filtering excludes node_modules and artifacts, improving build times -- **update-flake.sh script** — Detects when hash is already correct, skipping unnecessary rebuilds - -### Other - -- Updated Nix CI actions to latest versions (nix-installer v21, magic-nix-cache v13) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec8b0e53..1f80bbf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # @fission-ai/openspec +## 1.1.0 + +### Minor Changes + +- [#625](https://github.com/Fission-AI/OpenSpec/pull/625) [`53081fb`](https://github.com/Fission-AI/OpenSpec/commit/53081fb2a26ec66d2950ae0474b9a56cbc5b5a76) Thanks [@TabishB](https://github.com/TabishB)! - ### Bug Fixes + + - **Codex global path support** — Codex adapter now resolves global paths correctly, fixing workflow file generation when run outside the project directory (#622) + - **Archive operations on cross-device or restricted paths** — Archive now falls back to copy+remove when rename fails with EPERM or EXDEV errors, fixing failures on networked/external drives (#605) + - **Slash command hints in workflow messages** — Workflow completion messages now display helpful slash command hints for next steps (#603) + - **Windsurf workflow file path** — Updated Windsurf adapter to use the correct `workflows` directory instead of the legacy `commands` path (#610) + +### Patch Changes + +- [#550](https://github.com/Fission-AI/OpenSpec/pull/550) [`86d2e04`](https://github.com/Fission-AI/OpenSpec/commit/86d2e04cae76a999dbd1b4571f52fa720036be0c) Thanks [@jerome-benoit](https://github.com/jerome-benoit)! - ### Improvements + + - **Nix flake maintenance** — Version now read dynamically from package.json, reducing manual sync issues + - **Nix build optimization** — Source filtering excludes node_modules and artifacts, improving build times + - **update-flake.sh script** — Detects when hash is already correct, skipping unnecessary rebuilds + + ### Other + + - Updated Nix CI actions to latest versions (nix-installer v21, magic-nix-cache v13) + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index c4bdaa0cc..e4269f34d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "1.0.2", + "version": "1.1.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",