Skip to content

Commit ae82c12

Browse files
committed
v6.1.1: Fix strict 1-question-at-a-time dialogue in sdd-requirements
### Fixed - Strict 1-question-at-a-time dialogue in /sdd-requirements: - Added CRITICAL RULE section with explicit STOP AND WAIT instructions - Added Dialogue Rules (MANDATORY) with clear constraints - Provided example dialogue flow showing turn-by-turn conversation - Removed question list format that caused batch questioning - AI must END response after asking one question
1 parent 6e764fb commit ae82c12

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.1.1] - 2025-12-25
9+
10+
### Fixed
11+
12+
- **Strict 1-question-at-a-time dialogue** in `/sdd-requirements`:
13+
- Added CRITICAL RULE section with explicit STOP AND WAIT instructions
14+
- Added Dialogue Rules (MANDATORY) with clear constraints
15+
- Provided example dialogue flow showing turn-by-turn conversation
16+
- Removed question list format that caused batch questioning
17+
- AI must END response after asking one question
18+
819
## [6.1.0] - 2025-12-25
920

1021
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "musubi-sdd",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Ultimate Specification Driven Development Tool with 27 Agents for 7 AI Coding Platforms + MCP Integration (Claude Code, GitHub Copilot, Cursor, Gemini CLI, Windsurf, Codex, Qwen Code)",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)