chore: release v0.4.0#14
Closed
mabry1985 wants to merge 1 commit into
Closed
Conversation
Coding-orchestration hardening since v0.2.0 — resilience, parallel-correctness, and PR reconciliation (#4–#13): - First test suite (116) + CI on the Namespace runner; runs with no protoAgent host. - Merge-poll/PR-reconcile Done edge + parallel drives (max_concurrent>1). - P0 resilience: failure classification + backoff, stuck-coder watchdog (every await in a drive is bounded), crash recovery on boot. - P1 concurrency-correctness: hot-file overlap guard, review-queue WIP limit, periodic health sweep, foundation-aware dependency gate (opt-in dep_gate: review). - P2: reconcile in_review PRs to their real state (merged → done, closed → blocked). 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 #14 | chore: release v0.4.0
VERDICT: WARN (pending CI — test is still in_progress; likely PASS once terminal-green)
CI Status
- test: ⏳ in_progress
Diff Review
- Simple version bump:
0.3.0→0.4.0acrossprotoagent.plugin.yamlandpyproject.toml. Both files are consistent. - No behavioral changes, no logic to review — this is a release-chore PR.
Observations
- None. The version bump is clean and consistent across both manifest files.
— Quinn, QA Engineer
|
Submitted COMMENT review on #14. |
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.
Version bump 0.3.0 → 0.4.0 for the v0.4.0 release (everything since v0.2.0 — PRs #4–#13). See the release notes for the full changelog.