Harden community workflows and preservation tools - #30
Merged
Conversation
TrapEmAll
marked this pull request as ready for review
August 1, 2026 07:30
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.
Summary
This hardens the unified Xbox 360 application after the broad Community Hub merge and turns several previously disconnected or preview-only surfaces into dependable workflows.
Migration notes
Schema migration 9 is additive. It creates
plugin_collection_runsanddedup_recovery_records; existing library, knowledge, profile, backup, and download records are preserved. Duplicate actions created before migration remain readable, but only actions applied after migration have tracked one-click restoration records.Enabled plugins are loaded only from the managed application plugin directory and only while the entrypoint SHA-256 still matches the value approved by the user. A modified plugin must be reviewed and enabled again.
Safety and source considerations
Validation
104 passedin the offline pytest suite31 passedin the legacy integration suiteFollow-up adapters and platform work
The normalized source architecture remains ready for deeper XenonLibrary and Free60 structured extractors and user-supplied Redump/No-Intro DAT coverage. Future package mutation must stay separate from this read-only foundation. macOS output remains unsigned until project signing/notarization credentials exist; Linux continues to use XDG paths and cross-platform CI.