Skip to content

Releases: gotalab/cc-sdd

v3.0.2

13 Apr 21:25
3795eb4

Choose a tag to compare

🔧 Patch Fixes

Patch release that keeps the Codex spec-reviewer role valid for cross-spec review.

What Changed

  • Added the missing description field to the Codex spec-reviewer template so Codex keeps the custom role available instead of ignoring it as malformed.

Resources

Installation

npx cc-sdd@latest

v3.0.1

11 Apr 02:01
f4f4245

Choose a tag to compare

🛡️ Path Safety Hardening

Patch release focused on safer filesystem handling in cc-sdd, with a small follow-up mojibake fix and a minor English wording cleanup.

What Changed

  • Hardened manifest-, template-, and shared-rule-derived path handling so generated file operations stay within their expected roots
  • Rejected unsafe traversal-style inputs and writes through symlinked destinations during execution
  • Fixed the mojibake in the Claude Code Skills kiro-impl template so the feature-flag protocol renders the arrow correctly
  • Updated a few English docs lines to replace team-scale AI-driven development with AI-driven development at team scale

Resources

Installation

npx cc-sdd@latest

🙏 Contributors

Thanks to all contributors who made this release possible, including @takaram.

v3.0.0

09 Apr 21:10
8612ddf

Choose a tag to compare

Skills Mode & Autonomous Implementation

cc-sdd v3.0.0 makes Agent Skills the primary workflow across 8 platforms and turns approved specs into a practical execution control plane, from discovery through long-running autonomous implementation.

Highlights

  • Skills mode is now the primary installation path across 8 platforms
  • New workflow entry points: /kiro-discovery, /kiro-spec-batch, and autonomous /kiro-impl
  • Native subagent-driven implementation flow replaces the external Ralph Loop dependency
  • Clear migration path for deprecated command-based installs and blocked --codex prompts mode

What Changed

  • Added skills-based agents for Cursor, GitHub Copilot, OpenCode, Gemini CLI, Windsurf, and Antigravity, alongside upgraded Claude Code Skills and Codex Skills support
  • Added new .kiro/settings/ rules and templates for boundary-first planning, design synthesis, review gates, task decomposition, and steering customization
  • Added cc-sdd-new-agent, a SOP-style skill for adding or migrating supported agents
  • Tightened issue timeout automation so only maintainer-labeled awaiting-response issues are auto-closed

Resources

Installation

npx cc-sdd@latest

v2.1.1

01 Feb 17:54
fffbd3b

Choose a tag to compare

🔧 Bug Fixes & Security

This patch release includes a bug fix for OpenCode agent and a security update.

What Changed

  • Fixed OpenCode agent slash command frontmatter to use full agent path
  • Updated vitest to v4 to resolve security vulnerabilities

New Contributors

Resources

Installation

npx cc-sdd@latest

v2.1.0

01 Feb 12:01
6e972c0

Choose a tag to compare

🚀 OpenCode Support

Added OpenCode as the 8th supported agent with full Spec-Driven Development workflow integration, and updated recommended models to the latest versions.

✨ Highlights

  • OpenCode Support: Full SDD workflow with 11 kiro commands and subagent mode
  • Model Updates: Claude Opus 4.5, OpenAI GPT-5.2, Google Gemini 3 Flash
  • Cleaner Prompts: Removed think keywords from templates

🔧 Changes

  • Added: OpenCode support with .opencode/commands/ and .opencode/agents/
  • Changed: Updated recommended models across all agents
  • Changed: Removed think keywords for cleaner prompt templates

📈 Key Metrics

  • Supported Agents: 8 (Claude Code, Cursor, Gemini CLI, Codex CLI, GitHub Copilot, Qwen Code, Windsurf, OpenCode)
  • Commands: 11 per agent
  • Languages: 13

🔮 Coming Next

  • Claude Code Skills support: SDD commands as reusable skills

🔗 Resources

📦 Installation

npx cc-sdd@latest

🙏 Contributors

Thanks to @inovue for contributing OpenCode support!

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