v3.0.0 release fixes: README and packaging manifests - #172
Merged
Conversation
Banner and what's-new rewritten for the resolution fix, with the seven graded measurements rather than an adjective. v2.6.0 collapses into a details block alongside 2.5.0 and 2.4.0. Two things corrected while in here: the GitHub Action example still pointed at Anandb71/arbor@v2.4.0, which is both the old organisation and three releases stale. Now getArbor-dev/arbor@v3.0.0. The known-open list is deliberately in the README rather than only in the release notes: small targets over-report, closed cycles dominate centrality, inheritance produces no edges, and dynamic imports are unresolvable by construction. Someone evaluating this should not have to find that out by running it.
⚪ Arbor PR WalkNo symbols were changed. 6 files were modified. There are no reachable callers.
No code symbols detected in changed files — this looks like a docs, config, or generated-code change. 📊 Analysis confidence: Low · 1284 nodes · 9523ms
Suggestions to improve accuracy:
Arbor · View full report → · arbor v2.6.0 · 9523ms · 1284 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 install changed;
class Arbor changed;
Impact Summary
Powered by Arbor v3.0.0 — graph-native code intelligence |
The Release workflow's version gate failed on the v3.0.0 tag: five release-facing manifests were still declaring 2.6.0 because the earlier bump only touched the Cargo workspace. packaging/npm/package.json extensions/arbor-vscode/package.json packaging/scoop/arbor.json agent-card.json packaging/homebrew/arbor.rb The gate did its job — it refused to publish an npm package and a VS Code extension stamped 2.6.0 against a 3.0.0 tag. Nothing shipped, so there is nothing mis-versioned in the wild; the release currently has no assets and the NPM, GHCR and VS Code publish jobs all skipped because they wait on Release succeeding. Scoop and Homebrew still carry 2.6.0 download URLs and checksums. Those are regenerated from the built artefacts once Release completes, as in #165.
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.
Banner and what's-new rewritten for the v3.0.0 resolution fix, carrying the seven graded measurements rather than an adjective. v2.6.0 collapses into a
<details>block alongside 2.5.0 and 2.4.0.Two things corrected while in here:
Anandb71/arbor@v2.4.0— both the old organisation and three releases stale. NowgetArbor-dev/arbor@v3.0.0.Docs only — no code changes.