From 36909ee9d91e9fb0f8b46558a0593bf0a7699d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Angner?= Date: Wed, 18 Mar 2026 14:08:41 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20to=20v0.4.0=20=E2=80=94=20Material=20Ana?= =?UTF-8?q?lysis=20Phase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Saga now analyzes provided documents before asking questions. See CHANGELOG.md for full details. Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc3193b8..388b158bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 0.4.0 (2026-03-18) + +### Features +- **Material Analysis Phase** — When users provide existing documents (PRD, brief, research, guidelines), Saga now analyzes them before asking any questions. New protocol: Read → Extract into categories → Present findings one at a time for user confirmation → Identify gaps → Only ask about what's missing. Turns a 60-minute discovery session into a 15-minute confirmation + gap-fill when materials are comprehensive. +- **Confirmation Mode for all PB steps** — Steps 02–11 now check whether their topic was already confirmed during Material Analysis. If so, they run in Confirmation Mode (quick pass-through) instead of full exploratory conversation. No more re-asking questions whose answers are in the provided documents. +- **Updated working-with-existing-materials guide** — Complete rewrite of Saga's material handling guide. Old pattern (reference → ask) replaced with new pattern (analyze → present → confirm → fill gaps). Includes explicit failure conditions: acknowledging materials without analyzing them is now defined as a system failure. + +### Fixes +- **"Black hole" problem** — Previously, Saga would accept uploaded documents, say thank you, and proceed as if nothing was provided. Users had to repeat information that was clearly in their documents. The Material Analysis Phase eliminates this entirely. + +## 0.3.3 (2026-03-15) + +### Changes +- Remove Idunn agent — Freya takes over PM responsibilities +- Bump version + +## 0.3.2 (2026-03-12) + +### Fixes +- Fix stale folder references in README + +## 0.3.1 (2026-03-08) + +### Fixes +- Fix IDE setup crash: yaml module not found in production +- Fix legacy migration bug + ## 0.3.0 (2026-03-01) ### Breaking Changes diff --git a/package.json b/package.json index cb1988773..34d7ccc89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "whiteport-design-studio", - "version": "0.3.3", + "version": "0.4.0", "description": "Whiteport Design Studio - Strategic design methodology for AI-powered workflows", "keywords": [ "design",