Remove duplicate magic asset archive - #19
Merged
ryanbarlow97 merged 1 commit intoSep 22, 2026
Merged
Conversation
ryanbarlow97
deleted the
cleanup/remaining-repository-artifacts-e7162aa8
branch
September 22, 2026 23:47
ryanbarlow97
added a commit
that referenced
this pull request
Sep 24, 2026
The setup-plugins action was pinned to 4f7a354, the head of TLibs PR #19, which is not on any TLibs branch. Pin it to 8ef41de on TLibs main. The action is unchanged; its installer catalogue now also lists GemInfusion. Drop -P'!deploy-live'. No POM defines a deploy-live profile, so the flag does nothing. Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
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.
Remove the checked-in ItemsAdder ZIP while retaining all 100 extracted files. Every archived file matches the extracted copy after CRLF/LF normalization. No tracked consumers reference the ZIP.
Add narrow root-anchored ignore rules for the removed runtime files or generated archive.
Validation: reviewed the exact deletion list; verified every surviving tracked file except the intentional ignore update is unchanged;
git diff --checkpasses. ZIP contents verified against the retained extracted assets. The standard PR build, tests and JAR verification must pass before merge.