Certify pm CLI 2026.9.12 and the pm-ops 2026.9.11 auditor - #124
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: 228 of 228 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 and pm-ops auditor to the certified releases, refreshes dependency metadata, and records the certification with a passing 228-test release check. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Greptile SummaryThis PR certifies updated repository tooling by advancing the exact pm CLI pin to 2026.9.12 and resolving pm-ops 2026.9.11.
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness, security, or repository-rule violations identified. The updated manifest and lockfile consistently select the certified tooling, controlled workflows use lockfile-enforced installs, and the tracking histories remain internally continuous and lifecycle-consistent.
|
| Filename | Overview |
|---|---|
| package.json | Advances the exact pm CLI development pin and the minimum pm-ops range. |
| package-lock.json | Resolves the certified CLI and auditor versions with corresponding transitive dependency updates. |
| .agents/pm/history/pm-csv-umrv.jsonl | Records the certification item lifecycle with continuous algorithm-named SHA-256 history hashes. |
| .agents/pm/chores/pm-csv-umrv.toon | Adds the completed certification item and records the successful release-gate result. |
| CHANGELOG.md | Adds the certification and superseded predecessor under Unreleased. |
Reviews (1): Last reviewed commit: "Certify pm CLI 2026.9.12 and the pm-ops ..." | Re-trigger Greptile
|
Review round for
|
|
|
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: 228 of 228 tests pass. Steps run: typecheck, verify:release-workflow, build, lint, duplicates, docstring, coverage, audit:prod, pack:dry-run, accept:packed, changelog:check, verify:release-publish-attestation, verify:release-changelog-date.pm items
Summary by Sourcery
Certify the project with the latest PM CLI and pm-ops auditor pins.
Enhancements:
Build:
Summary by cubic
Advances the pinned pm tooling so CI gates run the multi-writer merge fixes:
@unbrained/pm-cli2026.9.10 → 2026.9.12 (exact) andpm-ops2026.9.9 → 2026.9.11 in the lockfile. Same-id items created on two branches now merge into one document, merge receipt discovery no longer reaches into unrelated workspaces, and history digests are algorithm-named.pm-csv-umrvcertification item; closespm-csv-lwj2as superseded.npm run release:checkpasses on the new pins with 228 of 228 tests.@sentry/*andimport-in-the-middleupdate with the resolution.Written for commit 613a72f. Summary will update on new commits.