chore: bump plugin version to 3.7.7#144
Conversation
Required for marketplace to detect the .mcp.json revert from PR #143.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughОбновлена версия плагина с 3.7.6 на 3.7.7 в файле манифеста Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the version of the engram plugin to 3.7.7 in its configuration file. A review comment points out that this version bump is inconsistent with other manifest files in the repository and notes that the changelog and marketplace configuration should also be updated to maintain synchronization.
| { | ||
| "name": "engram", | ||
| "version": "3.7.6", | ||
| "version": "3.7.7", |
There was a problem hiding this comment.
The version bump to 3.7.7 is inconsistent with other manifests in the repository. Historically, as noted in CHANGELOG.md (line 144), versions are synchronized across plugin/engram/.claude-plugin/plugin.json, plugin/openclaw-engram/package.json (currently 3.7.4), and plugin/openclaw-engram/openclaw.plugin.json. Additionally, if the goal is to trigger a marketplace update as described in the PR, marketplace.json (currently 3.7.1) likely needs to be updated to reference 3.7.7. The CHANGELOG.md should also be updated to document the changes for this version.
Version bump so marketplace update picks up the .mcp.json HTTP revert from PR #143.
Summary by CodeRabbit