Skip to content

v3.0.0 release fixes: README and packaging manifests - #172

Merged
Anandb71 merged 2 commits into
mainfrom
docs/readme-v3.0.0
Aug 10, 2026
Merged

v3.0.0 release fixes: README and packaging manifests#172
Anandb71 merged 2 commits into
mainfrom
docs/readme-v3.0.0

Conversation

@Anandb71

Copy link
Copy Markdown
Collaborator

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:

  • The GitHub Action example pointed at Anandb71/arbor@v2.4.0 — both the old organisation and three releases stale. Now getArbor-dev/arbor@v3.0.0.
  • The known-open list is in the README, not 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 Arbor should not have to discover that by running it.

Docs only — no code changes.

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-cloud

arbor-cloud Bot commented Aug 10, 2026

Copy link
Copy Markdown

⚪ Arbor PR Walk

No symbols were changed. 6 files were modified. There are no reachable callers.

Path heat NONE 0%
Branch docs/readme-v3.0.0main
Impact 6 files · 0 symbols · 0 reachable callers
Languages Ruby

No code symbols detected in changed files — this looks like a docs, config, or generated-code change.

📊 Analysis confidence: Low · 1284 nodes · 9523ms
  • Ruby use dynamic typing — cross-file call edges are best-effort (may miss some relationships)
  • No indexed symbols found in changed files

Suggestions to improve accuracy:

  • Add type annotations (Python) or use TypeScript (JavaScript) for more precise analysis
  • This may be a docs, config, or non-code change — no structural impact to report

Arbor · View full report → · arbor v2.6.0 · 9523ms · 1284 nodes · verify locally with arbor diff · Deterministic PR blast-radius · Was this useful? 👍 👎

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown

🌳 Arbor Impact Report

Risk Level: 🟢 Low | Blast Radius: 0 nodes | Changed Symbols: 2

Changed Files

File Status
README.md Modified
agent-card.json Modified
extensions/arbor-vscode/package.json Modified
packaging/homebrew/arbor.rb Modified
packaging/npm/package.json Modified
packaging/scoop/arbor.json Modified

📊 Visual Impact Graph

graph 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;
Loading

Impact Summary

Metric Count
Direct callers affected 0
Indirect callers affected 0
API entrypoints impacted 0
Files likely requiring updates 0
Total blast radius 0

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.
@Anandb71 Anandb71 changed the title docs(readme): v3.0.0 v3.0.0 release fixes: README and packaging manifests Aug 10, 2026
@Anandb71
Anandb71 merged commit 335c03f into main Aug 10, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant