Skip to content

Releases: gotalab/cc-sdd

v2.0.5

07 Jan 20:42
72fcf8c

Choose a tag to compare

🌍 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

Resources

Installation

npx cc-sdd@latest

v2.0.4

06 Jan 18:02
b1005da

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fixed GitHub Copilot prompt files to replace deprecated mode attribute with agent (#118)
  • Fixed registry.ts with review improvements (#107)

📚 Documentation

  • Added AI-Assisted SDD book reference to documentation (#109)

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

15 Nov 21:47
750590c

Choose a tag to compare

🎉 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/high for Codex CLI, Cursor, GitHub Copilot, and Windsurf as the primary code-focused option, while keeping gpt-5.1 medium/high as 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 test green on v2.0.3.

🔧 Changes

  • Changed: Refined recommendedModels entries 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

📦 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

15 Nov 21:00
1130e0d

Choose a tag to compare

📝 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.language is undefined, the default language is English (en).
  • Clarify EARS behavior: treat trigger phrases such as When, If, While, Where, The system shall, and The [system] shall as atomic English fragments, keep them in English, and localize only the variable parts of each requirement into the target language.

Resources

Installation

npx cc-sdd@latest

v2.0.1

10 Nov 02:50
a5ce40a

Choose a tag to compare

📝 Ver 2.0.1 – Documentation Update

Documentation-only release improving README clarity and visual consistency.

Resources

Installation

npx cc-sdd@latest

v2.0.0

09 Nov 20:44
0d47934

Choose a tag to compare

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-tasks auto-flags parallel-ready work with (P), adds --sequential, and ships a dedicated tasks-parallel-analysis.md rule. Research.md captures discovery + architectural decisions outside design.md.
  • Brownfield Validation Suite: /kiro:validate-gap, /kiro:validate-design, /kiro:validate-impl check 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

  1. Templates live under a unified commands/ tree; the old os-mac / os-windows split is removed.
  2. Steering loads every file under steering/, so exclude tooling dirs (e.g., .codex/, .cursor/).
  3. Templates now use real extensions (.md, .prompt.md, .toml), so adjust scripts or CI watchers.
  4. Command surface expanded from 8 → 11 with the validation trio—update any aliases or automation.

⚠️ Review 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

24 Sep 17:53
a457c30

Choose a tag to compare

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 ja

Full changelog: v1.1.4...v1.1.5

v1.1.4

17 Sep 21:03
31b1e22

Choose a tag to compare

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

15 Sep 20:36
a9bc7ec

Choose a tag to compare

🚀 What's New

Improvements

  • Steering Command Templates: Simplified custom files detection logic using ls + wc instead of complex find + grep commands
  • Enhanced Project Analysis: Added AGENTS.md to 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

14 Sep 20:29

Choose a tag to compare

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