From 4d3c2d2a17032de2e72ac1b728b1f6eb3b0098b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:37:51 +0000 Subject: [PATCH] Version Packages --- .changeset/profiles-pi-kiro.md | 19 ------------------- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 20 deletions(-) delete mode 100644 .changeset/profiles-pi-kiro.md diff --git a/.changeset/profiles-pi-kiro.md b/.changeset/profiles-pi-kiro.md deleted file mode 100644 index a07ccf2b2..000000000 --- a/.changeset/profiles-pi-kiro.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -### New Features - -- **Profile system** — Choose between `core` (4 essential workflows) and `custom` (pick any subset) profiles to control which skills get installed. Manage profiles with the new `openspec config profile` command -- **Propose workflow** — New one-step workflow creates a complete change proposal with design, specs, and tasks from a single request — no need to run `new` then `ff` separately -- **AI tool auto-detection** — `openspec init` now scans your project for existing tool directories (`.claude/`, `.cursor/`, etc.) and pre-selects detected tools -- **Pi (pi.dev) support** — Pi coding agent is now a supported tool with prompt and skill generation -- **Kiro support** — AWS Kiro IDE is now a supported tool with prompt and skill generation -- **Sync prunes deselected workflows** — `openspec update` now removes command files and skill directories for workflows you've deselected, keeping your project clean -- **Config drift warning** — `openspec config list` warns when global config is out of sync with the current project - -### Bug Fixes - -- Fixed onboard preflight giving a false "not initialized" error on freshly initialized projects -- Fixed archive workflow stopping mid-way when syncing — it now properly resumes after sync completes -- Added Windows PowerShell alternatives for onboard shell commands diff --git a/CHANGELOG.md b/CHANGELOG.md index f78ae4a4d..1d7271af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @fission-ai/openspec +## 1.2.0 + +### Minor Changes + +- [#747](https://github.com/Fission-AI/OpenSpec/pull/747) [`1e94443`](https://github.com/Fission-AI/OpenSpec/commit/1e94443a3551b228eecbc89e95d96d3b9600a192) Thanks [@TabishB](https://github.com/TabishB)! - ### New Features + + - **Profile system** — Choose between `core` (4 essential workflows) and `custom` (pick any subset) profiles to control which skills get installed. Manage profiles with the new `openspec config profile` command + - **Propose workflow** — New one-step workflow creates a complete change proposal with design, specs, and tasks from a single request — no need to run `new` then `ff` separately + - **AI tool auto-detection** — `openspec init` now scans your project for existing tool directories (`.claude/`, `.cursor/`, etc.) and pre-selects detected tools + - **Pi (pi.dev) support** — Pi coding agent is now a supported tool with prompt and skill generation + - **Kiro support** — AWS Kiro IDE is now a supported tool with prompt and skill generation + - **Sync prunes deselected workflows** — `openspec update` now removes command files and skill directories for workflows you've deselected, keeping your project clean + - **Config drift warning** — `openspec config list` warns when global config is out of sync with the current project + + ### Bug Fixes + + - Fixed onboard preflight giving a false "not initialized" error on freshly initialized projects + - Fixed archive workflow stopping mid-way when syncing — it now properly resumes after sync completes + - Added Windows PowerShell alternatives for onboard shell commands + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index a7910c917..4087d8a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "1.1.1", + "version": "1.2.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",