Fix doc drift in CI/CD workflows README and repo layout#74
Draft
Fix doc drift in CI/CD workflows README and repo layout#74
Conversation
- Fix wrong UI test command in workflows README (pixel7Api34DebugAndroidTest -> pixel7Api34StagingDebugAndroidTest) - Fix wrong artifact output names (debug-artifact-name -> test-artifact-name, release-artifact-name -> prod-release-artifact-name) - Fix wrong package path (com/btreemap/letterbox -> org/joefang/letterbox) - Update test file listing from 3 to all 11 actual test files - Add missing rust/letterbox-proxy and docs/ to README repo layout - Fix Cargo.toml description to mention both workspace members - Add scripts/check-doc-drift.sh for drift prevention - Add .jules/atlas.md journal Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com>
…clean up dead code Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation to reduce onboarding confusion
Fix doc drift in CI/CD workflows README and repo layout
Feb 28, 2026
Copilot stopped work on behalf of
MinecraftFuns due to an error
February 28, 2026 00:08
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.
.github/workflows/README.md— wrong output names, wrong UI test command, wrong test path, incomplete test list, duplicate numberingREADME.md— incomplete Cargo workspace description, incomplete repository layoutscripts/check-doc-drift.sh) to verify docs match CI reality.jules/atlas.mdjournal💡 What
Fix documentation drift in CI/CD workflow docs and root README that had incorrect output names, wrong commands, wrong file paths, and incomplete repository layout.
Files touched:
.github/workflows/README.md— Fixed 3 HIGH-severity mismatches and 2 LOW-severity issuesREADME.md— Fixed 2 MEDIUM-severity omissions in repository layoutscripts/check-doc-drift.sh— NEW drift prevention script.jules/atlas.md— NEW Atlas journal🎯 Why
New contributors following the workflows README would:
debug-artifact-nameinstead oftest-artifact-name) when extending CIpixel7Api34DebugAndroidTestinstead ofpixel7Api34StagingDebugAndroidTest)com/btreemap/letterbox/instead oforg/joefang/letterbox/)rust/letterbox-proxycrate or thedocs/directory🧾 Evidence (Parity Table)
debug-artifact-namebuild.ymldefinestest-artifact-namerelease-artifact-namebuild.ymldefinesprod-release-artifact-namepixel7Api34DebugAndroidTestandroid-ui.ymlrunspixel7Api34StagingDebugAndroidTestcom/btreemap/letterbox/org/joefang/letterbox/🧪 Verification
🔒 Drift Prevention
scripts/check-doc-drift.shverifies:✅ Final Checklist
scripts/check-doc-drift.sh)scripts/check-doc-drift.sh)🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.