chore: release v0.15.0#168
Conversation
There was a problem hiding this comment.
Pull request overview
Release prep for v0.15.0 by bumping version strings across install and plugin metadata, updating the changelog, and closing out a related bead issue.
Changes:
- Bump release/version identifiers to
0.15.0(installer + Claude plugin manifest) - Add
0.15.0section toCHANGELOG.md - Add ignore for local biff config and close the bead tracking the batch archive tool
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
install.sh |
Updates the installer’s target release version to v0.15.0. |
CHANGELOG.md |
Adds a new 0.15.0 dated entry near the top. |
.punt-labs/biff/.gitignore |
Ignores config.local.yaml for local-only configuration. |
.claude-plugin/plugin.json |
Updates plugin version (and renames the plugin). |
.beads/issues.jsonl |
Marks the batch-archive tool issue as closed with closure metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "name": "beadle-dev", | |||
| "name": "beadle", | |||
There was a problem hiding this comment.
Changing the plugin manifest name to "beadle" makes the dev-mode detection in hooks/session-start.sh unreachable (it greps for "beadle-dev" in this file to decide which MCP tool namespace to auto-allow and whether to skip command deployment). Either keep the repo manifest name as "beadle-dev" (and rely on the existing release-time rename), or update the SessionStart hook + any other tooling/docs that assume "beadle-dev" so behavior remains correct.
| "name": "beadle", | |
| "name": "beadle-dev", |
Note
Low Risk
Low risk: this PR only updates release metadata/docs and ignores, with no runtime code changes; main risk is packaging/version drift if the manifest or installer version doesn’t match published artifacts.
Overview
Prepares the
v0.15.0release by updating the Claude plugin manifest (.claude-plugin/plugin.json) to the production namebeadleand bumping its version.Updates
install.shto downloadv0.15.0, adds a0.15.0section toCHANGELOG.md, marks thebeadle-iuebead as closed in.beads/issues.jsonl, and adds.punt-labs/biff/config.local.yamlto.gitignore.Reviewed by Cursor Bugbot for commit 7eb6172. Bugbot is set up for automated code reviews on this repo. Configure here.