Certify pm CLI 2026.9.12 and the pm-ops 2026.9.11 auditor - #86
Conversation
CI runs the pm binary this repository pins, not whatever happens to be installed globally, so the pin decides what every gate actually exercises. - @unbrained/pm-cli 2026.9.10 -> 2026.9.12 (exact) - pm-ops 2026.9.9 -> 2026.9.11, resolved in the lockfile rather than merely admitted by the range 2026.9.11 and 2026.9.12 fix the multi-writer merge cases agents hit when they work on branches in parallel: two branches creating the same item id now merge into one document, and merge receipt discovery no longer reaches into unrelated invocation workspaces. History digests now name their algorithm. npm run release:check exits 0 on the new pins: 301 of 301 tests pass.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 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. Comment |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the repository’s pinned PM CLI to 2026.9.12 and pm-ops auditor to 2026.9.11, refreshes the lockfile, and documents the certification in PM tracking and the unreleased changelog. The release check reportedly passes all 301 tests, validating the multi-writer merge and receipt-isolation fixes exercised by CI. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Greptile SummaryThis PR advances the repository’s certified development tooling and records the corresponding PM lifecycle history.
Confidence Score: 5/5The PR appears safe to merge, with no actionable correctness, security, or repository-rule issues identified. The dependency graph remains compatible with supported runtimes and is lockfile-constrained in CI, while the tracking and changelog updates are covered by existing validation gates.
|
| Filename | Overview |
|---|---|
| package.json | Advances the exact pm CLI pin and the pm-ops compatibility range. |
| package-lock.json | Resolves the certified CLI and auditor versions with their updated transitive dependency graph. |
| .agents/pm/chores/pm-github-u95z.toon | Records the completed certification and its reported release-gate result. |
| .agents/pm/history/pm-github-u95z.jsonl | Adds the lifecycle history for creating, claiming, updating, and closing the certification item. |
| CHANGELOG.md | Adds generated Unreleased entries for the new certification and superseded chore. |
Reviews (1): Last reviewed commit: "Certify pm CLI 2026.9.12 and the pm-ops ..." | Re-trigger Greptile
|
Review round for
|
|
Tip For best results, initiate chat on the files or code changes.
You are interacting with an AI system. |
What changes
@unbrained/pm-cli2026.9.10 → 2026.9.12 (exact)pm-ops2026.9.9 → 2026.9.11, resolved in the lockfileCI runs this repository's pinned pm binary, so the pin decides what the gates exercise. 2026.9.11 and 2026.9.12 fix the multi-writer merge cases agents hit when working on branches in parallel: same-id items created on two branches, and merge receipt isolation. History digests are now algorithm-named.
Verification
npm run release:checkexits 0 on the new pins withPM_FLEET_ROOTset to the fleet root: 301 of 301 tests pass. Steps run: typecheck, build, docstring, privacy, coverage, audit:prod, pack:dry-run, changelog:check, verify:release-publish-attestation.pm items
Summary by Sourcery
Certify the repository with the latest pm CLI and pm-ops auditor versions.
Enhancements:
Build:
Chores:
Summary by cubic
Advances the pinned
@unbrained/pm-clifrom 2026.9.10 to 2026.9.12 (exact) andpm-opsfrom 2026.9.9 to 2026.9.11 in the lockfile, so every CI gate now exercises the newer pm binary and picks up the multi-writer merge fixes for parallel branch work.npm run release:checkexits 0 on the new pins with 301 of 301 tests passing; no migration steps required.Written for commit dc9c7a9. Summary will update on new commits.