Skip to content

v0.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 07:54
· 0 commits to develop since this release
Immutable release. Only release title and notes can be modified.
73b5743

Added

  • Promotion-PR review feedback is surfaced proactively: re-running promote_branch on an existing gate PR reports its unresolved review threads (count + reviewers + the address_pr_review loop to run) without re-requesting the billable review, and list_issues prints a "Release gate" header when the open base→protected PR has unresolved threads — even with zero open issues. Pure summarization in src/review_gate.ts (#302)

Changed

  • Pure-logic test coverage built out to 70 tests (#253 baseline): branch/version/remote/priority helpers, issue-body parsing, commit-message splitting, the CLI .env round-trip, and the #257 repo-scoped board transforms (fixture-proven against foreign-board leakage) now live in importable pure modules — branch.ts, version.ts, remote.ts, priority.ts, projects_transform.ts — with re-exports keeping every importer unchanged (#259)

Fixed

  • update_issue with a body no longer wipes okffs-owned issue metadata: the **Branch:** line and ## Relationships section are re-appended automatically when the new body omits them (escape hatch: preserve_metadata: false), so commit_and_update / merge_pull_request / create_pull_request keep working after a body rewrite. extractBranchFromBody is now anchored to a line start, so a body that merely quotes the branch-line pattern mid-prose can't shadow the real branch line (#295)

Removed

  • The deprecated one-release aliases from 0.11.0: hint on commit_and_update (use message, #290), description on create_issue and the task objects of plan / create_issues_from_list (use body, #282), and issue on update_project_status (use issue_number, #278). Passing a removed name now returns an actionable error naming the canonical param (#297)