Skip to content

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 21 May 17:54
· 1262 commits to main since this release
78f88bc

Release Notes - v0.6.5

Summary

  • AgentPlane v0.6.5 is a patch release focused on context-init defaults, context issue hardening, runner handoff release preparation, and faster read-only task listing.
  • New context work now defaults toward maximum assimilation while preserving stricter validation around Obsidian-style wiki links and source notes.
  • Release and review evidence for the v0.6 line is more explicit across evaluator gates, PR artifacts, and hosted verification records.
  • No breaking migration is required for existing v0.6 users.

Added

  • Added the public v0.7 runner handoff release lane so downstream runner integrations have a documented contract path before the next minor release (fb2907f).
  • Added runner handoff contract coverage for the initial v0.7 lane, including task artifacts that describe the intended handoff boundary (4ee11af).
  • Added runner handoff verification records so reviewers can trace the release lane from contract implementation to task evidence (9f35f52).
  • Added a blueprint snapshot for the context-init maximum-assimilation task, making the selected route easier to audit after merge (61ebe69).

Improved

  • Improved ap task list for read-only usage by adding a faster path that avoids unnecessary work when the command only needs the projected task list (e1a8248).
  • Refreshed the evaluator gate for the task-list fast path so the final release base points at the reviewed implementation SHA (0c02ec6).
  • Updated task-list fast-path evaluator evidence after the latest review cycle, reducing stale-gate ambiguity before release (67e4d46).
  • Refreshed task-list fast-path artifacts after the final implementation commit so PR and task evidence match the shipped code (dde96bd).
  • Changed context initialization to default to maximum assimilation, making richer context capture the normal path for new initialized projects (253c5af).
  • Aligned the maximum-assimilation evaluator gate with the reviewed code head before including the change in this patch release (73f1467).
  • Refreshed maximum-assimilation evaluator evidence so release records no longer point at an older commit (7ab3b6c).
  • Updated maximum-assimilation PR evidence to keep review metadata current with the merged branch (57b72a1).
  • Refreshed maximum-assimilation task artifacts after commit updates so the task README and PR records match the final branch state (adce174).
  • Refreshed task-list fast-path task artifacts during implementation to preserve an auditable history of the performance change (7d8cdf4).
  • Formatted the task-list projection cache changes, keeping the fast path easier to review and maintain (550a601).
  • Recorded the task-list fast-path PR publication details in task artifacts for release traceability (a96c8fc).
  • Recorded explicit fast-path verification evidence so the performance change is backed by task-local proof, not only commit history (6da5611).
  • Refreshed task-list fast-path task artifacts after verification so the task record reflects the accepted evidence (c9ffafe).
  • Optimized the task-list projection cache path, reducing unnecessary projection work for read-only task listing (acccaa6).
  • Hardened recent context issue handling so known GitHub issue candidates map more cleanly to actionable context fixes (d8d2466).
  • Prepared runner handoff review evidence so the v0.7 lane can be resumed without losing the patch-release boundary (902a4b4).
  • Tightened runner handoff references, making the contract less ambiguous for future runner adapter work (21afc3b).
  • Aligned runner handoff evaluator review targets with the final reviewed branch state (ac9ea88).
  • Recorded runner handoff evaluator quality evidence to keep the parked v0.7 lane release-ready after this patch ships (fbbea85).
  • Refreshed runner handoff task artifacts after implementation updates so the contract lane remains auditable (927cad5).
  • Tightened runner handoff exports to keep the public contract surface narrower and easier to consume (987109b).
  • Linked runner handoff GitHub PR metadata into task artifacts so the release lane can be traced through hosted review (ff00c92).
  • Hardened Obsidian context wiki links and source notes, improving compatibility with wiki-style local context stores (6890a8a).
  • Refreshed Obsidian context review evidence after addressing link and source-note feedback (95e2c39).
  • Addressed Obsidian link review feedback so generated or curated context notes use safer internal references (d01c0d3).
  • Refreshed workflow CI evidence for the Obsidian context-link hardening task (92e2466).
  • Added actionlint to the routed CI evidence path for the Obsidian context-link task (f3a272f).
  • Refreshed CI gate evidence for Obsidian context-link hardening after the routed checks changed (d414b47).
  • Initialized recipes in routed CI for the Obsidian context-link task, keeping recipe-dependent checks representative (f267a89).
  • Refreshed the evaluator gate for Obsidian context-link hardening so release evidence points at the current code (9e39c29).
  • Split Obsidian context tests into a clearer structure, making link and source-note behavior easier to verify (1d3fb00).
  • Recorded evaluator quality evidence for the Obsidian context-link task before release inclusion (aa9c3a7).
  • Hardened Obsidian context wiki links in implementation, reducing malformed or weakly traced source-note output (77326c7).
  • Refreshed maximum-assimilation task artifacts after late context-init updates (cc32481).
  • Refreshed maximum-assimilation task artifacts after verification evidence was added (d081d08).
  • Implemented the context-init default change so maximum assimilation is selected by default in the initialized flow (dbd1b31).
  • Aligned the website design source and documentation routing so public docs point at the current design surface (4d357d6).
  • Refreshed website design-routing task artifacts after merge preparation (7f7d9f1).
  • Aligned website design and routing checks so documentation and frontend references stay in sync (503eacf).
  • Fixed stale README run examples, keeping command examples aligned with the current CLI behavior (f686073).
  • Refreshed README drift task artifacts after the documentation correction (4b5c868).
  • Aligned README content with the current CLI so onboarding examples no longer describe older command behavior (706bd58).
  • Refreshed README drift task artifacts after the final docs update (3d51895).

