Skip to content

Validate DFHack 53.15-r2 proto sync (no-op) - #4

Closed
alexanderolvera with Copilot wants to merge 1 commit into
mainfrom
copilot/update-for-dfhack-53-15-r2
Closed

Validate DFHack 53.15-r2 proto sync (no-op)#4
alexanderolvera with Copilot wants to merge 1 commit into
mainfrom
copilot/update-for-dfhack-53-15-r2

Conversation

Copilot AI commented Jul 17, 2026

Copy link
Copy Markdown

What & why

DFHack 53.15-r2 required 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.

  • Upstream re-sync check
    • Compared local proto/*.proto against DFHack 53.15-r2 sources (library/proto + plugins/remotefortressreader/proto).
    • Result: all compared files are byte-identical (no proto deltas).
  • Generated artifact consistency
    • Re-ran build pipeline (gen-proto + bundle) to confirm build/proto.json remains unchanged.
  • Protocol impact
    • No wire-format or RPC schema changes in this repo for 53.15-r2.
# Representative verification pattern used
diff -q proto/RemoteFortressReader.proto /tmp/dfhack53r2/RemoteFortressReader.proto
sha256sum proto/*.proto /tmp/dfhack53r2/*.proto

How it was verified

  • npm run typecheck clean
  • npm run lint clean
  • npm run build succeeds
  • npm test passes (offline protocol test)
  • If the protocol changed: re-ran npm run gen-proto and committed build/proto.json

Notes

No repository changes were required; this is an explicit no-op closure for the version bump validation.

Copilot AI linked an issue Jul 17, 2026 that may be closed by this pull request
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
Copilot AI requested a review from alexanderolvera July 17, 2026 02:38
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.

Update for DFHack 53.15-r2

2 participants