diff --git a/.changeset/project-config-schema-commands.md b/.changeset/project-config-schema-commands.md deleted file mode 100644 index 694cd4560..000000000 --- a/.changeset/project-config-schema-commands.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -### New Features - -- **Project-level configuration** — Configure OpenSpec behavior per-project via `openspec/config.yaml`, including custom rules injection, context files, and schema resolution settings - -- **Project-local schemas** — Define custom artifact schemas within your project's `openspec/schemas/` directory for project-specific workflows - -- **Schema management commands** — New `openspec schema` commands (`list`, `show`, `export`, `validate`) for inspecting and managing artifact schemas (experimental) - -### Bug Fixes - -- Fixed config loading to handle null `rules` field in project configuration diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dccc8e5a..b0f71d0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @fission-ai/openspec +## 0.22.0 + +### Minor Changes + +- [#530](https://github.com/Fission-AI/OpenSpec/pull/530) [`33466b1`](https://github.com/Fission-AI/OpenSpec/commit/33466b1e2a6798bdd6d0e19149173585b0612e6f) Thanks [@TabishB](https://github.com/TabishB)! - ### New Features + + - **Project-level configuration** — Configure OpenSpec behavior per-project via `openspec/config.yaml`, including custom rules injection, context files, and schema resolution settings + + - **Project-local schemas** — Define custom artifact schemas within your project's `openspec/schemas/` directory for project-specific workflows + + - **Schema management commands** — New `openspec schema` commands (`list`, `show`, `export`, `validate`) for inspecting and managing artifact schemas (experimental) + + ### Bug Fixes + + - Fixed config loading to handle null `rules` field in project configuration + ## 0.21.0 ### Minor Changes diff --git a/package.json b/package.json index 6c35933a8..25b0522e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "0.21.0", + "version": "0.22.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",