chore: version packages - #222
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
29 times, most recently
from
July 25, 2026 19:51
0c422d6 to
2bd28ff
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 19:09
5023269 to
b610533
Compare
greptile-apps
Bot
dismissed
their stale review
July 29, 2026 19:10
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 19:12
b610533 to
e04c0c0
Compare
greptile-apps
Bot
dismissed
their stale review
July 29, 2026 19:12
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 19:25
e04c0c0 to
420d09c
Compare
greptile-apps
Bot
dismissed
their stale review
July 29, 2026 19:25
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 29, 2026 19:44
7820bd9 to
2cdbbf9
Compare
greptile-apps
Bot
dismissed
their stale review
July 29, 2026 19:44
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 19:50
2cdbbf9 to
86f82aa
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@donadiosolutions/lcm@2.0.0
Major Changes
lcm mapwith unified machine registration and project identity commands, preserving local SQLite hashes while adding explicit PostgreSQL UUIDv7 project pairing and reimage recovery. Addlcm postgres migrateas the supported packaged administrator workflow for provisioning the PostgreSQL schema.Code integration. Install or update LCM with npm, then run
lcm install; theinstaller migrates recognized legacy Marketplace installations before
registering native hooks, MCP, commands, and skills.
Minor Changes
Patch Changes
extensions.worktreeConfigwhen resolving submodule project identity.lcm-contextskill examples to use the supported repeatable--tagoption.LCM_TEST_POSTGRES_SIGNAL_READY_TIMEOUT_MSoverride, register signal runs before readiness, exhaustively audit every registered run and Docker resource class, converge transient whole-run cleanup failures before signal exit, retain bounded sanitized cleanup diagnostics, remove verified private directories after orphan reclamation, fail signal tests when Docker cleanup does not complete, and tolerate an exactly owned Docker resource disappearing during concurrent orphan recovery.lcm statscompression output to compare compacted conversations with the total conversation count.extensions.worktreeConfigassignment and keep exact retired event fences out of sidecar health scans while surfacing malformed candidates.repository_dispatchrecovery path for exact commit SHAs.PATHor working directory.Greptile Summary
This is an automated Changesets release PR bumping
@donadiosolutions/lcmfrom1.4.2to2.0.0. The version jump is driven by two breaking changes: the replacement oflcm mapwith unified machine registration commands and the switch from Claude Marketplace distribution to a native npm-owned Claude Code integration.package.json/package-lock.json: version field updated to2.0.0; no dependency changes.CHANGELOG.md: 2.0.0 section prepended with 2 major, 7 minor, and 34 patch entries sourced directly from the consumed changeset files..changeset/*.md(43 files): all changeset descriptors deleted after being folded into the changelog by the Changesets action — exactly the expected lifecycle for this workflow.Confidence Score: 5/5
Safe to merge — this is a purely mechanical version bump generated by the Changesets action with no production code changes.
Only three files carry meaningful edits: package.json and package-lock.json receive a version string update, and CHANGELOG.md gets the new release section prepended. All 43 changeset descriptor files are deleted as part of the normal Changesets lifecycle. There is nothing here that could alter runtime behaviour.
Files Needing Attention: No files require special attention.
Important Files Changed
Sequence Diagram
sequenceDiagram participant Dev as Developer participant GH as GitHub Actions participant CS as Changesets Action participant NPM as npm Registry Dev->>GH: "Merge feature PR with .changeset/*.md" GH->>CS: Trigger Changesets release action CS->>CS: "Consume all .changeset/*.md files" CS->>CS: Compute version bump (major: 2.0.0) CS->>GH: "Open/update version PR #222" Note over GH: PR updates package.json, package-lock.json, CHANGELOG.md Dev->>GH: "Review & merge PR #222" GH->>NPM: "Publish @donadiosolutions/lcm@2.0.0"Reviews (26): Last reviewed commit: "chore: version packages" | Re-trigger Greptile