Validate DFHack 53.15-r2 proto sync (no-op) - #4
Closed
alexanderolvera with Copilot wants to merge 1 commit into
Closed
Validate DFHack 53.15-r2 proto sync (no-op)#4alexanderolvera with Copilot wants to merge 1 commit into
alexanderolvera with Copilot wants to merge 1 commit into
Conversation
5 tasks
Copilot
AI
changed the title
[WIP] Update vendored proto files for DFHack 53.15-r2
Validate DFHack 53.15-r2 proto sync (no-op)
Jul 17, 2026
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 & why
DFHack
53.15-r2required confirming vendored RPC protos were current to avoid wire-protocol drift.This PR verifies the repo is already in sync; no file updates were needed.
proto/*.protoagainst DFHack53.15-r2sources (library/proto+plugins/remotefortressreader/proto).gen-proto+ bundle) to confirmbuild/proto.jsonremains unchanged.53.15-r2.How it was verified
npm run typecheckcleannpm run lintcleannpm run buildsucceedsnpm testpasses (offline protocol test)npm run gen-protoand committedbuild/proto.jsonNotes
No repository changes were required; this is an explicit no-op closure for the version bump validation.