Skip to content

Commit 6a3a126

Browse files
Version Packages (Fission-AI#751)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e94443 commit 6a3a126

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

.changeset/profiles-pi-kiro.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @fission-ai/openspec
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- **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
10+
- **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
11+
- **AI tool auto-detection**`openspec init` now scans your project for existing tool directories (`.claude/`, `.cursor/`, etc.) and pre-selects detected tools
12+
- **Pi (pi.dev) support** — Pi coding agent is now a supported tool with prompt and skill generation
13+
- **Kiro support** — AWS Kiro IDE is now a supported tool with prompt and skill generation
14+
- **Sync prunes deselected workflows**`openspec update` now removes command files and skill directories for workflows you've deselected, keeping your project clean
15+
- **Config drift warning**`openspec config list` warns when global config is out of sync with the current project
16+
17+
### Bug Fixes
18+
19+
- Fixed onboard preflight giving a false "not initialized" error on freshly initialized projects
20+
- Fixed archive workflow stopping mid-way when syncing — it now properly resumes after sync completes
21+
- Added Windows PowerShell alternatives for onboard shell commands
22+
323
## 1.1.1
424

525
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fission-ai/openspec",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "AI-native system for spec-driven development",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)