Skip to content

Remove stray docs_projects/ AI-generated docs bundled into #2471#3545

Merged
vchelaru merged 1 commit into
mainfrom
remove-stray-android-docs
Jul 8, 2026
Merged

Remove stray docs_projects/ AI-generated docs bundled into #2471#3545
vchelaru merged 1 commit into
mainfrom
remove-stray-android-docs

Conversation

@vchelaru

@vchelaru vchelaru commented Jul 8, 2026

Copy link
Copy Markdown
Owner

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.ReadAllTextFileManager.FromFileText in GumFileSerializer.ReadAndDetectFormat, so per-element .gusx/.gucx files 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.md27_Standalone_Files.md, ~6,500 lines with mermaid diagrams). These:

  • are unrelated to the Android fix,
  • are not referenced anywhere in the repo, solution, or build (verified),
  • overlap the real, maintained user docs under docs/, and
  • are in a language the rest of the project's docs are not.

They 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

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>
@vchelaru vchelaru enabled auto-merge (squash) July 8, 2026 13:30
@vchelaru vchelaru merged commit 900cdd6 into main Jul 8, 2026
3 checks passed
@vchelaru vchelaru deleted the remove-stray-android-docs branch July 8, 2026 13:35
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