Skip to content

Commit 1e94443

Browse files
authored
Add changeset for profiles, Pi, Kiro, and bug fixes (#747)
1 parent a0608d0 commit 1e94443

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.changeset/profiles-pi-kiro.md

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

0 commit comments

Comments
 (0)