Skip to content

chore(release): 0.8.0#56

Merged
pbean merged 1 commit into
mainfrom
release/0.8.0
Jul 3, 2026
Merged

chore(release): 0.8.0#56
pbean merged 1 commit into
mainfrom
release/0.8.0

Conversation

@pbean

@pbean pbean commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Cuts the 0.8.0 release. Version stamped 0.7.12 → 0.8.0 everywhere (all fields agree; root mirror matches), CHANGELOG curated, TUI screenshots + demo.gif re-rendered, trunk fmt/trunk check clean. On merge to main, release.yml auto-creates the v0.8.0 tag + GitHub release from the CHANGELOG.

Release contents (since v0.7.12)

Changed

  • BREAKING: bmad-autobmad-loop — dist, CLI, Python package, module/marketplace plugin, per-project state dir, repo URL, and public identifiers (env vars, plugin entry-point group, hook relays, skills, tmux/worktree prefixes, TUI class). Clean break, no shims. Migration notes in the CHANGELOG (Rename bmad-auto → bmad-loop (full project rename) #55).

Added

Fixed

Internal (folded/omitted from CHANGELOG): #43 perf-tests, #42 CI xdist, #41 adapter refactor.

Verification

  • python scripts/release.py check → version-sync ok, ## [0.8.0] section present.
  • trunk check (no filter) → No issues.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Released version 0.8.0 across package and module metadata.
    • Added new workflow gate handling for commit-related review paths.
  • Bug Fixes

    • Improved handling of stalled workflows when completion markers are missing.
    • Fixed Windows process status detection and added a force override for blocked resolves.
    • Corrected deferred-work and sweep session tracking.
    • Improved Windows worktree exclude path handling.

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f307ec6d-3e55-4562-9465-5afa4232ac14

📥 Commits

Reviewing files that changed from the base of the PR and between dff3620 and 786d189.

⛔ Files ignored due to path filters (9)
  • docs/images/dashboard.png is excluded by !**/*.png
  • docs/images/dashboard.svg is excluded by !**/*.svg
  • docs/images/demo.gif is excluded by !**/*.gif
  • docs/images/settings.svg is excluded by !**/*.svg
  • docs/images/start-run-modal.png is excluded by !**/*.png
  • docs/images/start-run-modal.svg is excluded by !**/*.svg
  • docs/images/sweep-decision.png is excluded by !**/*.png
  • docs/images/sweep-decision.svg is excluded by !**/*.svg
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (6)
  • .claude-plugin/marketplace.json
  • CHANGELOG.md
  • module.yaml
  • pyproject.toml
  • src/bmad_loop/__init__.py
  • src/bmad_loop/data/skills/bmad-loop-setup/assets/module.yaml

Walkthrough

This PR bumps the project version from 0.7.12 to 0.8.0 across marketplace metadata, module manifests, pyproject.toml, and the package __init__.py, and adds corresponding CHANGELOG.md entries documenting new workflow-injection stage additions and several fixes.

Changes

Version Bump

Layer / File(s) Summary
Changelog documentation
CHANGELOG.md
Adds 0.8.0 release notes covering a new pre_commit_gate stage and fixes for workflow livelock, Windows process liveness, sweep bundle reclosing, and git-exclude path normalization; adds [0.8.0] release link.
Version string bumps
.claude-plugin/marketplace.json, module.yaml, src/bmad_loop/data/skills/bmad-loop-setup/assets/module.yaml, pyproject.toml, src/bmad_loop/__init__.py
Updates version fields from 0.7.12 to 0.8.0 across all metadata and package files.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Poem

Six little files, one number changed,
0.7.12 to 0.8.0, rearranged,
The changelog hops in with news to tell,
Gates and ledgers now behaving well,
A rabbit thumps in version-bump delight! 🐇✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning The PR only updates release/version metadata and changelog; it does not show the win32 UNKNOWN liveness fix required by #36. Add the ProcessHost.liveness_of tri-state change, wire TUI run-status and launch/resume guards to UNKNOWN, and include tests for unreadable live processes.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is concise and accurately identifies the release/version bump.
Out of Scope Changes check ✅ Passed No unrelated code changes are evident; the edits are limited to release versioning and changelog updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.8.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@augmentcode

augmentcode Bot commented Jul 3, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Cuts the 0.8.0 release of bmad-loop, aligning version metadata and capturing curated release notes.

Changes:

  • Bumped versions from 0.7.120.8.0 in package/module descriptors (e.g., pyproject.toml, src/bmad_loop/__init__.py, module.yaml, and marketplace metadata).
  • Extended CHANGELOG.md with the 0.8.0 section, including breaking rename notes, the new pre_commit_gate stage, and multiple engine fixes.
  • Updated docs imagery (dashboard/start-run/sweep screenshots and demo.gif) to reflect the current TUI and flows.
  • Added the [0.8.0] link reference for the GitHub release/tag.

Technical Notes: This PR is primarily release bookkeeping (metadata + changelog + docs assets); no functional code changes beyond version stamping were observed in the diff.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@pbean pbean merged commit 648b407 into main Jul 3, 2026
9 checks passed
@pbean pbean deleted the release/0.8.0 branch July 3, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant