chore(release): sync packaging manifests to 2.6.0 - #164
Merged
Conversation
The release workflow's version-sync gate failed: the workspace version moved to 2.6.0 but the five release-facing manifests were still declaring 2.5.0, so every downstream job — build, crates.io publish, release assets, checksums — was skipped. Bumps npm wrapper, VS Code extension, Scoop, agent-card, and the Homebrew formula. Checksums are deliberately untouched; the workflow's own "Update Homebrew & Scoop checksums" job rewrites those from the published release assets, which do not exist until the build job runs.
⚪ Arbor PR Walk
No code symbols detected in changed files — this looks like a docs, config, or generated-code change. 📊 Analysis confidence: Low · 1727 nodes · 8325ms
Suggestions to improve accuracy:
Arbor · View full report → · arbor v2.5.0 · 8325ms · 1727 nodes · verify locally with |
🌳 Arbor Impact ReportRisk Level: 🟢 Low | Blast Radius: 0 nodes | Changed Symbols: 2 Changed Files
📊 Visual Impact Graphgraph TD
classDef changed fill:#ef4444,stroke:#333,stroke-width:2px,color:#fff;
classDef caller fill:#f59e0b,stroke:#333,stroke-width:1px,color:#fff;
class Arbor changed;
class install changed;
Impact Summary
Powered by Arbor v2.6.0 — graph-native code intelligence |
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.
The v2.6.0 release workflow failed its version-sync gate: the workspace
version moved to 2.6.0 but the five release-facing manifests still declared
2.5.0, so every downstream job — build, crates.io publish, release assets,
checksum update — was skipped.
Bumps npm wrapper, VS Code extension, Scoop, agent-card, and the Homebrew
formula.
Checksums are deliberately untouched. The workflow's own
Update Homebrew & Scoop checksumsjob rewrites those from the published release assets, whichdo not exist until the build job runs.