Skip to content

Certify pm CLI 2026.9.17 - #111

Merged
unbraind merged 1 commit into
mainfrom
chore/certify-pm-cli-2026-9-17
Sep 17, 2026
Merged

unbraind merged 1 commit into
mainfrom
chore/certify-pm-cli-2026-9-17

Conversation

@unbraind

@unbraind unbraind commented Sep 17, 2026 •

Copy link
Copy Markdown
Owner

Pins @unbrained/pm-cli to exactly 2026.9.17, and moves pm-changelog to 2026.9.16 and pm-ops to 2026.9.13 (both exact, lockfile resolved).

Releases 2026.9.13–2026.9.17 fix telemetry consent/DO_NOT_TRACK handling, telemetry event loss under concurrent queue rewrites, a lock reclaimed during owner-metadata init, oversized item reads losing content without a receipt, and merge-driver launchers breaking after a runtime upgrade. 2026.9.14 also lets non-colliding extension leaves live beneath core command groups.

pm item

pm-slack-eoqy

Verification

release:check: 126/126 tests passed, 0 failures, coverage thresholds met, 0 vulnerabilities

Summary by Sourcery

Pin the project’s pm tooling to the certified 2026.9.x releases.

Enhancements:

  • Certify the project against the latest pm CLI and align the pm-changelog and pm-ops development tools with their exact released versions.

Chores:

  • Record the certification work in the changelog and pm task history.

Summary by cubic

Pins @unbrained/pm-cli to exactly 2026.9.17 and updates pm-changelog to 2026.9.16 and pm-ops to 2026.9.13, removing the floating ^ range on pm-ops. These releases fix telemetry consent/DO_NOT_TRACK handling, telemetry event loss under concurrent queue rewrites, a lock reclaimed during owner-metadata init, oversized item reads losing content without a receipt, merge-driver launchers breaking after a runtime upgrade, and allow non-colliding extension leaves beneath core command groups.

Verification

  • release:check passes: 126/126 tests, 0 failures, coverage thresholds met, 0 vulnerabilities.

Written for commit 2e9a3a8. Summary will update on new commits.

Review in cubic

Update pm-changelog to 2026.9.16 and pm-ops to 2026.9.13 (both exact). Releases 2026.9.13-2026.9.17 fix telemetry consent/DO_NOT_TRACK handling, telemetry event loss under concurrent queue rewrites, a lock reclaimed during owner-metadata init, oversized item reads losing content without a receipt, and merge-driver launchers breaking after a runtime upgrade. 2026.9.14 also lets non-colliding extension leaves live beneath core command groups.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @unbraind, you've used your own review budget of 250,000 diff characters for the last 7 days.

You can request another review in 3 days and 19 hours by commenting @sourcery-ai review. Upgrade to get a review now.

@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: fa62b82d-7cfa-42ff-a744-cac62cca230f


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sourcery-ai

sourcery-ai Bot commented Sep 17, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR certifies the PM toolchain through 2026.9.17 by replacing the prior floating or older development dependency versions with exact releases and synchronized lockfile entries, while recording the certification in the changelog and PM metadata. The upgraded releases include fixes for telemetry consent and queue reliability, lock ownership, oversized item receipts, merge-driver launchers, and extension command placement; the reported verification completed all 126 tests with coverage thresholds met and no vulnerabilities.

File-Level Changes

Change Details Files
Certify and pin the PM tooling dependencies to the specified exact releases.
  • Update the CLI to 2026.9.17.
  • Update pm-changelog to 2026.9.16 and pm-ops to 2026.9.13.
  • Refresh lockfile resolutions for the new exact versions.
package.json
package-lock.json
Document the certification work in project and PM tracking records.
  • Add an Unreleased changelog entry linking the PM work item.
  • Add the associated chore and history records.
CHANGELOG.md
.agents/pm/chores/pm-slack-eoqy.toon
.agents/pm/history/pm-slack-eoqy.jsonl

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@greptile-apps

greptile-apps Bot commented Sep 17, 2026

Copy link
Copy Markdown

RetriggerConfidence Score: 5/5

The PR appears safe to merge because the dependency declarations, lockfile resolutions, compatibility constraints, and generated project records remain aligned.

Summary

This PR certifies the latest project-management tooling by pinning @unbrained/pm-cli to 2026.9.17, pm-changelog to 2026.9.16, and pm-ops to 2026.9.13.

  • Regenerates the npm lockfile with exact tooling versions and the updated transitive YAML package.
  • Adds the completed certification item and its integrity-tracked history.
  • Adds the corresponding Unreleased changelog entry.
  • No actionable correctness, security, or repository-rule violations were identified.

Reviews (1) · Last reviewed commit: "Pin @unbrained/pm-cli to 2026.9.17"

@unbraind
unbraind merged commit 2b47fcc into main Sep 17, 2026
9 checks passed
@unbraind
unbraind deleted the chore/certify-pm-cli-2026-9-17 branch September 17, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant