fix(I199): rename InteractionKind variants to spec-normative names #3
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-public!3
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 from the I199 part 2 ultradeep review. Spec 23 §3:37-46 + spec 11 §10.3:747 + spec 11 §10.9:961 all normatively specify
Unary/ServerStream/ClientStream/BidiStream. The schema shippedlive/streamUpstream/streamDownstream/streamBidi.Semantic mapping (wire ordinals preserved across the rename so in-flight frames stay decodable):
live→unary(@0 unchanged)streamUpstream→clientStream(@1 unchanged — semantically "client streams")streamDownstream→serverStream(@2 unchanged — semantically "server streams")streamBidi→bidiStream(@3 unchanged)Pre-1.0; no compat shim per the host's
feedback_no_premature_compat.Lockstep
Mirror branches:
fix/i199-interactionkind-renamefix/i199-part2-criticals-highs(consumes this pin)Test plan
Unary/ClientStream/ServerStream/BidiStreamfrom this schema🤖 Generated with Claude Code