From 2086ad4fcdf234fd3d866716dc0ca90cc500dc5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 06:01:59 +0000 Subject: [PATCH] chore: release --- .changeset/reliable-plan-artifact.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/reliable-plan-artifact.md diff --git a/.changeset/reliable-plan-artifact.md b/.changeset/reliable-plan-artifact.md deleted file mode 100644 index 336267b..0000000 --- a/.changeset/reliable-plan-artifact.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@planningo/duul": patch ---- - -Improve plan-file workflow guidance so callers replace and verify each plan revision as one snapshot instead of retrying stale text edits. Bound MCP review latency, return timeout fallbacks, and support opt-in local diagnostic logs. diff --git a/CHANGELOG.md b/CHANGELOG.md index beab087..93c464c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @planningo/duul +## 1.1.1 + +### Patch Changes + +- 92678f9: Improve plan-file workflow guidance so callers replace and verify each plan revision as one snapshot instead of retrying stale text edits. Bound MCP review latency, return timeout fallbacks, and support opt-in local diagnostic logs. + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 423698f..6d5f3de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@planningo/duul", - "version": "1.1.0", + "version": "1.1.1", "description": "DUUL — Dual-phase Upfront-plan & Unit-verify Loop. MCP server for LLM peer review of plans and code.", "type": "module", "main": "build/index.js",