-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): adopt pm-cli 2026.7.28 #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| id: pm-github-b646 | ||
| title: Adopt pm-cli 2026.7.28 | ||
| description: "Bump pm-cli dependency and package version from 2026.7.27 to 2026.7.28 across package.json, manifest.json, and index.ts." | ||
| type: Chore | ||
| status: closed | ||
| priority: 2 | ||
| tags: [] | ||
| created_at: "2026-07-28T03:36:22.915Z" | ||
| updated_at: "2026-07-28T04:21:14.726Z" | ||
| closed_at: "2026-07-28T03:36:25.731Z" | ||
| author: pi-agent | ||
| notes[1]{created_at,author,text}: | ||
| "2026-07-28T04:21:14.726Z",codex,"Correction to the close reason recorded above. When this item was closed, the close reason asserted that release:check passed. It did not: the changelog had been generated BEFORE this item was closed, so CHANGELOG.md was missing this item's own entry and changelog:check failed in CI while passing locally against the stale file. CodeRabbit flagged the inconsistency on PR #19, correctly, as a data-integrity problem — a tracker recording a verified result that had not been verified.\n\nThe underlying defect was an ordering mistake repeated across the whole 2026.7.28 adoption wave: generate changelog, then close the item, leaving the item's own entry out of the generated file. Fixed here and in every other package in the wave by regenerating after the close.\n\nVerified after the fix: changelog:check reports up to date and the full release:check gate (typecheck, build, test, prod audit, pack dry-run, changelog check) passes end to end. The original close reason is left in place rather than rewritten, since item history is append-only and an audited record should show the correction, not hide it." | ||
| close_reason: "Bumped @unbrained/pm-cli from ^2026.7.27 to ^2026.7.28 in devDependencies and from >=2026.7.27 to >=2026.7.28 in peerDependencies; bumped package version to 2026.7.28 in package.json, manifest.json, and the version constant in index.ts; regenerated CHANGELOG via changelog:full; npm install resolved pm-cli 2026.7.28; release:check passes (typecheck, build, test, audit, pack dry-run, changelog check)." | ||
| body: "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| {"ts":"2026-07-28T03:36:22.915Z","author":"pi-agent","author_source":"asserted","agent_harness":"pi","agent_provenance":{"model":null},"op":"create","patch":[{"op":"add","path":"/metadata/id","value":"pm-github-b646"},{"op":"add","path":"/metadata/title","value":"Adopt pm-cli 2026.7.28"},{"op":"add","path":"/metadata/description","value":"Bump pm-cli dependency and package version from 2026.7.27 to 2026.7.28 across package.json, manifest.json, and index.ts."},{"op":"add","path":"/metadata/type","value":"Chore"},{"op":"add","path":"/metadata/status","value":"open"},{"op":"add","path":"/metadata/priority","value":2},{"op":"add","path":"/metadata/tags","value":[]},{"op":"add","path":"/metadata/created_at","value":"2026-07-28T03:36:22.915Z"},{"op":"add","path":"/metadata/updated_at","value":"2026-07-28T03:36:22.915Z"},{"op":"add","path":"/metadata/author","value":"pi-agent"}],"before_hash":"3cc22dff72be7b14824654a7a64ea62b04799939b2fee54c1b5f52ca60bf6df0","after_hash":"ba29412cd24d3bf10dee4a23cfc2623e92f6f45a623356cdee290a469659846f","message":""} | ||
| {"ts":"2026-07-28T03:36:25.732Z","author":"pi-agent","author_source":"asserted","agent_harness":"pi","agent_provenance":{"model":null},"op":"close","patch":[{"op":"replace","path":"/metadata/updated_at","value":"2026-07-28T03:36:25.732Z"},{"op":"replace","path":"/metadata/status","value":"closed"},{"op":"add","path":"/metadata/closed_at","value":"2026-07-28T03:36:25.731Z"},{"op":"add","path":"/metadata/close_reason","value":"Bumped @unbrained/pm-cli from ^2026.7.27 to ^2026.7.28 in devDependencies and from >=2026.7.27 to >=2026.7.28 in peerDependencies; bumped package version to 2026.7.28 in package.json, manifest.json, and the version constant in index.ts; regenerated CHANGELOG via changelog:full; npm install resolved pm-cli 2026.7.28; release:check passes (typecheck, build, test, audit, pack dry-run, changelog check)."}],"before_hash":"ba29412cd24d3bf10dee4a23cfc2623e92f6f45a623356cdee290a469659846f","after_hash":"50edaacc9907d04dabc255c9ac8c00398da2d512d66c54d909bb74db97cc60dc"} | ||
| {"ts":"2026-07-28T04:21:14.726Z","author":"codex","author_source":"configured","agent_harness":"claude-code","agent_instance":"c548d8ae3a90cd3da665f998","op":"note_add","patch":[{"op":"replace","path":"/metadata/updated_at","value":"2026-07-28T04:21:14.726Z"},{"op":"add","path":"/metadata/notes","value":[{"created_at":"2026-07-28T04:21:14.726Z","author":"codex","text":"Correction to the close reason recorded above. When this item was closed, the close reason asserted that release:check passed. It did not: the changelog had been generated BEFORE this item was closed, so CHANGELOG.md was missing this item's own entry and changelog:check failed in CI while passing locally against the stale file. CodeRabbit flagged the inconsistency on PR #19, correctly, as a data-integrity problem — a tracker recording a verified result that had not been verified.\n\nThe underlying defect was an ordering mistake repeated across the whole 2026.7.28 adoption wave: generate changelog, then close the item, leaving the item's own entry out of the generated file. Fixed here and in every other package in the wave by regenerating after the close.\n\nVerified after the fix: changelog:check reports up to date and the full release:check gate (typecheck, build, test, prod audit, pack dry-run, changelog check) passes end to end. The original close reason is left in place rather than rewritten, since item history is append-only and an audited record should show the correction, not hide it."}]}],"before_hash":"50edaacc9907d04dabc255c9ac8c00398da2d512d66c54d909bb74db97cc60dc","after_hash":"74999eb9937400008b984c9d2aa32104d4a3a1a726caf5f77d2a9d6e9c354a1b"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.