Skip to content

Cancel the superseded 2026.9.7 certification instead of closing it - #87

Merged
unbraind merged 1 commit into
mainfrom
cancel-superseded-certification-2026-9-7
Sep 12, 2026
Merged

unbraind merged 1 commit into
mainfrom
cancel-superseded-certification-2026-9-7

Conversation

@unbraind

@unbraind unbraind commented Sep 12, 2026

Copy link
Copy Markdown
Owner

What changes

pm-github-5ow3 goes from closed to canceled, and the changelog is regenerated.

Why

The 2026.9.12 certification closed this superseded 2026.9.7 item as closed. The changelog is generated from closed items, so a certification that never shipped now sits under Unreleased, and the next daily release would publish it as release notes. canceled is the status for work that will not be delivered, and pm-changelog excludes it by default.

Verification

  • pm get pm-github-5ow3status: canceled, with the reason recorded in its history
  • npm run changelog:full with release tags fetched, then npm run changelog:check → exit 0
  • the Unreleased section no longer lists pm-github-5ow3

Found by Greptile on unbraind/pm-graph#98; the same correction lands in every fleet repo where it reached main.

Summary by Sourcery

Cancel the superseded 2026.9.7 certification and regenerate the changelog so unreleased notes only include deliverable work.

Bug Fixes:

  • Mark the superseded 2026.9.7 certification as canceled so it is excluded from generated release notes.

Enhancements:

  • Regenerate the changelog to remove the canceled certification from the Unreleased section.

Chores:

  • Record the cancellation and its reason in the PM item history.

Summary by cubic

Cancels the superseded 2026.9.7 certification (pm-github-5ow3) instead of closing it, so the generated changelog no longer lists work that never shipped as release notes. Closing the item put it under Unreleased, and the next daily release would have published it; canceled is the status for work that will not be delivered, and the changelog excludes it by default. The superseding certification pm-github-u95z, which certifies 2026.9.12, remains in place.

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

Review in cubic

A closed item is delivered work, and the generated changelog lists every
closed item. Closing pm-github-5ow3 as superseded therefore put a certification that
never shipped under Unreleased, where the next daily release would publish
it as release notes. Canceled is the status for work that will not be
delivered, and the changelog leaves it out. The item keeps its reason:
the repository moved to 2026.9.10 before it was resolved, and pm-github-u95z
certifies 2026.9.12.

Found by Greptile on unbraind/pm-graph#98.

@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 1 day and 14 hours by commenting @sourcery-ai review. Upgrade to get a review now.

@coderabbitai

coderabbitai Bot commented Sep 12, 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: 93c2dad9-1760-441b-86e1-e89e1ea78e54


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

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

Reviewer's Guide

The PR corrects the lifecycle state of the superseded 2026.9.7 certification from closed to canceled, records why it was canceled, and regenerates the changelog so the never-shipped work is excluded from Unreleased release notes.

State diagram for the superseded certification lifecycle

stateDiagram-v2
    [*] --> closed
    closed --> canceled: superseded certification
    canceled --> [*]
Loading

Flow diagram for excluding canceled work from the changelog

flowchart LR
    Certification[2026.9.7 certification] --> Status{Lifecycle status}
    Status -->|closed| Unreleased[Unreleased changelog]
    Status -->|canceled| Excluded[Excluded from Unreleased]
    Excluded --> NextRelease[Next release notes]
Loading

File-Level Changes

Change Details Files
Mark the superseded certification as canceled and record the state transition.
  • Change the work item status from closed to canceled.
  • Append the cancellation reason to the item history.
.agents/pm/chores/pm-github-5ow3.toon
.agents/pm/history/pm-github-5ow3.jsonl
Regenerate the changelog to remove the canceled, unreleased certification.
  • Remove pm-github-5ow3 from the Unreleased section while retaining the shipped certification entry.
  • Validate generated changelog consistency and exclusion of canceled work.
CHANGELOG.md

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

Copy link
Copy Markdown

Greptile Summary

This PR reclassifies the superseded 2026.9.7 certification as canceled and regenerates the changelog so undelivered work is excluded from the next release notes.

  • Changes pm-github-5ow3 from closed to canceled.
  • Appends the corresponding auditable history transition and cancellation rationale.
  • Removes the superseded certification from the generated Unreleased section.

Confidence Score: 5/5

The PR appears safe to merge because the task state, append-only history, and generated changelog are aligned.

The canceled transition uses the repository’s supported lifecycle mechanism, its history chain matches the materialized item, and the regenerated changelog correctly excludes the superseded deliverable without disturbing other entries.

Important Files Changed

Filename Overview
.agents/pm/chores/pm-github-5ow3.toon Reclassifies the superseded certification as canceled while preserving its existing resolution context.
.agents/pm/history/pm-github-5ow3.jsonl Records a hash-chained status transition with a clear explanation that the certification never shipped.
CHANGELOG.md Removes only the canceled certification from Unreleased while retaining the delivered 2026.9.12 certification.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart LR
    Item[Superseded certification] --> Status[Status: canceled]
    Status --> History[Append transition history]
    Status --> Generator[Changelog generator]
    Generator --> Excluded[Excluded from Unreleased notes]
Loading

Reviews (1): Last reviewed commit: "Cancel the superseded 2026.9.7 certifica..." | Re-trigger Greptile

@unbraind

Copy link
Copy Markdown
Owner Author

Review round for bb272f2. Every check on this head is complete and none failed, no review thread is unresolved, and every bot comment has been read and voted on.

  • coderabbitai: auto-review is skipped on repositories with fewer than 10 stars. The plan allows about one explicit review per hour across the org, and this session spent those on the hosted-runtime and pm-web PRs, so no review ran here. That is not counted as approval.
  • greptile-apps: the summary was read. 0 inline finding(s), each answered in its thread and resolved only after a fix or an explained refusal.
  • sourcery-ai: the weekly 250k-diff review budget is exhausted, so no review ran. The reviewer's guide summary is correct; the missing review is not counted as approval.

@unbraind
unbraind merged commit 665fa08 into main Sep 12, 2026
9 checks passed
@unbraind
unbraind deleted the cancel-superseded-certification-2026-9-7 branch September 12, 2026 21:35
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