Skip to content

v0.3.0 — Addressables Discovery

Choose a tag to compare

@JVinceW JVinceW released this 21 Jul 18:26
· 86 commits to main since this release

What's changed

  • Added fast, read-only Addressables discovery with normalized groups, entries, addresses, labels, and read-only state.
  • Added MCP tools: get_addressable_info, search_addressables, and list_addressable_groups.
  • Kept Addressable entries as conservative roots for unused-asset analysis and added reachableOnlyBecauseAddressable as a review signal.
  • Added deterministic schema 3 JSON/snapshot output and explicit stale-index rebuild guidance.
  • Hardened parsing against package test fixtures and unrelated lookalike assets.

Upgrade note

Rebuild existing .asset-memory/index.db files after upgrading. Schema 2 indexes are not migrated in place.

Verification

229 tests passed, plus typecheck/build/package smoke and a real-project run covering 18 groups and 2,971 Addressable entries.