Skip to content

Commit 76edd89

Browse files
authored
chore(release): v1.8.0 changelog and marketplace bump (#86)
1 parent c76d2f9 commit 76edd89

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "bmad-builder",
1313
"source": "./",
1414
"description": "Build AI agents, workflows, and modules from a conversation. Four skills — Agent Builder, Workflow Builder, Module Builder, and Setup — guide you from idea to production-ready skill structure with built-in quality optimization. Part of the BMad Method ecosystem.",
15-
"version": "1.6.0",
15+
"version": "1.8.0",
1616
"author": {
1717
"name": "Brian (BMad) Madison"
1818
},

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.8.0] - 2026-05-10
4+
5+
### 🎁 Features
6+
7+
* **New `bmad-eval-runner` skill** — Evaluates a skill's behavior in an isolated workspace (Docker preferred, local fallback) and grades against eval-author expectations. Current supports Claude Code - additional harness and model combinations will come soon.
8+
9+
* **Workflow Builder scanner consolidation (7 → 4)** — Same quality, 7 separate scanners were overkill when 4 can cover the same content.
10+
11+
* **User Experience promoted in HTML report** — User journey analysis now appears as a top-level section in the output.
12+
13+
* **Headless contract for Workflow Builder** — Build process now supports a complete headless mode with structured JSON output, normalized path conventions, and a Conventions block (#85)
14+
15+
### 💥 Breaking Changes
16+
17+
* **Convert flow removed from Workflow Builder** — Switch to the edit flow - convert was redundant.
18+
319
## [1.7.0] - 2026-04-23
420

521
### 📚 Documentation

0 commit comments

Comments
 (0)