chore: harden automation and refresh project documentation - #10
Merged
Conversation
Secure the local API and backup paths, fix runtime edge cases, and remove import-time user-data side effects. Add CI, release automation, version checks, community files, and a complete documentation refresh. Remove generated binaries, local portable state, and obsolete integration notes from source control while preserving XboxUnity's HTTP-only transport.
TrapEmAll
marked this pull request as ready for review
July 23, 2026 13:41
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 pass turns the newly expanded UnityScraper codebase into a cleaner, safer, and more maintainable project for contributors and release users.
Migration notes
portable.modeis no longer committed. Source checkouts now use%LOCALAPPDATA%\UnityScraperby default. Users who want portable storage can create an emptyportable.modefile beside the application or setUNITYSCRAPER_PORTABLE=1.UnityScraperDatais not moved automatically.dist/UnityScraper.exeis removed from Git history going forward. Release binaries should be downloaded from GitHub Releases or generated by the documented build script.UNITYSCRAPER_API_TOKENor--api-token. Localhost operation remains straightforward and/api/healthremains unauthenticated.Source and transport considerations
Validation
0.10.0b1passedNext steps