Remove stray docs_projects/ AI-generated docs bundled into #2471#3545
Merged
Conversation
PR #2471 (the Android file-loading fix, File.ReadAllText -> FileManager.FromFileText in GumFileSerializer.ReadAndDetectFormat) also committed 27 unrelated AI-generated, Spanish-language per-project markdown files under docs_projects/. They are not part of the fix, not referenced anywhere in the repo or build, and duplicate/overlap the real docs under docs/. Removing them. The sibling ANDROID_FIX_PR.md from the same PR was already removed in #2501. Co-Authored-By: Claude Opus 4.8 (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.
What
Removes 27 unrelated markdown files under
docs_projects/that were accidentally bundled into PR #2471.Why
PR #2471 ("Fix/android monogame problem", merged April 2026) landed a legitimate one-line fix —
File.ReadAllText→FileManager.FromFileTextinGumFileSerializer.ReadAndDetectFormat, so per-element.gusx/.gucxfiles load correctly from the Android/iOS app bundle. That fix is good and stays.Alongside it, the same PR also committed 27 AI-generated, Spanish-language per-project documentation files (
docs_projects/01_Gum.md…27_Standalone_Files.md, ~6,500 lines with mermaid diagrams). These:docs/, andThey slipped through review at the time. This PR removes them.
The sibling
ANDROID_FIX_PR.md(a PR description committed as a repo file, also from #2471) was already removed in #2501, so nothing to do there.Context
This surfaced while reviewing PR #3540, which turned out to be a stale re-submission of the already-merged #2471 branch (closed as a duplicate).
Risk
None — pure deletion of unreferenced markdown. No code, build, or runtime surface is touched.
🤖 Generated with Claude Code