From 9d48af3548adfbe526e7e30e716693a1403116bb Mon Sep 17 00:00:00 2001 From: TabishB Date: Fri, 26 Jun 2026 23:57:11 +1000 Subject: [PATCH] Add changeset for stores beta and config JSON parsing --- .changeset/stores-beta-config-parse.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/stores-beta-config-parse.md diff --git a/.changeset/stores-beta-config-parse.md b/.changeset/stores-beta-config-parse.md new file mode 100644 index 000000000..8aba2698b --- /dev/null +++ b/.changeset/stores-beta-config-parse.md @@ -0,0 +1,13 @@ +--- +"@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. + +