Skip to content

Commit 53e2a5a

Browse files
committed
chore: Release v1.8.0
- Add GitHub Spec Kit scripts installer - Fix Gear 4 script dependency issue - Add CHANGELOG.md - Sync package.json version to 1.8.0
1 parent 0b768e3 commit 53e2a5a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to StackShift will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.8.0] - 2025-11-29
9+
10+
### Added
11+
- **GitHub Spec Kit Scripts Installer**: New `scripts/install-speckit-scripts.sh` that automatically downloads and installs prerequisite scripts needed by `/speckit.*` commands
12+
- Graceful fallback in Gear 4 when scripts are missing - offers to download or use manual gap analysis
13+
14+
### Fixed
15+
- **Gear 4 Script Dependency Issue**: Fixed error where `/speckit.analyze` failed with "Script not found" because Gear 3 created `.specify/scripts/` directory but left it empty
16+
- Gear 3 now installs GitHub Spec Kit scripts (check-prerequisites.sh, setup-plan.sh, create-new-feature.sh, update-agent-context.sh, common.sh) before creating specs
17+
- Gear 4 now verifies scripts exist and provides three recovery options if missing
18+
19+
### Changed
20+
- Updated `skills/create-specs/SKILL.md` to add Step 1: Install GitHub Spec Kit Scripts
21+
- Updated `skills/gap-analysis/SKILL.md` to add script verification and manual fallback
22+
23+
## [1.7.0] - 2025-11-28
24+
25+
Previous releases - see git history.

mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stackshift-mcp",
3-
"version": "1.0.0",
3+
"version": "1.8.0",
44
"description": "MCP server for StackShift - reverse engineering toolkit with manual control",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)