Skip to content

fix(repacker): replace glob with regex to prevent prefix collision in spine asset matching#58

Merged
kevin930321 merged 7 commits into
mainfrom
dev
Apr 27, 2026
Merged

fix(repacker): replace glob with regex to prevent prefix collision in spine asset matching#58
kevin930321 merged 7 commits into
mainfrom
dev

Conversation

@kevin930321

Copy link
Copy Markdown
Collaborator

No description provided.

kevin930321 and others added 7 commits April 15, 2026 09:56
… mod grouping

Previously, catalogAssetToBundle was baked into local_bundle_index.json
during finalize_scan(). If catalog_*.json was missing at scan time (e.g.,
failed download or SKIPPED update), the disambiguation map was permanently
empty, causing mods to be grouped into wrong bundles.

Now, catalogAssetToBundle is always re-derived from the latest catalog on
disk when the index is loaded. The in-memory cache also tracks catalog
file mtime so it is invalidated when the catalog updates.
This reverts commit 50b5203.
@kevin930321 kevin930321 merged commit 566990c into main Apr 27, 2026
1 check 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