@lbruton/specflow 3.5.9 → 3.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -13,6 +13,16 @@ SpecFlow is a fork of [Pimzino/spec-workflow-mcp](https://github.com/Pimzino/spe
13
13
 
14
14
  - Renamed `.spec-workflow` directory to `.specflow` across all projects and configuration
15
15
  - Added backward compatibility fallback for legacy `.spec-workflow/` directories
16
+ - Enforced readiness-gate approval before implementation is considered ready in MCP status and task prompts
17
+ - Swept live plugin skills, commands, and templates to use resolved workflow-root paths and current `specflow` runtime references
18
+
19
+ ## [3.5.10] - 2026-04-05
20
+
21
+ ### Changed
22
+
23
+ - Enforced approved `readiness-report.md` as the gate to implementation in MCP status/listing and implement-task guidance
24
+ - Updated live skills, plugin command docs, and templates to reference resolved workflow-root paths instead of stale local `.spec-workflow` or user-template paths
25
+ - Updated dashboard/package guidance strings from legacy `spec-workflow-mcp` references to `specflow`
16
26
 
17
27
  ## [3.1.0] - 2026-03-31
18
28
 
@@ -1048,4 +1058,4 @@ The following entries are from the upstream project before the fork diverged.
1048
1058
  - Support for major AI development tools (Claude Desktop, Cursor, etc.)
1049
1059
  - Automatic project structure generation
1050
1060
  - Dark mode dashboard interface
1051
- - GitHub issue templates
1061
+ - GitHub issue templates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lbruton/specflow",
3
- "version": "3.5.9",
3
+ "version": "3.5.10",
4
4
  "description": "MCP server for spec-driven development workflow with real-time web dashboard",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",