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",