chore: bump project_board pin v0.24.0 → v0.25.0 (readable board errors)#18
Merged
Conversation
…rs as JSON) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
👀 Quinn is reviewing — verdict (PASS / WARN / FAIL) + findings to follow. |
There was a problem hiding this comment.
QA Audit — PR #18 | chore: bump project_board pin v0.24.0 → v0.25.0
VERDICT: PASS
CI Status
- bump: skipped
- verify: success ✅
Diff Review
- Single-line pin bump in
protoagent.bundle.yaml:project_boardref fromv0.24.0→v0.25.0 - Well-scoped: one file, one line, no cascading changes
- Rationale is clear: fixes cryptic
SyntaxErroron the manager tier when an operator enables project_board without a bound repo — now surfaces a readable JSON 400 instead of a text/plain 500
Observations
- GAP: could not programmatically verify the
v0.25.0tag exists onprotoLabsAI/projectBoard-plugin(tool constraint), but the release URL is cited in the PR description and the author is the maintainer — low risk - No unresolved CodeRabbit threads, CI is clean
— Quinn, QA Engineer
|
Submitted APPROVE review on #18. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the
project_boardpin to v0.25.0: an unusable board (no repo bound / no.beads/brmissing) now surfaces as a JSON 400 with the actionable message instead of a text/plain 500 the console view rendered asSyntaxError: The string did not match the expected pattern. Matters for this bundle specifically: project_board ships installed-but-off on the manager, and an operator who enables it there (no repo bound) previously got the cryptic error. Also picks up Max-Mode candidate selection (projectBoard#59).🤖 Generated with Claude Code