Skip to content

Certify pm CLI 2026.9.17 - #127

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

Advance the pinned pm CLI from 2026.9.12 to 2026.9.17 (npm latest), along with pm-ops to 2026.9.13 and pm-changelog to 2026.9.16.

The 2026.9.13–2026.9.17 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, and merge-driver launchers breaking after a runtime upgrade. 2026.9.14 also lets non-colliding extension leaves live beneath core command groups.

CI runs the repo-pinned binary, so the pin decides what every gate exercises. release:check passes 228/228 tests on the new pins.

pm item: pm-csv-nkab

Summary by Sourcery

Certify the repository against the updated pm CLI and supporting tool releases.

Enhancements:

  • Update the repository’s pinned pm CLI and supporting pm tooling to certified releases, ensuring CI exercises the refreshed toolchain.

Chores:

  • Record the certification work in the changelog and project tracking history.

Summary by cubic

Updates the repository’s pinned @unbrained/pm-cli from 2026.9.12 to 2026.9.17, pm-ops from 2026.9.11 to 2026.9.13, and pm-changelog from 2026.9.9 to 2026.9.16. This makes CI exercise the certified toolchain with fixes for telemetry handling, concurrent queue rewrites, lock recovery, oversized reads, merge-driver launchers, and extension command groups.

Validation

  • npm run release:check passes all 228 tests with 100% line and branch coverage.
  • Packed-package checks pass for npm-current, Bun-current, and npm-minimum scenarios.
  • The CLI now resolves transitive yaml 2.9.1 while the project’s direct yaml pin remains 2.9.0.

Written for commit bd9c64b. Summary will update on new commits.

Review in cubic

Advance @unbrained/pm-cli from 2026.9.12 to 2026.9.17, pm-ops from 2026.9.11 to 2026.9.13, and pm-changelog from 2026.9.9 to 2026.9.16. The new CLI fixes 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. release:check passes 228/228 tests.

@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: ecbf560e-d84f-4bf4-b26d-00fcd03c1a18


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

Updates the repository-pinned pm CLI and companion tools to the certified 2026.9.13–2026.9.17 release set, refreshes dependency resolution, records the certification chore and changelog entry, and verifies the full 228-test release gate.

File-Level Changes

Change Details Files
Pinned the repository’s pm toolchain to the certified release set.
  • Upgraded pm CLI to 2026.9.17.
  • Upgraded pm-ops to 2026.9.13 and pm-changelog to 2026.9.16.
  • Regenerated the lockfile with the new exact dependency resolutions.
package.json
package-lock.json
Recorded the certification work in project tracking and release documentation.
  • Added the pm certification chore and its history record.
  • Added an Unreleased changelog entry linking the chore.
  • Reconciled older changelog entries and release placement.
.agents/pm/chores/pm-csv-nkab.toon
.agents/pm/history/pm-csv-nkab.jsonl
CHANGELOG.md
Certified the updated pinned toolchain against the repository gates.
  • Verified release:check passes all 228 tests.
  • The certified releases include fixes for telemetry handling, concurrent queue rewrites, lock ownership initialization, oversized item reads, merge-driver launchers, and extension leaves under core command groups.
package.json
package-lock.json

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; no actionable correctness, security, or repository-rule violations were identified.

Summary

This PR certifies updated repository-pinned pm tooling and records the corresponding tracker and changelog changes.

  • Pins @unbrained/pm-cli to 2026.9.17, pm-ops to 2026.9.13, and pm-changelog to 2026.9.16.
  • Updates the lockfile, including pm-cli’s nested YAML 2.9.1 dependency.
  • Adds the completed certification chore and its history.
  • Regenerates the changelog with the updated tooling.
Diagram
%%{init: {'theme': 'neutral'}}%%
flowchart LR
    P[package.json exact pins] --> L[package-lock.json resolutions]
    L --> I[npm ci]
    I --> CLI[pm CLI 2026.9.17]
    I --> OPS[pm-ops 2026.9.13]
    I --> CL[pm-changelog 2026.9.16]
    CLI --> RC[release:check]
    OPS --> RC
    CL --> RC
    RC --> C[Changelog reproducibility check]
    RC --> A[Packed-package acceptance]
    RC --> V[Release verification gates]
Loading

Reviews (1) · Last reviewed commit: "Certify pm CLI 2026.9.17"

@unbraind
unbraind merged commit 7d6e918 into main Sep 17, 2026
11 checks passed
@unbraind
unbraind deleted the chore/certify-pm-cli-2026-9-17 branch September 17, 2026 19:59
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