Skip to content

v0.6.14

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:46
· 375 commits to main since this release

Release Notes - v0.6.14

Summary

  • Tightened branch_pr close commits so task artifacts are included with the closure evidence instead of being left as loose local files.
  • Added Hermes launch support and documentation refreshes so the runner path, adapter docs, recipe inventory, and social preview assets stay aligned.
  • Improved cloud backend failure handling by making degraded mutation exits explicit and linking the related issue evidence.
  • Preserved the v0.6.13 hosted publish evidence in the next patch window so release history remains auditable.

Added

  • Added close-commit behavior that includes every required task artifact when a branch_pr task is closed. (b4375ad)
  • Added task evidence showing the close-artifact quality review for the artifact-inclusive close commit behavior. (138da15)
  • Added the close-commit implementation path that brings task README and PR evidence files into the close commit scope. (ba2d8b7)
  • Added a launch ACR for the Hermes task-run path so the shipped runner behavior has a durable change record. (cfe2131)
  • Added Hermes task-run launch support in the runner so Hermes-backed task execution can be started through AgentPlane. (7044390)
  • Added Hermes adapter design and scaffold documentation so the adapter contract is visible from the release notes and task artifacts. (1efd2d8)
  • Added a cloud backend exit ACR so the failure-exit behavior has a durable release-facing record. (1498b95)
  • Added the hosted publish evidence record from v0.6.13 to keep npm, tag, and GitHub release proof attached to the repository. (183c3ac)
  • Added the v0.6.13 release commit to the patch history baseline for the next release plan. (6050455)

Improved

  • Refreshed Hermes documentation social images for the patch release so public preview assets match the current docs. (0b4a05e)
  • Refreshed the Hermes docs quality review evidence after the social image update landed. (fe9c705)
  • Recorded evaluator pass evidence for the Hermes docs refresh before release preparation continued. (e316c2a)
  • Updated Hermes social images to match the current docs presentation. (9866922)
  • Tightened the Hermes launch profile behavior after review found gaps in the task launch path. (4b36a6e)
  • Recorded Hermes launch profile quality review evidence for the release audit trail. (7f0518b)
  • Refined the Hermes launch profile task artifacts after the implementation changes landed. (0fde22a)
  • Addressed review feedback on the Hermes launch path before carrying it into the patch release. (837961f)
  • Recorded the original Hermes launch-path task artifacts so the feature has a complete task history. (4ebe738)
  • Linked the cloud backend exit-semantics work to the relevant GitHub issue evidence. (3edcc63)
  • Added evaluator evidence for the cloud backend failure-exit task. (3da150c)
  • Recorded verification evidence for the cloud backend failure-exit task. (62560ba)
  • Added regression coverage for cloud backend exit failures so degraded sync behavior is tested. (bfadb65)
  • Added a Hermes adapter ACR so the adapter scaffold has a durable release-facing record. (41b1015)
  • Satisfied the Hermes static export guard after the adapter scaffold changed public exports. (827ab20)
  • Recorded Hermes adapter evaluator pass evidence for the release trail. (79d2a89)
  • Refreshed the Hermes recipe inventory after adapter changes affected generated recipe documentation. (c643458)
  • Refreshed the Hermes recipe inventory again after follow-up changes changed generated output. (6aeebc7)
  • Recorded Hermes projection verification evidence for the adapter work. (4db898f)
  • Improved Hermes projection visibility so adapter behavior is easier to inspect from AgentPlane artifacts. (f49f9b5)
  • Hardened Hermes supervisor execution before exposing the adapter as a supported runner surface. (cc1b9a7)
  • Updated Hermes hotspot evidence after adapter runtime files changed. (34bda78)
  • Split Hermes adapter runtime helpers to keep the implementation below hotspot and maintainability thresholds. (bff8cfa)
  • Refreshed Hermes adapter evidence after helper extraction and runtime hardening. (faccf61)
  • Satisfied Hermes adapter CI guards after the adapter implementation expanded. (777c620)
  • Recorded Hermes adapter quality gate evidence for the release checklist. (7b57f33)
  • Extended the Hermes adapter executor and recipe so the runner path and recipe metadata stay consistent. (fcae8fc)
  • Implemented the first Hermes adapter scaffold iteration for the runner integration. (87a4a76)
  • Continued the Hermes adapter scaffold implementation after the initial pass. (9f9a274)
  • Continued the Hermes adapter scaffold implementation with additional runtime wiring. (4309e05)
  • Completed another Hermes adapter scaffold iteration before the later hardening passes. (92bb4cc)

Fixed

  • Fixed cloud backend failure exits so degraded mutation paths surface a clear failure instead of leaving ambiguous sync state. (d237ec6)

Upgrade Notes

  • No breaking changes.
  • The release keeps the public package set in lockstep at 0.6.14: agentplane, @agentplaneorg/core, and @agentplaneorg/recipes.
  • Operators should continue to publish through the branch_pr release candidate route and the hosted Publish to npm workflow.

Verification

  • ap release plan --patch generated .agentplane/.release/plan/2026-06-01T09-47-05-624Z for v0.6.14.
  • bun run release:tasks:check passed on current main before release documentation changes.
  • bun run release:parity passed with public packages at 0.6.13 before the candidate bump.
  • bun run release:check:registry -- --version 0.6.14 passed before the candidate bump.
  • node .agentplane/policy/check-routing.mjs passed before release documentation changes.