Port the executed multiplayer-lobby plan doc to main - #268
Merged
Conversation
PROGRESS.md cites docs/multiplayer-lobby-plan.md, but the file only lived on a never-merged docs branch; ported here (with an executed-status header) so the branch can be deleted in the branch cleanup. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Vodkadav
added a commit
that referenced
this pull request
Jul 20, 2026
The nested bullets under "Audit hypotheses" were indented 2 spaces but follow a paragraph, not a parent list item, so markdownlint flagged them as top-level list items with wrong indent. Dedent to 0. Pre-existing red on main (from #268) that was also failing this PR's Markdown lint check. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Vodkadav
added a commit
that referenced
this pull request
Jul 20, 2026
* ci: rebuild Android APK only on client changes The release-apk job installs the full Android SDK+NDK and runs a headless Godot export (~15 min) but ran on every merge to main, including docs-, worker-, and workflow-only merges that cannot affect the APK. Gate it behind a client/** paths-filter. The cheap Cloudflare worker/pages deploys stay unconditional so the landing-page build SHA still refreshes on every merge. Biggest Actions-minute saving across the account. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * docs: fix MD007 ul-indent in multiplayer-lobby-plan (unblocks Docs CI) The nested bullets under "Audit hypotheses" were indented 2 spaces but follow a paragraph, not a parent list item, so markdownlint flagged them as top-level list items with wrong indent. Dedent to 0. Pre-existing red on main (from #268) that was also failing this PR's Markdown lint check. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Daniel Machado <au280502@uni.au.dk> Co-authored-by: Claude Opus 4.8 <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.
PROGRESS.md cites docs/multiplayer-lobby-plan.md, but the file only existed on the never-merged docs/multiplayer-lobby-plan branch. Ported with an executed-status header so the branch cleanup can delete that branch without dangling the reference.
🤖 Generated with Claude Code