From 9f3d88882129a1d516174f89e7dc204a3ee8262a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:35:50 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/config-and-completions.md | 18 ------------------ CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 .changeset/config-and-completions.md diff --git a/.changeset/config-and-completions.md b/.changeset/config-and-completions.md deleted file mode 100644 index 39107b29..00000000 --- a/.changeset/config-and-completions.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -### New Features -- Add `openspec config` command for managing global configuration settings -- Implement global config directory with XDG Base Directory specification support -- Add Oh-my-zsh shell completions support for enhanced CLI experience - -### Bug Fixes -- Fix hang in pre-commit hooks by using dynamic imports -- Respect XDG_CONFIG_HOME environment variable on all platforms -- Resolve Windows compatibility issues in zsh-installer tests -- Align cli-completion spec with implementation -- Remove hardcoded agent field from slash commands - -### Documentation -- Alphabetize AI tools list in README and make it collapsible diff --git a/CHANGELOG.md b/CHANGELOG.md index fc572d49..4a047360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @fission-ai/openspec +## 0.17.0 + +### Minor Changes + +- 2e71835: ### New Features + + - Add `openspec config` command for managing global configuration settings + - Implement global config directory with XDG Base Directory specification support + - Add Oh-my-zsh shell completions support for enhanced CLI experience + + ### Bug Fixes + + - Fix hang in pre-commit hooks by using dynamic imports + - Respect XDG_CONFIG_HOME environment variable on all platforms + - Resolve Windows compatibility issues in zsh-installer tests + - Align cli-completion spec with implementation + - Remove hardcoded agent field from slash commands + + ### Documentation + + - Alphabetize AI tools list in README and make it collapsible + ## 0.16.0 ### Minor Changes diff --git a/package.json b/package.json index 9ad409fe..10be7f43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "0.16.0", + "version": "0.17.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec", From d3606d965d610ad5e331e0733b419e5ca6f48cdf Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale Date: Mon, 22 Dec 2025 18:42:53 +1100 Subject: [PATCH 2/2] chore: trigger CI