Skip to content

Move pm-web's runtime dependency on pm CLI to 2026.9.23 - #159

Merged
unbraind merged 1 commit into
mainfrom
pm-web-runtime-dependency-pm-cli-2026-9-23
Sep 25, 2026
Merged

unbraind merged 1 commit into
mainfrom
pm-web-runtime-dependency-pm-cli-2026-9-23

Conversation

@unbraind

@unbraind unbraind commented Sep 25, 2026 •

Copy link
Copy Markdown
Owner

Summary

The 2026-09-25 fleet wave (#158) moved pm-ops and pm-changelog to 2026.9.23 but left @unbrained/pm-cli at 2026.9.21. pm-web declares it under dependencies, because it runs pm at request time, and the wave script only rewrote devDependencies (the script now handles both). This PR moves:

  • package.json dependencies → @unbrained/pm-cli 2026.9.23, and the lockfile
  • manifest.json pm_min_version → 2026.9.23 (tests require it to equal the pinned SDK)

Once merged, the hosted pm-web.unbrained.dev build picks it up through scripts/deploy-hosted.sh pm-web. pm-gpt/pm-mcp, pm-search and the website already run 2026.9.23.

Verification

Check Result
npm run release:check exit 0 (408/408 tests)
Private copy of all 31 hosted workspaces under 2026.9.21 vs 2026.9.23 identical item counts, sorted id sets and health

pm items

  • pm-web-gbuc: Chore, created, closed and released by this PR

Summary by Sourcery

Align pm-web's runtime dependency and minimum supported pm CLI version with release 2026.9.23.

Bug Fixes:

  • Update pm-web's runtime pm CLI dependency so hosted builds use the certified 2026.9.23 release.

Enhancements:

  • Raise the minimum supported pm CLI version to 2026.9.23.

Summary by cubic

Moves pm-web's runtime dependency on @unbrained/pm-cli to 2026.9.23, closing the gap left when the 2026-09-25 fleet wave (#158) only bumped devDependencies.

  • Updates the dependencies entry, the lockfile, and manifest.json pm_min_version to 2026.9.23; tests require the latter to match the pinned SDK.
  • The hosted pm-web.unbrained.dev build picks up the new version via scripts/deploy-hosted.sh pm-web.
  • release:check passes 408/408 tests, and all 31 hosted workspaces behave identically under 2026.9.21 and 2026.9.23.

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

Review in cubic

The 2026-09-25 fleet wave (#158) moved pm-ops and pm-changelog to 2026.9.23 but left
@unbrained/pm-cli at 2026.9.21: pm-web declares it under dependencies because it runs pm at
request time, and the wave script only rewrote devDependencies. This moves the runtime
dependency, the lockfile and manifest.json pm_min_version (tests require it to equal the
pinned SDK) to 2026.9.23. release:check exits 0 (408/408 tests). A private copy of all 31
hosted workspaces reads identically under 2026.9.21 and 2026.9.23.

pm item: pm-web-gbuc (companion epic pm-cli-website-5s6z).

@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 25, 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: Repository: unbraind/pm-web/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 97ee971d-66fc-400d-bc6e-06aa7effc0c6


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 25, 2026

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

Reviewer's Guide

This PR updates pm-web's request-time pm CLI from 2026.9.21 to 2026.9.23 in both production dependency metadata and the lockfile, raises the manifest minimum version accordingly, and records the change in the changelog and pm metadata. Verification reports all release checks passing and no behavioral differences across the hosted workspace comparison.

File-Level Changes

Change Details Files
Align pm-web's runtime CLI dependency and minimum supported pm version with the 2026.9.23 SDK.
  • Bump the production @unbrained/pm-cli dependency.
  • Regenerate the corresponding lockfile entries.
  • Raise manifest pm_min_version to match the pinned CLI version.
package.json
package-lock.json
manifest.json
Record the dependency update in project release documentation and pm tracking metadata.
  • Add a changelog entry linking the completed chore.
  • Add the chore record and history entry.
CHANGELOG.md
.agents/pm/chores/pm-web-gbuc.toon
.agents/pm/history/pm-web-gbuc.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

@unbraind

Copy link
Copy Markdown
Owner Author

Review round complete before merge. All 0 inline bot threads were answered in-thread, and each was either fixed in this PR or tracked on the companion hub (launcher template: pm-cli-website-dqg7; release-workflow verifier: pm-cli-website-mxrp). Greptile is not installed on this repository. Sourcery skipped this head (its weekly diff allowance), so its earlier findings on this PR are the last it gave, and all were answered. CodeRabbit posted only its free-plan notice: this repository has fewer than 10 stars, so it doesn't review automatically, and its one-review-per-hour allowance is kept for PRs that need it. Every required check is green on e6a3787.

@unbraind
unbraind merged commit f542abf into main Sep 25, 2026
8 checks passed
@unbraind
unbraind deleted the pm-web-runtime-dependency-pm-cli-2026-9-23 branch September 25, 2026 10:31
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