Skip to content

Commit 57f14cb

Browse files
marcusgollclaude
andcommitted
chore: release v6.4.1
- Bump version to 6.4.1 - Update CHANGELOG.md with release notes - Update README.md with new version - Update version references Release: v6.4.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7a69a8a commit 57f14cb

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
---
44

5+
## [6.4.1] - 2025-11-17
6+
7+
### Fixed
8+
- **Windows Compatibility**: Added automatic bash fallback in spec-cli.py when PowerShell scripts don't exist
9+
- Enables Windows users to run workflow commands via Git Bash/WSL
10+
- Falls back gracefully with informative message when PowerShell script is missing
11+
- Fixes "PowerShell script not found" error for feature-workflow and other commands
12+
- **Git Permissions**: Fixed executable permissions for ship-prod-workflow.sh
13+
14+
### Technical Details
15+
- Modified `run_script()` in spec-cli.py to check for bash alternatives before failing
16+
- Added __pycache__ to .gitignore to prevent Python cache directory commits
17+
- All workflow scripts now properly executable in git (100755 mode)
18+
19+
---
20+
521
## [6.4.0] - 2025-11-17
622

723
### Added

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@
4444

4545
## 🆕 Recent Updates
4646

47+
### v6.4.1 (November 2025)
48+
49+
**Windows Compatibility Fix**
50+
51+
- **Bash Fallback**: spec-cli.py now automatically falls back to bash scripts when PowerShell equivalents don't exist
52+
- Enables Windows users to run workflow commands via Git Bash/WSL without errors
53+
- Graceful fallback with informative message: "Note: PowerShell script not found, using bash"
54+
- Fixes "PowerShell script not found" error for feature-workflow and other commands
55+
- **Git Permissions**: Fixed executable permissions for ship-prod-workflow.sh (100755 mode)
56+
- **Python Cache**: Added __pycache__ to .gitignore to prevent accidental commits
57+
58+
**Problem Solved**: Windows users couldn't run workflow commands because spec-cli.py expected PowerShell scripts that were never created during the CLI migration. Only bash scripts exist, but there was no fallback mechanism.
59+
60+
**Impact**: Windows users with Git Bash/WSL can now run all workflow commands seamlessly. Cross-platform compatibility restored without requiring PowerShell script duplication.
61+
62+
---
63+
4764
### v6.4.0 (November 2025)
4865

4966
**CLI Integration & Design System Expansion**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spec-flow",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Spec-Driven Development workflow toolkit for Claude Code - Build high-quality features faster with repeatable AI workflows",
55
"keywords": [
66
"claude",

0 commit comments

Comments
 (0)