From 63e76cf67f08aac6f0dccf275ce328e47deae541 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Fri, 20 Feb 2026 16:18:24 -0800 Subject: [PATCH] =?UTF-8?q?release:=20v0.9.1=20=E2=80=94=20remove=20report?= =?UTF-8?q?s=20and=20decisions=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce7f04..4376dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to the `@every-env/compound-plugin` CLI tool will be documen The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.1] - 2026-02-20 + +### Changed + +- **Remove docs/reports and docs/decisions directories** — only `docs/plans/` is retained as living documents that track implementation progress +- **OpenCode commands as Markdown** — commands are now `.md` files with deep-merged config, permissions default to none ([#201](https://github.com/EveryInc/compound-engineering-plugin/pull/201)) — thanks [@0ut5ider](https://github.com/0ut5ider)! + +--- + ## [0.9.0] - 2026-02-17 ### Added diff --git a/package.json b/package.json index b162755..b61cb80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "0.9.0", + "version": "0.9.1", "type": "module", "private": false, "bin": {