Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "bmad-loop",
"source": "./src/bmad_loop/data/skills",
"description": "Automation-mode skills driven by the bmad-loop orchestrator: project bootstrap (bmad-loop-setup), interactive escalation resolution (bmad-loop-resolve) and deferred-work sweep triage (bmad-loop-sweep) — the inner dev primitive (which self-reviews and commits) is the upstream bmad-dev-auto skill",
"version": "0.11.0",
"version": "0.11.1",
"author": {
"name": "pinkyd"
},
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ breaking changes may land in a minor release.

## [Unreleased]

## [0.11.1] — 2026-08-23

### Added

- **git 2.34 or newer is now a declared prerequisite**, and the first one the orchestrator
Expand Down Expand Up @@ -151,7 +153,6 @@ breaking changes may land in a minor release.
naming the path, on both arms — a file present but unreadable (permissions, a dead mount)
was leaking a bare `OSError` on the same route. The packaged built-ins read through the
same guard: a corrupt install is a packaging bug and should say so.

- **Merge-back failures are classified from the measured tree state, and the catch-all stopped
inventing a conflict (#619).** A merge that died part-way through its checkout — all three
strategies, `--ff-only` included — now raises `MergeHalfAppliedError` instead of "refused
Expand Down Expand Up @@ -204,7 +205,6 @@ breaking changes may land in a minor release.
was running in, and the attach return could record a pane the human never came from. The probes
now pin to the calling pane via `TMUX_PANE`, and answer `None` without spawning when that value
is absent or not pane-shaped.

- **An unresolvable restore-patch or spec-folder path is now a named refusal, not a bare
`[Errno ...]` (#560).** `_resolve_restore_patch` (`cli --restore-patch`) and
`relativize_spec_folder` (`--spec`, `[stories] source`) each called `.resolve()` outside the
Expand Down Expand Up @@ -3597,7 +3597,8 @@ enforced in CI.
implementation phase, driven by a Python control loop with hook-based session transport and
resumable on-disk run state.

[Unreleased]: https://github.com/bmad-code-org/bmad-loop/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/bmad-code-org/bmad-loop/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/bmad-code-org/bmad-loop/releases/tag/v0.11.1
[0.11.0]: https://github.com/bmad-code-org/bmad-loop/releases/tag/v0.11.0
[0.10.0]: https://github.com/bmad-code-org/bmad-loop/releases/tag/v0.10.0
[0.9.1]: https://github.com/bmad-code-org/bmad-loop/releases/tag/v0.9.1
Expand Down
Binary file modified docs/images/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
232 changes: 116 additions & 116 deletions docs/images/dashboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 97 additions & 97 deletions docs/images/settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/start-run-modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
258 changes: 129 additions & 129 deletions docs/images/start-run-modal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/sweep-decision.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
234 changes: 117 additions & 117 deletions docs/images/sweep-decision.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion module.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
code: bmad-loop
name: BMAD Loop Skills
description: "Automation-mode skills driven by the bmad-loop orchestrator: interactive escalation resolution (bmad-loop-resolve) and deferred-work sweep triage (bmad-loop-sweep) — the inner dev primitive (which self-reviews and commits) is the upstream bmad-build-auto skill (bmad-dev-auto on pre-rename releases)"
module_version: 0.11.0
module_version: 0.11.1
default_selected: false
module_greeting: >
BMAD Loop installed — both the automation skills and the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bmad-loop"
version = "0.11.0"
version = "0.11.1"
description = "Deterministic ralph-loop orchestrator for the BMAD implementation phase"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bmad_loop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
directory under .bmad-loop/runs/.
"""

__version__ = "0.11.0"
__version__ = "0.11.1"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
code: bmad-loop
name: BMAD Loop Skills
description: "Automation-mode skills driven by the bmad-loop orchestrator: interactive escalation resolution (bmad-loop-resolve) and deferred-work sweep triage (bmad-loop-sweep) — the inner dev primitive (which self-reviews and commits) is the upstream bmad-build-auto skill (bmad-dev-auto on pre-rename releases)"
module_version: 0.11.0
module_version: 0.11.1
default_selected: false
module_greeting: >
BMAD Loop installed — both the automation skills and the
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading