Release pm-context v2026.09.09 - #104
Conversation
|
PR author is in the excluded authors list. |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis release-only PR updates pm-context from v2026.09.08 to v2026.09.09 by synchronizing version metadata in the source extension, generated bundle, manifest, npm package files, and lockfile; no functional behavior changes are included. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="package.json" line_range="3" />
<code_context>
{
"name": "pm-context",
- "version": "2026.9.8",
+ "version": "2026.9.9",
"description": "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs",
"author": "@unbraind",
</code_context>
<issue_to_address>
**issue:** The version is bumped to `2026.9.9` without adding the corresponding `## 2026.9.9 - 2026-09-09` section to `CHANGELOG.md`; `npm run changelog:check` derives the expected heading from `package.json` and fails because the changelog still starts at `2026.9.8`.
**Triggers:** When the protected PR's CI runs the configured changelog check.
**Suggested fix:** Generate and commit the `2026.9.9` changelog section, or change the release-PR workflow so the check intentionally runs only after release-time changelog generation.
</issue_to_address>Sourcery assessment
Needs a human reviewer. 1 finding to address first, and this only changes the package version metadata, so a mistaken value would mainly cause release or dependency-tooling confusion rather than data loss or a security issue. Reverting fixes the repository, but an already published package version cannot be fully erased and would need a bounded follow-up release or registry correction.
Blocking findings: package.json:3
Automated daily release metadata for
v2026.09.09. The release gate passed before this PR was created; npm publication and tagging remain blocked until this protected PR is merged. Tracking: pm-context-b7ub.Summary by Sourcery
Release pm-context version 2026.9.9.
Build:
Chores:
Summary by cubic
Bumps
pm-contexttov2026.09.09across all package files, syncing the release metadata.No behavior changes; the diff only updates the version string from
2026.9.8to2026.9.9. npm publication and tagging remain blocked until this PR is merged.Written for commit f65d019. Summary will update on new commits.