fix(protocol): commit regenerated ts-rs bindings — un-red the drift guard on canary - #2118
Merged
Merged
Conversation
…uard on canary The ts-rs Binding Drift Guard has been red on the last 3 canary pushes: the #298 home-rooms commit changed PersonaInstanceInfo's defaultRoom doc comment in Rust without committing the regenerated TS, and the nav/close command's Params/Result bindings were generated but never added. Both files are pure regeneration output of committed Rust source (cargo test export_bindings, 1178 green) — no hand edits. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LoTjvf5j3Ez13g6k8mRkFo
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.
The ts-rs Binding Drift Guard has been red on the last 3 canary pushes (30759346399, 30759685854, 30760385752): the #298 home-rooms commit changed
PersonaInstanceInfo'sdefaultRoomdoc comment in Rust without committing the regenerated TS, andnav/close's Params/Result bindings were generated but never added.Both files are pure regeneration output of committed Rust source (
cargo test export_bindings: 1178 green) — no hand edits. This un-reds the guard for canary and every branch on top of it (e.g. #2117, which is otherwise fully green).🤖 Generated with Claude Code
https://claude.ai/code/session_01LoTjvf5j3Ez13g6k8mRkFo