Bump to v0.4.0 — Material Analysis Phase
Saga now analyzes provided documents before asking questions. See CHANGELOG.md for full details. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6287dce0b9
commit
36909ee9d9
27
CHANGELOG.md
27
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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue