Skip to content

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

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-context-ioz3 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-context-ioz3 → status: 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-context-ioz3

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 remove it from the generated Unreleased changelog.

Bug Fixes:

  • Cancel the superseded 2026.9.7 certification so it is no longer treated as a shipped item or included in Unreleased release notes.

Chores:

  • Regenerate the changelog and record the certification status change in project history.

Summary by cubic

Fixes the changelog for a superseded certification by changing its status from closed to canceled, so the never-shipped 2026.9.7 item no longer appears under Unreleased.

  • Removes the entry from the changelog's Unreleased section.
  • Records the cancellation reason in the item history.

Written for commit 37a2891. 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-context-ioz3 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-context-0ruy
certifies 2026.9.12.

Found by Greptile on unbraind/pm-graph#98.
@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: 07e6689a-9daa-4947-9099-4977441c6df0


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 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.

@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 superseded 2026.9.7 certification’s lifecycle state from closed to canceled, records why it was canceled, and regenerates the changelog so the undelivered certification is no longer prepared for publication.

File-Level Changes

Change Details Files
Mark the superseded certification as canceled and record the state transition in project history.
  • Change the chore status from closed to canceled.
  • Add the cancellation reason to the append-only history.
.agents/pm/chores/pm-context-ioz3.toon
.agents/pm/history/pm-context-ioz3.jsonl
Regenerate the changelog so the canceled, unreleased certification is excluded from Unreleased.
  • Remove the 2026.9.7 certification entry from Unreleased while retaining the shipped 2026.9.12 entry.
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 corrects the superseded PM 2026.9.7 certification from closed to canceled and regenerates the Unreleased changelog accordingly.

  • Records the cancellation and rationale in the item’s append-only history.
  • Removes the undelivered certification from release-facing notes.
  • Keeps the replacement 2026.9.12 certification in the Unreleased section.

Confidence Score: 5/5

The PR appears safe to merge because the PM record, history, and generated changelog are aligned with the intended cancellation.

No actionable failures remain: the history chain is internally consistent, the materialized item reflects the appended event, and the changelog removal matches canceled-item exclusion.

Important Files Changed

Filename Overview
.agents/pm/chores/pm-context-ioz3.toon Changes the superseded certification to the terminal canceled status and updates its modification timestamp.
.agents/pm/history/pm-context-ioz3.jsonl Appends a hash-chained history event recording the cancellation and its release-note rationale.
CHANGELOG.md Removes the canceled, undelivered certification from the Unreleased section.

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 37a2891. 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 16b9e9e into main Sep 12, 2026
11 checks passed
@unbraind
unbraind deleted the cancel-superseded-certification-2026-9-7 branch September 12, 2026 21:34
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