You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tightened branch_pr release readiness with targeted hook-runtime CI routing, generated-artifact pre-commit protection, and stronger commit-subject naming coverage.
Hardened branch_pr integration behavior around stale queue entries, PR artifact freshness, active task selection, and remote artifact fallback handling.
Reduced CLI runtime overhead by improving startup fast paths and freshness checks without weakening release or workflow validation gates.
Consolidated low-risk duplicate implementation paths while preserving task-level evidence for each merged workflow change.
Added
Added targeted local CI routing for hook runtime changes so hook-sensitive edits run the validation lane that best matches their risk.
Added task evidence for the hook runtime CI routing change, keeping the release history tied to task 202605260807-F705MZ.
Added a pre-commit guard that blocks unstaged generated task artifacts before they can leak into unrelated commits.
Added task evidence for the generated-artifact pre-commit guard, keeping the release record tied to task 202605260641-H5JAWT.
Added broader commit subject naming coverage so merge subjects and task subjects are classified more reliably.
Added task evidence for the merge-subject review fix in task 202605252058-3Q9G73.
Added tests for default merge-subject handling so common GitHub merge subjects stay accepted by the naming checks.
Added refreshed CI blocker evidence for the commit-subject naming task.
Added mock alignment for PR artifact fallback tests so the regression coverage matches current artifact behavior.
Added verification records for the expanded naming coverage task.
Added implementation coverage for additional commit-subject naming cases.
Added stale branch_pr integration queue normalization tests to cover queue cleanup behavior.
Added active task selector projection fallback tests so selector fallback behavior stays observable.
Added PR artifact fallback hardening evidence for task 202605251945-BGE4V3.
Improved
Optimized CLI startup fast paths so common commands reach useful output with less runtime overhead.
Hardened freshness quick checks for task 202605251957-4ABD2H.
Refreshed evaluator review evidence at the current SHA for task 202605251936-1HC32Z.
Refreshed evaluator review artifacts after selector fallback work changed the implementation shape.
Aligned finish tests with the quality gate so task completion better reflects evaluator expectations.
Fixed default merge-subject coverage gaps in commit naming checks.
Fixed generated task artifact leakage before commit by making the pre-commit guard fail early.
Fixed hook runtime CI routing so hook changes no longer rely on a weaker or unrelated local lane.
Fixed bootstrap-doc freshness validation by adding the evaluator quality command to the canonical verification command model.
Fixed guided task completion regression coverage so direct finish tests no longer bypass the required evaluator report.
Fixed CLI smoke regression coverage so release-critical finish validation no longer bypasses the required evaluator report.
Upgrade Notes
No breaking changes.
The release keeps the public package set in lockstep at 0.6.10: agentplane, @agentplaneorg/core, and @agentplaneorg/recipes.
Release operators should continue using the branch_pr candidate route and hosted publish workflow for protected-base publication.
Verification
git fetch --tags --prune origin passed after replacing the stale local v0.3.8 tag with the remote tag reference.
ap release plan --patch generated .agentplane/.release/plan/2026-05-26T09-08-18-929Z for v0.6.10.
Release prepublish, parity, policy routing, doctor, npm readback, origin tag readback, and GitHub Release readback are the required checks for this release task.