fix(I199): rename InteractionKind variants to spec-normative names #4
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
h-dv/ixt-sdk-rust!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/i199-interactionkind-rename"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
HIGH-5 lockstep mirror of the ixt-public schema rename. Spec 23 §3 + spec 11 §10.3 + §10.9 normatively specify
Unary/ServerStream/ClientStream/BidiStream. The SDK shippedLive/StreamUpstream/StreamDownstream/StreamBidi.Semantic mapping:
Live→UnaryStreamUpstream→ClientStream(client streams; server replies once)StreamDownstream→ServerStream(server streams; client sends once)StreamBidi→BidiStreamWire ordinals preserved via the
ipc_streaming_capnpmapping instream_wire.rs. Pre-1.0; no compat shim per the host'sfeedback_no_premature_compat.Lockstep
Test plan
cargo check --all-targetsclean🤖 Generated with Claude Code