From e8cae155a19b6b4579eb2d3b3ae02b9320d55017 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 12:47:00 +0000 Subject: [PATCH] Version Packages --- .changeset/escape-yaml-carriage-return.md | 7 ------- .changeset/stores-beta-config-parse.md | 11 ----------- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 .changeset/escape-yaml-carriage-return.md delete mode 100644 .changeset/stores-beta-config-parse.md diff --git a/.changeset/escape-yaml-carriage-return.md b/.changeset/escape-yaml-carriage-return.md deleted file mode 100644 index 23594df89..000000000 --- a/.changeset/escape-yaml-carriage-return.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@fission-ai/openspec": patch ---- - -fix(adapters): escape carriage returns in generated YAML frontmatter - -`escapeYamlValue` flagged `\r` as a character requiring quoting but never escaped it, leaving a literal carriage return inside the double-quoted scalar where YAML line folding/normalization could silently corrupt the value (realistic with CRLF-authored command descriptions). Carriage returns are now escaped as `\r`. The helper — previously duplicated verbatim across five adapters (bob, claude, cursor, pi, windsurf) — is extracted into a shared `command-generation/yaml.ts` module so the behavior stays consistent and is fixed in one place. diff --git a/.changeset/stores-beta-config-parse.md b/.changeset/stores-beta-config-parse.md deleted file mode 100644 index 94d53cd7e..000000000 --- a/.changeset/stores-beta-config-parse.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -### New Features - -- **Stores (very early beta)** — Introduces stores as a simpler way to organize specs and changes, replacing the workspace and initiative model. This feature is in very early beta — expect rough edges and breaking changes in upcoming releases. - -### Bug Fixes - -- **Config parsing** — Configuration values wrapped in JSON containers are now parsed correctly. diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d858446..64d822913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @fission-ai/openspec +## 1.5.0 + +### Minor Changes + +- [#1267](https://github.com/Fission-AI/OpenSpec/pull/1267) [`96f6cac`](https://github.com/Fission-AI/OpenSpec/commit/96f6cacb206c65bee30066f6a1f4e9b855a0d783) Thanks [@TabishB](https://github.com/TabishB)! - ### New Features + + - **Stores (very early beta)** — Introduces stores as a simpler way to organize specs and changes, replacing the workspace and initiative model. This feature is in very early beta — expect rough edges and breaking changes in upcoming releases. + + ### Bug Fixes + + - **Config parsing** — Configuration values wrapped in JSON containers are now parsed correctly. + +### Patch Changes + +- [#1240](https://github.com/Fission-AI/OpenSpec/pull/1240) [`cbf386b`](https://github.com/Fission-AI/OpenSpec/commit/cbf386bd6888f103f8ff7d59b3eab98ce5b57998) Thanks [@zied-jlassi](https://github.com/zied-jlassi)! - fix(adapters): escape carriage returns in generated YAML frontmatter + + `escapeYamlValue` flagged `\r` as a character requiring quoting but never escaped it, leaving a literal carriage return inside the double-quoted scalar where YAML line folding/normalization could silently corrupt the value (realistic with CRLF-authored command descriptions). Carriage returns are now escaped as `\r`. The helper — previously duplicated verbatim across five adapters (bob, claude, cursor, pi, windsurf) — is extracted into a shared `command-generation/yaml.ts` module so the behavior stays consistent and is fixed in one place. + ## 1.4.1 ### Patch Changes diff --git a/package.json b/package.json index f1b61ebb8..a4420a24f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "1.4.1", + "version": "1.5.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",