Releases: gotalab/cc-sdd
v2.0.5
🌍 Greek Language Support
Added Greek (el) as the 13th supported language.
What's New
- Greek (el) language support - All templates, guidelines, and documentation now available in Greek
New Contributors
- @tpapamichail made their first contribution in #121
Resources
- Pull Request: #121
- Full Changelog: CHANGELOG.md
- Release Notes: English | 日本語
Installation
npx cc-sdd@latestv2.0.4
What's Changed
🐛 Bug Fixes
- Fixed GitHub Copilot prompt files to replace deprecated
modeattribute withagent(#118) - Fixed registry.ts with review improvements (#107)
📚 Documentation
- Added AI-Assisted SDD book reference to documentation (#109)
New Contributors
- @irisTa56 made their first contribution in #118
- @leosamp made their first contribution in #109
- @Kakenyan made their first contribution in #107
Full Changelog: v2.0.3...v2.0.4
v2.0.3
🎉 cc-sdd v2.0.3 – GPT-5.1 Codex tuning
Small, focused patch release that refines GPT-5.1 model recommendations and keeps tests aligned with the stricter language-handling rules introduced in v2.0.2.
✨ Highlights
- GPT-5.1 Codex recommendations: Explicitly recommend
gpt-5.1-codex medium/highfor Codex CLI, Cursor, GitHub Copilot, and Windsurf as the primary code-focused option, while keepinggpt-5.1 medium/highas a general-purpose fallback. - DEV_GUIDELINES test alignment: Update DEV_GUIDELINES-related tests and real manifest tests so they match the tightened language-handling behavior from v2.0.2 and keep
npm testgreen on v2.0.3.
🔧 Changes
- Changed: Refined
recommendedModelsentries in the dev guideline registry for agent integrations (Codex, Cursor, Copilot, Windsurf) to surface GPT-5.1 Codex as the default suggestion for coding workflows. - Fixed: Adjusted tests under
tools/cc-sdd/test/to assert the new DEV_GUIDELINES copy and updated recommended-model strings.
🔗 Resources
- Pull Requests: #104, #105
- Full Changelog: CHANGELOG.md
- Release Notes: English | 日本語
📦 Installation
npx cc-sdd@latest🙏 Contributors
Thanks to everyone iterating on GPT-5.1 and Codex workflows and keeping the templates and tests sharp.
v2.0.2
📝 cc-sdd v2.0.2 – Language & EARS Behavior
This release refines language handling and EARS-format guidance across all agents so that generated Markdown follows the spec language more reliably, with clearer EARS behavior.
What Changed
- Align DEV guidelines so that all generated Markdown in project files (requirements, design, tasks, research, validation) uses the target language from
spec.json.language/{{LANG_CODE}}. - Unify fallback behavior across agents so that when
spec.json.languageis undefined, the default language is English (en). - Clarify EARS behavior: treat trigger phrases such as
When,If,While,Where,The system shall, andThe [system] shallas atomic English fragments, keep them in English, and localize only the variable parts of each requirement into the target language.
Resources
- CHANGELOG: https://github.com/gotalab/cc-sdd/blob/main/CHANGELOG.md#202---2025-11-15
- Release Notes (EN/JA): https://github.com/gotalab/cc-sdd/tree/main/docs/RELEASE_NOTES
- Detailed plan: https://github.com/gotalab/cc-sdd/blob/main/docs/cc-sdd/v2.0.2/RELEASE_NOTES.md
- Pull Request: #102
Installation
npx cc-sdd@latestv2.0.1
v2.0.0
TL;DR
- Stable v2.0.0 (2025-11-09) promotes every alpha.1〜alpha.6 feature to
npx cc-sdd@latest, so the default install now includes the full spec-driven toolchain. - Parallel task analysis, Research.md, and unified steering/memory overhaul daily authoring.
- Brownfield validation commands plus Claude Subagents, Codex, Windsurf, and Copilot bundles are officially supported targets.
Highlights
- Parallel + Research Flow:
spec-tasksauto-flags parallel-ready work with(P), adds--sequential, and ships a dedicatedtasks-parallel-analysis.mdrule. Research.md captures discovery + architectural decisions outsidedesign.md. - Brownfield Validation Suite:
/kiro:validate-gap,/kiro:validate-design,/kiro:validate-implcheck requirement/design/implementation drift before coding. - Multi-Agent Presets: Claude Code Subagents (12 commands / 9 roles), Windsurf workflows, Codex CLI prompts, and Copilot prompt packs are bundled in the installer (select via flags like
npx cc-sdd@latest --codex,--windsurf, etc.). - Developer Experience & Docs: Guided CLI installer reorganizes generated assets, adds npm badges, ships command reference + customization guides + migration guide, and PR #92 finalizes the PLAN-driven release docs so CHANGELOG stays the technical SSOT.
Breaking Changes
- Templates live under a unified
commands/tree; the oldos-mac/os-windowssplit is removed. - Steering loads every file under
steering/, so exclude tooling dirs (e.g.,.codex/,.cursor/). - Templates now use real extensions (
.md,.prompt.md,.toml), so adjust scripts or CI watchers. - Command surface expanded from 8 → 11 with the validation trio—update any aliases or automation.
docs/guides/migration-guide.md before upgrading from v1.x; it walks through template moves, steering scope, and troubleshooting.
Docs & References
- Technical changelog:
CHANGELOG.md - Release notes (JA/EN):
docs/RELEASE_NOTES/ - Migration guide:
docs/guides/migration-guide.md
Credits
Thanks to the contributors behind the major PRs (#70, #72, #74, #80, #83, #86, #88, #89, #92) and everyone who tested alpha.1〜alpha.6—your feedback shaped the stable release.
v1.1.5
What's New
- ✨ Add full support for Qwen Code AI assistant
- 📦 Reuse existing gemini-cli templates for efficient implementation
- 📚 Update all documentation with Qwen Code support
Usage
npx cc-sdd@latest --qwen-code --lang jaFull changelog: v1.1.4...v1.1.5
v1.1.4
Hotfix release for bash command snippets in steering and spec-status.\n\nWhat's fixed\n- Fix bash command blocks in steering and spec-status that could fail on some environments (especially Windows/Claude Code).\n- Make the command sections more robust to avoid shell parsing errors.\n\nNotes\n- No breaking changes.\n- Templates and generated command files were aligned accordingly.\n\nRelated\n- Issue: #30
v1.1.3
🚀 What's New
Improvements
- Steering Command Templates: Simplified custom files detection logic using
ls + wcinstead of complexfind + grepcommands - Enhanced Project Analysis: Added
AGENTS.mdto steering project analysis for better AI context awareness - Documentation Updates: Fixed Kiro IDE integration descriptions across all README files (English, Japanese, Traditional Chinese)
Template Updates
- Updated both Mac and Windows steering templates with consistent improvements
- Improved README structure by reorganizing sections for better user experience
Technical Changes
- Streamlined bash command logic in steering templates for better cross-platform compatibility
- Enhanced template consistency across different operating systems
📝 Files Changed
- Steering command templates (Mac/Windows variants)
- README files and documentation
- Package version bump to 1.1.3
Perfect for teams looking to leverage improved steering functionality and clearer documentation for spec-driven development workflows.
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Add more supported languages
🌐 Supported Languages
- English (
en) - Japanese (
ja) - Traditional Chinese (
zh-TW) - Chinese (
zh) 🆕 - Spanish (
es) 🆕 - Portuguese (
pt) 🆕 - German (
de) 🆕 - French (
fr) 🆕 - Russian (
ru) 🆕 - Italian (
it) 🆕 - Korean (
ko) 🆕 - Arabic (
ar) 🆕
Full Changelog: v1.1.1...v1.1.2