Skip to content

v0.6.10

Choose a tag to compare

@github-actions github-actions released this 26 May 15:07
· 896 commits to main since this release

Release Notes - v0.6.10

Summary

  • 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.
  • Optimized branch_pr PR-check artifact fallback behavior.
  • Recorded queue-review lint evidence after PR artifact fallback changes.
  • Recorded verification evidence for CLI runtime freshness checks.
  • Addressed selector review feedback in the active task projection fallback path.
  • Preserved remote artifact freshness when updating branch_pr PR artifacts.
  • Recorded format regression coverage for selector fallback work.
  • Split remote artifact regression coverage so artifact freshness behavior is easier to maintain.
  • Recorded queue hygiene review evidence for branch_pr integration queue normalization.
  • Refreshed quality review artifacts for remote task PR artifact support.
  • Normalized branch_pr integration queue entries so stale queue state is handled more predictably.
  • Added support for remote task PR artifacts in the branch_pr PR-check flow.
  • Recorded evaluator pass evidence for the active task selector fallback task.
  • Implemented active selector projection fallback fixes in the task flow.
  • Reduced redundant implementation paths across AgentPlane code while keeping behavior stable.
  • Recorded quality review evidence for duplicate-path reduction.
  • Recorded duplicate-path verification checks.
  • Refactored repeated duplicate-path surfaces into shared lower-risk paths.
  • Addressed queue mutex review feedback for branch_pr integration queue normalization.
  • Updated quality review artifacts for branch_pr PR-check artifact fallback work.
  • Reduced low-risk duplicate implementation paths in core code.
  • Refreshed quality review evidence for duplicate-path reduction.
  • Captured refactor evidence for the duplicate-path reduction task.
  • Routed duplicate-path reduction through a task-scoped implementation record.
  • Updated the root dependency group with nine package refreshes.
  • Fixed upgrade markdown fragment rendering leaks.
  • Routed the upgrade markdown rendering fix through task 202605250929-N9FJB1.
  • Aligned bootstrap verification guidance with the evaluator quality gate so generated docs and AGENTS policy stay in sync during release validation.
  • Refreshed CLI help snapshot coverage so evaluator quality review commands remain represented in registry help output.
  • Updated guided task completion coverage to satisfy the evaluator quality-report gate before direct-mode finish.
  • Relaxed the direct finish metadata test timeout to match the heavier close-commit lifecycle budget used by neighboring finish-path tests.
  • Relaxed stale PR metadata routing test timeout for the release-ci-base chunk where multiple route-decision integration tests share one process.
  • Relaxed hook and pre-push task-binding test timeouts for the release-ci-base chunk where several hook integration tests execute together.
  • Updated CLI smoke lifecycle coverage to run the structured evaluator quality report before finish.

Fixed

  • Fixed stale branch_pr integration queue entries so old queue state no longer distorts the merge lane.
  • Fixed active task selector projection fallback behavior.
  • Fixed PR artifact fallback lint issues found during review.
  • Fixed queue mutex review findings in branch_pr integration queue normalization.
  • Fixed remote task PR artifact freshness regressions.
  • 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.