chore[skiplog|notask]: backmerge release-openclaw-plugin-0.2.1 — version bump, manifest, cli dep floor, changelog - #3997
Draft
simon-iribarren wants to merge 1 commit into
Draft
Conversation
Dependency floor alignment for the @qvac/cli 0.12 line. No plugin behaviour changes. - version 0.2.0 -> 0.2.1 (package.json + openclaw.plugin.json) - @qvac/cli dependency ^0.11.0 -> ^0.12.0 - changelog/0.2.1/ (CHANGELOG.md, CHANGELOG_LLM.md) - aggregated CHANGELOG.md rebuilt (cherry picked from commit 5978ba2)
Contributor
License compliance — findings detected (warn-only)Critical: 0 · High: 1 · Medium: 0
How to resolve a blocking finding:
Warn-only (shadow) mode — this check does not block merges yet. Updated automatically by the canonical license compliance workflow. NOTICE presence (advisory)Missing NOTICE (advisory, does not block):
|
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.
🎯 What problem does this PR solve?
@qvac/openclaw-plugin@0.2.1onmain, per gitflow.md "Keep main aligned", so future development and the next changelog base see the shipped version.mainkeeps the plugin at0.2.0with a@qvac/clifloor of^0.11.0that no longer matches the host its launcher starts.📝 How does it solve it?
Cherry-picks (
-x) the single release commit fromrelease-openclaw-plugin-0.2.1. No functional changes; tagged[skiplog]so it does not appear in future changelogs.plugins/openclaw/package.json— version0.2.0→0.2.1,@qvac/cli^0.11.0→^0.12.0plugins/openclaw/openclaw.plugin.json— manifestversion0.2.0→0.2.1plugins/openclaw/changelog/0.2.1/—CHANGELOG.md,CHANGELOG_LLM.mdplugins/openclaw/CHANGELOG.md— aggregate rebuiltCompanion release PR: #3996
🧪 How was it tested?
release-openclaw-plugin-0.2.1was cut from the currentmaintip in this same session, so there is no dependency divergence between the release branch andmainto regress.@qvac/ai-sdk-provideris untouched at^0.6.0, and the@qvac/clifloor moves forward to match the CLI 0.12 cut, so no dependency goes backwards.git diff --stat upstream/main..HEADshows only the five release-metadata files above, with both version fields (package.jsonandopenclaw.plugin.json) landing at0.2.1.