You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cc-sdd): install commands on Linux by reusing mac templates (Fixes#44)
- Update manifests to include linux for commands_os_mac\n- Add Linux runtime tests for claude-code and gemini-cli\n- Update README (root + tool) and localized READMEs to note Linux support\n- Document platform behavior and examples
Copy file name to clipboardExpand all lines: tools/cc-sdd/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "cc-sdd",
3
-
"version": "1.0.0-beta.3",
3
+
"version": "1.0.0-beta.4",
4
4
"description": "Transform your coding workflow with AI-DLC and Spec-Driven Development. One command installs 7 powerful slash commands, Project Memory, and structured development workflows for Claude Code.",
0 commit comments