Fixed

  • Fixed open context GitHub issues that remained after earlier context workflow changes, reducing drift between public issue state and repository behavior (08b3b65).
  • Recorded the context-issue evaluator gate for the code head so review evidence no longer targets an obsolete commit (37e8fe5).
  • Normalized the verify-step lint fixture branch, making context verification fixtures less brittle across branch names (6c5e02e).
  • Addressed context review gates so the merged context fixes satisfy the expected reviewer checks (0c198bb).
  • Recorded final context-issue verification evidence after implementation and review fixes were complete (05d912b).
  • Scoped verify-step linting to the merge base so recent issue candidate checks avoid unrelated branch noise (a1f07e0).
  • Split context issue regressions into clearer test coverage, making future failures easier to diagnose (d3f360d).
  • Refreshed recent-issue-candidate task artifacts after implementation updates (bc1564e).
  • Formatted context-gate changes so the issue-fix patch remains lint-clean (44bc268).
  • Recorded context-issue verification evidence in task artifacts for release auditability (de7c827).
  • Refreshed context-issue task artifacts after verification evidence was added (68a4422).
  • Fixed context issue gates so the relevant context workflow checks pass under the current branch_pr route (22bd614).
  • Recorded the recent-issue-candidate PR opening in task artifacts so hosted review linkage is preserved (87c2cb8).
  • Refreshed recent-issue-candidate task artifacts after PR publication (8e45ab3).
  • Hardened recent issue candidates to avoid false positives and weak routing around context-related follow-up work (e19ac5f).
  • Skipped context-init commit attempts outside a Git repository, avoiding a failure mode in generated or temporary project directories (5c32ee0).

Upgrade Notes

  • No breaking changes are expected for v0.6 users.
  • Upgrade by installing the v0.6.5 packages after npm publication completes.
  • New projects that run context initialization should expect maximum-assimilation defaults unless they explicitly choose a smaller profile.
  • Teams using Obsidian-style context wikis should rerun context linting after upgrade to benefit from the stronger link and source-note checks.
  • The v0.7 runner handoff lane is prepared but remains a contract lane for the next minor release, not a requirement for v0.6.5 users.

Verification

  • Released the previous AgentPlane v0.6.4 baseline that this patch builds on, giving v0.6.5 a clean published predecessor (f2410cf).
  • Release readiness for v0.6.5 must include release:tasks:check, release note validation, release prepublish checks, branch_pr candidate publication, hosted publish dispatch, npm package readback, remote tag readback, and GitHub Release readback.